/*
Theme Name: In-Daily
Theme URI: http://indaily.com.au/
Description: Indaily theme
Version: 1.0
Author: Map Digital
Author URI: http://mapdigital.com.au

License: GNU General Public License v3 or later
License URI: license.txt
*/
/* media shortcuts */
/* layout vars */
/* stacking order vars */
/* colour pallette */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  position: relative;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}
textarea {
  overflow: auto;
  vertical-align: text-top;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #ddd;
  border: none;
  clear: both;
  color: #ddd;
  float: none;
  height: 1px;
  width: 100%;
}
hr.space {
  background: #fff;
  color: #fff;
}
/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #555;
  font-family: "utopia-std-caption", Times New Roman, serif;
  font-size: 0.84em;
  font-smoothing: antialiased;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}
/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
}
i,
em,
dfn,
cite {
  font-style: italic;
}
tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}
b,
strong {
  font-weight: 700;
}
pre {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaa;
  border-bottom-color: #CECECE;
  border-radius: 2px;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}
del {
  color: #555;
  text-decoration: line-through;
}
ins,
dfn {
  border-bottom: 1px solid #CECECE;
}
sup,
sub,
small {
  font-size: 85%;
}
abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #CECECE;
  cursor: help;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}
.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 2.127659574468%;
}
.col-60 {
  width: 6.382978723404%;
}
.col-140 {
  width: 14.893617021277%;
}
.col-220 {
  width: 23.404255319149%;
}
.col-300 {
  width: 31.914893617021%;
}
.col-380 {
  width: 40.425531914894%;
}
.col-460 {
  width: 48.936170212766%;
}
.col-540 {
  width: 57.446808510638%;
}
.col-620 {
  width: 65.957446808511%;
}
.col-700 {
  width: 74.468085106383%;
}
.col-780 {
  width: 82.978723404255%;
}
.col-860 {
  width: 91.489361702128%;
}
.col-940 {
  width: 100%;
}
.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.none {
  display: none;
}
.hide-desktop {
  display: none;
}
.show-desktop {
  display: block;
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.ie8 img {
  height: auto;
  width: auto\9;
}
.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
/* =Links
-------------------------------------------------------------- */
a {
  color: #57aac2;
  font-weight: 400;
  text-decoration: none;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
}
a:hover,
a:focus,
a:active {
  color: #57aac2;
  outline: 0;
  text-decoration: underline;
}
a:visited {
  color: #004990;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}
legend {
  padding: 2px 5px;
}
fieldset {
  border: 1px solid #CECECE;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}
select,
input[type="text"],
input[type="password"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-bottom-color: #CECECE;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: 100%;
}
select {
  height: auto;
  width: 100%;
}
area,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-bottom-color: #CECECE;
  border-radius: 2px;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}
input,
select {
  cursor: pointer;
}
area:focus,
input:focus,
textarea:focus {
  border: 1px solid #6cf;
}
input[type='text'],
input[type='password'] {
  cursor: text;
}
/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"] {
  width: 96%;
}
/* =Buttons
-------------------------------------------------------------- */
button,
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9;
  /* Alabaster */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-size: 0.84em;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover,
a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #ddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333;
}
button:active,
a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}
.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px;
}
.call-to-action a.button:hover {
  text-decoration: none;
}
.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}
/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  font-size: 10px;
  padding: 3px 6px;
}
.medium a.button {
  font-size: 16px;
  padding: 8px 16px;
}
.large a.button {
  font-size: 18px;
  padding: 10px 35px;
}
.xlarge a.button {
  font-size: 24px;
  padding: 12px 55px;
}
/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  background-color: #1874cd;
  /* Dodger Blue */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
  background-image: linear-gradient(top, #4f9eea, #1874cd);
  border: 1px solid #115290;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}
a.blue:hover {
  background-color: #7db7f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
  background-image: linear-gradient(top, #7db7f0, #1874cd);
  border: 1px solid #115290;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}
a.red {
  background-color: #cd0000;
  /* Red 4 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
  background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
  background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
  background-image: -o-linear-gradient(top, #ff2323, #cd0000);
  background-image: linear-gradient(top, #ff2323, #cd0000);
  border: 1px solid #890000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}
a.red:hover {
  background-color: #ff5656;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
  background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
  background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
  background-image: -o-linear-gradient(top, #ff5656, #cd0000);
  background-image: linear-gradient(top, #ff5656, #cd0000);
  border: 1px solid #890000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}
a.orange {
  background-color: #ff7f00;
  /* Dark Orange 1 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: linear-gradient(top, #ffaa55, #ff7f00);
  border: 1px solid #bb5d00;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}
a.orange:hover {
  background-color: #ffc388;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
  background-image: linear-gradient(top, #ffc388, #ff7f00);
  border: 1px solid #bb5d00;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}
a.yellow {
  background-color: #ecca06;
  /* Yellow Gold */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
  background-image: linear-gradient(top, #fff2aa, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #fff;
}
a.yellow:hover {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
  background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
  background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
  background-image: -o-linear-gradient(top, #fffadd, #ffd700);
  background-image: linear-gradient(top, #fffadd, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #fff;
}
a.green {
  background-color: #2e8b57;
  /* Sea Green 4 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
  background-image: linear-gradient(top, #4bc380, #2e8b57);
  border: 1px solid #1d5837;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}
a.green:hover {
  background-color: #71d09b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
  background-image: linear-gradient(top, #71d09b, #2e8b57);
  border: 1px solid #1d5837;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}
a.olive {
  background-color: #838b83;
  /* Honey Dew 4 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
  background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
  background-image: -moz-linear-gradient(top, #afb4af, #838b83);
  background-image: -ms-linear-gradient(top, #afb4af, #838b83);
  background-image: -o-linear-gradient(top, #afb4af, #838b83);
  background-image: linear-gradient(top, #afb4af, #838b83);
  border: 1px solid #626862;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}
a.olive:hover {
  background-color: #c9cdc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
  background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
  background-image: linear-gradient(top, #c9cdc9, #838b83);
  border: 1px solid #626862;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}
a.purple {
  background-color: #5d478b;
  /* Medium Purple 4 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
  background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
  background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
  background-image: -o-linear-gradient(top, #8771b6, #5d478b);
  background-image: linear-gradient(top, #8771b6, #5d478b);
  border: 1px solid #3f305e;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}
a.purple:hover {
  background-color: #a492c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
  background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
  background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
  background-image: -o-linear-gradient(top, #a492c8, #5d478b);
  background-image: linear-gradient(top, #a492c8, #5d478b);
  border: 1px solid #3f305e;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}
a.pink {
  background-color: #cd1076;
  /* Deep Pink 3 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
  background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
  background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
  background-image: -o-linear-gradient(top, #f042a0, #cd1076);
  background-image: linear-gradient(top, #f042a0, #cd1076);
  border: 1px solid #8e0b52;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}
a.pink:hover {
  background-color: #f471b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
  background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
  background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
  background-image: -o-linear-gradient(top, #f471b8, #cd1076);
  background-image: linear-gradient(top, #f471b8, #cd1076);
  border: 1px solid #8e0b52;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}
a.brick {
  background-color: #b22222;
  /* Fire Brick */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
  background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
  background-image: linear-gradient(top, #dd4c4c, #b22222);
  border: 1px solid #791717;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}
a.brick:hover {
  background-color: #e57777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
  background-image: -webkit-linear-gradient(top, #e57777, #b22222);
  background-image: -moz-linear-gradient(top, #e57777, #b22222);
  background-image: -ms-linear-gradient(top, #e57777, #b22222);
  background-image: -o-linear-gradient(top, #e57777, #b22222);
  background-image: linear-gradient(top, #e57777, #b22222);
  border: 1px solid #791717;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}
a.gold {
  background-color: #8b6508;
  /* Dark Golden Rod 4 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
  background-image: linear-gradient(top, #db9f0d, #8b6508);
  border: 1px solid #6b4e06;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}
a.gold:hover {
  background-color: #f3b828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
  background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
  background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
  background-image: -o-linear-gradient(top, #f3b828, #8b6508);
  background-image: linear-gradient(top, #f3b828, #8b6508);
  border: 1px solid #6b4e06;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}
a.brown {
  background-color: #8b4513;
  /* Saddle Brown */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
  background-image: linear-gradient(top, #d66a1d, #8b4513);
  border: 1px solid #4f270b;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}
a.brown:hover {
  background-color: #8b4513;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
  background-image: -moz-linear-gradient(top, #e58541, #8b4513);
  background-image: -ms-linear-gradient(top, #e58541, #8b4513);
  background-image: -o-linear-gradient(top, #e58541, #8b4513);
  background-image: linear-gradient(top, #e58541, #8b4513);
  border: 1px solid #4f270b;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}
a.silver {
  background-color: #c0c0c0;
  /* Silver */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: linear-gradient(top, #eaeaea, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}
a.silver:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: linear-gradient(top, #ffffff, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}
a.gray {
  background-color: #696969;
  /* Dim Gray */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
  background-image: -webkit-linear-gradient(top, #939393, #696969);
  background-image: -moz-linear-gradient(top, #939393, #696969);
  background-image: -ms-linear-gradient(top, #939393, #696969);
  background-image: -o-linear-gradient(top, #939393, #696969);
  background-image: linear-gradient(top, #939393, #696969);
  border: 1px solid #474747;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}
a.gray:hover {
  background-color: #adadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
  background-image: -webkit-linear-gradient(top, #adadad, #696969);
  background-image: -moz-linear-gradient(top, #adadad, #696969);
  background-image: -ms-linear-gradient(top, #adadad, #696969);
  background-image: -o-linear-gradient(top, #adadad, #696969);
  background-image: linear-gradient(top, #adadad, #696969);
  border: 1px solid #474747;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}
a.black {
  background-color: #080808;
  /* Black */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
  background-image: -webkit-linear-gradient(top, #323232, #080808);
  background-image: -moz-linear-gradient(top, #323232, #080808);
  background-image: -ms-linear-gradient(top, #323232, #080808);
  background-image: -o-linear-gradient(top, #323232, #080808);
  background-image: linear-gradient(top, #323232, #080808);
  border: 1px solid #000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}
a.black:hover {
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
  background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
  background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
  background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
  background-image: -o-linear-gradient(top, #4c4c4c, #080808);
  background-image: linear-gradient(top, #4c4c4c, #080808);
  border: 1px solid #000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}
.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}
.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}
.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #212121;
}
.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}
.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}
.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}
.required {
  color: #d5243f;
}
/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}
.msie-box a {
  color: #212121;
}
/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #ddd;
}
table {
  border-collapse: collapse;
  width: 100%;
}
/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 400;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  background: #f9f9f9;
  border: none;
  border-left: 4px solid #d6d6d6;
  margin: 20px;
  overflow: auto;
  padding: 0 0 10px 12px;
}
blockquote p {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}
/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
  line-height: 1.0em;
  word-wrap: break-word;
  font-family: "utopia-std-caption", Times New Roman, serif;
}
h1 {
  color: #000;
}
.slider-container h1 a,
.slider-container h2 a,
.slider-container h3 a,
.slider-container h4 a,
.slider-container h5 a,
.slider-container h6 a {
  color: black;
}
h1 {
  font-size: 2.625em;
  /* = 42px */

  margin-bottom: .5em;
  margin-top: .5em;
}
h2 {
  font-size: 2.250em;
  /* = 36px */

  margin-bottom: .75em;
  margin-top: .75em;
}
h3 {
  font-size: 1.875em;
  /* = 30px */

  margin-bottom: .857em;
  margin-top: .857em;
}
h4 {
  font-size: 1.500em;
  /* = 24px */

  margin-bottom: 1em;
  margin-top: 1em;
}
h5 {
  font-size: 1.125em;
  /* = 18px */

  margin-bottom: 1.125em;
  margin-top: 1.125em;
}
h6 {
  font-size: 1.000em;
  /* = 16px */

  margin-bottom: 1.285em;
  margin-top: 1.285em;
}
/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 1.6em 0;
}
th,
td {
  padding: .8em;
}
caption {
  padding-bottom: .8em;
}
blockquote {
  padding: 0 1em;
}
blockquote:first-child {
  margin: .8em 0;
}
fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}
legend {
  padding-left: .8em;
  padding-right: .8em;
}
legend + * {
  margin-top: 1em;
}
input,
textarea {
  padding: .3em .4em .15em;
}
select {
  padding: .1em .2em 0;
}
option {
  padding: 0 .4em;
}
dt {
  margin-bottom: .4em;
  margin-top: .8em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}
li ul,
li ol {
  margin: 0;
}
/* =Global layout
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  clear: both;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 20px auto 20px auto;
  padding: 0;
}
#header-container {
  padding-top: 18px;
  height: 90px;
  background: #FFF;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #CECECE;
  z-index: 1000;
}
#header-container:hover {
  z-index: 1003;
}
#header-container-holder {
  background-color: #ffffff;
  padding-top: 18px;
  height: 90px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-shadow: 0 1px 1px #CECECE;
  -webkit-box-shadow: 0 1px 1px #CECECE;
  box-shadow: 0 1px 1px #CECECE;
}
#footer-container {
  background-color: #242222;
  color: #a8a8a8;
  z-index: 15;
  position: absolute;
  width: 100%;
}
#footer a {
  color: #a8a8a8;
}
#footer-wrapper {
  margin: 0;
  padding: 0;
}
#indaily-mainarea {
  position: relative;
  top: 0;
  overflow: hidden;
}
#fade-bg-low {
  width: 100%;
  position: absolute;
  z-index: 1001;
  background: #000000 url(img/loading-gif-b.gif) center 300px no-repeat;
  opacity: 0.85;
  left: 0;
  top: 110px;
  bottom: 0;
  display: none;
}
#fade-bg-low.active {
  display: block;
}
body > iframe {
  display: none !important;
}
/* =Header
-------------------------------------------------------------- */
#logo,
#menu-wrapper {
  float: left;
  margin: 0;
}
#menu-wrapper {
  margin-top: 10px;
  margin-left: 0;
  float: right;
}
@media only screen and (max-width: 1190px) {
  #menu-wrapper .menu a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1100px) {
  #menu-wrapper .menu a {
    font-size: 0.8em;
  }
}
.site-name {
  display: block;
  font-size: 2.063em;
  /* = 33px */

  line-height: 1.0em;
  padding-top: 20px;
}
.site-name a {
  color: #333;
  font-weight: 700;
}
.site-description {
  color: #afafaf;
  display: block;
  font-size: 0.875em;
  /* = 14px */

  margin: 10px 0;
}
/* =Content
-------------------------------------------------------------- */
#content {
  margin-bottom: 20px;
}
#content-full {
  margin-bottom: 20px;
}
#content-blog {
  margin-bottom: 20px;
}
#content-images {
  margin-bottom: 20px;
}
#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
}
#content-archive {
  margin-bottom: 20px;
}
#content-sitemap {
  margin-bottom: 20px;
}
#content-sitemap a {
  font-size: 12px;
}
#content .sticky {
  clear: both;
}
/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .tinynav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none;
}
/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 30px 0 40px 0;
  padding: 10px;
  overflow: hidden;
}
#author-meta img {
  float: left;
  padding: 10px 15px 0 5px;
}
#author-meta p {
  margin: 0;
  padding: 5px;
}
#author-meta .about-author {
  font-weight: 700;
  margin: 10px 0 0 0;
}
/* =Featured Content
-------------------------------------------------------------- */
.indaily-main-container {
  padding-bottom: 0px;
  height: 678px;
  width: 100%;
  margin-top: 105px;
  position: relative;
  overflow: hidden;
}
#featured-home-clone {
  /* for animating sections out */

  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
}
.ad-horizontal {
  padding: 25px 20px;
  border-top: 3px solid #cecece;
  border-bottom: 3px solid #cecece;
}
.ad-horizontal a {
  width: 727px;
  display: block;
  margin: 0 auto;
}
.ad-horizontal img {
  margin: 0 auto;
}
.main-content.bottom-content-grid {
  height: auto;
}
#featured-home-image {
  margin: 40px 0 0 0;
}
.indaily-main-container .image-caption {
  width: 22%;
  float: right;
}
.indaily-main-container .slide-text-p {
  width: 75%;
}
#featured-image .fluid-width-video-wrapper {
  margin-left: -20px;
}
.featured-image img {
  margin-top: 44px;
}
h1.page-heading {
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
}
#post-holder .date-author {
  text-transform: none;
  color: #555;
  font-size: 110%;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 7px;
}
#post-holder h2 {
  color: #2B2E73;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main-content-grid #news-column h1 a {
  color: black !important;
  font-family: "utopia-std-caption", Times New Roman, serif !important;
  margin: 0 !important;
}
.main-content-grid #news-column h1 {
  margin: 0 !important;
}
.main-content-grid h2,
#post-holder h2 {
  color: #2b2e73;
  font-size: 1.85em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main-content-grid h3,
.sidebar-grid h3,
.mobile-top-normal-slider h3 {
  color: #2b2e73;
  font-size: 1.415em;
  margin-left: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
}
.sidebar-grid h3 {
  float: left;
  color: #000000;
  margin: 0;
}
.sidebar-grid h4,
.sidebar-grid h4 a {
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #000000;
  margin: 4px 0;
}
.main-content-grid .section-wrap {
  width: 31%;
  padding-right: 3%;
  float: left;
  position: relative;
}
.section-wrap-last {
  padding-right: 0 !important;
}
a.section-image-link {
  position: relative;
  height: 148px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.section-image-link img {
  height: 148px;
}
a.section-category-tag {
  z-index: 1;
  text-transform: uppercase;
  padding: 2px 10px;
  font-weight: 700;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  background: #333333;
  color: #ffffff !important;
  text-decoration: none;
  top: 0;
  left: 0;
  position: absolute;
}
a.section-category-tag:hover {
  background: #004990;
}
.main-content-grid .date-author,
.date-author {
  color: #818080;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
}
#post-holder .date-author {
  text-transform: none;
  color: #555;
  font-size: 110%;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 7px;
}
.main-content-grid a,
.sidebar-grid a {
  color: red;
  font-weight: bold;
}
.image-caption {
  color: #7b7b7b;
}
.sidebar-grid-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 615px;
  overflow: hidden;
}
/* Slider */
.slider-one-text-section {
  width: 100%;
}
.slider-one-text-section-extended h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.slider-one-image-section {
  overflow: hidden;
}
/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}
#cancel-comment-reply-link {
  color: #900;
}
.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}
.post-data a {
  color: #111;
}
.post-entry {
  clear: both;
}
.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}
.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}
.post-search-terms {
  clear: both;
}
.read-more {
  clear: both;
  font-weight: 700;
}
.attachment-entry {
  clear: both;
  text-align: center;
}
/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaa;
  font-size: 18px;
  margin-left: 5px;
}
.form-allowed-tags {
  display: none;
  font-size: 10px;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"] {
  width: 75%;
}
.home #widgets {
  margin-top: 0;
}
#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#widgets form {
  margin: 0;
}
#widgets ul,
#widgets ol {
  padding: 0 0 0 20px;
}
#widgets ul li a {
  display: inline;
  text-decoration: none;
}
#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}
#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}
#widgets .rssSummary {
  padding: 10px;
}
#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}
#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word;
}
#widgets .textwidget a {
  display: inline;
}
#widgets ul .children {
  padding: 0 0 0 10px;
}
#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}
.widget_archive select,
#cat {
  display: block;
  margin: 0 15px 0 0;
}
.colophon-widget {
  background: none;
  min-height: 0;
}
.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"] {
  width: 100%;
}
.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
}
.top-widget ul {
  padding: 0;
}
.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"] {
  width: auto;
}
#searchform {
  margin: 0 !important;
  padding: 20px 20px 0 20px;
  background: #E9E9E9;
}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 40px;
  text-align: center;
}
.featured-subtitle {
  padding: 0 10px;
  text-align: center;
}
.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
}
.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}
.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}
.title-404 {
  color: #933;
}
/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"] {
  width: auto;
}
/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
}
.top-menu li {
  display: inline;
  list-style-type: none;
}
.top-menu li a {
  border-left: 1px solid #CECECE;
  color: #333;
  font-size: 11px;
  padding: 0 4px 0 8px;
}
.top-menu > li:first-child > a {
  border-left: none;
}
.top-menu li a:hover {
  color: #333;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
  clear: both;
  margin: 0 auto;
}
.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  background: url('img/left-border.png') no-repeat left center transparent;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 5;
  height: 55px;
  position: relative;
}
.menu li:hover {
  white-space: normal;
  z-index: 10000;
  background: #e9e9e9;
}
.menu .top-right-menu {
  padding: 0;
  margin: 0;
  position: relative;
}
.menu .top-right-menu a {
  margin: 17px 7px 0 7px;
  padding: 0 0 13px 0;
  z-index: 10011;
}
.menu li li {
  float: none;
  padding-bottom: 0;
}
#recaptcha_widget_div {
  display: none !important;
}
.menu li ul.contact-info h4 {
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
}
.menu-item-selected {
  border-bottom: 4px solid #2b2e73;
}
.menu ul {
  left: -262px;
  top: 55px !important;
  position: absolute;
  visibility: hidden;
  z-index: 10010;
}
.menu ul.contact-info,
.menu ul.search-info {
  left: auto;
  right: -75px;
  padding: 0 75px 75px 75px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
}
.menu ul.contact-info li,
.menu ul.search-info li {
  background: #E9E9E9;
  height: auto;
  padding-bottom: 1.6em;
  border-bottom: 4px solid #2b2e73;
}
.menu ul.contact-info form,
.menu ul.search-info form {
  margin: 0;
}
.menu ul.contact-info {
  width: 343px;
  min-height: 400px;
}
.menu ul.contact-info li {
  padding: 20px;
}
.menu ul.search-info {
  width: 362px;
}
.menu li.menu-has-items ul {
  left: 0;
  top: 55px !important;
  position: absolute;
  visibility: hidden;
  z-index: 10010;
  background-color: #e9e9e9;
  min-width: 100%;
  border-bottom: 4px solid #2b2e73;
}
.menu li.menu-has-items ul li {
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
}
.menu li.menu-has-items ul a {
  color: #51acc0;
  text-transform: uppercase;
}
.menu li.menu-has-items ul a:hover {
  color: #2b2e73 !important;
}
.menu li.menu-has-items:hover ul,
.menu li.menu-has-items ul:hover {
  visibility: visible;
}
.menu li.top-right-menu:hover > ul {
  /*	display: block;
	top: 100%;*/

  visibility: visible;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.menu,
.menu ul {
  min-height: 0;
}
.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}
.menu ul.sub-menu {
  background: #2b2e73;
  width: 258px;
  padding: 0;
  left: -262px;
  height: 154px;
  border-bottom: 4px solid #2b2e73;
}
.menu ul.dropdown-posts {
  left: -330px;
}
.menu ul.dropdown-posts {
  margin-top: 0px;
  min-width: 15em;
  background: #e9e9e9;
  width: 1195px;
  height: 154px;
  overflow: hidden;
  cursor: auto;
  border-bottom: 4px solid #2b2e73;
}
.menu ul.dropdown-subcat {
  margin-left: 258px !important;
  max-width: 931px !important;
  padding-left: 6px;
}
.menu ul.dropdown-posts li {
  float: left !important;
  max-width: 19.57%;
  border-right: 1px solid #ddd;
  height: 133px;
  margin: 10px 0;
  padding: 0 14px;
  background: none !important;
  font-size: 0.84em;
  /*display: none;*/

}
.menu ul.dropdown-subcat li {
  max-width: 25% !important;
}
.menu ul.dropdown-subcat li.dd_thumb {
  max-width: 38% !important;
}
li.dd_thumb figure {
  float: left;
}
.menu ul.sub-menu li {
  background: none !important;
  margin: 0;
  height: auto;
}
.menu ul.sub-menu li:hover {
  background: none !important;
}
.menu ul.sub-menu a {
  color: #fff;
  background: transparent !important;
  display: block;
  text-align: right;
  margin: 0;
  padding: 8px 14px !important;
  font-weight: 700;
}
.menu ul.sub-menu a:hover {
  background: #5bacc3 !important;
}
.menu ul.dropdown-posts li.dd_thumb {
  max-width: 30%;
  border-right: none !important;
}
.menu ul.dropdown-posts li.gal-right-sidebar-item {
  position: relative;
  background: none;
  border-right: none !important;
  border-bottom: none !important;
  margin-top: 7px;
}
.menu ul.dropdown-posts li.gal-right-sidebar-item h4 {
  width: 178px;
  height: 118px;
  display: block;
  background: #2B2E73;
  padding: 8px 20px !important;
  margin: 0 !important;
}
.menu ul.dropdown-posts li.gal-right-sidebar-item h4:hover {
  z-index: 21;
  position: absolute;
  left: 14px;
  top: 10px;
}
.menu ul.dropdown-posts li.gal-right-sidebar-item img {
  position: absolute;
  left: 14px;
  top: 0px;
  z-index: 20;
}
.menu ul.dropdown-posts li.gal-right-sidebar-item img:hover {
  opacity: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu ul li h4,
.menu ul li h4 a,
.menu ul li h4 a:hover {
  display: inherit;
  font-weight: 700;
  color: #000000;
  font-family: "utopia-std-caption", Times New Roman, serif;
  font-size: 15px;
  padding: 0;
  background: none;
  margin: 12px 0 !important;
}
.menu ul li h4 a:hover {
  text-decoration: underline;
}
.menu ul .attachment-thumbnail {
  float: left;
  margin-right: 7px;
  margin-top: 10px;
}
.menu a {
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #231F20;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 17px 11px 0 11px;
  padding: 0 0 5px 0;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-decoration: uppercase;
}
.menu a:hover {
  color: #2b2e73;
}
.menu ul a:hover {
  color: #444;
}
.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #343434;
}
.and-sign {
  font-weight: normal !important;
}
.home .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}
.menu ul > li + li {
  border-top: 0;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu > li:first-child > a {
  border-left: none;
}
.menu > li:first-child {
  background-image: none;
}
.menu > li:hover {
  background-image: none;
}
/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
  background: url(images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a {
  min-width: 100%;
}
/* =Responsive Menu
    TinyNav + SelectBox
-------------------------------------------------------------- */
.tinynav {
  display: none;
}
.sb-holder {
  background-color: #3d3d3d;
  display: none;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.sb-selector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
}
.sb-toggle {
  background: url(images/select-icons.png) 0 6px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sb-toggle-open {
  background: url(images/select-icons.png) 0 -45px no-repeat;
}
.sb-holder-disabled {
  background-color: #3c3c3c;
  border: 1px solid #515151;
}
.sb-options {
  background-color: #fff;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sb-options li {
  padding: 0;
}
.sb-options a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 11px;
  outline: none;
  padding: 4px;
  text-indent: 4px;
}
.sb-options a:link,
.sb-options a:visited {
  color: #444;
  text-decoration: none;
}
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
  background-color: #f5f5f5;
  color: #444;
}
.sb-options li.last a {
  border-bottom: none;
}
.sb-options .sb-disabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-group {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: 700;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-sub {
  padding-left: 17px;
}
/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  clear: both;
  margin: 0 auto;
}
.sub-header-menu,
.sub-header-menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-header-menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.sub-header-menu li:hover {
  white-space: normal;
  z-index: 10000;
}
.sub-header-menu li li {
  float: none;
}
.sub-header-menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
.sub-header-menu li:hover > ul {
  top: 100%;
  visibility: visible;
}
.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.sub-header-menu:after,
.sub-header-menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.sub-header-menu,
.sub-header-menu ul {
  min-height: 0;
}
.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0;
}
.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.sub-header-menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}
.sub-header-menu a {
  border-left: 1px solid #e5e5e5;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
}
.sub-header-menu a:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #f9f9f9;
  background-clip: padding-box;
}
.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #f9f9f9;
}
.sub-header-menu li li {
  background: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}
