/* ---------- RESET ---------- */
/* //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
a {
  text-decoration: none;
}
p a,
span a,
h5 a,
ul a,
.wrap a {
  color: #cc2222;
}
p a:hover,
span a:hover,
h5 a:hover,
ul a:hover,
.wrap a:hover {
  color: #b40b0b;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* --------- GENERAL STYLES ---------- */
body {
  color: #666666;
  font-family: "Droid Sans", Arial, sans;
  font-size: 14px;
  line-height: 21px;
  background: white;
}
a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Droid Serif", Georgia, sans;
  color: #cc2222;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
h1 {
  font-size: 32px;
  font-family: "Droid Serif", Georgia, sans;
  line-height: 21px;
  margin-bottom: 21px;
}
h2 {
  font-size: 26px;
  font-family: "Droid Serif", Georgia, sans;
  line-height: 21px;
  margin-bottom: 21px;
}
h3 {
  font-size: 21px;
  font-family: "Droid Serif", Georgia, sans;
  line-height: 21px;
  margin-bottom: 21px;
}
h4 {
  font-size: 16px;
  font-family: "Droid Serif", Georgia, sans;
  line-height: 21px;
  margin-bottom: 21px;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
h6 {
  color: #c9c9c9;
  font-size: 12px;
}
.alignleft {
  float: left;
  margin: 1.5em 2em 1.5em 0;
}
.alignright {
  float: right;
  margin: 1.5em 0 1.5em 2em;
}
.aligncenter {
  display: block;
  margin: 1.5em auto;
}
/* ---- Forms ---- */
form input[type="text"],
form input[type="email"],
form input[type="captcha"] {
  outline: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f2f2f2;
  border: none;
  height: 32px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 1em;
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="captcha"]:focus {
  background-color: #eaeaea;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
form input[type="captcha"] {
  max-width: 100px;
  width: 100%;
}
form textarea {
  outline: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f2f2f2;
  border: none;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  padding-left: 1em;
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 11px 1em 10px 1em;
  font-size: 14px;
  line-height: 21px;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
}
form textarea:focus {
  background-color: #eaeaea;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
form label {
  margin-left: 1em;
}
form input[type="submit"] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ----- Buttons ----- */
.button {
  line-height: 21px;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  opacity: 1;
}
.button:hover {
  opacity: 0.9;
}
.button-round-corners {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 21px;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  opacity: 1;
}
.button-round-corners:hover {
  opacity: 0.9;
}
.button-round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 21px;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  opacity: 1;
}
.button-round:hover {
  opacity: 0.9;
}
.small {
  padding: 8px 1em 8px;
  margin: 5px 2px;
}
.big {
  margin: 8px 2px;
  padding: 13px 1.5em 13px;
  font-size: 18px;
}
.red {
  background-color: #e76d6d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e76d6d), to(#b40b0b));
  background-image: -webkit-linear-gradient(top, #e76d6d, #b40b0b);
  background-image: -moz-linear-gradient(top, #e76d6d, #b40b0b);
  background-image: -o-linear-gradient(top, #e76d6d, #b40b0b);
  background-image: linear-gradient(to bottom, #e76d6d, #b40b0b);
  box-shadow: inset 0 0 0 1px #9c0a0a, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #9c0a0a, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.blue {
  background-color: #29baea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29baea), to(#00577b));
  background-image: -webkit-linear-gradient(top, #29baea, #00577b);
  background-image: -moz-linear-gradient(top, #29baea, #00577b);
  background-image: -o-linear-gradient(top, #29baea, #00577b);
  background-image: linear-gradient(to bottom, #29baea, #00577b);
  box-shadow: inset 0 0 0 1px #004562, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px #004562, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
}
.green {
  background-color: #7ad544;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ad544), to(#21501a));
  background-image: -webkit-linear-gradient(top, #7ad544, #21501a);
  background-image: -moz-linear-gradient(top, #7ad544, #21501a);
  background-image: -o-linear-gradient(top, #7ad544, #21501a);
  background-image: linear-gradient(to bottom, #7ad544, #21501a);
  box-shadow: inset 0 0 0 1px #193d14, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px #193d14, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
}
.brown {
  background-color: #944900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#944900), to(#5c2300));
  background-image: -webkit-linear-gradient(top, #944900, #5c2300);
  background-image: -moz-linear-gradient(top, #944900, #5c2300);
  background-image: -o-linear-gradient(top, #944900, #5c2300);
  background-image: linear-gradient(to bottom, #944900, #5c2300);
  box-shadow: inset 0 0 0 1px #421900, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px #421900, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
}
.orange {
  background-color: #ffba34;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba34), to(#ff7200));
  background-image: -webkit-linear-gradient(top, #ffba34, #ff7200);
  background-image: -moz-linear-gradient(top, #ffba34, #ff7200);
  background-image: -o-linear-gradient(top, #ffba34, #ff7200);
  background-image: linear-gradient(to bottom, #ffba34, #ff7200);
  box-shadow: inset 0 0 0 1px #e66700, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px #e66700, inset 0 0 0 2px rgba(255, 255, 255, 0.15), inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
}
.gray {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: -moz-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: -o-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: linear-gradient(to bottom, #f1f1f1, #dfdfdf);
  -webkit-box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 2px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 2px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  color: #acacac !important;
  text-shadow: 0px 1px 0px #ffffff;
}
.button-small {
  background-color: #cc2222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc2222), to(#b40b0b));
  background-image: -webkit-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -moz-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -o-linear-gradient(top, #cc2222, #b40b0b);
  background-image: linear-gradient(to bottom, #cc2222, #b40b0b);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #490000;
  box-shadow: inset 0px 1px 0px #da6565, 1px 1px 0 #535353, -1px -1px 0 #535353;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-size: 12px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
  padding: 0.5em 1em;
  margin-top: 7px;
}
.button-normal {
  background-color: #cc2222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc2222), to(#b40b0b));
  background-image: -webkit-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -moz-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -o-linear-gradient(top, #cc2222, #b40b0b);
  background-image: linear-gradient(to bottom, #cc2222, #b40b0b);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #490000;
  box-shadow: inset 0px 1px 0px #da6565, 0px 1px 0px rgba(255, 255, 255, 0.1);
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-bottom: 12px;
  opacity: 1;
}
.button-normal:hover {
  opacity: 0.9;
}
.button-gray {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: -moz-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: -o-linear-gradient(top, #f1f1f1, #dfdfdf);
  background-image: linear-gradient(to bottom, #f1f1f1, #dfdfdf);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #a3a3a3;
  text-shadow: 0 1px 0 #ffffff;
  padding: 6px 1em 6px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 2px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 2px 0px 0px #ffffff, 0px 1px 0px 0px #ffffff;
  display: inline-block;
  margin: 4px 5px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button-gray:hover {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -moz-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -o-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: linear-gradient(to bottom, #eeeeee, #dcdcdc);
  color: #a0a0a0;
}
.button-gray:active {
  background-color: #dcdcdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #eeeeee);
  background-image: -moz-linear-gradient(top, #dcdcdc, #eeeeee);
  background-image: -o-linear-gradient(top, #dcdcdc, #eeeeee);
  background-image: linear-gradient(to bottom, #dcdcdc, #eeeeee);
  color: #a0a0a0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 1px 3px 0px #b7b7b7, 0px 1px 0px 0px #f5f5f5;
  box-shadow: inset 0px 0px 0px 1px #c7c7c7, inset 0px 1px 3px 0px #b7b7b7, 0px 1px 0px 0px #f5f5f5;
}
/* ----- Alerts ----- */
.alert {
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.75em 50px 0.75em 1em;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
  margin-bottom: 1.5em !important;
  display: block;
}
.alert .close {
  float: right;
  display: block;
  height: 21px;
  width: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
}
.alert .close:hover {
  opacity: 0.5;
  color: #000000;
}
.alert-info {
  background-color: #d9edf7;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bce8f1, inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #bce8f1, inset 0px 0px 0px 2px #ffffff;
  color: #3a87ad;
}
.alert-succes {
  background-color: #dff0d8;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d6e9c6, inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #d6e9c6, inset 0px 0px 0px 2px #ffffff;
  color: #468847;
}
.alert-warning {
  background-color: #fcf8e3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fbeed5, inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #fbeed5, inset 0px 0px 0px 2px #ffffff;
  color: #c09853;
}
.alert-error {
  background-color: #f2dede;
  -webkit-box-shadow: inset 0px 0px 0px 1px #eed3d7, inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #eed3d7, inset 0px 0px 0px 2px #ffffff;
  color: #b94a48;
}
/* ----- Text Blocks ----- */
.text-block {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 1.5em;
  padding: 0.75em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.gray-block {
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  text-shadow: 0 1px 0 #fff;
}
.red-block {
  background-color: #f2dede;
  -webkit-box-shadow: inset 0px 0px 0px 1px #eed3d7, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #eed3d7, inset 0px 0px 0px 4px #ffffff;
  color: #b94a48;
}
.blue-block {
  background-color: #d9edf7;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bce8f1, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #bce8f1, inset 0px 0px 0px 4px #ffffff;
  color: #3a87ad;
}
.green-block {
  background-color: #dff0d8;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d6e9c6, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #d6e9c6, inset 0px 0px 0px 4px #ffffff;
  color: #468847;
}
.gray-box {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 0px 0px 0px 1px #e5e5e5, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #e5e5e5, inset 0px 0px 0px 4px #ffffff;
  margin-bottom: 1.5em;
}
.gray-box:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #d8d8d8, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #d8d8d8, inset 0px 0px 0px 4px #ffffff;
}
/* ----- HRs ----- */
.fancy-hr {
  padding: 7px 0 7px 0;
  background-clip: content-box;
  display: block;
  border: none;
  height: 21px;
  background-image: url('../images/sepparator.png');
  clear: both;
  margin: 0 0 42px 20px;
}
.simple-hr {
  border: none;
  height: 1px;
  clear: both;
  margin: 0 0 1.5em 0;
  padding: 0;
  background-color: #dbdbdb;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
/* ----- Sidebar hr ----- */
.vertical-line {
  background: #e5e5e5;
  background: -moz-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to right, #e5e5e5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=1);
  width: 10px;
  height: 100%;
  margin: 0;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.vertical-line .vertical-fade {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 95%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50px, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 95%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 95%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 95%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 95%, #ffffff 100%);
  /* W3C */

  width: 10px;
  height: 100%;
  margin: 0;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.vertical-line .vertical-fade .border-left {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 50px, #d8d8d8 95%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50px, #d8d8d8), color-stop(85%, #d8d8d8), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 50px, #d8d8d8 95%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 50px, #d8d8d8 95%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 50px, #d8d8d8 95%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 50px, #d8d8d8 95%, #ffffff 100%);
  /* W3C */

  width: 1px;
  height: 100%;
  margin: 0;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.vertical-line .vertical-fade .inner-border {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #ffffff), color-stop(95%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  width: 1px;
  height: 100%;
  margin: 0;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 1px;
}
/* ----- Tabbed Content ----- */
.tabs {
  height: 42px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.tabs a {
  display: block;
  height: 34px;
  padding: 8px 1em 0px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.tabs li.inactive {
  float: left;
  margin-right: 3px;
  margin-top: 12px;
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 3px 3px 0px 0px #ffffff, inset -3px 0px 0px 0px #ffffff, inset 0px 0px 0px 50px rgba(255, 255, 255, 0.3);
  box-shadow: inset 3px 3px 0px 0px #ffffff, inset -3px 0px 0px 0px #ffffff, inset 0px 0px 0px 50px rgba(255, 255, 255, 0.3);
  border: solid #e5e5e5;
  border-width: 1px 1px 0px 1px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.tabs li.inactive a {
  color: #666666;
}
.tabs li.active {
  float: left;
  margin-right: 3px;
  margin-top: 8px;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 3px 3px 0px 0px #ffffff, inset -3px 0px 0px 0px #ffffff;
  box-shadow: inset 3px 3px 0px 0px #ffffff, inset -3px 0px 0px 0px #ffffff;
  border: solid #cccccc;
  border-width: 1px 1px 0px 1px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  height: 38px;
}
.tabs li.active a {
  color: #cc2222;
}
.tab_container {
  -webkit-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  margin-bottom: 1.5em;
  padding: 0.75em 1em;
  text-shadow: 0 1px 0 #fff;
}
.tab_container .content {
  text-shadow: 0 1px 0 #fff;
}
/* ----- Toggle Content ----- */
.toggle {
  clear: both;
}
.toggle .toggle-item {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: transparent url('../images/header-bg.png');
  -webkit-box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #cccccc, inset 0px 0px 0px 4px #ffffff;
  padding: 0.55em 1em;
  text-shadow: 0 1px 0 #fff;
  margin: 0.1em 0;
}
.toggle .toggle-item .toggle-tab {
  height: 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggle .toggle-item .toggle-tab a {
  color: #666666;
}
.toggle .toggle-item .active {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggle .toggle-item .active a {
  color: #434343;
}
.toggle .toggle-item .toggle-content {
  padding-top: 0.75em;
  margin-top: 0.75em;
  box-shadow: inset 0px 1px 0px 0px #e5e5e5, inset 0px 2px 0px 0px rgba(255, 255, 255, 0.5);
}
/* ---------- Top Bar ---------- */
.top-bar {
  height: 42px;
  background: transparent url('../images/top-bar-bg.png') repeat-x;
  color: white;
}
.top-bar .slogan {
  float: left;
  margin: 0;
}
.top-bar .slogan p {
  margin-top: 0.7em;
  font-family: "Droid Serif", serif;
  font-style: italic;
  padding-left: 1em;
  border-left: 1px solid #000000;
  line-height: 1.5em;
  box-shadow: inset 1px 0px #535353;
  color: #cccccc;
  text-shadow: 0 1px 0 #000000;
}
.top-bar .search-bar {
  float: right;
  text-align: right;
}
.top-bar .search-bar input[type="text"] {
  color: #c1c1c1;
  width: 50%;
  height: 26px;
  line-height: 1.5em;
  padding: 0 0 0 2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4) url('../images/search-icon.png') 8px 5px no-repeat;
  box-shadow: inset 0px 1px 3px black;
  margin-top: 7px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 0px;
}
.top-bar .search-bar input[type="text"]:focus {
  width: 70%;
}
.top-bar .search-bar input[type="submit"] {
  background-color: #cc2222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc2222), to(#b40b0b));
  background-image: -webkit-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -moz-linear-gradient(top, #cc2222, #b40b0b);
  background-image: -o-linear-gradient(top, #cc2222, #b40b0b);
  background-image: linear-gradient(to bottom, #cc2222, #b40b0b);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  border: 1px solid #490000;
  box-shadow: inset 0px 1px 0px #da6565, 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  color: white;
  text-transform: uppercase;
  padding: 0 1em;
  margin-top: 7px;
}
.top-bar .search-bar input[type="submit"]:hover {
  background-color: #dc2c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2c2c), to(#cc0c0c));
  background-image: -webkit-linear-gradient(top, #dc2c2c, #cc0c0c);
  background-image: -moz-linear-gradient(top, #dc2c2c, #cc0c0c);
  background-image: -o-linear-gradient(top, #dc2c2c, #cc0c0c);
  background-image: linear-gradient(to bottom, #dc2c2c, #cc0c0c);
}
/* ---------- HEADER ---------- */
.header-top {
  background: transparent url('../images/header-bg.png') top left repeat;
  box-shadow: inset 0px 3px 0px #ffffff, inset 0px -3px 0px #ffffff;
}
.header-top .header-wrap {
  margin: 0 auto;
  padding: 0;
  height: auto;
  /* ----- Responsive Navigation ----- */

}
.header-top .header-wrap .logo {
  margin: 21px 0 20px 0;
}
.header-top .header-wrap .header-right {
  text-align: right;
  margin-top: 21px;
}
.header-top .header-wrap .header-right h3 {
  margin-bottom: 0px;
}
.header-top .header-wrap .header-right ul li {
  display: inline-block;
  font-family: "Droid Serif", serif;
  height: 70px;
  width: 70px;
  text-align: center;
}
.header-top .header-wrap .header-right a {
  color: #666666;
  height: 65px;
  width: 70px;
  display: block;
  padding-top: 20px;
  background: transparent url('../images/res-list-bg.png') top left no-repeat;
}
.header-top .header-wrap .header-right a:hover {
  color: #cc2222;
  background: transparent url('../images/res-list-bg.png') 0px 5px no-repeat;
}
.header-top .header-wrap .responsive-main-nav {
  width: 100%;
  height: auto;
  background: transparent url('../images/header-bg.png') top left repeat;
  box-shadow: inset 0px 3px 0px #ffffff, inset 0px -3px 0px #ffffff;
  display: none;
  padding: 0.75em 1.5em;
}
.header-top .header-wrap .responsive-main-nav ul li {
  z-index: 1100;
  white-space: nowrap;
  background: none;
  margin-top: 0px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0px -1px 0px #d8d8d8;
}
.header-top .header-wrap .responsive-main-nav ul li:last-child a {
  box-shadow: none;
}
.header-top .header-wrap .responsive-main-nav ul li a {
  background: transparent url('../images/dropdown-bullet.png') -10px center no-repeat;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0px -1px 0px #d8d8d8;
  height: 42px;
  padding: 11px 0 0 15px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: bold;
}
.header-top .header-wrap .responsive-main-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.5) url('../images/dropdown-bullet.png') left center no-repeat;
  color: #cc2222;
}
.header-top .header-wrap .responsive-main-nav ul li ul {
  display: block;
  line-height: 42px;
  margin-left: 1.5em;
}
.header-top .header-wrap .responsive-main-nav ul li ul li {
  z-index: 1100;
  white-space: nowrap;
  background: none;
  margin-top: 0px;
}
.header-top .header-wrap .responsive-main-nav ul li ul li:last-child {
  box-shadow: none;
}
.header-top .header-wrap .responsive-main-nav ul li ul li a {
  background: transparent url('../images/dropdown-bullet.png') -10px center no-repeat;
  box-shadow: none;
  height: 42px;
  padding: 11px 0 0 15px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: normal;
}
.header-top .header-wrap .responsive-main-nav ul li ul li a:hover {
  background: rgba(255, 255, 255, 0.5) url('../images/dropdown-bullet.png') left center no-repeat;
  color: #cc2222;
}
/* ----- Main Navigation ----- */
.main-nav {
  float: left;
  display: block;
  height: 62px;
  margin-top: -1.5em;
  list-style-type: none;
}
.main-nav .responsive-button {
  margin-top: 13px;
  margin-left: 1em;
  display: none;
}
.main-nav .menu li {
  display: inline-block;
  float: left;
  margin-top: 1px;
}
.main-nav .menu li:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: -2px;
}
.main-nav .menu li:hover a {
  color: #cc2222;
  background: rgba(255, 255, 255, 0.5) url('../images/nav-bullet.png') top center no-repeat;
}
.main-nav .menu li a {
  color: #434343;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
  padding: 20px 1em 0 1em;
  height: 61px;
  text-shadow: 0px 1px 0px #ffffff;
  background-image: url('../images/nav-bullet.png');
  background-position: center -10px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-nav .menu li a:hover {
  color: #cc2222;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('../images/nav-bullet.png');
  background-position: top center;
  background-repeat: no-repeat;
}
.main-nav .menu li .dropdown {
  z-index: 1000;
  background: transparent url('../images/header-bg.png') top left repeat;
  position: absolute;
  min-width: 150px;
  border: 3px solid white;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  margin-top: -10px;
}
.main-nav .menu li .dropdown li {
  display: list-item;
  z-index: 1100;
  float: none;
  white-space: nowrap;
  background: none;
  height: 42px;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  margin-top: 0px;
  position: relative;
}
.main-nav .menu li .dropdown li:last-child {
  border: none;
  box-shadow: none;
}
.main-nav .menu li .dropdown li a {
  background: transparent url('../images/dropdown-bullet.png') -10px center no-repeat;
  height: 42px;
  padding: 11px 15px 0 15px;
  color: #434343;
  font-size: 14px;
  line-height: 21px;
}
.main-nav .menu li .dropdown li a:hover {
  background: rgba(255, 255, 255, 0.5) url('../images/dropdown-bullet.png') left center no-repeat;
  color: #cc2222;
}
.main-nav .menu li .dropdown li:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: 0px;
  margin-top: -1px;
}
.main-nav .menu li .dropdown li .dropdown-level2 {
  z-index: 500;
  background: transparent url('../images/header-bg.png') top left repeat;
  position: absolute;
  left: 100%;
  top: 1px;
  min-width: 150px;
  border: 3px solid white;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  margin-left: -10px;
  margin-top: -1px;
}
.main-nav .menu li .dropdown li .dropdown-level2 li {
  z-index: 400;
}
/* ---------- FEATURED AREA ---------- */
.featured-container {
  background: transparent url('../images/player-bg.png') top left repeat;
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5), inset 0px -3px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.featured-container .player {
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.featured-container .player .video-container {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(255, 255, 255, 0.1);
}
.featured-container .player .video-container iframe {
  display: block;
}
.featured-container .player .video-container-single {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  width: 731px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(255, 255, 255, 0.1);
}
.featured-container .player .video-container-single iframe {
  display: block;
}
.featured-container .player .featured-content {
  color: #ededed;
}
.featured-container .player .featured-content .feat-meta {
  color: #b5b5b5;
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 11px;
  line-height: 21px;
  margin-bottom: 1.5em;
}
.featured-container .player .featured-content .feat-meta a {
  color: #ededed;
}
.featured-container .player .featured-content h2 {
  color: #ededed;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  margin-bottom: 21px;
}
.featured-container .player .featured-content p {
  margin-bottom: 1.5em;
}
.featured-container .bookmark-bar {
  height: 42px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
}
.featured-container .bookmark-bar p {
  margin-bottom: 0;
  line-height: 42px;
  display: inline-block;
  color: #b5b5b5;
  text-shadow: 0 1px 0 #000000;
  font-size: 12px;
}
.featured-container .bookmark-bar p textarea {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  color: #595959;
  line-height: 1.7em;
  padding-left: 0.5em;
  padding-top: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 1px 3px black;
  white-space: nowrap;
  outline: none;
  margin-top: 8px;
  resize: none;
  width: 80%;
}
.featured-container .bookmark-bar p span {
  margin-right: 5px;
  display: inline-block;
}
.featured-container .bookmark-bar .share-icons {
  margin-bottom: 0;
  margin-top: 10px;
  float: right;
  width: auto;
}
.featured-container .bookmark-bar .share-icons .facebook-icon {
  background: transparent url('../images/shares.png') -31px -42px no-repeat;
}
.featured-container .bookmark-bar .share-icons .facebook-icon:hover {
  background: transparent url('../images/shares.png') -31px -21px no-repeat;
}
.featured-container .bookmark-bar .share-icons .twitter-icon {
  background: transparent url('../images/shares.png') 0px -42px no-repeat;
}
.featured-container .bookmark-bar .share-icons .twitter-icon:hover {
  background: transparent url('../images/shares.png') 0px -21px no-repeat;
}
.featured-container .bookmark-bar .share-icons .google-icon {
  background: transparent url('../images/shares.png') -62px -42px no-repeat;
}
.featured-container .bookmark-bar .share-icons .google-icon:hover {
  background: transparent url('../images/shares.png') -62px -21px no-repeat;
}
.featured-container .bookmark-bar .share-icons .rss-icon {
  background: transparent url('../images/shares.png') -124px -42px no-repeat;
}
.featured-container .bookmark-bar .share-icons .rss-icon:hover {
  background: transparent url('../images/shares.png') -124px -21px no-repeat;
}
.featured-container .bookmark-bar .share-icons .email-icon {
  background: transparent url('../images/shares.png') -155px -42px no-repeat;
}
.featured-container .bookmark-bar .share-icons .email-icon:hover {
  background: transparent url('../images/shares.png') -155px -21px no-repeat;
}
/* --------- CAROUSEL ---------- */
.carrousel-row {
  background: transparent url('../images/header-bg.png') top left repeat;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0px 3px 0px #ffffff, inset 0px -3px 0px #ffffff;
  margin-bottom: 3em;
}
.carrousel-row #carousel_container {
  margin-left: auto;
  margin-right: auto;
  padding: 19px 0 13px 0;
  position: relative;
}
.carrousel-row #carousel_container #left_scroll {
  margin-top: 32px;
  display: block;
  float: left;
  margin-left: -50px;
}
.carrousel-row #carousel_container #left_scroll a {
  background: transparent url("../images/left-arrow.png") center center no-repeat;
  height: 43px;
  width: 25px;
  display: block;
  opacity: 0.6;
}
.carrousel-row #carousel_container #left_scroll a:hover {
  opacity: 1;
}
.carrousel-row #carousel_container #right_scroll {
  margin-top: 32px;
  display: block;
  float: right;
  margin-right: -50px;
}
.carrousel-row #carousel_container #right_scroll a {
  background: transparent url("../images/right-arrow.png") center center no-repeat;
  height: 43px;
  width: 25px;
  display: block;
  opacity: 0.6;
}
.carrousel-row #carousel_container #right_scroll a:hover {
  opacity: 1;
}
.carrousel-row #carousel_container #carousel_inner {
  float: left;
  /* important for inline positioning */
  width: 100%;
  /* important (this width = width of list item(including margin) * items shown */
  overflow: hidden;
  /* important (hide the items outside the div) */
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  left: -186px;
  /* important (this should be negative number of list items width(including margin) */
  list-style-type: none;
  /* removing the default styling for unordered list items */
  width: 9999px;
  /* important */

}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li {
  display: inline-block;
  border: 1px solid white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0 12px 0 0;
  float: left;
  width: 177px;
  height: 107px;
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li a {
  display: inline-block;
  background-color: black;
  position: relative;
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li a .play {
  background: transparent url('../images/play1.png') center center no-repeat;
  height: 105px;
  width: 177px;
  display: block;
  background-size: 75px 75px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li a:hover > .play {
  background: transparent url('../images/play1.png') center center no-repeat;
  opacity: 1;
  background-size: 27px 27px;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carrousel-row #carousel_container #carousel_inner #carousel_ul li a:hover > img {
  opacity: 0.4;
  -webkit-filter: blur(1px);
}
/* ---------- THE WRAP ---------- */
.fullwidth {
  padding-left: 20px;
}
.wrap {
  width: 100%;
  height: auto;
}
.wrap .content {
  float: left;
}
.wrap .content p {
  margin-bottom: 1.5em;
}
.wrap .content img {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 1px 3px #595959;
  box-shadow: 0 1px 3px #595959;
  margin-bottom: 1.5em;
}
.wrap .content blockquote {
  font-family: "Droid Serif", serif;
  font-style: italic;
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 400;
  margin: 1.5em 3em 1.5em 1.5em;
  border-left: 2px solid #e5e5e5;
  padding-left: 19px;
}
.wrap .content pre,
.wrap .content code {
  font-family: consolas, courier, monospace;
  font-size: 1em;
  line-height: 1.5em;
  white-space: normal;
  background-color: #f2f2f2;
  border-left: 2px solid #e5e5e5;
  color: #666666;
  padding: 1em;
  margin: 1.5em 3em 1.5em 1.5em;
}
.wrap .content iframe {
  width: 100%;
  display: block;
}
.wrap .content .preview-post {
  margin-bottom: 1.5em;
}
.wrap .content .preview-post p {
  margin-bottom: 0;
}
.wrap .content .preview-image {
  float: left;
  margin-right: 22px;
  display: block;
  position: relative;
  outline: none;
}
.wrap .content .preview-image a {
  outline: none;
}
.wrap .content .preview-image img {
  height: 168px;
  width: 168px;
  margin: 0;
}
.wrap .content .preview-image:hover .image-link-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .preview-image:hover .image-overlay-effect {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .preview-image-small {
  float: left;
  margin-right: 22px;
  display: block;
  position: relative;
  outline: none;
}
.wrap .content .preview-image-small a {
  outline: none;
}
.wrap .content .preview-image-small img {
  height: 105px;
  width: 105px;
  margin: 0;
  border: 3px solid white;
}
.wrap .content .preview-image-small:hover .image-link-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .preview-image-small:hover .image-overlay-effect {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .iconify {
  outline: none;
  display: block;
  position: relative;
  margin-bottom: 1.5em;
}
.wrap .content .iconify img {
  margin: 0;
}
.wrap .content .iconify:hover .image-link-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .iconify:hover .image-overlay-effect {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .description {
  margin: 4px 0 6px 0;
  line-height: 16px;
  font-size: 12px;
}
.wrap .content .preview-title {
  margin-bottom: 0;
}
.wrap .content .description-meta-bar {
  background-color: #ededed;
  display: inline-block;
  padding-right: 10px;
  float: right;
  width: 100%;
  max-width: 333px;
}
.wrap .content .description-meta-bar .description-meta {
  line-height: 21px;
  font-size: 11px;
  list-style-type: none;
}
.wrap .content .description-meta-bar .description-meta li {
  display: inline-block;
  padding: 0;
  text-shadow: 0px 1px #ffffff;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: 10px;
}
.wrap .content .description-meta-bar .description-meta li:hover {
  background-color: #e5e5e5;
}
.wrap .content .description-meta-bar .description-meta li a {
  line-height: 21px;
}
.wrap .content .article-meta-small {
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-style: normal;
  font-size: 10px;
  line-height: 21px;
  color: #666666;
  width: 100%;
  margin-bottom: 0;
}
.wrap .content .article-browse {
  padding-top: 1em;
  margin-top: -1em;
  float: right;
}
.wrap .content .article-browse h4 {
  margin-left: 1em;
  text-shadow: 0 1px 0 #ffffff;
}
.wrap .content .article-browse ul {
  margin-left: 15px;
  text-shadow: 0 1px 0 #ffffff;
}
.wrap .content .article-browse ul li {
  margin-bottom: 1.5em;
  color: #434343;
  font-family: "Droid Serif", serif;
  font-weight: bold;
}
.wrap .content .article-browse ul li ul {
  margin-left: -15px;
}
.wrap .content .article-browse ul li ul li {
  margin-bottom: 0;
  color: #666666;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrap .content .article-browse ul li ul li:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(106, 106, 106, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(106, 106, 106, 0.1);
}
.wrap .content .article-browse ul li ul li a {
  color: #666666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 21px;
  display: block;
  padding-left: 30px;
}
.wrap .content .article-browse ul li ul li a:hover {
  color: #cc2222;
}
.wrap .content .articles-nav {
  margin: 1.5em 0;
}
.wrap .content .articles-nav p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
}
.wrap .content .articles-nav .right-arr {
  text-align: left;
  width: 50%;
}
.wrap .content .articles-nav .right-arr a {
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
}
.wrap .content .articles-nav .right-arr a:hover {
  padding-left: 22px;
}
.wrap .content .articles-nav .left-arr {
  text-align: right;
  width: 50%;
}
.wrap .content .articles-nav .left-arr a {
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
}
.wrap .content .articles-nav .left-arr a:hover {
  padding-right: 22px;
}
.wrap .content .separator {
  padding: 7px 0 7px 0;
  background-clip: content-box;
  display: block;
  border: none;
  height: 21px;
  background-image: url('../images/sepparator.png');
  clear: both;
  margin: 1.5em 0 1.5em 0;
}
.wrap .content .article-bottom {
  width: 100%;
}
.wrap .content .article-bottom .share-icons {
  width: 50%;
  text-align: right;
}
.wrap .content .article-category {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}
.wrap .content .article-category a {
  line-height: 42px;
  color: #b3b3b3;
}
.wrap .content .article-category a:hover {
  color: #808080;
}
.wrap .content header h1 {
  margin-bottom: 0;
}
.wrap .content .article-meta,
.wrap .content .article-share {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 11px;
  line-height: 21px;
  color: #666666;
  display: block;
  width: 50%;
  float: left;
}
.wrap .content .article-meta-header {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 12px;
  line-height: 42px;
  color: #666666;
  display: block;
  width: 100%;
  float: left;
}
.wrap .content .audio-player,
.wrap .content .ebook {
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: center;
  text-shadow: 0 1px 0px #ffffff;
}
.wrap .content .audio-player p,
.wrap .content .ebook p {
  margin-bottom: 0px;
  text-shadow: 0px 1px 0px #ffffff;
}
.wrap .content .audio-player h3,
.wrap .content .ebook h3 {
  color: #666666;
}
.wrap .content .audio-player #listen,
.wrap .content .ebook #listen {
  height: 84px;
  width: 320px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  display: block;
  margin: 0 auto 1.5em;
  text-align: center;
}
.wrap .content .audio-player #listen audio,
.wrap .content .ebook #listen audio {
  display: inline-block;
  margin-top: 27px;
  width: 260px;
}
.wrap .content .audio-player .button-gray,
.wrap .content .ebook .button-gray {
  color: #999999;
}
.wrap .content .audio-player .button-gray:hover,
.wrap .content .ebook .button-gray:hover {
  color: #666666;
}
.wrap .content .audio-player .button-gray:active,
.wrap .content .ebook .button-gray:active {
  color: #737373;
}
.wrap .content .resources {
  list-style-image: url('../images/list-bullet.png');
  margin-left: 21px;
}
.wrap .content .resources li {
  margin: 0 0 11px 0;
  padding: 0;
}
.wrap .content .resources li a {
  color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 21px;
}
.wrap .content .resources li a:hover {
  color: #cc2222;
}
.wrap .content .resources li .list-meta {
  display: block;
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 10px;
  line-height: 10px;
}
.wrap .content .resources li .list-meta a {
  color: #cc2222;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 10px;
}
.wrap .content .resources li .list-meta a:hover {
  color: #b40b0b;
}
.wrap .content .cat-res-bar {
  line-height: 21px;
  background-color: #ededed;
  display: block;
  font-size: 12px;
  position: relative;
  margin-bottom: 42px;
}
.wrap .content .cat-res-bar ul {
  list-style-type: none;
  margin-left: 0.5em;
  line-height: 21px;
}
.wrap .content .cat-res-bar ul li {
  display: inline-block;
  padding: 0 1em;
  text-shadow: 0px 1px #ffffff;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .content .cat-res-bar ul li:hover {
  background-color: #e5e5e5;
}
.wrap .content .cat-res-bar ul li a {
  line-height: 21px;
}
.wrap .content .cat-res-bar .more-res {
  height: 21px;
  color: #ffffff;
  display: block;
  line-height: 21px;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 1em;
  background-color: #cc2222;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-left: 1px solid #b40b0b;
}
.wrap .content .cat-res-bar .more-res:hover {
  background-color: #b40b0b;
  text-shadow: 0px 1px #000000;
  line-height: 19px;
  border-left: 1px solid #840808;
}
.wrap .browse {
  margin-bottom: 3em;
}
.wrap .browse ul {
  list-style-type: none;
  font-family: "Droid Serif", serif;
}
.wrap .browse ul li {
  display: inline-block;
  width: 140px;
}
.wrap .browse ul li ul {
  list-style-image: none;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
}
.wrap .browse ul li ul li {
  display: list-item;
  margin-left: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrap .browse ul li ul li:hover {
  list-style-image: url('../images/list-bullet.png');
  text-indent: 0.5em;
}
.facebook-box {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent url('../images/header-bg.png');
  padding: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 1.5em;
}
.facebook-box .fb-inner {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  border: 3px solid #ffffff;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
aside {
  display: block;
  line-height: 21px;
  font-size: 14px;
  position: relative;
}
aside .sidebar-widget {
  margin: 0 0 42px 20px;
  display: block;
}
/* ----- Newsletter Form ----- */
.newsletter-form {
  margin: 0;
  padding: 0;
}
.newsletter-form span {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 1em;
  height: 30px;
  padding-top: 3px;
}
/* ----- Sidebar List ----- */
.sidebar-list {
  list-style-image: url('../images/list-bullet.png');
  margin-left: 21px;
}
.sidebar-list li {
  margin: 0;
  padding: 0 0 11px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar-list li:hover {
  margin-left: 10px;
}
.sidebar-list li a {
  color: #434343;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 21px;
}
.sidebar-list li a:hover {
  color: #cc2222;
}
.sidebar-list li .list-meta {
  display: block;
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 10px;
  line-height: 10px;
}
.sidebar-list li .list-meta a {
  color: #cc2222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 10px;
}
.sidebar-list li .list-meta a:hover {
  color: #b40b0b;
}
/* ----- Sidebar Thumbs Widget ----- */
.sidebar-thumbnails {
  list-style-type: none;
  margin-right: -10px;
  padding-bottom: 1px;
}
.sidebar-thumbnails li {
  margin: 0 10px 11px 0;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
}
.sidebar-thumbnails li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar-thumbnails li a:hover .thumb-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.sidebar-thumbnails li a:hover .thumb-overlay {
  opacity: 0.5;
  top: 0;
  left: 0;
}
.sidebar-thumbnails li a .thumb-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent url('../images/link-away.png') center center no-repeat;
  opacity: 0;
  z-index: 100;
}
.sidebar-thumbnails li a .thumb-overlay {
  opacity: 0.3;
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 62px;
  left: 62px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-thumbnails li a img {
  height: 62px;
  width: 62px;
}
/* ---------- FOOTER ---------- */
.footer-widget-area {
  padding: 41px 0 42px 0;
  background: transparent url('../images/header-bg.png') top left repeat;
  box-shadow: inset 0px 3px 0px #ffffff;
  border-top: 1px solid #e5e5e5;
  margin-top: 3em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.footer-widget-area .footer-widget {
  margin-bottom: 1.5em;
}
.footer-widget-area .alignleft {
  margin: 0 0.5em 0 0;
}
.footer-widget-area .alignright {
  margin: 0 0 0.5em 0;
}
.footer-widget-area .button-normal {
  margin-top: 10px;
  margin-bottom: 2px;
}
.footer-widget-area .footer-input-name {
  margin-right: 26px;
}
.footer-widget-area .footer-input-name::after {
  content: '';
  background: transparent url('../images/shares.png') -186px 0px no-repeat;
  height: 21px;
  width: 31px;
  margin-right: -26px;
  margin-top: 6px;
  position: absolute;
}
.footer-widget-area .footer-input-name input[type="text"] {
  background-color: #fff;
  display: inline;
  width: 100%;
  position: relative;
}
.footer-widget-area .footer-input-email {
  margin-right: 26px;
}
.footer-widget-area .footer-input-email::after {
  content: '';
  background: transparent url('../images/shares.png') -217px 0px no-repeat;
  height: 21px;
  width: 31px;
  margin-right: -26px;
  margin-top: 6px;
  position: absolute;
}
.footer-widget-area .footer-input-email input[type="email"] {
  background-color: #fff;
  display: inline;
  width: 100%;
}
.footer-widget-area .footer-textarea {
  margin: 0;
}
.footer-widget-area .footer-textarea textarea {
  width: 100%;
  background-color: #ffffff;
}
.footer-widget-area ul li {
  margin-left: 0.5em;
}
.footer-widget-area ul li a {
  display: block;
  padding-left: 1em;
}
.footer-widget-area ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 1.5em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
}
.footer-widget-area ul li ul li {
  margin-left: 1.5em;
}
.footer-widget-area .bottom-bar {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 0px #cccccc;
  box-shadow: 0px 2px 0px #cccccc;
  line-height: 42px;
  font-size: 12px;
}
.footer-widget-area .bottom-bar .footer-menu {
  line-height: 42px;
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.footer-widget-area .bottom-bar .footer-menu li {
  display: inline-block;
  background: none;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  margin-right: 1em;
}
.footer-widget-area .bottom-bar .footer-menu li a {
  display: inline-block;
  height: 41px;
  background: none;
  -webkit-box-shadow: 0px 3px 0px #cccccc;
  box-shadow: 0px 3px 0px #cccccc;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #434343;
}
.footer-widget-area .bottom-bar .footer-menu li a:hover {
  -webkit-box-shadow: 0px 3px 0px #999999;
  box-shadow: 0px 3px 0px #999999;
  color: #cc2222;
}
.footer-widget-area .bottom-bar .copyright {
  float: left;
  display: inline-block;
  line-height: 42px;
  margin-left: 15px;
}
/* ---------- TWITTER WIDGET ---------- */
.twitter-widget {
  font-size: 12px;
  color: #666666;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.twitter-widget .twit {
  font-family: "Droid Serif", serif;
  position: relative;
  margin: 0 0 21px 26px;
}
.twitter-widget .twit::before {
  content: '';
  background: transparent url('../images/shares.png') -5px -42px no-repeat;
  height: 21px;
  width: 31px;
  margin-left: -26px;
  position: absolute;
}
.twitter-widget .twit:hover::before {
  background: transparent url('../images/shares.png') -5px -21px no-repeat;
}
.twitter-widget .twit-meta {
  color: #999999;
  font-size: 10px;
  display: block;
}
/* ---------- TITLE & BREADCRUMBS ---------- */
.title-row {
  background: transparent url('../images/player-bg.png') top left repeat;
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5), inset 0px -3px 3px rgba(0, 0, 0, 0.5);
}
.title-row .title {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
  margin: 42px 0;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  text-shadow: 0px 1px 3px #000000;
}
.breadcrumbs-row {
  background: transparent url('../images/header-bg.png') top left repeat;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0px 3px 0px #ffffff, inset 0px -3px 0px #ffffff;
  margin-bottom: 3em;
}
.breadcrumbs-row span {
  text-transform: uppercase;
  margin: 10px 0 9px 0;
  display: block;
  color: #666666;
  font-size: 12px;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumbs-row span a,
.breadcrumbs-row span a:visited,
.breadcrumbs-row span a:hover {
  color: #666666;
}
.breadcrumbs-row span a:active,
.breadcrumbs-row span a:visited:active,
.breadcrumbs-row span a:hover:active {
  color: #cc2222;
}
/* ---------- PORTFOLIO STYLES ---------- */
.portfolio {
  width: 100%;
}
.portfolio .portfolio-cat {
  height: 3em;
  margin-bottom: 1.5em;
  display: block;
}
.portfolio .portfolio-cat ul {
  display: block;
  float: right;
  line-height: 42px;
  cursor: pointer;
  text-align: right;
}
.portfolio .portfolio-cat ul li {
  display: inline-block;
  margin-left: 1em;
  position: relative;
}
.portfolio .portfolio-cat ul li:hover .link-underline {
  opacity: 1;
  top: 39px;
}
.portfolio .portfolio-cat ul li a {
  display: block;
  height: 39px;
  color: #666666;
}
.portfolio .portfolio-cat ul li a:hover {
  color: #cc2222;
}
.portfolio .portfolio-cat ul li a:active + .link-underline {
  position: absolute;
  top: 0px;
  opacity: 1;
}
.portfolio .portfolio-cat ul li .link-underline {
  opacity: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #cc2222;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio .thumbnail-section {
  width: 100%;
}
.portfolio .thumbnail-section .portfolio-item {
  margin: 0 0 21px 20px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio .thumbnail-section .portfolio-item:hover .img-hover-state {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 120px rgba(0, 0, 0, 0.5);
}
.portfolio .thumbnail-section .portfolio-item:hover .img-hover-state .show {
  background: rgba(0, 0, 0, 0.5) url('../images/maximize.png') center center no-repeat;
  height: 40%;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 50%;
}
.portfolio .thumbnail-section .portfolio-item:hover .img-hover-state .show-more {
  background: rgba(0, 0, 0, 0.5) url('../images/link.png') center center no-repeat;
  height: 40%;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
}
.portfolio .thumbnail-section .portfolio-item img {
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  display: block;
}
.portfolio .thumbnail-section .portfolio-item .img-hover-state {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.portfolio .thumbnail-section .portfolio-item .img-hover-state .show {
  background: rgba(0, 0, 0, 0.5) url('../images/maximize.png') center center no-repeat;
  height: 40%;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 100%;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  color: #cc2222;
  font-size: 0px;
  outline: none;
}
.portfolio .thumbnail-section .portfolio-item .img-hover-state .show-more {
  background: rgba(0, 0, 0, 0.5) url('../images/link.png') center center no-repeat;
  height: 40%;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 100%;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  color: #cc2222;
  font-size: 0px;
  outline: none;
}
.portfolio .fancy-hr {
  margin-bottom: 21px;
}
/* ----- Overlay effects link ----- */
.image-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
  z-index: 100;
  outline: none;
}
.link-away {
  background: transparent url('../images/link-away.png') center center no-repeat;
}
.link-video {
  background: transparent url('../images/link-video.png') center center no-repeat;
}
.link-audio {
  background: transparent url('../images/link-audio.png') center center no-repeat;
}
.link-zoom {
  background: transparent url('../images/link-zoom.png') center center no-repeat;
}
.link-picture {
  background: transparent url('../images/link-picture.png') center center no-repeat;
}
.link-text {
  background: transparent url('../images/link-text.png') center center no-repeat;
}
.link-download {
  background: transparent url('../images/link-download.png') center center no-repeat;
}
.image-overlay-effect {
  opacity: 0;
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
}
/* ---------- COMMENTS ---------- */
.comments-area {
  margin-top: 3em;
  float: left;
  width: 100%;
  color: #666666;
}
.comments-area .start-comments,
.comments-area .comments-nav {
  background: transparent url('../images/header-bg.png') top left repeat;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0px 3px 0px #ffffff, inset 0px -3px 0px #ffffff;
  margin-bottom: 3em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
}
.comments-area .start-comments h3,
.comments-area .comments-nav h3 {
  line-height: 40px;
  margin-bottom: 0;
  text-shadow: 0 1px 0 #ffffff;
}
.comments-area h5 {
  margin-bottom: 0;
}
.comments-area .comments-list {
  margin-top: 3em;
}
.comments-area .comments-list li {
  list-style-type: none;
}
.comments-area .comments-list li article {
  border-left: 2px solid #e5e5e5;
  padding-left: 20px;
  margin-bottom: 3em;
}
.comments-area .comments-list li article header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.5em;
}
.comments-area .comments-list li article p {
  margin-bottom: 0px;
}
.comments-area .comments-list li article .awaiting-moderation {
  color: #b3b3b3;
  font-style: italic;
}
.comments-area .comments-list li ol {
  padding-left: 60px;
}
.comments-area .comments-list li ol article {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  margin-bottom: 3em;
}
.comments-area .comments-nav {
  margin: 3em 0;
}
.comments-area .comments-nav p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
  text-shadow: 0 1px 0 #ffffff;
}
.article-add-comments {
  float: right;
  line-height: 21px;
  display: inline-block;
  height: 21px;
  width: 31px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  background: transparent url('../images/shares.png') -93px 0px no-repeat;
  margin-top: 9px;
  cursor: pointer;
}
.article-add-comments:hover {
  background: transparent url('../images/shares.png') -93px -21px no-repeat;
  color: #666666;
}
.article-add-comments span {
  display: none;
  position: absolute;
  right: 31px;
  top: 0px;
  color: #fff;
  font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
  font-size: 11px;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-meta-header {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 11px;
  line-height: 21px;
  color: #666666;
  display: block;
  width: 100%;
  float: left;
}
/* --- Share Icons --- */
.share-icons {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 21px;
}
.share-icons li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  height: 21px;
  width: 31px;
}
.share-icons li .facebook-icon,
.share-icons li .twitter-icon,
.share-icons li .google-icon,
.share-icons li .rss-icon,
.share-icons li .email-icon {
  display: inline-block;
  height: 21px;
  width: 31px;
  font-size: 0px;
  vertical-align: middle;
}
.share-icons li .facebook-icon {
  background: transparent url('../images/shares.png') -31px 0px no-repeat;
}
.share-icons li .facebook-icon:hover {
  background: transparent url('../images/shares.png') -31px -21px no-repeat;
}
.share-icons li .twitter-icon {
  background: transparent url('../images/shares.png') top left no-repeat;
}
.share-icons li .twitter-icon:hover {
  background: transparent url('../images/shares.png') 0px -21px no-repeat;
}
.share-icons li .google-icon {
  background: transparent url('../images/shares.png') -62px 0px no-repeat;
}
.share-icons li .google-icon:hover {
  background: transparent url('../images/shares.png') -62px -21px no-repeat;
}
.share-icons li .rss-icon {
  background: transparent url('../images/shares.png') -124px 0px no-repeat;
}
.share-icons li .rss-icon:hover {
  background: transparent url('../images/shares.png') -124px -21px no-repeat;
}
.share-icons li .email-icon {
  background: transparent url('../images/shares.png') -155px 0px no-repeat;
}
.share-icons li .email-icon:hover {
  background: transparent url('../images/shares.png') -155px -21px no-repeat;
}
/* ----- 404 Page ----- */
.page404 {
  text-align: center;
}
.page404 figure .image404 {
  display: inline-block;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  margin: 1.5em;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/* ---------- @MEDIA QUERIES ---------- */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #carousel_container #left_scroll {
    margin-left: 0px !important;
    margin-right: 10px;
  }
  #carousel_container #right_scroll {
    margin-right: 0px !important;
    margin-left: 10px;
  }
  #carousel_container #carousel_inner {
    width: 560px !important;
    margin-left: 47px;
  }
  .newsletter-form span {
    visibility: hidden;
    display: none;
  }
  .wrap .browse ul li {
    margin-right: 10px;
    width: auto;
  }
  .wrap .browse ul li ul li:hover {
    text-indent: 0px;
  }
  .logo figure img {
    max-width: 300px;
  }
  .article-browse h4 {
    margin-left: 1em;
    text-shadow: 0 1px 0 #ffffff;
  }
  .article-browse ul {
    margin-left: 15px;
    text-shadow: 0 1px 0 #ffffff;
  }
  .article-browse ul li {
    margin-bottom: 1.5em;
    color: #434343;
    font-family: "Droid Serif", serif;
    font-weight: bold;
  }
  .article-browse ul li ul {
    margin-left: -15px;
  }
  .article-browse ul li ul li {
    margin-bottom: 0;
    color: #666666;
    font-family: "Droid Sans", "Helvetica Neue", Arial, sans;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .article-browse ul li ul li:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(106, 106, 106, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(106, 106, 106, 0.1);
  }
  .article-browse ul li ul li a {
    color: #666666;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    line-height: 21px;
    display: block;
    padding-left: 30px;
  }
  .article-browse ul li ul li a:hover {
    color: #cc2222;
  }
  .show,
  .show-more {
    background-size: 75% !important;
  }
  .menu {
    display: none !important;
  }
  .main-nav .responsive-button {
    display: block;
  }
}
/* All Mobile Sizes (devices and browser) */
@media all and (max-width: 767px) {
  .content {
    width: 100%;
  }
  .top-bar .slogan {
    visibility: hidden;
    display: none;
  }
  .header-top .header-wrap .header-right {
    display: none;
  }
  .logo {
    text-align: center;
    margin: 21px 0px 21px 0px !important;
  }
  .logo figure img {
    max-width: 300px;
  }
  .container {
    padding: 0 1em;
  }
  .header-top .header-wrap {
    padding-top: 0px;
  }
  #carousel_container {
    position: relative;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  #carousel_container #left_scroll {
    position: absolute;
    left: 0px;
    margin-left: 0px !important;
  }
  #carousel_container #right_scroll {
    position: absolute;
    right: 0px;
    margin-right: 0px !important;
  }
  #carousel_container #carousel_inner {
    max-width: 100%;
  }
  aside {
    display: none !important;
  }
  .facebook-box {
    width: 300px !important;
    display: block;
    float: left !important;
  }
  .browse {
    width: 300px !important;
    float: left !important;
  }
  .menu {
    display: none !important;
  }
  .main-nav .responsive-button {
    display: block;
  }
  .header-wrap .responsive-main-nav {
    display: none ;
  }
  .article-browse {
    display: block;
  }
  .article-browse ul {
    display: block;
  }
  .article-browse ul li {
    display: inline;
    width: 33.333333333333%;
    float: left;
    padding-right: 15px;
  }
  .article-browse ul li ul {
    margin: 0px !important;
  }
  .article-browse ul li ul li {
    display: inline-block;
    float: none;
    white-space: nowrap;
    width: auto;
    margin-right: 0.5em;
    padding: 0;
  }
  .article-browse ul li ul li a {
    margin: 0;
    padding: 0px !important;
  }
  body {
    padding: 0px !important;
  }
  .item-4col {
    max-width: 220px;
    width: 30.555555555555%;
    margin-right: 20px !important;
    margin-left: 0px !important;
  }
  .item-3col {
    max-width: 300px;
    width: 46.875% !important;
    margin-right: 3.125% !important;
    margin-left: 0px !important;
  }
  .thumbnail-section {
    margin: 0 auto !important;
  }
  .portfolio .fancy-hr {
    margin-left: 0px;
  }
  .content .fancy-hr {
    margin-left: 0px !important;
  }
  .video-container-single {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    min-height: 1px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .item-4col {
    max-width: 220px;
    width: 30.555555555555% !important;
    margin-right: 2.77777777777% !important;
    margin-left: 0px !important;
  }
  .item-3col {
    max-width: 300px;
    width: 46.875% !important;
    margin-right: 3.125% !important;
    margin-left: 0px !important;
  }
  .item-2col {
    max-width: 460px;
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .thumbnail-section {
    margin: 0 auto;
    max-width: 620px !important;
    width: auto !important;
  }
  .cols2 {
    max-width: 460px !important;
  }
  .video-embed {
    display: none !important;
  }
  .video-link {
    width: 65% !important;
    min-width: 150px !important;
  }
  .video-share {
    float: right;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .item-4col {
    max-width: 220px;
    width: 45.83333333333333% !important;
    margin-right: 4.16666666666666% !important;
    margin-left: 0px !important;
  }
  .item-3col {
    max-width: 300px;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0px !important;
  }
  .item-2col {
    max-width: 460px;
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .thumbnail-section {
    margin: 0 auto;
    max-width: 300px !important;
    width: auto !important;
  }
  .cols2 {
    max-width: 460px !important;
  }
  .video-embed {
    display: none !important;
  }
  .video-link {
    width: 50% !important;
    min-width: 150px !important;
    float: left;
  }
  .header-top .share-icons {
    margin-right: 20px;
  }
  .article-bottom .share-icons {
    width: 100% !important;
    text-align: left !important;
    float: left !important;
  }
}
