/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Reset =================================================== */
/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
@-webkit-viewport  {
  width: device-width;
}
@-moz-viewport  {
  width: device-width;
}
@-ms-viewport  {
  width: device-width;
}
@-o-viewport  {
  width: device-width;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #faecd2;
  background-image: -webkit-radial-gradient(ellipse cover, #faecd2, #dac5a0);
  background-image: -moz-radial-gradient(ellipse cover, #faecd2, #dac5a0);
  background-image: -ms-radial-gradient(ellipse cover, #faecd2, #dac5a0);
  background-image: -o-radial-gradient(ellipse cover, #faecd2, #dac5a0);
  background-image: radial-gradient(ellipse cover, #faecd2, #dac5a0);
  background-repeat: repeat-x;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  font-size: 16px;
  font-size: 1.6rem;
  color: #111111;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  display: block;
}
h2,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 0px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  background-color: #ffffff;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #ffffff;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  font-size: 16px;
  font-size: 1.7rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  padding: 0 0 0 0px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em 0px;
  padding-left: 0px;
  border-left: 2px solid #ebe3cc;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #ebe3cc;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
}
mark {
  background-color: #ffffff;
  color: #111111;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #ce8217;
}
a:hover {
  text-decoration: none;
  color: #bd945a;
}
a:focus {
  outline: thin dotted;
  color: #ce8217;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #f2eddf;
  color: #5f5026;
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(95, 80, 38, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(95, 80, 38, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(95, 80, 38, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(95, 80, 38, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 78, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 78, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 78, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 78, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(245, 240, 219, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(245, 240, 219, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(245, 240, 219, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(245, 240, 219, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(92, 183, 92, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(92, 183, 92, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(92, 183, 92, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(92, 183, 92, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 51, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 51, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 51, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 51, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all background-color 0.25s 0 linear;
  -moz-transition: all background-color 0.25s 0 linear;
  -ms-transition: all background-color 0.25s 0 linear;
  -o-transition: all background-color 0.25s 0 linear;
  transition: all background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #f5f0d9;
  color: #a48e2b;
}
.badge-info:hover {
  background-color: #e0d088;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5026), to(#3b3117));
  background-image: -webkit-linear-gradient(top, #5f5026, #3b3117);
  background-color: #3b3117;
  background-image: -moz-linear-gradient(top, #5f5026, #3b3117);
  background-image: -ms-linear-gradient(top, #5f5026, #3b3117);
  background-image: -o-linear-gradient(top, #5f5026, #3b3117);
  background-image: linear-gradient(top, #5f5026, #3b3117);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5026), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #5f5026, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #5f5026, #c72f29);
  background-image: -ms-linear-gradient(top, #5f5026, #c72f29);
  background-image: -o-linear-gradient(top, #5f5026, #c72f29);
  background-image: linear-gradient(top, #5f5026, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dacdac));
  background-image: -webkit-linear-gradient(top, #ffffff, #dacdac);
  background-color: #dacdac;
  background-image: -moz-linear-gradient(top, #ffffff, #dacdac);
  background-image: -ms-linear-gradient(top, #ffffff, #dacdac);
  background-image: -o-linear-gradient(top, #ffffff, #dacdac);
  background-image: linear-gradient(top, #ffffff, #dacdac);
  background-repeat: repeat-x;
}
.greygrad2 {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5b17d), to(#dacdac));
  background-image: -webkit-linear-gradient(top, #c5b17d, #dacdac);
  background-color: #dacdac;
  background-image: -moz-linear-gradient(top, #c5b17d, #dacdac);
  background-image: -ms-linear-gradient(top, #c5b17d, #dacdac);
  background-image: -o-linear-gradient(top, #c5b17d, #dacdac);
  background-image: linear-gradient(top, #c5b17d, #dacdac);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f0d9), to(#eae0b1));
  background-image: -webkit-linear-gradient(top, #f5f0d9, #eae0b1);
  background-color: #eae0b1;
  background-image: -moz-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: -ms-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: -o-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: linear-gradient(top, #f5f0d9, #eae0b1);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #e6e6e6;
  -moz-box-shadow: inset 0 1px 10px #e6e6e6;
  box-shadow: inset 0 1px 10px #e6e6e6;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ebe3cc;
  border-bottom: 1px solid #ffffff;
}
img {
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #ebe3cc;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #111111;
  border: 0;
  border-bottom: 1px solid #ceba83;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #ceba83;
  color: #111111;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #a88d43;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #5f5026, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn2 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 10px;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#64d56b), to(#078d11));
  background-image: -webkit-linear-gradient(top, #64d56b, #078d11);
  background-color: #078d11;
  background-image: -moz-linear-gradient(top, #64d56b, #078d11);
  background-image: -ms-linear-gradient(top, #64d56b, #078d11);
  background-image: -o-linear-gradient(top, #64d56b, #078d11);
  background-image: linear-gradient(top, #64d56b, #078d11);
  background-repeat: repeat-x;
  border: 1px solid #83BD7F;
  border-bottom-color: #1B8507;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.btn2:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a00c), to(#00a00c));
  background-image: -webkit-linear-gradient(top, #00a00c, #00a00c);
  background-color: #00a00c;
  background-image: -moz-linear-gradient(top, #00a00c, #00a00c);
  background-image: -ms-linear-gradient(top, #00a00c, #00a00c);
  background-image: -o-linear-gradient(top, #00a00c, #00a00c);
  background-image: linear-gradient(top, #00a00c, #00a00c);
  background-repeat: repeat-x;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 10px;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #72550C;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dacdac));
  background-image: -webkit-linear-gradient(top, #ffffff, #dacdac);
  background-color: #dacdac;
  background-image: -moz-linear-gradient(top, #ffffff, #dacdac);
  background-image: -ms-linear-gradient(top, #ffffff, #dacdac);
  background-image: -o-linear-gradient(top, #ffffff, #dacdac);
  background-image: linear-gradient(top, #ffffff, #dacdac);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
.btn:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5b17d), to(#dacdac));
  background-image: -webkit-linear-gradient(top, #c5b17d, #dacdac);
  background-color: #dacdac;
  background-image: -moz-linear-gradient(top, #c5b17d, #dacdac);
  background-image: -ms-linear-gradient(top, #c5b17d, #dacdac);
  background-image: -o-linear-gradient(top, #c5b17d, #dacdac);
  background-image: linear-gradient(top, #c5b17d, #dacdac);
  background-repeat: repeat-x;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5026), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #5f5026, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #5f5026, #c72f29);
  background-image: -ms-linear-gradient(top, #5f5026, #c72f29);
  background-image: -o-linear-gradient(top, #5f5026, #c72f29);
  background-image: linear-gradient(top, #5f5026, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f0d9), to(#eae0b1));
  background-image: -webkit-linear-gradient(top, #f5f0d9, #eae0b1);
  background-color: #eae0b1;
  background-image: -moz-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: -ms-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: -o-linear-gradient(top, #f5f0d9, #eae0b1);
  background-image: linear-gradient(top, #f5f0d9, #eae0b1);
  background-repeat: repeat-x;
  border-color: #e5d89c;
  border-bottom-color: #e0d088;
  color: #a48e2b;
}
.btn-info:visited,
.btn-info:hover {
  color: #a48e2b;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5026), to(#3b3117));
  background-image: -webkit-linear-gradient(top, #5f5026, #3b3117);
  background-color: #3b3117;
  background-image: -moz-linear-gradient(top, #5f5026, #3b3117);
  background-image: -ms-linear-gradient(top, #5f5026, #3b3117);
  background-image: -o-linear-gradient(top, #5f5026, #3b3117);
  background-image: linear-gradient(top, #5f5026, #3b3117);
  background-repeat: repeat-x;
  border-color: #282210;
  border-bottom-color: #161309;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ceba83;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #ceba83;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: all background-color 0.25s 0 linear;
  -moz-transition: all background-color 0.25s 0 linear;
  -ms-transition: all background-color 0.25s 0 linear;
  -o-transition: all background-color 0.25s 0 linear;
  transition: all background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #dccea8;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ceba83;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ceba83;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #ebe3cc;
}
.svt-contenedor-principal {
  min-height: 700px;
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #000;
}
body {
  text-align: center;
}
.svt-contenedor {
  width: 100%;
  display: block;
}
.svt_header_logo {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.svt_header_contenido {
  width: 72%;
  display: inline-block;
  vertical-align: bottom;
}
nav {
  width: 100%;
}
.svt-menu {
  width: 100%;
  display: block;
  z-index: 5;
  text-align: center;
  padding-top: 10px;
}
.svt_menu_icono {
  margin: 0 auto;
  padding: 0 0;
  display: block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin: 0 auto;
}
.svt-menu-item {
  list-style-type: none;
  color: #AC8F5C;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  vertical-align: middle;
}
.svt-menu-item:hover {
  color: #E4DAB1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.svt-menu-item-activo {
  list-style-type: none;
  color: #E4DAB1;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  vertical-align: middle;
}
.svt-menu-item-activo-der {
  -webkit-border-top-right-radius: 39px;
  -webkit-border-bottom-right-radius: 39px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 39px;
  -moz-border-radius-bottomright: 39px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 39px;
  border-bottom-right-radius: 39px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right: none;
}
.svt-menu-item-activo-izq {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 39px;
  -webkit-border-top-left-radius: 39px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 39px;
  -moz-border-radius-topleft: 39px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 39px;
  border-top-left-radius: 39px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-left: none;
}
.svt-menu-item a,
.svt-menu-item-activo a {
  width: 100%;
  color: inherit;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
  overflow: hidden;
}
.svt-menu-item a:hover {
  text-decoration: none;
}
.svt-menu-item span,
.svt-menu-item-activo span {
  text-align: center;
  display: inline-block;
  font-size: 19px;
  vertical-align: middle;
  margin: 0;
  height: 22px;
  overflow: hidden;
}
.svt-submenu {
  width: 70%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ceba83), to(#a88d43));
  background-image: -webkit-linear-gradient(top, #ceba83, #a88d43);
  background-color: #a88d43;
  background-image: -moz-linear-gradient(top, #ceba83, #a88d43);
  background-image: -ms-linear-gradient(top, #ceba83, #a88d43);
  background-image: -o-linear-gradient(top, #ceba83, #a88d43);
  background-image: linear-gradient(top, #ceba83, #a88d43);
  background-repeat: repeat-x;
  border-bottom: 1px solid #3b3117;
  margin: 10px auto 0 auto;
  -webkit-box-shadow: 0px 1px 1px #bbbbbb;
  -moz-box-shadow: 0px 1px 1px #bbbbbb;
  box-shadow: 0px 1px 1px #bbbbbb;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
}
.svt-submenu-item {
  list-style-type: none;
  border-left: solid 1px #ceba83;
  border-right: solid 1px #a88d43;
  color: #444444;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
  overflow: hidden;
}
.svt-submenu-item:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d411f), to(#5f5026));
  background-image: -webkit-linear-gradient(top, #4d411f, #5f5026);
  background-color: #5f5026;
  background-image: -moz-linear-gradient(top, #4d411f, #5f5026);
  background-image: -ms-linear-gradient(top, #4d411f, #5f5026);
  background-image: -o-linear-gradient(top, #4d411f, #5f5026);
  background-image: linear-gradient(top, #4d411f, #5f5026);
  background-repeat: repeat-x;
  color: #c3c3c3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 1px solid #4d411f;
}
.svt-submenu-item-activo {
  list-style-type: none;
  border-left: solid 1px #836f35;
  border-right: solid 1px #3b3117;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282210), to(#5f5026));
  background-image: -webkit-linear-gradient(top, #282210, #5f5026);
  background-color: #5f5026;
  background-image: -moz-linear-gradient(top, #282210, #5f5026);
  background-image: -ms-linear-gradient(top, #282210, #5f5026);
  background-image: -o-linear-gradient(top, #282210, #5f5026);
  background-image: linear-gradient(top, #282210, #5f5026);
  background-repeat: repeat-x;
  color: #dddddd;
  border-left: 1px solid #4d411f;
  font-weight: bold;
  overflow: hidden;
}
.svt-submenu-item a,
.svt-submenu-item-activo a {
  width: 100%;
  color: inherit;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  font-family: "Trebuchet MS", Georgia, Times, "Times New Roman";
}
.svt-submenu-item a:hover {
  text-decoration: none;
}
.svt-submenu-item span,
.svt-submenu-item-activo span {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
.svt-submenu-span_movil {
  display: none;
}
footer {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 0 45px 0;
  background: #554027;
  border-top: 1px solid #81633C;
  position: relative;
}
.svt-footer {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.svt_txt_footer_movil {
  display: none;
}
.svt_logo_footer,
.svt_txt_footer {
  display: inline-block;
  text-align: left;
  width: 20%;
  vertical-align: top;
}
.svt_logo_footer_img {
  width: 170px;
  height: 121px;
  display: inline-block;
}
.svt_logo_footer_txt {
  color: #ceba83;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.svt-footer-menu {
  width: 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
.svt_txt_marcado {
  color: #f5f0d9;
}
.svt-footer-item {
  display: inline-block;
  height: 24px;
  padding: 10px 20px;
  list-style-type: none;
}
footer a {
  color: #E4DAB1;
}
footer a:hover {
  text-decoration: underline;
}
.svt_galeria_fotos {
  z-index: 3;
  font-size: 24px;
  color: #CCCCCC;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
}
.svt_fondo_boda {
  background-image: url('/static/img/boda.jpg');
}
.svt_fondo_comunion {
  background-image: url('/static/img/comunion.jpg');
}
.svt_fondo_bautizo {
  background-image: url('/static/img/bautizo.jpg');
}
.svt_fondo_empresa {
  background-image: url('/static/img/empresa.jpg');
}
.svt_fondo_espectaculo {
  background-image: url('/static/img/espectaculos.jpg');
}
.svt_fondo_graduacion {
  background-image: url('/static/img/graduacion.jpg');
}
.svt_fondo_navidad {
  background-image: url('/static/img/navidad.jpg');
}
.svt_fondo_navidad2 {
  background-image: url('/static/img/navidad2.jpg');
  text-align: left;
}
.svt_fondo_eventos {
  background-image: url('/static/img/eventos.jpg');
}
.svt_fondo_sanvalentin {
  background-image: url('/static/img/sanvalentin.jpg');
}
.svt_fondo_sanvalentin2 {
  background-image: url('/static/img/sanvalentin2.jpg');
  text-align: left;
}
.svt_fondo_nochevieja {
  background-image: url('/static/img/nochevieja.jpg');
}
.svt_fondo_limusinas {
  background-image: url('/static/img/limusinas.jpg');
}
.svt_fondo_contactar {
  background-image: url('/static/img/contactar.jpg');
}
header {
  width: 100%;
  height: auto;
  position: relative;
  background: #523214;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#341e0b), to(#734c2a));
  background-image: -webkit-linear-gradient(top, #341e0b, #734c2a);
  background-color: #734c2a;
  background-image: -moz-linear-gradient(top, #341e0b, #734c2a);
  background-image: -ms-linear-gradient(top, #341e0b, #734c2a);
  background-image: -o-linear-gradient(top, #341e0b, #734c2a);
  background-image: linear-gradient(top, #341e0b, #734c2a);
  background-repeat: repeat-x;
  border-bottom: 1px solid #754510;
  display: block;
}
.svt_header_cabecera {
  width: 100%;
  padding: 10px 0;
  background-image: url('/static/img/fondo_cabecera.png');
  height: auto;
  border-bottom: 12px solid #AD6C24;
}
.svt_header_img {
  width: 100%;
  height: auto;
}
.svt_derechos {
  color: #B99C5E;
  font-size: 14px;
}
.svt_empresa_creadora {
  margin: 10px 10px 0 10px;
  color: #C5BC9A;
  font-size: 15px;
  display: block;
}
.svt_empresa_creadora:hover {
  color: #E7E3C1;
}
.svt_caja_prin100 {
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  display: block;
  overflow: hidden;
  position: relative;
}
.svt_raya_contenido {
  background: #D4B991;
  border-bottom: 1px solid #F5EFE4;
  height: 1px;
}
.svt_raya_contenido2 {
  background: #715f2d;
  border-bottom: 1px solid #c6b071;
  height: 1px;
}
.svt_caja_perfil {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 20px;
  width: 480px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  vertical-align: top;
}
.svt_caja_perfil2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 20px;
  width: 480px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  vertical-align: top;
}
.svt_caja_perfil2:hover {
  opacity: 0.7;
  color: #111111;
}
.svt_caja_perfil_img {
  margin: 5px auto;
  width: 470px;
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.svt_caja_perfil_titulo {
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.svt_caja_cele {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
}
.svt_caja_cele img {
  width: 150px;
  height: 150px;
  display: block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  border: 5px solid #C0A26C;
  cursor: pointer;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_cele img:hover {
  border: 5px solid #FFF;
}
.svt_caja_cele_titulo {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.svt_caja_cele_txt {
  display: block;
  vertical-align: top;
  width: 200px;
  font-size: 14px;
  color: #8A6922;
}
.svt_caja_cele2 {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}
.svt_caja_cele2 img {
  width: 150px;
  height: 116px;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #C0A26C;
  cursor: pointer;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_cele2 img:hover {
  border: 3px solid #FFF;
}
.svt_caja_cele_titulo2 {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.svt_caja_cele_txt2 {
  display: block;
  vertical-align: top;
  width: 200px;
  font-size: 14px;
  color: #6B5014;
}
.svt_caja_event {
  background: #B99D74;
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #F3DEB9;
  border-bottom: 1px solid #816725;
}
.svt_caja_titulo {
  font-size: 22px;
  display: block;
  color: #F6EAB8;
  text-align: center;
  padding: 10px;
}
.svt_mapa_caja {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 50px auto;
  background: #F7E7CB;
  border: 2px solid #C9B08D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.svt_mapa_caja img {
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.svt_mapa_txt {
  width: 38%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  color: #795814;
  font-size: 14px;
}
.svt_mapa_titulo {
  display: block;
  font-size: 22px;
  padding-bottom: 6px;
  color: #795814;
}
.svt_btn_info {
  display: block;
  margin: 20px auto;
  width: 100px;
}
.svt_btn_info2 {
  display: inline-block;
  margin: 10px auto;
  max-width: 100px;
  padding: 20px;
  font-size: 17px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ed465), to(#3c8f28));
  background-image: -webkit-linear-gradient(top, #6ed465, #3c8f28);
  background-color: #3c8f28;
  background-image: -moz-linear-gradient(top, #6ed465, #3c8f28);
  background-image: -ms-linear-gradient(top, #6ed465, #3c8f28);
  background-image: -o-linear-gradient(top, #6ed465, #3c8f28);
  background-image: linear-gradient(top, #6ed465, #3c8f28);
  background-repeat: repeat-x;
  color: #FFF;
}
.svt_btn_info2:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ce795), to(#508543));
  background-image: -webkit-linear-gradient(top, #9ce795, #508543);
  background-color: #508543;
  background-image: -moz-linear-gradient(top, #9ce795, #508543);
  background-image: -ms-linear-gradient(top, #9ce795, #508543);
  background-image: -o-linear-gradient(top, #9ce795, #508543);
  background-image: linear-gradient(top, #9ce795, #508543);
  background-repeat: repeat-x;
  color: #FFF;
}
.svt_banner_video_cont {
  width: 100%;
  padding: 15px 0;
  display: block;
  background-color: #F7D7B5;
  background-image: url('/static/img/fondo.png');
  border-bottom: 1px solid #B9A586;
}
.svt_banner_video {
  display: block;
  border: 10px solid #E6DAAD;
  background-color: #000;
  width: 853px;
  height: 480px;
  z-index: 9999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.59);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.59);
  margin: 0 auto;
}
.svt_enlace_texto {
  color: #684C21;
}
.svt_enlace_texto:hover {
  text-decoration: underline;
}
.svt_contenido_cajas {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 50px auto;
}
.svt_contenido_cajas_33 {
  display: block;
  width: 90%;
  margin: 50px auto 50px auto;
}
.svt_caja_50 {
  width: 45%;
  margin: 1%;
  border: 5px solid #C0A26C;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_33 {
  width: 30%;
  margin: 1%;
  border: 5px solid #E0CBA5;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_50 img,
.svt_caja_33 img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.svt_caja_50txt {
  display: block;
  font-size: 14px;
  color: #8A6922;
  padding: 10px;
  min-height: 100px;
}
.svt_caja_50titulo {
  padding: 10px;
  display: block;
  background: #D3B88F;
  font-size: 22px;
}
.svt_titulo_principal {
  padding: 0px;
  font-size: 40px;
  font-weight: bold;
  color: #977D54;
  text-shadow: 2px 2px #E5D0AA;
  width: 95%;
  margin: 0 auto;
}
.svt_titulo_secundario {
  padding: 0px;
  font-size: 22px;
  font-weight: bold;
  color: #A88D61;
  text-shadow: 2px 2px #E5D0AA;
  padding-bottom: 2px;
}
.svt_contenido_cajas2 {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin: 50px auto;
}
.svt_caja_502 {
  width: 47%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}
.svt_caja_502_izq {
  border-right: 1px solid #DAC796;
  margin-right: -3px;
}
.svt_caja_502_der {
  border-left: 1px solid #FFF;
  margin-left: -2px;
}
.svt_caja_502 img {
  width: 120px;
  height: auto;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display-inline: block;
  vertical-align: top;
  padding-right: 10px;
}
.svt_caja_50txt2 {
  display: block;
  margin-left: 140px;
  font-size: 14px;
  color: #8A6922;
  vertical-align: top;
}
.svt_caja_50titulo2 {
  padding: 10px 0;
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.svt_btn_info3 {
  float: right;
  margin: 10px;
}
.svt_btn_presupuesto_cont {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  z-index: 999;
}
.svt_btn_presupuesto {
  display: inline-block;
  padding: 2px;
  width: 90%;
  max-width: 350px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59d361), to(#07640e));
  background-image: -webkit-linear-gradient(top, #59d361, #07640e);
  background-color: #07640e;
  background-image: -moz-linear-gradient(top, #59d361, #07640e);
  background-image: -ms-linear-gradient(top, #59d361, #07640e);
  background-image: -o-linear-gradient(top, #59d361, #07640e);
  background-image: linear-gradient(top, #59d361, #07640e);
  background-repeat: repeat-x;
  border-top: 3px solid #CCEBCA;
  border-left: 3px solid #CCEBCA;
  border-right: 3px solid #CCEBCA;
  margin: 0 auto;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #FFF;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.89);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.89);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.89);
}
.svt_btn_presupuesto:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59d361), to(#07640e));
  background-image: -webkit-linear-gradient(top, #59d361, #07640e);
  background-color: #07640e;
  background-image: -moz-linear-gradient(top, #59d361, #07640e);
  background-image: -ms-linear-gradient(top, #59d361, #07640e);
  background-image: -o-linear-gradient(top, #59d361, #07640e);
  background-image: linear-gradient(top, #59d361, #07640e);
  background-repeat: repeat-x;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  border-right: 4px solid #FFF;
  color: #FFF;
  font-size: 18px;
  padding: 15px;
}
.svt_btn_presupuesto img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.svt_btn_presupuesto_txt {
  display: inline-block;
}
.svt_caja_servicio {
  display: inline-block;
  margin: 20px 1%;
  vertical-align: top;
  width: 17%;
  max-width: 340px;
}
.svt_caja_servicio img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 5px solid #C0A26C;
  cursor: pointer;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_servicio img:hover {
  border: 5px solid #FFF;
}
.svt_caja_servicio_titulo {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.svt_caja_servicio_txt {
  display: block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  color: #8A6922;
}
.svt_caja_galeria {
  display: inline-block;
  margin: 20px 0.5%;
  width: 17%;
  max-width: 340px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 5px solid #A87D30;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_galeria:hover {
  border: 5px solid #FFF;
}
.svt_caja_galeria_txt {
  display: block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  color: #CFB98A;
  background: #694517;
  padding: 5px 0;
  margin-top: -47px;
  z-index: 999;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.8;
  height: 23px;
  overflow: hidden;
}
.svt_caja_galeria_txt2 {
  display: block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  color: #CFB98A;
  background: #665220;
  padding: 5px 0;
  z-index: 999;
  opacity: 0.8;
}
.svt_caja_galeria img {
  width: 100%;
  height: auto;
  display: block;
}
.svt_caja_servicio2 {
  display: inline-block;
  margin: 20px 1%;
  vertical-align: top;
  width: 14%;
  max-width: 280px;
}
.svt_caja_servicio2 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 5px solid #C0A26C;
  cursor: pointer;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
  vertical-align: top;
}
.svt_caja_servicio2 img:hover {
  border: 5px solid #FFF;
}
.svt_caja_servicio_titulo2 {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.svt_caja_servicio_txt2 {
  display: block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  color: #8A6922;
}
.svt_cabecera_descripcion {
  display: block;
  vertical-align: top;
  width: 90%;
  max-width: 1000px;
  font-size: 16px;
  color: #8A6922;
  margin: 20px auto;
}
.svt_cabecera_descripcion2 {
  display: block;
  vertical-align: top;
  width: 90%;
  max-width: 1000px;
  font-size: 16px;
  color: #8A6922;
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold;
}
.svt_servicio_prin {
  background-color: #B19362;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 624px;
}
.svt_servicio_prin_img {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
.svt_servicio_prin_caja {
  display: inline-block;
  width: 53%;
  height: auto;
  border: 4px solid #CABB93;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FDF8EC;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
  vertical-align: middle;
  opacity: 0.9;
  margin: 20px 0;
}
.svt_servicio_prin_txt {
  display: block;
  color: #5F3D17;
  padding-bottom: 20px;
}
.svt_servicio_prin_titulo {
  display: block;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.svt_servicio_prin_titulo img {
  width: 100px;
  height: 50px;
  margin: 0 10px;
}
.svt_mapa_caja iframe {
  border: 1px solid #AC985A;
}
.svt_cabecera_telefonos {
  border: 2px solid #684321;
  background: #412501;
  padding: 10px;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.svt_cabecera_telefono {
  display: inline-block;
  margin-left: 10px;
}
.svt_cabecera_telefono img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.svt_cabecera_telefono span {
  color: #F7CB94;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.svt_cabecera_redes {
  border: 2px solid #684321;
  background: #412501;
  padding: 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}
.svt_cabecera_info {
  height: auto;
  width: 100%;
  display: block;
  text-align: right;
}
.svt_cabecera_redes span {
  font-size: 13px;
  display: block;
  text-align: left;
  padding-bottom: 4px;
  color: #8B711B;
}
.svt_cabecera_redes img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.8;
}
.svt_cabecera_redes img:hover {
  opacity: 1;
}
div.likeboxwrap {
  width: 45%;
  max-width: 520px;
  border: 2px solid #BEA671;
  height: 396px;
  background-color: #FFF;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 20px 5px;
  display: inline-block;
  vertical-align: top;
}
.guia_url_cont {
  text-align: left;
  padding: 0 10px;
  color: #A78E70;
}
.guia_url {
  font-size: 14px;
  color: #A78E70;
  display: inline-block;
}
.guia_url a {
  color: #A0713A;
  cursor: pointer;
}
.guia_url a:hover {
  color: #755C3E;
  text-decoration: underline;
}
.svt_servicio_prin_txt form div {
  display: block;
  margin: 3px 0;
}
.svt_servicio_prin_txt form div label {
  display: inline-block;
  color: #947C49;
  font-size: 16px;
  width: 30%;
  text-align: right;
  padding: 0 10px;
  vertical-align: top;
}
.svt_servicio_prin_txt form div input,
.svt_servicio_prin_txt form div textarea {
  display: inline-block;
  font-size: 16px;
  width: 60%;
  text-align: left;
  padding: 0 10px;
  vertical-align: middle;
}
.errorlist {
  color: #FF0303;
}
.svt_contacto_txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.svt_contacto_txt2 {
  font-weight: normal;
}
.svt_cabecera_redes2 {
  border: 2px solid #D4B9A0;
  background: #F8E0C1;
  padding: 6px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  margin-top: 20px;
}
.svt_cabecera_redes2 span {
  font-size: 13px;
  display: block;
  text-align: left;
  padding-bottom: 4px;
  color: #8B711B;
}
.svt_cabecera_redes2 img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.8;
}
.svt_cabecera_redes2 img:hover {
  opacity: 1;
}
.svt_menus_cont {
  margin: 10px 1%;
  background: #FFF8EC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  width: 30%;
  min-height: 700px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 65px;
  position: relative;
}
.svt_menus_cont span {
  display: block;
  text-align: center;
  font-family: Times New Roman;
  padding: 0 5px;
}
.svt_menus_txt1 {
  font-size: 25px;
  margin: 20px 0;
  color: #B89263;
  font-weight: bold;
}
.svt_menus_txt2 {
  margin: 27px 0 5px 0;
  color: #945A1C;
  font-size: 20px;
  font-weight: bold;
}
.svt_menus_txt3 {
  margin: 5px 0 5px 0;
  color: #FF8500;
  font-size: 16px;
  font-style: italic;
}
.svt_menus_txt4 {
  margin: 5px 0;
  color: #A77446;
  font-size: 16px;
}
.svt_esquina_izq1 {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15%;
}
.svt_esquina_izq2 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 15%;
}
.svt_esquina_der1 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15%;
}
.svt_esquina_der2 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 15%;
}
.svt_img_404 {
  width: 90%;
  margin: 20px auto;
  display: block;
  max-width: 318px;
}
.svt_compartir_redes {
  display: block;
  margin: 25px 0px;
}
.svt_privacidad {
  display: block;
  margin: 20px auto;
  width: 95%;
  max-width: 1100px;
}
.svt_privacidad span {
  font-size: 15px;
  display: block;
  color: #724C1C;
}
.svt_privacidad_titulo {
  font-size: 20px!important;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.svt_btn_imprimir {
  width: auto;
  margin: 20px auto;
  font-size: 16px!important;
}
.svt_btn_imprimir img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.svt_btn_imprimir span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.svt_caja_redonda,
.svt_caja_redonda2 {
  display: block;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.svt_caja_redonda img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 200px;
  background: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 2%;
  border: 5px solid #961515;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.svt_caja_redonda p {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  font-size: 19px;
  max-width: 500px;
  padding: 0 10px;
}
.svt_caja_redonda2 img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 200px;
  background: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 2%;
  border: 5px solid #961515;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.svt_caja_redonda2 p {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  font-size: 19px;
  max-width: 500px;
  padding: 0 10px;
}
.svt_navidad a {
  color: #5F3D17;
}
.svt_navidad a:hover {
  text-decoration: underline;
}
.svt_caja_copas {
  display: block;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #970909;
  border: 5px solid #D4A94B;
  padding: 10px;
  margin: 20px 0;
}
.svt_caja_copas p {
  color: #FFE1A3;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  font-size: 18px;
  max-width: 900px;
}
.svt_navidad_titulo {
  color: #F0C772!important;
  padding: 10px 10px 20px 10px!important;
  font-size: 21px!important;
  width: 78%;
}
.svt_navidad_campana {
  width: 10%!important;
  display: inline-block !important;
  vertical-align: top!important;
  height: auto!important;
}
.svt_navidad_img {
  width: 90%;
  border: 5px solid #FAEDC6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 700px;
}
.svt_navidad_img2 {
  width: 40%;
  border: 5px solid #FAEDC6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 20px 2%;
  max-width: 700px;
  display: inline-block;
}
.svt_btn_ico {
  width: 40px;
  display: block;
  padding: 5px;
  margin: 0 auto;
}
.svt_index_navidad_caja {
  border-radius: 8px;
  background: #771717;
  border: 5px solid #D4A94B;
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
.svt_index_sanvalentin_caja {
  border-radius: 8px;
  background: #FFF;
  border: 5px solid #970909;
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
.svt_navidad_titulo2 {
  color: #F0C772!important;
  padding: 30px 10px 20px 10px!important;
  font-size: 30px!important;
  width: 50%;
  display: inline-block;
}
.svt_index_navidad_caja span {
  color: #FFE1A3;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 18px;
}
.svt_sanvalentin_titulo2 {
  color: #7E1111!important;
  padding: 30px 10px 20px 10px!important;
  font-size: 30px!important;
  width: 50%;
  display: inline-block;
}
.svt_index_sanvalentin_caja span {
  color: #7E1111;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  
}
@media screen and (max-width: 1450px) {
  .svt_cabecera_telefono {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
  }
  .svt_contenido_cajas_33 {
    width: 97%;
  }
  .svt_header_logo {
    vertical-align: middle;
    width: 30%;
  }
  .svt_header_contenido {
    vertical-align: middle;
    width: 67%;
  }
  .svt_caja_redonda,
  .svt_caja_redonda2 {
    margin: 20px 0;
  }
  .svt_caja_redonda p,
  .svt_caja_redonda2 p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1350px) {
  
}
@media screen and (max-width: 1300px) {
  .svt_caja_cele {
    width: 14%;
    margin: 20px 2%;
  }
  .svt_caja_cele img {
    width: 100%;
    height: auto;
  }
  .svt_caja_cele_txt {
    width: 100%;
  }
  .svt_caja_cele2 {
    width: 12%;
    margin: 20px 2%;
  }
  .svt_caja_cele2 img {
    width: 100%;
    height: auto;
  }
  .svt_caja_cele_txt2 {
    width: 100%;
  }
  .svt_caja_galeria {
    width: 30%;
  }
  .svt_servicio_prin_titulo {
    font-size: 25px;
  }
  .svt_servicio_prin_titulo img {
    width: 70px;
    height: 30px;
    margin: 0 2px;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    padding: 10px 16px;
  }
  .svt_menus_cont {
    margin: 10px 1%;
    width: 46%;
  }
}
@media screen and (max-width: 1170px) {
  .svt_cabecera_telefonos {
    padding: 5px;
  }
  .svt_cabecera_telefono span {
    font-size: 16px;
  }
  .svt_cabecera_telefono img {
    width: 20px;
    height: 20px;
  }
  .svt_caja_33 {
    width: 45%;
  }
  .svt_banner_video_cont {
    width: 100%;
    padding: 11px 0;
  }
  .svt_titulo_principal {
    font-size: 29px;
  }
  .svt_titulo_secundario {
    font-size: 18px;
  }
  .svt_caja_galeria_txt {
    font-size: 15px;
    height: 19px;
  }
  .svt_cabecera_redes span {
    display: none;
  }
  .svt_cabecera_redes {
    padding: 5px;
  }
  .svt-menu-item span,
  .svt-menu-item-activo span {
    font-size: 17px;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    padding: 2px 15px;
  }
  .svt_header_logo {
    width: 26%;
  }
  .svt_header_contenido {
    width: 71%;
  }
  .svt_servicio_prin_caja {
    width: 73%;
  }
  .svt_index_navidad_caja {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .svt-menu-item,
  .svt-menu-item-activo {
    width: 10%;
    margin-top: 20px;
  }
  .svt_banner_video {
    width: 95%;
    height: auto;
    border: 4px solid #E6DAAD;
  }
  .svt_caja_servicio {
    width: 30%;
  }
  .svt_caja_servicio2 {
    width: 23%;
    margin: 20px 3%;
  }
  .svt_caja_servicio img,
  .svt_caja_servicio2 img {
    border: 2px solid #C5B47E;
  }
  .svt_caja_servicio img:hover,
  .svt_caja_servicio2 img:hover {
    border: 2px solid #FFF;
  }
  .svt_caja_33 {
    width: 45%;
  }
  .svt_header_contenido {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .svt_header_logo {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 279px;
  }
}
@media screen and (max-width: 850px) {
  .svt_cabecera_info {
    display: block;
    position: relative;
    height: 62px;
  }
  .svt_caja_cele {
    width: 25%;
    margin: 20px 5%;
    max-width: 150px;
  }
  .svt_caja_cele2 {
    width: 25%;
    margin: 20px 5%;
    max-width: 150px;
  }
  .svt_caja_galeria {
    border: 2px solid #8A7637;
  }
  .svt_caja_galeria:hover {
    border: 2px solid #FFF;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    width: 9%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .svt-menu-item span,
  .svt-menu-item-activo span {
    font-size: 15px;
    height: 19px;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    margin-top: 0px;
  }
  .svt_banner_video_cont {
    padding: 10px 0;
  }
  .svt_caja_502,
  .svt_mapa_caja img,
  .svt_mapa_txt {
    width: 90%;
  }
  .svt_caja_502_izq,
  .svt_caja_502_der {
    border: none;
  }
  .svt_servicio_prin_caja {
    width: 90%;
    border: 2px solid #CABB93;
    padding: 5px;
  }
  .svt_servicio_prin_img {
    width: 282px;
  }
  .svt_servicio_prin_titulo img {
    width: 50px;
    height: 25px;
    margin: 0 1px;
  }
  .svt_servicio_prin_titulo {
    font-size: 22px;
  }
  .svt_servicio_prin_txt {
    font-size: 14px;
  }
  .svt_header_contenido {
    text-align: right;
  }
  .svt_cabecera_info {
    display: inline-block;
    height: auto;
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .svt_caja_50 {
    width: 95%;
  }
  .svt_caja_50txt {
    min-height: 20px;
  }
  .svt_caja_cele {
    margin: 20px 2%;
  }
  .svt_caja_33 {
    width: 95%;
  }
  .svt_caja_galeria {
    width: 45%;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    padding: 2px 1px;
    width: 13%;
  }
  .svt_menus_cont {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .svt_txt_footer {
    display: none;
  }
  .svt_logo_footer {
    text-align: center;
  }
  .svt-footer-menu,
  .svt_logo_footer {
    display: block;
    width: 100%;
  }
  .svt_txt_footer_movil {
    display: inline-block;
  }
  .svt_btn_presupuesto_txt {
    font-size: 14px;
  }
  .svt_btn_presupuesto_txt strong {
    display: none;
  }
  .svt_btn_presupuesto img {
    width: 20px;
    height: 20px;
  }
  .svt_titulo_principal {
    font-size: 23px;
  }
  .svt_titulo_secundario {
    font-size: 14px;
  }
  .svt_caja_cele {
    margin: 10px;
  }
  .svt_caja_502 {
    width: 97%;
  }
  .svt_caja_502 img {
    width: 48px;
  }
  .svt_caja_50txt2 {
    margin-left: 72px;
  }
  .svt_mapa_caja {
    padding: 2px;
  }
  .svt_caja_servicio2 {
    width: 26%;
    margin: 20px 2%;
  }
  .svt_caja_servicio_titulo,
  .svt_caja_servicio_titulo2 {
    font-size: 14px;
  }
  .svt_caja_servicio_txt,
  .svt_caja_servicio_txt2 {
    font-size: 13px;
  }
  .svt_cabecera_descripcion {
    font-size: 14px;
  }
  div.likeboxwrap {
    width: 90%;
  }
  .svt_header_contenido {
    margin-top: 2px;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    margin-top: 0px;
  }
  .svt_cabecera_info {
    height: 35px;
  }
  .svt_cabecera_telefonos {
    margin: 0 auto;
    display: block;
    width: 260px;
  }
  .svt_header_logo {
    display: block;
    margin: 0 auto;
    position: static;
  }
  .svt_cabecera_redes {
    display: none;
  }
  .svt_cabecera_info {
    width: 100%;
  }
  .svt_btn_presupuesto {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .svt-menu {
    background: none;
    border: none;
  }
  .svt-menu-item span,
  .svt-menu-item-activo span {
    font-size: 14px;
  }
  .svt-menu-item,
  .svt-menu-item-activo {
    width: 20%;
    margin: 5px 0.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #533909;
  }
  .svt-menu-item {
    background: #7C541E;
    color: #ECCE9D;
  }
  .svt-menu-item-activo {
    background: #A0763D;
    color: #FFEAC7;
  }
  .svt_caja_cele {
    width: 40%;
  }
  .svt_caja_cele2 {
    width: 40%;
    margin: 20px 2%;
  }
  .svt_servicio_prin_titulo {
    font-size: 20px;
  }
  .svt_servicio_prin_titulo img {
    width: 17px;
    height: 13px;
    margin: 0 0px;
  }
  .svt_cabecera_info {
    position: static;
    text-align: center;
  }
  .svt_cabecera_telefonos {
    display: inline-block;
    margin: 5px auto;
    position: static;
  }
  .svt_caja_cele img {
    border: 0px solid #C5B47E;
  }
  .svt_caja_cele img:hover {
    border: 1px solid #FFF;
  }
}
@media screen and (max-width: 420px) {
  body {
    min-width: 220px;
  }
  .svt_caja_galeria_txt {
    font-size: 13px;
  }
  .svt_cabecera_telefonos {
    width: 95%;
  }
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
}

@charset "utf-8";

  #example1{
  }
  .sharrre{
    margin: 9px 0 0 0;
	display:inline-block;
  }
  .sharrre .box a:hover{
    text-decoration:none;
  }
  .sharrre .count {
    font-size: 16px;
    height: 20px;
    line-height: 21px;
    vertical-align: middle;
    margin-right: 3px;
    display: inline-block;
    width: 40px;
    color:#525b67;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  }
  .sharrre .count:before, .sharrre .count:after {
  	content:'';
  	display:none;
  	position:absolute;
  	left:49%;
  	width:0;
  	height:0;
  }
  .sharrre .count:before {
  	border:solid 7px transparent;
  	border-top-color:#b2c6cc;
  	margin-left:-7px;
  	bottom: -14px;
  }
  .sharrre .count:after {
  	border:solid 6px transparent;
  	margin-left:-6px;
  	bottom:-12px;
  	border-top-color:#fbfbfb;
  }
  .sharrre .share {
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;

    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:23px;
    line-height:23px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:60px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px; 
  }
  #twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0); 
    border:1px solid #0075c5;
    background-color: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
    background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #9E9E9E, 0 1px 0 #5cd3f1 inset;
  }
  
  #facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0); 
    border:1px solid #24417c;
    background-color: #5582c9; /* Old browsers */
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
    background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #9E9E9E, 0 1px 0 #80a1d6 inset;
  }
  #googleplus .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0); 
    border:1px solid #262626;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* IE10+ */
    background: linear-gradient(top, #6d6d6d 0%,#434343 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #9E9E9E, 0 1px 0 #929292 inset;
  }
  @media screen and (max-width: 480px) {
  
  .sharrre .count{
    font-size: 16px;
    height: 20px;
    line-height: 21px;
    vertical-align: middle;
    margin-right: 3px;
    display: inline-block;
    width: 40px;
  }
  .sharrre .share{
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
  }
  .sharrre{
    margin: 9px 0 0 0;
  }

}
.cookie-message {
  top:0;left:0;right:0;
  padding:0 85px 0 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
}
.cookie-message a {
  position:absolute;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  padding:0.6em 0;
}
.blue {
  border-bottom:1px solid #A25A00;
  background-color:#B38F68;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #B38F68), color-stop(50%, #B98D56), color-stop(100%, #A87E48));
  background: -webkit-linear-gradient(#B38F68, #B98D56, #A87E48);
  background: -moz-linear-gradient(#B38F68, #B98D56, #A87E48);
  background: -o-linear-gradient(#B38F68, #B98D56, #A87E48);
  background: -ms-linear-gradient(#B38F68, #B98D56, #A87E48);
  background: linear-gradient(#B38F68, #B98D56, #A87E48);
}
.blue p, .blue a { color:#fff; }