.sub-header-menu li li a {
  border: none;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
}
.sub-header-menu li li a:hover {
  background: #f9f9f9;
  background-image: none;
  border: none;
  color: #444;
  filter: none;
}
.sub-header-menu ul > li + li {
  border-top: 0;
}
.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.sub-header-menu > li:first-child > a {
  border-left: none;
}
.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none;
}
/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
  background: url(images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a {
  min-width: 100%;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-top {
  padding-bottom: 20px;
  position: relative;
  min-height: 35px;
}
.footer-bottom {
  position: relative;
  border-top: 5px solid #373737;
  padding: 22px 0 0 0;
}
.footer-menu {
  margin-left: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  list-style-type: none;
}
.footer-menu li a {
  border-left: 1px solid #CECECE;
  color: #333;
  padding: 0 8px;
}
.footer-menu li a:hover {
  color: #222;
}
.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}
.navigation a {
  color: #aaa;
  padding: 4px 10px;
}
.navigation a:hover {
  color: #111;
  text-decoration: none;
}
.navigation .previous {
  float: left;
}
.navigation .next {
  float: right;
}
.navigation .bracket {
  font-size: 36px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}
.pagination a {
  text-decoration: none;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}
.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0;
}
.commentlist li cite {
  color: #111;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}
.commentlist li.alt {
  background: #f9f9f9;
}
.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
}
.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}
.comment-author .says {
  color: #999;
}
.comment-body .comment-meta {
  color: #999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.comment-body .comment-meta a {
  font-size: 11px;
}
.comment-body {
  clear: both;
  padding: 10px;
}
.comment-body p {
  clear: both;
}
.pingback,
.trackback {
  list-style: none;
  margin: 20px 0;
}
.pingback cite,
.trackback cite {
  font-style: normal;
}
#pings,
#comments {
  text-align: left;
}
#respond {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
  border: 1px solid #CECECE;
  border-bottom-color: #aaa;
  border-radius: 4px;
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
  margin-top: 15px;
  padding: 10px 20px 50px;
}
#respond label {
  display: inline;
}
.reply {
  margin: 10px 0;
}
.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}
.nocomments {
  color: #999;
  font-size: .9em;
  text-align: center;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}
