/*
.base64DataUriBackground (@encode, @type: ~"image/svg+xml") {
    @dataUriPrefix: ~"url(data:@{type};base64,";
    @dataUriSuffix: ~")";
    @b64DataUri: ~`(function(a,b,c){function e(a){a=a.replace(/\r\n/g,'\n');var b='';for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(d<128){b+=String.fromCharCode(d)}else if(d>127&&d<2048){b+=String.fromCharCode(d>>6|192);b+=String.fromCharCode(d&63|128)}else{b+=String.fromCharCode(d>>12|224);b+=String.fromCharCode(d>>6&63|128);b+=String.fromCharCode(d&63|128)}}return b}function f(a){var b='';var c,f,g,h,i,j,l;var m=0;a=e(a);while(m<a.length){c=a.charCodeAt(m++);f=a.charCodeAt(m++);g=a.charCodeAt(m++);h=c>>2;i=(c&3)<<4|f>>4;j=(f&15)<<2|g>>6;l=g&63;if(isNaN(f)){j=l=64}else if(isNaN(g)){l=64}b=b+d.charAt(h)+d.charAt(i)+d.charAt(j)+d.charAt(l)}return b}var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';return a+f(b)+c})('@{dataUriPrefix}','@{encode}','@{dataUriSuffix}')`;
    background-image: @b64DataUri;
}
*/
/* =============================================================================
   Style reset
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #202022;
  font-family: georgia, times, 'times new roman', serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #cb1e6e;
  outline: none;
}
a:hover {
  color: #88144a;
}
a:hover,
a:active {
  direction: ltr;
  outline: 0;
}
a:focus {
  outline: none;
}
a img {
  vertical-align: top;
}
/* =============================================================================
   Typography
   ========================================================================== */
p {
  margin-bottom: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: georgia, times, 'times new roman', serif;
  font-weight: bold;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 40px;
  margin: 15px 0;
}
h3 {
  font-size: 30px;
  margin: 15px 0;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote {
  margin: 1em 40px;
}
b,
strong {
  font-weight: bold;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #202022;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improves image quality when scaled in IE7 */
}
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0 0.75em;
}
fieldset.fieldgroup {
  border: 1px solid #DADADA;
}
button,
input,
select,
textarea {
  font-family: Helvetica, arial, sans-serif;
  font-size: 17px;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and aligment in all browsers */
}
[type="text"],
[type="password"],
[type="date"],
[type="url"],
[type="email"],
[type="number"],
[type="range"],
[type="search"],
[type="tel"],
[type="time"],
textarea,
select {
  background: #f3f3f3;
  border: 0;
  border-radius: 0;
  color: #202022;
  padding: 5px 10px 5px 10px;
}
[type="text"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
[type="date"]:-moz-placeholder,
[type="url"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="number"]:-moz-placeholder,
[type="range"]:-moz-placeholder,
[type="search"]:-moz-placeholder,
[type="tel"]:-moz-placeholder,
[type="time"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #333333;
  font-style: normal;
}
[type="text"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="date"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
[type="range"]:-ms-input-placeholder,
[type="search"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="time"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #333333;
  font-style: normal;
}
[type="text"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
[type="range"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="time"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #333333;
  font-style: normal;
}
select {
  padding-right: 3px;
}
.btn {
  border: 1px solid #f6a800;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: georgia, times, 'times new roman', serif;
  font-size: 24px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  padding: .3334em 1.5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-position: 0 -18px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* =============================================================================
   Tables
   ========================================================================== */
#iddesc textarea {
  resize: none;
}
table {
  border: 1px solid #555555;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
tbody td,
thead th {
  border: 1px solid #555555;
  padding: 8px 15px;
  vertical-align: top;
}
thead th {
  border-bottom-width: 1px;
  font-weight: bold;
}
tr.odd td,
td.odd {
  background: #fff;
}
tr.even td,
td.even {
  background: #fff;
}
/* =============================================================================
   Icons
   ========================================================================== */
.icon {
  background: url(../../img/icons/icons.png) 0 0 no-repeat;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.icon-social {
  height: 43px;
  width: 43px;
}
.icon-share {
  height: 22px;
  width: 23px;
}
.icon-loupe {
  background-position: -50px -50px;
  height: 15px;
  width: 14px;
}
.icon-fb {
  background-position: 0px 0px;
}
.icon-tw {
  background-position: -50px 0px;
}
.icon-linked-in {
  background-position: -100px 0px;
}
.icon-gp {
  background-position: -150px 0px;
}
.icon-social-bbok {
  background-position: 0px -50px;
}
.icon-share-fb {
  background-position: -75px -50px;
}
.icon-share-gp {
  background-position: -100px -50px;
}
.icon-share-linked-in {
  background-position: -125px -50px;
}
.icon-share-mail {
  background-position: -150px -50px;
}
.icon-share-pinterest {
  background-position: -175px -50px;
}
.icon-share-tw {
  background-position: -50px -75px;
}
/* =============================================================================
   Vertical-align: middle in divs
   ========================================================================== */
.va-middle .c,
.va-middle .h {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
.va-middle .h {
  font-size: 0;
  height: 100%;
  letter-spacing: 0;
  width: 0;
}
/* =============================================================================
   Attachment images
   ========================================================================== */
.attachment-thumb41 {
  height: 29px;
  width: 41px;
}
.attachment-thumb60 {
  height: 40px;
  width: 60px;
}
.attachment-thumb200 {
  height: 125px;
  width: 200px;
}
.attachment-thumb468 {
  height: auto;
  width: 468px;
}
.attachment-thumb282 {
  height: 176px;
  width: 282px;
}
.attachment-thumb683 {
  height: auto;
  width: 683px;
}