img.wp-smiley {
  vertical-align: middle;
}
/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}
.gallery img {
  border: 1px solid #ddd;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.attachment-gallery img {
  background: #fff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}
.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}
/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 0 auto 15px auto;
  width: auto;
}
/* =Video embed containers
-------------------------------------------------------------- */
.video-container {
  position: relative;
  display: inline-block;
}
.video-container div {
  padding: 0;
  margin: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 1.5em;
}
#footer a {
  color: #333;
  font-weight: 400;
}
#footer a:hover {
  color: #444;
}
#footer-wrapper .grid.col-940 {
  margin: 0;
}
.scroll-top {
  text-align: center;
}
.copyright {
  text-align: left;
}
.powered {
  text-align: right;
}
/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}
/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}
.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}
.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}
.clear {
  clear: both;
}
/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.align-right {
  text-align: right;
}
.footer-top .footer-right {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: top;
}
#footer .footer-top .footer-right {
  line-height: 16px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
#footer .follow-us,
#footer .facebook-icon,
#footer .twitter-icon {
  margin-left: 5px;
}
#footer .email-icon {
  margin-left: 35px;
}
.footer-bottom .footer-right {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 12px;
  color: #A8A8A8;
  line-height: 27px;
  letter-spacing: 0.02em;
  font-family: "franklin-gothic-urw", sans-serif;
}
#footer .footer-bottom .widget-wrapper {
  background: none !important;
  border: none !important;
  float: left;
  padding: 0 0 12px 0;
  margin: 0;
  height: 25px;
}
#footer .footer-bottom .widget-wrapper .arr-span {
  float: left;
  margin: 3px 9px 0;
  font-size: 14px;
  line-height: 17px;
  color: #51ACC0;
}
#footer .footer-bottom .widget-wrapper ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}
#footer .footer-bottom .widget-wrapper .widget-title {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#footer .footer-bottom .widget-wrapper .widget-title,
.menu-footer-menu-2-container {
  float: left;
}
#footer .footer-bottom .widget-wrapper li {
  float: left;
  padding: 0px 9px;
  border-left: 1px solid #989898;
  font-family: "franklin-gothic-urw", sans-serif;
}
#footer .footer-bottom .widget-wrapper li a,
#footer .footer-bottom .footer-right a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-family: "franklin-gothic-urw", sans-serif;
}
.menu-footer-menu-2-container,
.menu-footer-menu-1-container {
  margin: 3px 0 0 0;
  min-width: 800px;
}
#footer .footer-bottom .float-right {
  font-size: 13px;
}
.footer-sidebar-main-wrap {
  width: 100%;
}
.footer-space {
  padding-right: 30px;
}
.right-sidebar-item {
  border-bottom: 1px solid #CECECE;
  padding: 3.70% 0;
}
.sponsor-extended-sidebar img {
  float: right;
}
.weather-extended .weather-item,
.weather-extended .weather-item div {
  float: left;
  color: #8c8c8c;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.weather-extended .weather-item {
  padding-left: 15px;
}
.weather-extended .weather-item div {
  padding: 5px 0 0 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.weather-extended .weather-item .high-temp {
  font-weight: 700;
  font-size: 18px;
}
.weather-extended .weather-item .low-temp {
  font-weight: 400;
  font-size: 18px;
}
.weather-extended .weather-item .high-temp {
  color: #231F20;
}
.weather-extended .weather-item .weather-image {
  padding-top: 0 !important;
}
.weather-image img {
  width: 25px;
}
.weather-extended .weather-date,
.weather-extended .weather-item .low-temp {
  color: #51acc0;
  padding-top: 5px;
}
.weather-extended .weather-date {
  font-size: 15px !important;
  padding-top: 6px;
}
.weather-extended .weather-item .day-short {
  padding-top: 6px;
  letter-spacing: 0.05em;
}
.GG_func_widget_weather_and_weather_forecast {
  float: right;
}
.ssjp_next,
.ssjp_prev {
  display: none;
}
.most-popular-posts {
  border: 1px solid #cecece;
  padding: 12px;
  margin-top: 25px;
  background: #ffffff;
}
.most-popular-posts div {
  padding: 9px 0;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
#widgets .most-popular-posts a {
  color: #231F20;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  float: left;
  width: 87%;
}
.most-popular-posts span {
  color: #004990;
  font-weight: 700;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  vertical-align: top;
  float: left;
  width: 5%;
}
.most-popular-posts strong {
  color: #231F20;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  vertical-align: top;
  float: left;
  clear: left;
  width: 8%;
}
.sidebar-separator {
  border-bottom: 3px solid #CECECE;
  padding-bottom: 25px;
}
.right-sidebar-ad {
  padding: 25px 0;
  border-bottom: 3px solid #CECECE;
  border-top: 3px solid #CECECE;
  text-align: center;
}
#post-holder .right-sidebar-ad {
  border-top: 3px solid #CECECE;
  text-align: center;
}
#news-column {
  height: 600px;
  position: relative;
  padding-bottom: 11px;
}
#news-column .last {
  padding-top: 313px;
}
.sfp-second-stories {
  padding: 10px 0 0 10px;
}
.split-full-page-second,
.split-full-page-third {
  float: left;
  width: 47%;
}
.split-full-page-second {
  padding-right: 2.64%;
}
.split-full-page-third {
  padding-left: 2.64%;
  border-left: 1px solid #CECECE;
}
.sfp-top-img,
.sfp-top-img img {
  float: right;
  margin-left: 5px;
}
.sfp-top-img-left {
  float: left;
  margin-right: 5px;
}
.sfp-second-img {
  float: left;
  padding: 10px 10px 10px 0;
}
.split-full-page {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
}
.indaily-main-container .split-full-page p.image-caption {
  float: none;
  width: auto;
  margin: 5px auto;
}
.main-content-extended-grid {
  margin: 0 3px 25px 1px;
  padding-bottom: 12px;
  width: 100%;
  float: left;
}
.main-content-extended-grid .sponsor-sidebar .sponsor-sidebar_inner {
  border-top: 0;
  padding-top: 6px;
  border-bottom: 1px solid #CECECE!important;
  /* added 17 Jul 2014 WNP */

}
.main-content-extended-grid h1 {
  margin-left: 3px;
  float: left;
}
.main-content-extended-grid-advert {
  margin: auto;
}
.main-content-extended-grid-advert img {
  width: 100%;
}
.sponsor-extended-sidebar {
  float: right;
}
.slider-one-text-section-extended a {
  color: red;
}
.slider-one-text-section-extended {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #231f20;
  color: #fff;
  width: 600px;
  padding: 20px 20px 50px 20px;
}
.slider-one-text-section-extended.nonav {
  padding-bottom: 20px;
}
.slider-one-text-section-extended .ssjp_prev,
.slider-one-text-section-extended .ssjp_next {
  display: inherit;
  top: auto;
  bottom: 10px;
  opacity: 1 !important;
}
.slider-one-text-section-extended .ssjp_prev {
  width: 90px !important;
  left: 20px;
}
.slider-one-text-section-extended .ssjp_next {
  background-position: 60px !important;
  width: 60px !important;
  right: 20px;
}
/* Extended Gallery */
.eg-field-middle {
  width: 400px;
  margin-right: 10px;
}
.eg-fields,
.gal-fields {
  float: left;
}
.eg-field-first {
  text-align: center;
  width: 200px;
  margin-right: 10px;
}
.eg-fields .property-price {
  font-weight: bold;
  color: #000;
}
.eg-fields p,
.eg-fields h1 {
  margin: 3px 0 !important;
}
.eg-fields strong {
  color: #000;
  margin-right: 3px;
}
.eg-top-img {
  margin-bottom: 15px;
}
/* Gallery */
.gal-view-button {
  background: url('img/view-gallery.png') no-repeat center center;
  width: 179px;
  height: 30px;
  display: block;
  float: left;
}
.gal-view-button:hover {
  background: url('img/view-gallery-hover.png') no-repeat center center;
}
.gal-view-button:visited,
.gal-view-button:active {
  background: url('img/view-gallery-click.png') no-repeat center center;
}
.gal-field-first {
  width: 600px;
}
.gal-field-second {
  text-align: center;
  width: 177px;
  margin-left: 10px;
  margin-top: 65px;
}
.gal-field-wrap h1 a {
  color: #fff !important;
}
.gal-fields {
  color: #fff !important;
}
.gal-num-photos {
  margin-bottom: 7px;
  display: block;
}
.gallery-container h1.page-heading {
  color: #ffffff;
}
.gal-right-sidebar-item a {
  color: #5bacc3 !important;
}
.gal-right-sidebar-item img {
  float: right;
}
.gal-right-sidebar-item div {
  width: 110px;
  margin-right: 10px;
}
.gal-right-sidebar-item h4,
.gal-right-sidebar-item h4 a {
  color: #ffffff !important;
  font-size: 18px;
}
.gal-right-sidebar-item p {
  margin: 0px auto !important;
  color: #CECECE !important;
}
.gal-right-sidebar-item {
  padding: 10px 0;
  border-bottom: 1px solid #454243;
  min-height: 135px;
}
.indaily-gal-email strong {
  text-transform: uppercase;
}
.indaily-gal-email a {
  text-decoration: underline;
  color: #CECECE;
}
.indaily-gal-email {
  font-family: "franklin-gothic-urw", Verdana, sans-serif !important;
  font-size: 88%;
  line-height: 128%;
  padding-top: 10px;
  text-align: center;
}
a.gallery-video-thumb {
  width: 218px;
  height: 134px;
  display: block;
  float: right;
}
.gallery-video-thumb img {
  margin: 90px 10px 0 0;
}
/* ----- main slider nav buttons ----- */
#get-next-page,
#get-prev-page {
  z-index: 99999;
  overflow: hidden;
  display: inherit;
}
#get-next-page-m,
#get-prev-page-m {
  display: none;
}
.get-next-page,
.get-prev-page {
  cursor: pointer;
  position: absolute;
  top: 375px;
  right: -75px;
  width: 38px;
  height: 68px;
}
.get-next-page span,
.get-prev-page span {
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: 38px;
  width: 106px;
  line-height: 68px;
}
.get-prev-page {
  left: -75px;
  right: auto;
}
.get-prev-page span {
  left: 38px;
  right: auto;
}
.get-next-page:hover,
.get-prev-page:hover {
  width: 144px;
  background-color: black;
}
.get-next-page a.slider_directions:hover,
.get-next-page a.slider_directions:active {
  background-position: -20px -41px;
}
.get-prev-page a.slider_directions:hover,
.get-prev-page a.slider_directions:active {
  background-position: 9px -41px;
}
a.slider_directions {
  position: absolute;
  top: 0;
  right: 0;
  height: 68px;
  width: 38px;
  text-decoration: none;
  background: url('img/nav-arrows2.png') no-repeat #000000;
  background-position: -20px 9px;
}
.get-prev-page a.slider_directions {
  background-position: 9px 9px;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 1350px) {
  .get-next-page,
  .get-prev-page {
    width: 38px;
    height: 68px;
    right: -42px;
  }
  .get-prev-page {
    left: -42px;
    right: auto;
  }
  .get-prev-page span {
    left: 38px;
    right: auto;
  }
  a.slider_directions {
    height: 68px;
    width: 35px;
  }
}
#loadingImg {
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
  left: 0;
  top: 250px;
  z-index: 16;
}
#post-holder h2 {
  border-top: 3px solid #CECECE;
  padding-top: 10px;
}
.more-posts-wrap {
  max-width: 362px;
  margin: 25px auto 0 auto;
}
.more-posts-in div.more_in {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url('img/hot-topics-bg.png') no-repeat center center;
  text-align: center;
  font-weight: 700;
  padding: 0 0 6px;
  margin: 0px;
  font-size: 15px;
  line-height: 48px;
  width: 100%;
  border-bottom: none;
}
.more-posts-wrap {
  /*	margin-top: 25px;*/

  background-color: #E9E9E9;
  border-bottom: 4px solid #2B2E73;
}
.more-posts-in h4 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.more-posts-wrap .more-posts-in h4 a {
  color: #111;
  font-size: 15px;
  line-height: 21px;
  border-bottom: none;
}
.more-posts-wrap .more-posts-in h4 a:hover {
  color: #5a5a5a;
}
.more-posts-in a,
.more-posts-in a:visited {
  color: #5bacc3;
  font-weight: bold;
  text-transform: uppercase;
}
.more-posts-in div.more-post {
  margin: 10px 10px 0px;
  padding-bottom: 10px;
  font-family: "utopia-std-caption", Times New Roman, serif;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #CECECE;
  min-height: 114px;
}
.more-posts-in div.more-post:last-child {
  border-bottom: 0;
}
.mobile-ad {
  width: 99%;
  background: #004990;
}
.slider-wrapper-ad {
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
.slider-wrapper-ad img {
  margin: 1%;
  width: 98%;
}
.slider-wrapper-ad h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0.65em;
}
.slider-wrapper-ad p {
  margin: 0.65px;
}
.slider-wrapper-ad div {
  padding-left: 42px;
}
a.submit-button,
.menu .top-right-menu a.submit-button {
  background: url('img/submit.png') no-repeat center center;
  width: 101px;
  height: 30px;
  margin: 3px;
  padding: 0 !important;
  margin-top: 10px;
}
a.submit-button:hover {
  background: url('img/submit-hover.png') no-repeat center center;
}
a.submit-button:active {
  background: url('img/submit-click.png') no-repeat center center;
}
#recaptcha_image {
  height: 40px;
}
#subForm div input,
#subForm div select {
  margin-bottom: 5px !important;
}
.GG_func_widget_weather_and_weather_forecast img {
  max-width: 30px !important;
}
.mobile-arr-holder {
  display: none;
}
#full-page-column {
  height: 600px;
  position: relative;
  padding-bottom: 11px;
}
#full-page-column .last {
  padding-top: 313px;
}
.sfp-three-stories {
  padding: 10px 0 0 10px;
}
.sfp-three-stories .split-full-page-first,
.sfp-three-stories .split-full-page-second,
.split-full-page-third {
  float: left;
  width: 30%;
}
.sfp-three-stories .split-full-page-first {
  padding-right: 2.63%;
}
.sfp-three-stories .split-full-page-second {
  padding-left: 2.63%;
  border-left: 1px solid #CECECE;
}
.sfp-three-stories .split-full-page-third {
  padding-left: 2.63%;
  border-left: 1px solid #CECECE;
}
#searchform h4 {
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
}
.in {
  color: #51ACC0;
  font-weight: 700;
}
.daily {
  font-weight: 700;
}
/************************ NEW START****/
/***** Slider Grid Styles *****/
.full-main {
  width: 100%;
  height: 617px;
}
/*
.full-main img {
	margin-left: 25px;
}
*/
.two-thirds-main {
  width: 63%;
}
.one-third-main {
  width: 31%;
}
.half-main-height {
  height: 47%;
}
.half-main-height img {
  margin-left: 0px;
}
.two-thirds-main-height {
  height: 63%;
  position: relative;
}
.two-thirds-main-height.bottom img {
  margin: 25px 0px;
}
.two-thirds-main-height.bottom h4 {
  margin-top: 0px;
}
.one-third-main-height {
  height: 30%;
}
.one-third-horizontal {
  width: 29%;
}
.right-holder {
  width: 52%;
  float: left;
}
.one-third-horizontal h4 {
  margin: 0px;
}
.half-horizontal {
  width: 47%;
}
.left {
  padding-right: 3%;
  border-right: 1px solid #CECECE;
}
.right {
  padding-left: 1.85%;
}
.top {
  border-bottom: 1px solid #CECECE;
}
.one-third-main .top {
  padding-bottom: 9.72%;
}
.one-third-main .bottom {
  padding-top: 9.72%;
}
.two-thirds-main-height.top {
  padding-bottom: 2.96%;
}
.two-thirds-main-height.top img {
  padding-left: 2.96%;
}
.one-third-main-height.bottom {
  padding-top: 2.96%;
}
.two-thirds-main.left img {
  margin-bottom: 25px;
  margin-left: 0px;
}
.center-div {
  padding-right: 2.77%;
  padding-left: 2.77%;
  border-right: 1px solid #CECECE;
  float: left;
}
.main-content {
  height: 675px;
  /*	overflow: hidden;*/

}
.sidebar {
  height: 670px;
  overflow: hidden;
}
/***** Slider Sidebar Styles *****/
.sidebar h3 {
  color: #231F20;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  float: left;
  margin: 0;
}
.sidebar h4,
.sidebar h4 a {
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #231F20;
  margin: 4px 0;
  line-height: 26px;
  font-size: 20px;
}
div.sidebar-item-title h4 a.sidebar-item-section-title {
  font-size: 12px;
  text-transform: uppercase;
}
div.sidebar-item h4.darkblue-title a.article-title {
  color: #2B2E73;
}
.sidebar a {
  color: #D51C1C;
  font-weight: 700;
}
.sidebar-item {
  font-size: 13px;
  line-height: 19px;
  color: 231F20;
}
.sponsor-sidebar img {
  border: none;
}
.sponsor-sidebar h3 {
  color: #231F20;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  float: left;
  margin: 0;
  line-height: 35px;
}
.sponsor-sidebar {
  min-height: 45px;
  overflow: hidden;
  margin-bottom: 8px;
}
.sponsor-sidebar .sponsor-sidebar_inner {
  border-bottom: 1px solid #CECECE!important;
  min-height: 40px;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: right;
}
.sponsored-by {
  color: #8C8C8C;
  font-size: 10px;
  margin-right: 5px;
  line-height: 35px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
}
.Advert300x600 {
  border: none;
  margin: auto;
  width: 300px;
  height: 600px;
  text-align: center;
}
.sidebar-single-item {
  border-bottom: none;
  padding: 2px 0;
}
.sidebar-item {
  border-bottom: 1px solid #CECECE;
  padding: 0 0 13px 0;
  margin-bottom: 13px;
}
.sidebar-image {
  margin-bottom: 15px;
  text-align: right;
}
/***** Slider Main Area Styles *****/
.main-content h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #231F20;
  line-height: 40px;
  font-weight: bold;
  display: block;
  font-family: "utopia-std-caption", Times New Roman, serif;
}
.main-content h1 a {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #231F20;
  line-height: 40px;
  font-weight: bold;
  display: block;
  width: 100%;
  font-family: "utopia-std-caption", Times New Roman, serif;
}
.main-content h2 {
  color: #2B2E73;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main-content .section-wrap {
  /*width: 246px;*/

  width: 30.76171875%;
  padding-right: 2.44140625%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.main-content .date-author {
  color: #818080;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
}
#post-holder .date-author {
  float: left;
  color: #818080;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
}
#post-holder .border-right {
  border-right: 1px solid #CECECE;
}
.date-author-holder {
  margin: 25px 0 5px;
}
.main-content a {
  color: #D51C1C;
  font-weight: bold;
}
.category-name,
.location {
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #7E7E7E;
  text-transform: uppercase;
}
.image-caption {
  color: #7B7B7B;
}
.image-right {
  float: right;
  margin-left: 5px;
}
.two-thirds-main-height.top .image-left {
  float: left;
  padding: 0px;
  margin-right: 2.96%;
  width: 45%;
  margin-left: 0px;
}
img.image-full {
  width: 100%;
  padding: 0;
  margin: 0 0 25px 0;
  float: left;
}
.layout-6a img {
  width: 66%;
  margin-left: 3%;
}
h1.post-title {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #231F20;
  line-height: 40px;
  font-weight: bold;
  display: block;
  width: 65.9574%;
  font-family: "utopia-std-caption", Times New Roman, serif;
}
h1.post-title a {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #231F20;
  line-height: 40px;
  font-weight: bold;
  display: block;
  width: 100%;
  font-family: "utopia-std-caption", Times New Roman, serif;
}
/***** Menu Styles *****/
.menu-link {
  border-bottom: medium none;
}
/***** General Styles *****/
.main-content,
.post-entry,
p {
  font-size: 14px;
  /* :TODO: should paragraphs inherit darker colour as well? */

}
.main-content,
.post-entry {
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #232323;
  line-height: 22px;
}
.post-entry,
.post-entry p {
  font-size: 15px;
}
#post-holder .post-entry {
  width: 586px;
}
#post-holder h1 a {
  font-size: 36px;
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #231f20;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}
h1 {
  font-size: 34px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #232323;
  line-height: 38px;
}
h1 a:hover {
  color: #5A5A5A;
}
h1.page-heading,
h3.page-heading,
.ispy_top_title {
  font-size: 30px;
  line-height: 39px;
  padding-bottom: 17px;
  margin: 0;
}
h1.page-heading,
h3.page-heading {
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #231F20;
}
h3.page-heading {
  color: #2B2E73;
}
h2 {
  font-size: 18px;
  font-family: "utopia-std-caption", "Times New Roman", serif;
  color: #232323;
  line-height: 25px;
}
.error404-content {
  margin: 150px auto;
  text-align: center;
}
.error404-content p {
  font-size: 16px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #231F20;
  line-height: 38px;
  margin: 0px;
}
.error404-content a {
  font-size: 16px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  /*franklin gothic demi ***/

  color: #2B2E73;
  line-height: 38px;
}
.error404-content h2 {
  font-size: 34px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #231F20;
  font-weight: 700;
  text-transform: none;
}
.error404-content h2 .in {
  color: #62B0C6;
  text-transform: uppercase;
}
.error404-content h2 .daily {
  color: #2B2E73;
  text-transform: uppercase;
}
a {
  font-size: 13px;
  font-family: "utopia-std-caption", "Times New Roman", serif;
  color: #57AAC2;
  line-height: 17px;
  font-weight: 600;
}
.image-credit,
.image-caption-left,
.image-caption-right {
  font-size: 13px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #7B7B7B;
  line-height: 19px;
  width: 100%;
}
.read_more,
.read_more:visited {
  font-size: 13px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #D51C1C;
  line-height: 19px;
  font-weight: 700;
  clear: left;
  white-space: nowrap;
}
h1 a.article-title {
  font-size: 30px;
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #231F20;
  line-height: 36px;
  margin-bottom: 25px;
}
h4 a.article-title {
  font-size: 20px;
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #231F20;
  line-height: 24px;
}
.main-content h4 {
  margin-bottom: 10px;
}
.most-popular-posts a {
  font-size: 14px;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  color: #232323;
  line-height: 17px;
}
.post-entry a {
  font-family: "utopia-std-caption", Times New Roman, serif;
  font-size: 15px;
  line-height: 17px;
  color: #57aac2;
}
/*test/
.post-entry a:hover {
	text-decoration: none;
}

/*
Pull quote (CSS to reflect line to LH side) - auto italicised   #232323

Image: 13px over 19  Font: Franklin Gothic Bold (white over image)

Text links: 13px over 17 Font: Utopia Bold #57aac2

Twitter & iSpy links: 13px over 17   Font: Franklin Gothic Heavy #d51c1c

Byline & Location: CAPS Font: 12px    Franklin Gothic Bold #7e7e7e - need bold val

Popular links: 14px over 17 Font: Franklin Gothic Book #232323 - is it book or bold?


*/
.lead-sentence {
  font-family: "utopia-std-caption", Times New Roman, serif;
  font-size: 17px;
  line-height: 25px;
  color: #231F20;
}
.section-wrap {
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #231F20;
}
.section-wrap figure {
  position: relative;
}
.section-wrap .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url(img/highlight-hover.png) left top no-repeat;
}
.section-wrap a:hover .overlay {
  display: block;
}
.slide-text-p {
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #231F20;
  margin-bottom: 25px;
}
h2.sections-heading {
  font-size: 30px;
  line-height: 1;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #2B2E73;
  margin: 25px 0;
}
.section-wrap h5 {
  color: #555555;
  margin: 6px 0;
}
.section-wrap h5 a {
  color: #555555;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
}
.section-wrap .date-author {
  font-size: 12px;
  line-height: 19px;
}
.section-wrap h5 a:hover {
  text-decoration: underline;
}
.section-wrap-last {
  padding-right: 0 !important;
}
a.section-image-link {
  position: relative;
  height: 148px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.section-image-link img {
  height: 148px;
}
a.section-category-tag {
  z-index: 2;
  text-transform: uppercase;
  padding: 2px 10px;
  font-weight: 700;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  background: #333333;
  color: #ffffff !important;
  text-decoration: none;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
}
a.section-category-tag:hover {
  background: #004990;
}
h2.recommended-reading-heading {
  font-size: 30px;
  line-height: 48px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #2B2E73;
}
/* COLUMNIZER CSS */
.columnize {
  padding-bottom: 11px;
  height: 100%;
}
.columnize .column.inited {
  width: 47%;
  margin-left: 3%;
  padding-top: 48%;
  height: 37%;
}
.columnize .first.inited {
  width: 50%;
  margin-left: 0;
  padding-top: 0;
  height: auto;
}
.layout-1e {
  position: relative;
  margin-top: 17px;
}
.layout-2col-topimg {
  position: relative;
}
.layout-2col-topimg figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 370px;
  width: 47%;
}
.layout-2col-topimg img {
  width: 100%;
}
/*
.image-caption-right {
	float: right;
}
*/
.image-caption-left {
  float: left;
  width: 50%;
}
.columnize .image-caption-left {
  width: 100%;
}
.image-caption-title {
  font-weight: 600;
}
.half-horizontal h4 {
  margin-top: 0px;
}
.half-horizontal img {
  margin-right: 25px;
}
.half-horizontal figure {
  margin-right: 5px;
  float: left;
}
.overlayed a {
  color: #D51C1C;
  font-weight: bold;
}
.image-caption-right {
  color: #FFFFFF;
  margin-left: -10px;
  margin-top: -21px;
  text-align: right;
}
.image-caption-right-overlayed {
  color: #FFFFFF;
  float: right;
  margin-right: 5px;
  margin-top: -21px;
  text-align: right;
}
.overlayed {
  position: absolute;
  left: 15px;
  bottom: 35px;
  background: #231f20;
  color: #F8F8F8;
  width: 71%;
  padding: 10px 25px 10px 25px;
  height: 195px;
}
.overlayed h1,
.overlayed h1 a {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  color: #FFFFFF;
  display: block;
  width: 100%;
  font-family: "utopia-std-caption", Times New Roman, serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.overlayed .date-author {
  color: #CECECE;
}
.overlayed-vertical a {
  color: #D51C1C;
  font-weight: bold;
}
.overlayed-vertical h1 {
  color: #FFF;
}
.overlayed-vertical h1 a {
  color: #FFF;
}
.overlayed-vertical {
  position: absolute;
  right: 10px;
  bottom: 30px;
  background: #231f20;
  color: #fff;
  width: 243px;
  max-height: 330px;
  padding: 10px 25px 10px 25px;
}
.no-right-border {
  border-right: none;
}
/*
.slider-one-text-section-extended .ssjp_prev, .slider-one-text-section-extended .ssjp_next{
	display:inherit; top:auto; bottom:10px; opacity:1 !important;
}
.slider-one-text-section-extended .ssjp_prev{
	width:90px !important; left:20px;
}
.slider-one-text-section-extended .ssjp_next{
	background-position:60px !important; width:60px !important; right:20px;
}
*/
.slide-text-p {
  font-size: 13px;
  font-family: "utopia-std-caption", Times New Roman, serif;
  color: #231F20;
  line-height: 19px;
}
.e-entry-content p.e-entry-title {
  font-size: 13px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #231F20;
  line-height: 17px;
}
.e-entry-content .e-entry-title a {
  font-size: 13px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #D51C1C;
  line-height: 17px;
  font-weight: 700;
}
.clear-left {
  clear: left;
}
#oirikd-oirikd {
  clear: both;
  float: left;
  margin-top: 3px;
  width: 228px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
}
#widgets a.submit-button {
  float: right;
  margin-top: 4px;
}
#sidebar-subscribe {
  position: relative;
  clear: left;
}
#sidebar-subscribe #oirikd-oirikd {
  position: absolute;
  left: 0;
  top: 0;
  right: 108px;
  display: block;
  width: auto;
}
#subForm2 h4 {
  font-size: 16px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #231F20;
  line-height: 21px;
  font-weight: 700;
  margin-left: 10px;
}
.sidebar .no-bottom-border {
  border-bottom: none;
}
.col-300.right {
  float: left;
  margin-right: 0px;
  padding-left: 0px;
}
.addthis_toolbox {
  float: right;
  margin-top: 25px;
  width: 327px;
}
.addthis_button_facebook_like iframe {
  z-index: 100;
}
.addthis_button_tweet iframe {
  width: 80px !important;
}
.addthis_button_linkedin_counter at300b iframe {
  width: 100px !important;
}
.addthis_button_google_plusone div {
  width: 60px !important;
}
#post-holder .section-wrap {
  clear: left;
  float: left;
  margin-top: 10px;
  width: 100%;
  position: relative;
}
#post-holder .sections-details-large h5 {
  margin: 0 0 5px;
}
#post-holder .section-wrap figure {
  float: left;
}
#post-holder .sections-details-large img {
  float: left;
}
.close-holder a,
.article-meta-head a {
  display: block;
}
#post-holder .close-holder {
  margin-top: 2px;
  float: right;
}
#post-holder .article-meta-head {
  float: left;
  width: 61%;
  margin-top: 25px;
}
#post-holder a.print-article {
  background: url(img/print-article.png) top left no-repeat;
  width: 25px;
  height: 25px;
  text-decoration: none;
  margin-left: 91px;
  float: right;
}
#post-holder h1.post-title {
  margin: 2px 0;
  width: 100%;
}
#post-holder .post-entry {
  width: auto;
}
#post-holder .left-column-holder .location {
  font-size: 17px;
}
#post-holder h2 {
  border-top: 4px solid #CECECE;
}
#post-holder .main-image-holder-left {
  margin-bottom: 15px;
  margin-right: 25px;
  float: left;
  width: 50%;
}
#post-holder .section-wrap img {
  float: left;
  width: 100%;
}
#post-holder .recommended-reading .section-wrap img {
  width: auto;
}
#post-holder .section-wrap .location {
  font-size: 13px;
}
#post-holder .section-wrap .sections-details-large {
  width: 50%;
  float: left;
  margin-left: 20px;
}
#post-holder .section-wrap .section-wrap h5 {
  margin-top: 0;
}
#logo a {
  text-indent: -999999px;
  width: 244px;
  height: 70px;
  display: block;
  background: url(img/logo-home.png) top left no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #logo a {
    background-image: url(img/logo-home_2X.png);
    background-size: 244px 70px;
  }
}
.more-posts-in div {
  /*width: auto;*/

}
.slider-one-image-section {
  margin-bottom: 25px;
}
.widget-wrapper {
  margin: 0 0 25px 0;
}
#execphp-5 {
  /* :SHONK: */

  margin-top: 25px;
}
.remove_p {
  margin-top: -22px;
}
.GG_func_widget_weather_and_weather_forecast img {
  height: auto;
  margin: 0;
  max-height: 21px !important;
  max-width: 25px !important;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.property_box_left {
  float: left;
  width: 27.21%;
  margin-left: 2.92%;
  text-align: center;
}
.property_box_left h1 a.article-title {
  line-height: 42px;
  letter-spacing: 0.01em;
}
.property_box_left .property-address {
  font-size: 16px;
  line-height: 22px;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #231f20;
  letter-spacing: 0.01em;
}
.property_box_left .property-price {
  font-weight: 700;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #231f20;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.property_box_left h1 a {
  margin-bottom: 5px;
}
.property-button {
  margin-bottom: 25px;
}
.property-button img {
  margin: 10px 0 0;
}
.property_box_left p {
  margin: 0px;
}
.property_box_middle {
  float: left;
  width: 48.42%;
  margin-left: 2.92%;
}
.property_box_right {
  float: left;
  width: 14.89%;
  margin-left: 2.92%;
}
.property_box_right ul {
  list-style: none;
}
.property_fields {
  font-weight: 700;
  font-family: "franklin-gothic-urw", Arial, sans-serif;
  color: #231f20;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.property_fields .property_data {
  font-weight: 400;
}
img.property-image {
  margin: 0 25px 25px 0;
}
.sidebar img.property-image {
  margin: 0 0 15px 0;
  max-width: none;
}
#s_holder img {
  margin-left: 0px;
}
.slider-one-image-section.portrait {
  width: 64%;
  float: right;
  margin-left: 3%;
}
.slider-one-text-section.portrait {
  width: 32.76%;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5A5A5A;
}
h1 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
.left-margin {
  margin-left: 25px;
}
img.image-full.no-padding {
  padding: 0px;
}
blockquote {
  margin: 1em 40px;
  font-style: italic;
}
#div-dfp-leaderboard,
#div-dfp-mrec1,
#div-dfp-mrec2 {
  margin: 0 auto;
}
/*------------------------------------------------------------------------------*/
/*							SIDEBARS AND TOP-LEVEL LAYOUT						*/
/*------------------------------------------------------------------------------*/
#container,
#post-container .wrap,
#header {
  margin: 0 auto;
  position: relative;
}
#container,
#header {
  padding: 0px 75px;
  max-width: 1200px;
  min-width: 934px;
}
#post-container {
  z-index: 1002;
  position: absolute;
  left: 75px;
  right: 75px;
  top: 110px;
  display: none;
}
#post-container .wrap {
  max-width: 1050px;
  min-width: 934px;
}
#footer {
  clear: both;
  margin: 0 auto;
  padding: 22px 25px 12px 25px;
  background-color: #242222;
  max-width: 1150px;
  min-width: 974px;
  position: relative;
}
.main-content,
.ispy_main_left {
  width: 65.66666666666666%;
  float: left;
}
.sidebar,
.sidebar-grid,
.sponsor-sidebar,
.ispy_main_right {
  float: right;
  width: 30.166666666666668%;
  margin-left: 2%;
  padding-left: 2.083333333333333%;
  border-left: 1px solid #CECECE;
}
.sponsor-sidebar {
  border-left: none;
}
#post-holder {
  background: #f8f8f8;
  padding: 25px;
  z-index: 1000001 !important;
}
.left-column-holder {
  clear: left;
  float: left;
  margin-top: 25px;
  position: relative;
  width: 60.8%;
  margin-right: 1.4000000000000001%;
  padding-right: 1.5%;
  border-right: 1px solid #CECECE;
}
.right-column-holder {
  float: right;
  margin-top: 25px;
  width: 36.199999999999996%;
}
@media only screen and (max-width: 1350px) {
  #container,
  #header {
    padding: 0px 45px;
  }
  .main-content,
  .ispy_main_left {
    width: 62.526766595289075%;
  }
  .sidebar,
  .sidebar-grid,
  .sponsor-sidebar,
  .ispy_main_right {
    width: 32.11991434689507%;
    margin-left: 2.569593147751606%;
    padding-left: 2.676659528907923%;
  }
  #post-container {
    left: 45px;
    right: 45px;
  }
  .left-column-holder {
    width: 62.66968325791855%;
  }
  .right-column-holder {
    width: 33.93665158371041%;
  }
}
/*------------------------------------------------------------------------------*/
/* Responsive breakpoints for leaderboard ad position */
.ad-horizontal {
  float: left;
  width: 65.66666666666666%;
  height: 90px;
  border-bottom: 3px solid #CECECE;
  border-top: 3px solid #CECECE;
  padding: 25px 0px;
}
.sidebar-grid {
  margin-top: -145px;
}
#google_image_div {
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 1350px) {
  .ad-horizontal {
    width: 100%;
  }
  .sidebar-grid {
    margin-top: 36px;
  }
}
/*------------------------------------------------------------------------------*/
/*							SEARCH ALL SITE BASED ON CATEGORIES					*/
/*------------------------------------------------------------------------------*/
.search-container h4 {
  margin: 0px;
  line-height: 19px;
}
.search-container h4 a {
  font-size: 19px;
}
.search-container p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.search-container img {
  padding-left: 20px;
}
.search-container ul li {
  min-height: 168px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
.search-container ul li .search_last_item {
  border-bottom: none;
  margin-bottom: 15px;
}
/*------------------------------------------------------------------------------*/
/*							SLIDER GALLERIES BANNER     						*/
/*------------------------------------------------------------------------------*/
.slideshow_banner_item {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.slideshow_banner_item .slideshow_banner_image img {
  max-width: none;
}
.slideshow_banner_item .slideshow_banner_info {
  background: none repeat scroll 0 0 #231F20;
  /* keep full colour for older browsers that can't do alpha WNP 17 Jul 2014 */

  bottom: 20px;
  color: #FFFFFF;
  left: 20px;
  padding: 20px 20px 10px 20px;
  position: absolute;
  width: 45%;
  background-color: rgba(35, 31, 32, 0.8);
  /* translucent panels WNP 17 Jul 2014 */

}
.slideshow_banner_item .slideshow_banner_text h3 {
  margin-top: 0;
}
.slideshow_banner_text a {
  color: #F00;
}
.slideshow_banner_text h3 a {
  color: #FFF;
  font-size: 1em;
  text-decoration: none;
}
.slideshow_banner_text h3 a:hover {
  color: #5a5a5a;
}
.slideshow_banner_item .slideshow_banner_prev {
  float: left;
  width: 50%;
  clear: left;
  cursor: pointer;
  margin-top: 10px;
}
.slideshow_banner_item .slideshow_banner_next {
  float: right;
  width: 50%;
  text-align: right;
  cursor: pointer;
  margin-top: 10px;
}
/*------------------------------------------------------------------------------*/
/*							SLIDER GALLERIES HOME PAGE    						*/
/*------------------------------------------------------------------------------*/
.slideshow_homepage_item {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.slideshow_homepage_item .slideshow_homepage_image {
  margin-bottom: 25px;
}
.slideshow_homepage_item.portrait .slideshow_homepage_image {
  float: left;
  margin-bottom: 0;
  width: 54%;
}
.slideshow_homepage_item.portrait .slideshow_homepage_info {
  float: left;
  width: 44%;
  margin-left: 2%;
}
.slideshow_homepage_item.portrait h1,
.slideshow_homepage_item.portrait a {
  width: auto;
}
.slideshow_homepage_item .slideshow_homepage_text {
  float: left;
}
.slideshow_homepage_item .slideshow_homepage_text h3 {
  margin-top: 0;
}
.slideshow_homepage_text a {
  color: #F00;
}
.slideshow_homepage_item .slideshow_homepage_prev {
  float: left;
  width: 50%;
  clear: left;
  cursor: pointer;
  margin-top: 10px;
}
.slideshow_homepage_item .slideshow_homepage_next {
  float: right;
  width: 50%;
  text-align: right;
  cursor: pointer;
  margin-top: 10px;
}
.main-content {
  position: relative;
}
/*------------------------------------------------------------------------------*/
/*							CONTACT PAGE			    						*/
/*------------------------------------------------------------------------------*/
#contact_container {
  width: 100%;
  background: #efefef;
  min-height: 650px;
  color: #231f20;
  margin-top: 90px;
  font-size: 15px;
}
#contact_container #contact_inner {
  width: 70%;
  margin: 0 auto;
  min-height: inherit;
}
#contact_inner .contact_header {
  height: 40px;
  padding-top: 80px;
}
#contact_inner .contact_header .contact_title {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #cecece;
  font-size: 34px;
  height: 40px;
}
#contact_inner #contact_left {
  float: left;
  width: 45%;
  margin-top: 40px;
  min-height: 440px;
  margin-left: 5%;
}
#contact_inner #contact_right {
  float: left;
  width: 45%;
  margin-top: 40px;
  min-height: 440px;
  margin-left: 5%;
}
#contact_inner #contact_right a {
  text-decoration: underline;
  color: #57AAC2;
}
#contact_inner .contact_color {
  color: #231f20;
  font-weight: bold;
}
#contact_inner .contact_header1 {
  text-transform: uppercase;
}
#contact_left #page_contact_form {
  margin: 0;
}
#page_contact_form .contact_input {
  width: 70%;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}
#page_contact_form .contact_select {
  width: 70%;
  border: 1px solid #CCCCCC;
  box-shadow: none;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#page_contact_form .contact_textarea {
  height: 95px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}
.recaptcha_reload {
  cursor: pointer;
}
/*------------------------------------------------------------------------------*/
/*									POPUPS			    						*/
/*------------------------------------------------------------------------------*/
.background-popup {
  position: fixed;
  _position: absolute;
  /* hack for internet explorer 6*/

  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 0;
  z-index: 10000;
  opacity: 0.7;
}
.popup-box {
  position: fixed;
  _position: absolute;
  /* hack for internet explorer 6*/

  height: auto;
  width: auto;
  z-index: 200;
  text-align: left;
  padding: 0px;
  width: 552px;
  height: 238px;
  background: #FFFFFF;
  z-index: 20001;
}
/*------------------------------------------------------------------------------*/
/*							SUBSCRIBTION POPUP		    						*/
/*------------------------------------------------------------------------------*/
.popup-box.subscribe {
  width: 532px;
  height: 238px;
}
.popup-box.subscribe .content {
  border: 10px solid #ccc;
  background: #fff;
  padding: 10px;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
  width: 492px;
  background: #FFFFFF;
}
.popup_subscribe_top .popup_subscribe_title {
  color: #231F20;
  float: left;
  font-size: 26px;
  font-weight: bold;
  width: 60%;
}
.popup_subscribe_top #popup_close {
  float: right;
  cursor: pointer;
}
.popup_subscribe_text {
  clear: both;
}
.popup_subscribe_bottom {
  background: #e9e9e9;
  height: 30px;
  padding: 25px 13px 25px 13px;
}
.popup_subscribe_bottom .popup_input {
  width: 329px;
  margin-right: 5px;
}
.popup_message {
  color: #57aac2;
  height: 25px;
  clear: both;
  font-weight: bold;
  text-align: center;
}
/*------------------------------------------------------------------------------*/
/*							ERROR POPUP				    						*/
/*------------------------------------------------------------------------------*/
.popup-box.error {
  width: 350px;
  height: 150px;
}
.popup-box.error .content {
  width: 320px;
  background: #FFFFFF;
  margin: 15px;
}
.popup_error_text {
  clear: both;
  text-align: center;
  color: red;
}
/*------------------------------------------------------------------------------*/
/*							THANKYOU POPUP				   						*/
/*------------------------------------------------------------------------------*/
.popup-box.thankyou {
  width: 552px;
  height: 235px;
}
.popup-box.thankyou .content {
  width: 522px;
  background: #FFFFFF;
  margin: 15px;
}
.popup_thankyou {
  text-align: center;
}
.popup_thankyou .popup_thankyou_title {
  font-size: 26px;
  color: #231f20;
  font-weight: bold;
  line-height: 32px;
}
.popup_thankyou .popup_thankyou_normal {
  font-size: 14px;
  color: #231f20;
}
/*------------------------------------------------------------------------------*/
/*						INTERSTITIAL AD POPUP			   						*/
/*------------------------------------------------------------------------------*/
.popup-box.interstitial_ad {
  width: 940px;
  height: 720px;
  max-width: 100%;
  max-height: 100%;
}
.popup-box.interstitial_ad .content {
  width: 930px;
  height: 670px;
  background: #FFFFFF;
  margin: 5px;
}
/*------------------------------------------------------------------------------*/
/*							TWITTER FEED				   						*/
/*------------------------------------------------------------------------------*/
#twitter-feed {
  height: 441px;
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
  padding: 25px 15px;
  border-top: 3px solid #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
}
#twitter-feed-in {
  height: 404px;
  overflow-y: scroll;
  width: 105%;
  padding-right: 10%;
}
#twitter-feed ol {
  margin: 0;
  padding: 0;
}
#twitter-feed li.tweet {
  position: relative;
  text-align: center;
  padding: 10px 10% 10px 21%;
  font-size: 11px;
}
#twitter-feed a {
  color: #5ba8c4;
}
#twitter-feed .e-entry-content {
  font-size: 13px;
}
#twitter-feed .h-card {
  position: absolute;
  left: 6px;
  top: 16px;
}
#twitter-feed .tweets-load-more {
  width: 100%;
}
#twitter-feed .tweet-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style: none;
}
#twitter-feed .tweet-actions li {
  float: left;
}
#twitter-feed .tweet-actions i {
  margin: 1px 0 0 8px;
  height: 15px;
  width: 19px;
  display: none;
  background: url("data:image/png;base64,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") no-repeat scroll 0 0 transparent;
}
#twitter-feed .tweet-actions i.ic-reply {
  background-position: -80px -84px;
}
#twitter-feed .tweet-actions i.ic-retweet {
  background-position: -82px -102px;
}
#twitter-feed .tweet-actions i.ic-fav {
  background-position: -82px -122px;
}
#twitter-feed li.tweet:hover .tweet-actions i {
  display: block;
}
/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
#logo-print {
  display: none;
}
@media print {
  h1 {
    page-break-before: always;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  div.close-holder,
  .print-article,
  #fade-bg-low,
  #container,
  #footer-container,
  #gogadget_weather_widget,
  #social-icons,
  #logo,
  #menu-wrapper,
  .right-column-holder {
    display: none;
  }
  .left-column-holder {
    width: auto;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    float: none;
    position: relative;
  }
  .left-column-holder .recommended-reading {
    display: none;
  }
  #logo-print {
    display: block;
  }
}
/**
 * Custom excerpt formatting
 *
 * All excerpt-containing elements clamped to max available layout height, and jQuery.dotdotdot used to manage ellipses.
 *
 * :NOTE: using margins on paragraphs within ellipsified containers seems to have issues, but padding appears to work OK
 */
.ellipsify,
h4.ellipsify,
div.ellipsify {
  border-bottom: 0;
  overflow: hidden;
}
.ellipsify p,
h4.ellipsify p,
div.ellipsify p {
  margin: 0;
}
/* height clamping for various areas (line height X num lines) */
.home-sidebar div.ellipsify {
  height: 42.75px;
}
.home-sidebar h4.ellipsify {
  max-height: 54px;
}
.more-posts-in div.ellipsify {
  height: 76.5px;
}
.more-posts-in h4.ellipsify {
  max-height: 45px;
}
.recommended-reading div.ellipsify {
  height: 95px;
}
.recommended-reading h5.ellipsify {
  max-height: 50px;
}
.section-wrap div.ellipsify {
  height: 95px;
}
.section-wrap h5.ellipsify {
  max-height: 50px;
}
.property_box_middle div.ellipsify {
  height: 180px;
}
.property_box_left h1.ellipsify {
  max-height: 90px;
}
.layout-2col-topimg h1.col-ellipsify {
  max-height: 80px;
}
.layout-2col-topimg div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.layout-1e h1.ellipsify {
  max-height: 56.25px;
}
.layout-1e div.ellipsify {
  height: 110px;
}
.sidebar-single-item h4.ellipsify {
  max-height: 54px;
}
.sidebar-single-item div.ellipsify {
  height: 399px;
}
.sidebar-single-item div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.layout-2c h1.ellipsify {
  max-height: 72px;
}
.layout-2c .top div.ellipsify {
  height: 110px;
}
.layout-2c h4.ellipsify {
  max-height: 54px;
}
.layout-2c .bottom div.ellipsify {
  height: 110px;
}
.layout-3b h1.ellipsify {
  max-height: 72px;
}
.layout-3b .top div.ellipsify {
  height: 352px;
}
.layout-3b .top div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.layout-3b h4.ellipsify {
  max-height: 54px;
}
.layout-3b .bottom div.ellipsify {
  height: 110px;
}
.layout-3c h1.ellipsify {
  max-height: 72px;
}
.layout-3c .left div.ellipsify {
  height: 110px;
}
.layout-3c h4.ellipsify {
  max-height: 54px;
}
.layout-3c .right div.ellipsify {
  height: 66px;
}
.layout-4a h1.ellipsify {
  max-height: 72px;
}
.layout-4a .top div.ellipsify {
  height: 319px;
}
.layout-4a .top div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.layout-4a h4.ellipsify {
  max-height: 54px;
}
.layout-4a .bottom div.ellipsify {
  height: 110px;
}
.full-main.layout-5a h1.ellipsify {
  max-height: 72px;
}
.full-main.layout-5a .top div.ellipsify {
  height: 319px;
}
.full-main.layout-5a .top div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.full-main.layout-5a h4.ellipsify {
  max-height: 54px;
}
.full-main.layout-5a .bottom div.ellipsify {
  height: 110px;
}
.sidebar.layout-5a h4.ellipsify {
  max-height: 54px;
}
.sidebar.layout-5a .top div.ellipsify {
  height: 126px;
}
.sidebar.layout-5a .bottom div.ellipsify {
  height: 105px;
}
.layout-6a h1.ellipsify {
  width: 30%;
  max-height: 72px;
}
.layout-6a div.ellipsify {
  height: 550px;
}
.layout-6a div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.ispy_title h1.ellipsify {
  height: 40px;
}
.ispy_content div.ellipsify {
  height: 84px;
}
.ispy_more_posts h4.ellipsify {
  max-height: 54px;
}
.slideshow_banner_text h3.ellipsify {
  height: 26px;
}
.slideshow_banner_text div.ellipsify {
  height: 84px;
}
.slideshow_homepage_text h1.ellipsify {
  max-height: 72px;
}
.slideshow_homepage_text div.ellipsify {
  height: 110px;
}
.portrait .slideshow_homepage_text div.ellipsify {
  height: 550px;
}
.portrait .slideshow_homepage_text div.ellipsify p {
  padding: 0.6em 0 1em 0;
}
.id-slider {
  position: relative;
  overflow: hidden;
}
.id-slider:hover .slide_prev,
.id-slider:hover .slide_next {
  display: block;
}
.slide_prev,
.slide_next {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  height: 100%;
  width: 55px;
  background: url(img/slide_next.png) center center no-repeat;
  display: none;
}
.slide_next {
  right: 5px;
}
.slide_prev {
  left: 5px;
  background-image: url(img/slide_prev.png);
}
.slider_nav {
  position: absolute;
  right: 0;
  z-index: 10;
}
.slider_nav .inner {
  border-radius: 5px 5px 5px 5px;
  float: left;
  margin-bottom: 5px;
  padding: 7px;
  padding-top: 12px;
  position: relative;
}
.slider_nav span {
  box-shadow: 0 0 2px #fff;
  padding: 2px;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 1px;
  height: 1px;
  border: 4px solid transparent;
  display: block;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  background: #FFFFFF;
}
.slider_nav .activeSlide {
  background: #000000;
}
#image_slide_show {
  clear: both;
  margin-bottom: 25px;
}
#slideshow {
  height: 0;
  padding-bottom: 59.56521739130435%;
}
#slideshow img {
  width: auto;
}
#slideshow_popuppage_holder {
  margin-bottom: 5px;
}
#slideshow_popuppage {
  height: 0;
  padding-bottom: 50.69444444444444%;
}
#slideshow_popuppage img {
  width: auto;
}
#slideshow_popuppage_portrait {
  height: 600px;
}
#slideshow_popuppage_portrait img {
  width: auto;
}
#slideshow_banner,
.slideshow_banner_item {
  height: 600px;
}
#slideshow_homepage,
.slideshow_homepage_item {
  height: 613px;
}
#slideshow_homepage_wrap .slide_prev,
#slideshow_homepage_wrap .slide_next {
  background-position: center center;
  height: 50%;
}
/*------------------------------------------------------------------------------*/
/*							IMAGE CAPTION FOR NORMAL POPUP	    				*/
/*------------------------------------------------------------------------------*/
.image_caption_author_line {
  font-weight: bold;
}
#image_caption_author {
  font-weight: normal;
}
.image_caption_portrait {
  clear: left;
  float: left;
  position: relative;
  width: 315px;
}
/* iSpy style overrides for main page area */
body.gallery-content {
  background: url(img/ispy_bg.jpg) repeat-x top center transparent;
}
body.gallery-content .indaily-main-container {
  background: #231f20;
}
body.gallery-content .sponsor-sidebar {
  border-top: none;
}
/*Variables*/
#post-holder.ispy_gallery_container {
  background: #050505;
  color: #ffffff;
  min-width: 900px;
}
.ispy_left {
  border-right: 1px solid #CECECE;
  clear: left;
  float: left;
  margin-top: 25px;
  padding-right: 15px;
  /*width: 590px;*/

}
.ispy_right {
  float: right;
  margin-top: 25px;
  padding-left: 15px;
  /*width: 300px;*/

}
.ispy_gallery_text {
  padding-bottom: 20px;
  font-size: 17px;
}
.ispy_thumb {
  width: 137px;
  height: 137px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ispy_thumb img {
  width: 137px;
  height: 137px;
}
.ispy_color {
  color: #ffffff !important;
}
.activeSlide {
  opacity: 0.5;
}
.image_author_line {
  color: #ffffff;
  font-weight: bold;
}
#image_author {
  font-weight: normal;
}
/*more ispy*/
.ispy_more-posts-wrap,
.ispy_more_posts div.more_in {
  background: none;
}
.ispy_more_posts div.more_in {
  background: none;
  text-align: left;
  text-transform: none;
  font-weight: bold;
}
.ispy_more_posts .more_post_title .article-title {
  color: #ffffff !important;
  font-size: 17px;
  text-transform: none;
}
.ispy_more_posts .more_post_link {
  text-transform: none;
  color: #5bacc3;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
  font-weight: 900;
}
.ispy_more_posts div.more-post {
  min-height: 148px;
  padding-top: 14px;
  margin: none;
}
.ispy_more_posts .more_post_photo_count {
  color: #cecece;
}
.ispy_more_posts .more-post img {
  /*width: 175px;*/

}
.ispy_more_posts .more-posts-wrap {
  border: none;
}
.ispy_more_posts .more-post h4 {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .ispy_left {
    padding-right: 0%;
    width: 65%;
  }
  .ispy_right {
    padding-left: 1%;
    width: 33%;
    min-width: 300px;
  }
}
/*iSpy main page*/
#ispy_main {
  background: #231f20;
  height: 600px;
  color: #ffffff;
  width: 100%;
}
#ispy_main .ispy_main_left {
  float: left;
}
.ispy_main_left .ispy_main_banner {
  margin-bottom: 1em;
}
.ispy_main_left .ispy_main_info {
  clear: both;
}
.ispy_main_info .ispy_title {
  margin-top: 0px;
  font-size: 36px;
  font-style: italic;
}
.ispy_main_info .ispy_title a {
  color: #ffffff;
}
.ispy_main_info .ispy_content {
  float: left;
  width: 77%;
  margin-right: 3%;
}
.ispy_main_info .ispy_gallery {
  float: right;
  width: 20%;
  text-align: center;
  color: #cecece;
  margin-top: 14px;
}
.ispy_main_left .ispy_top_title {
  font-weight: 900;
  font-family: "franklin-gothic-urw", Verdana, sans-serif;
}
#ispy_main .ispy_main_right {
  float: right;
  margin-left: 0px;
  margin-top: -19px;
  border-left: 0;
}
.ispy_main_right .ispy_social_info {
  text-align: center;
  color: #8c8c8c;
  font-size: 12px;
  padding-top: 20px;
  font-famlily: "franklin-gothic-urw", Verdana, sans-serif;
}
.ispy_main_right .ispy_social_info span {
  text-transform: uppercase;
  font-weight: 900;
}
.ispy_main_right .ispy_social_info a {
  color: #8c8c8c;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .ispy_left {
    padding-right: 0%;
    width: 65%;
  }
  .ispy_right {
    padding-left: 1%;
    width: 33%;
    min-width: 300px;
  }
}
@media only screen and (min-width: 1366px) {
  .ispy_left {
    padding-right: 2%;
    width: 60%;
  }
  .ispy_right {
    padding-left: 2%;
    width: 35%;
  }
  /*ispy main*/
  #ispy_main .ispy_main_right {
    float: right;
    margin-left: 20px;
    width: 364px;
  }
  .ispy_main_right .ispy_more_posts .more-post img {
    width: 218px;
  }
  .ispy_main_right .ispy_more_posts div.more-post {
    min-height: 148px;
    padding-top: 14px;
  }
}
