/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: 0 0;
}
a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
    * {
    text-shadow: none!important;
    color: #000!important;
    background: transparent!important;
    box-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
select {
    background: #fff!important;
}
.navbar {
    display: none;
}
.table td, .table th {
    background-color: #fff!important;
}
.btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000!important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd!important;
}
}



/*   PRELOADER  */

body{
	display:none;
}
#jpreOverlay {
	background-color: #000000;
}
#jpreSlide{
	font-size:22px;
	color:#fff;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:300px;
	height:25px;
	border: solid 1px #ff0098;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#jpreBar {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	

	background-color:#ff0098;
	background-image: -moz-linear-gradient(-45deg, 
		rgba(0,0,0,0.15) 0%, 
		rgba(0,0,0,0.15) 25%, 
		rgba(0,0,0,0) 25%, 
		rgba(0,0,0,0) 50%, 
		rgba(0,0,0,0.15) 50%, 
		rgba(0,0,0,0.15) 75%, 
		rgba(0,0,0,0) 75%, 
		rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, 
		color-stop(0%,rgba(0,0,0,0.2)), 
		color-stop(25%,rgba(0,0,0,0.2)), 
		color-stop(25%,rgba(0,0,0,0)), 
		color-stop(50%,rgba(0,0,0,0)), 
		color-stop(50%,rgba(0,0,0,0.2)), 
		color-stop(75%,rgba(0,0,0,0.2)),
		color-stop(75%,rgba(0,0,0,0)),
		color-stop(100%,rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(-45deg, 
		rgba(0,0,0,0.3) 0%,
		rgba(0,0,0,0.3) 25%,
		rgba(0,0,0,0) 25%,
		rgba(0,0,0,0) 50%,
		rgba(0,0,0,0.3) 50%,
		rgba(0,0,0,0.3) 75%,
		rgba(0,0,0,0) 75%,
		rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(-45deg, 
		rgba(0,0,0,0.15) 0%,
		rgba(0,0,0,0.15) 25%,
		rgba(0,0,0,0) 25%,
		rgba(0,0,0,0) 50%,
		rgba(0,0,0,0.15) 50%,
		rgba(0,0,0,0.15) 75%,
		rgba(0,0,0,0) 75%,
		rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(-45deg, 
		rgba(0,0,0,0.15) 0%,
		rgba(0,0,0,0.15) 25%,
		rgba(0,0,0,0) 25%,
		rgba(0,0,0,0) 50%,
		rgba(0,0,0,0.15) 50%,
		rgba(0,0,0,0.15) 75%,
		rgba(0,0,0,0) 75%,
		rgba(0,0,0,0) 100%);
	background-image: linear-gradient(135deg, 
		rgba(0,0,0,0.15) 0%,
		rgba(0,0,0,0.15) 25%,
		rgba(0,0,0,0) 25%,
		rgba(0,0,0,0) 50%,
		rgba(0,0,0,0.15) 50%,
		rgba(0,0,0,0.15) 75%,
		rgba(0,0,0,0) 75%,
		rgba(0,0,0,0) 100%);
		
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;	
}
#jprePercentage {
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	top:-100%;
}

#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}

/*   FIN PRELOADER  */


*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-size: 14px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:focus, a:hover {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}.small, small {
    font-size: 85%}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
}abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%}
.col-xs-2 {
    width: 16.66667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.33333%}
.col-xs-5 {
    width: 41.66667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.33333%}
.col-xs-8 {
    width: 66.66667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.33333%}
.col-xs-11 {
    width: 91.66667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-pull-1 {
    right: 8.33333%}
.col-xs-pull-2 {
    right: 16.66667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.33333%}
.col-xs-pull-5 {
    right: 41.66667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.33333%}
.col-xs-pull-8 {
    right: 66.66667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.33333%}
.col-xs-pull-11 {
    right: 91.66667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: 0;
}
.col-xs-push-1 {
    left: 8.33333%}
.col-xs-push-2 {
    left: 16.66667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.33333%}
.col-xs-push-5 {
    left: 41.66667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.33333%}
.col-xs-push-8 {
    left: 66.66667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.33333%}
.col-xs-push-11 {
    left: 91.66667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%}
.col-xs-offset-2 {
    margin-left: 16.66667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.33333%}
.col-xs-offset-5 {
    margin-left: 41.66667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.33333%}
.col-xs-offset-8 {
    margin-left: 66.66667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.33333%}
.col-xs-offset-11 {
    margin-left: 91.66667%}
.col-xs-offset-12 {
    margin-left: 100%}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%}
.col-sm-2 {
    width: 16.66667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.33333%}
.col-sm-5 {
    width: 41.66667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.33333%}
.col-sm-8 {
    width: 66.66667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.33333%}
.col-sm-11 {
    width: 91.66667%}
.col-sm-12 {
    width: 100%}
.col-sm-pull-0 {
    right: 0;
}
.col-sm-pull-1 {
    right: 8.33333%}
.col-sm-pull-2 {
    right: 16.66667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.33333%}
.col-sm-pull-5 {
    right: 41.66667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.33333%}
.col-sm-pull-8 {
    right: 66.66667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.33333%}
.col-sm-pull-11 {
    right: 91.66667%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-push-0 {
    left: 0;
}
.col-sm-push-1 {
    left: 8.33333%}
.col-sm-push-2 {
    left: 16.66667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.33333%}
.col-sm-push-5 {
    left: 41.66667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.33333%}
.col-sm-push-8 {
    left: 66.66667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.33333%}
.col-sm-push-11 {
    left: 91.66667%}
.col-sm-push-12 {
    left: 100%}
.col-sm-offset-0 {
    margin-left: 0;
}
.col-sm-offset-1 {
    margin-left: 8.33333%}
.col-sm-offset-2 {
    margin-left: 16.66667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.33333%}
.col-sm-offset-5 {
    margin-left: 41.66667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.33333%}
.col-sm-offset-8 {
    margin-left: 66.66667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.33333%}
.col-sm-offset-11 {
    margin-left: 91.66667%}
.col-sm-offset-12 {
    margin-left: 100%}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-1 {
    width: 8.33333%}
.col-md-2 {
    width: 16.66667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333%}
.col-md-5 {
    width: 41.66667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333%}
.col-md-8 {
    width: 66.66667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333%}
.col-md-11 {
    width: 91.66667%}
.col-md-12 {
    width: 100%}
.col-md-pull-0 {
    right: 0;
}
.col-md-pull-1 {
    right: 8.33333%}
.col-md-pull-2 {
    right: 16.66667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.33333%}
.col-md-pull-5 {
    right: 41.66667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.33333%}
.col-md-pull-8 {
    right: 66.66667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.33333%}
.col-md-pull-11 {
    right: 91.66667%}
.col-md-pull-12 {
    right: 100%}
.col-md-push-0 {
    left: 0;
}
.col-md-push-1 {
    left: 8.33333%}
.col-md-push-2 {
    left: 16.66667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.33333%}
.col-md-push-5 {
    left: 41.66667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.33333%}
.col-md-push-8 {
    left: 66.66667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.33333%}
.col-md-push-11 {
    left: 91.66667%}
.col-md-push-12 {
    left: 100%}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.33333%}
.col-md-offset-2 {
    margin-left: 16.66667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.33333%}
.col-md-offset-5 {
    margin-left: 41.66667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.33333%}
.col-md-offset-8 {
    margin-left: 66.66667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.33333%}
.col-md-offset-11 {
    margin-left: 91.66667%}
.col-md-offset-12 {
    margin-left: 100%}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%}
.col-lg-2 {
    width: 16.66667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.33333%}
.col-lg-5 {
    width: 41.66667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.33333%}
.col-lg-8 {
    width: 66.66667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.33333%}
.col-lg-11 {
    width: 91.66667%}
.col-lg-12 {
    width: 100%}
.col-lg-pull-0 {
    right: 0;
}
.col-lg-pull-1 {
    right: 8.33333%}
.col-lg-pull-2 {
    right: 16.66667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.33333%}
.col-lg-pull-5 {
    right: 41.66667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.33333%}
.col-lg-pull-8 {
    right: 66.66667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.33333%}
.col-lg-pull-11 {
    right: 91.66667%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-push-0 {
    left: 0;
}
.col-lg-push-1 {
    left: 8.33333%}
.col-lg-push-2 {
    left: 16.66667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.33333%}
.col-lg-push-5 {
    left: 41.66667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.33333%}
.col-lg-push-8 {
    left: 66.66667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.33333%}
.col-lg-push-11 {
    left: 91.66667%}
.col-lg-push-12 {
    left: 100%}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.33333%}
.col-lg-offset-2 {
    margin-left: 16.66667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.33333%}
.col-lg-offset-5 {
    margin-left: 41.66667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.33333%}
.col-lg-offset-8 {
    margin-left: 66.66667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.33333%}
.col-lg-offset-11 {
    margin-left: 91.66667%}
.col-lg-offset-12 {
    margin-left: 100%}
}table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
@media (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=search] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px 9;
    line-height: normal;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}
.form-control {
    display: flex;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
input[type=date] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.checkbox label, .radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px;
}
.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width:768px) {
    .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .input-group>.form-control, .navbar-form .input-group>.form-control {
    width: 100%}
.form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
}
}.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default.active, .btn-default:active, .open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary.active, .btn-primary:active, .open .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success.active, .btn-success:active, .open .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info.active, .btn-info:active, .open .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning.active, .btn-warning:active, .open .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger.active, .btn-danger:active, .open .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #999;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #999;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%}
.nav-justified>li, .nav-tabs.nav-justified>li {
    float: none;
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li, .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
}
.navbar:after, .navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 4px;
}
}.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after, .navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #E41691;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:hover {
    background: #c6117d;
    color: #fff;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
}
}.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}
.navbar-form.navbar-right:last-child {
    margin-right: -15px;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
    margin-right: 0;
}
}.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
@media (max-width:550px) {
    .breadcrumb  {
        margin-bottom: 0;
    }
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:after, .pager:before {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs {
    display: none!important;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
}@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}@media print {
    .hidden-print {
    display: none!important;
}
}.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}
body {
    background: #231f20;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
}
body a {
    color: #fff;
}
body a:hover {
    color: #e41691;
}
body input {
    padding: 0 0 0 12px;
    background: #434040;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    border: 0;
    font-size: 1.286em;
    height: 36px;
}
body select {
    height: 27px;
    padding: 0 0 0 12px;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    border: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    font-size: 1em;
}
body select::-ms-expand {
    display: none;
}
body textarea {
    padding: 0 0 0 12px;
    background: #434040;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    border: 0!important;
    font-size: 1.286em;
    height: 36px;
}
body select.form-control {
    background: url(../media/icon-arrow-down-2.png) no-repeat scroll right center #454343;
}
body input[type=checkbox], body input[type=radio] {
    height: auto!important;
}
body label {
    font-weight: 400;
}
body .form-control {
    padding: 0 0 0 12px;
    background: #434040;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    border: 0;
    font-size: 1.286em;
    height: 36px;
}
body .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
body .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
body .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
body .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
body .full-width {
    width: 100%;
    padding: 0;
}
body .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
body .btn-blue {
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    background: #00C1FF;
    display: inline-block;
    font-size: 1.286em;
}
body .btn-blue:hover {
    background: #03aae5;
    color: #fff;
}
body .btn-pink {
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    background: #e41691;
    display: inline-block;
    line-height: 2.3em;
    font-size: 1.286em;
}
body .btn-pink:hover {
    background: #c6117d;
    color: #fff;
}
body .breadcrumb {
    background: 0 0;
    padding-left: 0;
    margin-bottom: 0;
}
body .breadcrumb .primero {
    padding-left: 15px;
    color: #e41691;
    text-decoration: underline;
}
body .breadcrumb .active {
    color: #666;
}
body .ribbon {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../media/especial.png) no-repeat;
    width: 128px;
    height: 128px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
}
@media (max-width:991px) {
    body .ribbon {
    background: #000;
    padding: 10px;
    text-indent: 0;
    height: auto;
    width: auto;
}
}body .ribbon-en-vivo {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../media/en-vivo.png) no-repeat;
    width: 128px;
    height: 128px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
}
@media (max-width:991px) {
    body .ribbon-en-vivo {
    background: #000;
    padding: 10px;
    text-indent: 0;
    height: auto;
    width: auto;
}
}body .ribbon-concierto {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../media/concierto.png) no-repeat;
    width: 128px;
    height: 128px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
}
@media (max-width:991px) {
    body .ribbon-concierto {
    background: #000;
    padding: 10px;
    text-indent: 0;
    height: auto;
    width: auto;
}
}.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -40px;
    width: 100%}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../media/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    border-radius: 10px;
    opacity: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e41691;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../media/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../media/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../media/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../media/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 9;
    background: rgba(80, 80, 80, .75);
    width: 100%}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.container-instagram {
    background: #2a2e90;
}
.container-instagram .title {
    text-align: center;
    padding-top: 5%}
@media (max-width:991px) {
    .container-instagram .title {
    padding-top: 13%}
}@media (max-width:550px) {
    .container-instagram .title {
    width: 50%;
    padding-top: 20%}
}@media (max-width:991px) {
    .container-instagram .title h3 {
    font-size: 1.286em;
}
} 
@media (max-width:550px) {
    .container-instagram .title h3 {
        font-size: 1em;
    }
}.container-instagram .instagram {
    overflow: hidden;
}
.container-instagram .instagram .col-md-2 {
    padding: 0;
}
@media (max-width:991px) {
    .container-instagram .instagram .col-md-2 {
    width: 33.333%;
    float: left;
}
}@media (max-width:550px) {
    .container-instagram .instagram .col-md-2 {
    width: 50%}
}.container-instagram .instagram .col-md-2 img {
    width: 100%}
.content-slider .container {
    padding: 0;
}
.content-slider .content-item {
    overflow: hidden;
}
.content-slider .content-item .wrapper-img {
    float: left;
    width: 50%}
@media (max-width:767px) {
    .content-slider .content-item .wrapper-img {
    width: 70%;
    float: none;
    margin: 0 auto;
}
}@media (max-width:550px) {
    .content-slider .content-item .wrapper-img {
    width: 100%}
}.content-slider .content-item .wrapper-info {
    float: left;
    width: 50%;
    padding: 2% 5%}
@media (max-width:767px) {
    .content-slider .content-item .wrapper-info {
    width: 100%;
    float: none;
    text-align: center;
}
}.content-slider .wrapper-info .titulo h2 {
    font-size: 4.143em;
    margin-bottom: 0;
}
@media (max-width:991px) {
    .content-slider .wrapper-info .titulo h2 {
    font-size: 2.571em;
}
}.content-slider .wrapper-info .caption {
    color: #9d9d9d;
    text-transform: none;
    font-size: 1.286em;
}
.content-slider .wrapper-info .subtitulo {
    text-transform: none;
    font-size: 1.286em;
}
.content-slider .wrapper-info .subtitulo p {
    margin-bottom: 0;
}
.content-slider .wrapper-info .info {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.143em;
}
.content-slider .wrapper-info .precio {
    font-size: 2.571em;
}
.photo-slider .container {
    padding: 0;
}
.photo-slider .content-item {
    overflow: hidden;
}
.photo-slider .content-item .wrapper-img {
    float: left;
    width: 50%}
@media (max-width:767px) {
    .photo-slider .content-item .wrapper-img {
    width: 70%;
    float: none;
    margin: 0 auto;
}
}@media (max-width:550px) {
    .photo-slider .content-item .wrapper-img {
    width: 100%}
}.photo-slider .content-item .wrapper-info {
    float: left;
    width: 50%;
    padding: 2% 5%}
@media (max-width:767px) {
    .photo-slider .content-item .wrapper-info {
    width: 100%;
    float: none;
    text-align: center;
}
}.photo-slider .wrapper-info .titulo h2 {
    font-size: 4.143em;
    margin-bottom: 0;
}
@media (max-width:991px) {
    .photo-slider .wrapper-info .titulo h2 {
    font-size: 2.571em;
}
}.photo-slider .wrapper-info .caption {
    color: #9d9d9d;
    text-transform: none;
    font-size: 1.286em;
}
.photo-slider .wrapper-info .subtitulo {
    text-transform: none;
    font-size: 1.286em;
}
.photo-slider .wrapper-info .subtitulo p {
    margin-bottom: 0;
}
.photo-slider .wrapper-info .info {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.143em;
}
.photo-slider .wrapper-info .precio {
    font-size: 2.571em;
}
.main-banner {
    position: relative;
}
.main-banner .wrapper {
    position: absolute;
    z-index: 5;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    padding-top: 5%}
@media (max-width:767px) {
    .main-banner .wrapper {
    width: 500px;
    margin-left: -250px;
    padding-top: 0;
}
}@media (max-width:550px) {
    .main-banner .wrapper {
    width: 300px;
    margin-left: -150px;
    padding-top: 5%}
}.main-banner .wrapper h3 {
    line-height: 1.3em;
    font-weight: 400;
    font-size: 2.571em;
}
@media (max-width:767px) {
    .main-banner .wrapper h3 {
    font-size: 1.714em;
}
}@media (max-width:550px) {
    .main-banner .wrapper h3 {
    font-size: 1.286em;
}
}.main-banner .container-img {
    position: relative;
    z-index: -1;
}
.main-banner .container-img img {
    width: 100%}
.main-banner .icon {
    width: 110px;
}
.main-banner .icon img {
    width: auto;
}
@media (max-width:550px) {
    .main-banner .icon {
    display: none;
}
}.txt-bold {
    font-weight: 400;
}
.txt-light {
    font-weight: 300!important;
    text-transform: none;
}
.txt-white {
    color: #fff;
}
.txt-pink {
    color: #e41691;
}
.txt-yellow {
    color: #fff000;
}
h3 {
    font-size: 2.571em;
}
@media (max-width:550px) {
    h3 {
        font-size: 2em;
    }
}
.top-container {
    padding-top: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.top-container .locacion {
    padding: 0;
    overflow: hidden;
}
@media (max-width:550px) {
    .top-container .locacion {
    display: none;
}
}.top-container .locacion p {
    font-weight: 300;
}
.top-container .locacion .icon {
    height: 25px;
    width: 25px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    float: left;
}
@media (max-width:1199px) {
    .top-container .locacion .icon {
    display: none;
}
}@media (max-width:991px) {
    .top-container .locacion .icon {
    display: inline-block;
}
}.top-container .locacion .info {
    float: left;
    margin-left: 5px;
    padding-top: 2px;
}
.top-container .bogota .icon {
    background: url(../media/icon-flag-col.jpg) no-repeat;
}
.top-container .ciudad {
    padding-right: 0;
}
@media (max-width:991px) {
    .top-container .ciudad {
    text-align: right;
    padding-right: 15px;
}
}@media (max-width:767px) {
    .top-container .ciudad {
    padding-right: 0;
    text-align: right;
}
}@media (max-width:550px) {
    .top-container .ciudad {
    width: 100%;
    padding-left: 0;
    text-align: left;
}
}.top-container .ciudad p {
    display: inline;
}
@media (max-width:767px) {
    .top-container .ciudad p {
    display: none;
}
}.top-container .ciudad select {
    font-size: 1.143em;
    width: 140px;
    display: inline-block;
    margin-left: 5px;
    background: url(../media/icon-arrow-down.png) no-repeat center right #454343;
}
.top-container .ciudad .form-control {
    height: 27px;
    padding: 0 0 0 12px;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    border: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    font-size: 1em;
}
.top-container .sub-nav {
    overflow: hidden;
    padding: 4px 0 0;
}
@media (max-width:767px) {
    .top-container .sub-nav {
    text-align: center;
}
}.top-container .sub-nav .navbar-nav {
    float: right;
}
@media (max-width:767px) {
    .top-container .sub-nav .navbar-nav {
    margin: 25px 0 0;
    float: none;
}
}@media (max-width:767px) {
    .top-container .sub-nav .navbar-nav li {
    display: inline-block;
}
}.top-container .sub-nav .navbar-nav a {
    padding: 0 10px;
}
@media (max-width:550px) {
    .top-container .sub-nav .navbar-nav a {
    padding: 0 5px;
}
}.top-container .sub-nav .navbar-nav a:hover {
    text-decoration: underline;
    background: 0 0;
    color: inherit;
}
.top-container .sub-nav .navbar-nav #sub-5040 {
    color: #e41691;
}
.top-container .sub-nav .navbar-nav #sub-5041 {
    color: #00adff;
}
.top-container .sub-nav .navbar-nav #sub-5042 {
    color: #fff100;
}
.top-container .sub-nav .navbar-nav #sub-5043 {
    color: #2dc647;
}
.main-nav .full-width {
    padding: 0 30px;
}
.main-nav .navbar-brand {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background: url(../media/logo-header-tonala.png) no-repeat;
    width: 390px;
    height: 97px;
}
@media (max-width:767px) {
    .main-nav .navbar-brand {
    float: none;
    display: inline-block;
    background: url(../media/logo-header-tonala-mov.png) no-repeat;
    width: 240px;
    height: 60px;
}
}@media (max-width:767px) {
    .main-nav .navbar-header {
    text-align: center;
}
}.main-nav .navbar-header .navbar-toggle {
    margin-right: 0;
    float: none;
    text-transform: uppercase;
}
.main-nav .navbar-collapse {
    padding-bottom: 15px;
}
@media (max-width:767px) {
    .main-nav .navbar-collapse .items-nav {
    margin-top: 30px;
    text-align: center;
}
}@media (max-width:767px) {
    .main-nav .navbar-collapse .items-nav li {
    margin-bottom: 15px;
}
}.main-nav .navbar-collapse .search {
    margin-right: 0;
    margin-top: 42px;
}
@media (max-width:767px) {
    .main-nav .navbar-collapse .search {
    margin-top: 5px;
    margin-left: 0;
    height: 35px;
}
}.main-nav .navbar-collapse .search .dropdown-menu {
    background: 0 0;
    width: 300px;
    border: 0;
    box-shadow: none;
}
@media (max-width:767px) {
    .main-nav .navbar-collapse .search .dropdown-menu {
    display: block;
}
}@media (max-width:550px) {
    .main-nav .navbar-collapse .search .dropdown-menu {
    width: 285px;
}
}.main-nav .navbar-collapse .search .icon-search {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background: url(../media/icon-search.png) no-repeat;
    height: 32px;
    width: 32px;
}
@media (max-width:767px) {
    .search .dropdown .dropdown-menu {
        float: none;
        position: relative;
        margin: 0 auto;
    }
    .main-nav .navbar-collapse .search .icon-search {
    display: none;
}
}.main-nav .navbar-collapse .search #search_button {
    display: none;
}
.main-nav .items-nav {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 1.286em;
}
@media (max-width:1365px) {
    .main-nav .items-nav {
    margin-left: 20px;
}
}@media (max-width:1199px) {
    .main-nav .items-nav {
    width: 85%;
    margin-left: 0;
}
}
@media (max-width:991px) {
    .main-nav .items-nav {
    width: 90%}
}.main-nav .items-nav a {
    padding: 0;
    margin-right: 50px;
}
@media (max-width:767px) { 
    .main-nav .items-nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
@media (max-width:1365px) {
    .main-nav .items-nav a {
    margin-right: 20px;
}
}.main-nav .items-nav a:hover {
    background: 0 0;
}
.container-cartelera {
    display: block;
    background: #fff;
    color: #1c191a;
}
@media (max-width:550px) {
    .container-cartelera {
        text-align: center;
    }
}
.selector-cartelera {
  cursor: pointer;
  position: absolute;
  color: #1c191a;
  width: 155px;
  left: 50%;
  margin-left: -77px;
  z-index: 10;
  text-align: center;
  height: 65px;
  /* background: url(../media/bg-circle.png) 0 0 no-repeat;*/
  background-color:#fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: color .3s, font-size .3s; /* For Safari 3.1 to 6.0 */
  transition: color .3s, font-size .3s;
}

/*.arrow-cartelera{
 float: right;
 font-weight: bold; 
 z-index: -10; 
 font-size: 60px; 
 margin-top: -24px; 
}*/


.arrow-cartelera {
  content:"";
  background-image: url('/media/arrowDown_black.png');
  background-size: 49px auto;
  float: right;
  width:46px;
  height:55px;
  overflow:hidden;
  margin-right: 5px;
}

.arrow-cartelera.arrow-open{
  content:"";
  background-image: url('/media/arrow_black.png');
  background-size: 49px auto;
  float: right;
  width:46px;
  height:55px;
  overflow:hidden;
  margin-right: 5px;
}

/*.arrow-cartelera:after {
  content:"";
  background-image: url('/media/arrow_black.png');
  float: right;
  width:53px;
  height:55px;
  overflow:hidden;
  margin-right: 5px;
}*/



.selector-cartelera:hover{
  color: #e41691;

}



}.selector-cartelera p {
    line-height: 3em;
    font-size: 1.286em;
  	padding-left:10px;
    font-weight: 700;
  	display:inline-block;
}
@media (max-width:767px) {
    .selector-cartelera  {
        background: #fff;
        height: 35px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        width: 120px;
        margin-left: -60px;
    }

.selector-cartelera:hover{
  color: #e41691;
  font-size:14px!important;
}

.arrow-cartelera{
     margin-right: 10px;
    margin-top: -10px;
  font-size: 30px; 
}


}
.selector-cartelera  p {
    padding-top: 15px;
}
@media (max-width:550px) { 
    .selector-cartelera p {
        padding-top: 8px;
    }
}
.main-carousel {
    margin-top: 25px;
    margin-bottom: 50px;
}
.main-carousel .title {
    font-size: 1.286em;
}
.main-carousel .title p {
    font-weight: 300;
}
.main-carousel .wrapper {
    padding: 0 10px;
    text-align: center;
}
.main-carousel .btn-pink {
    width: 100%}
.main-carousel a {
    opacity: .5;
    display: block;
}
.main-carousel a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
.main-carousel #horario {
    margin-top: 15px;
}
.carousel li:hover a {
    opacity: 1;
}
.main-carousel h2 {
    font-size: 1.714em;
    min-height: 53px;
}
.especial {
    margin: 5px 0;
}
.especial img {
    width: 100%}
.especial .container {
    padding: 0;
}
.especial .btn-pink {
    margin-top: 15px;
    margin-bottom: 15px;
}
.especial .articulo-principal {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.especial .articulo-principal .wrapper-info {
    position: relative;
    z-index: 2;
}
.especial .articulo-principal .wrapper-info .col-md-6 {
    background: url(../media/bg-gris.png) repeat;
    padding: 5% 5% 0;
}
.especial .articulo-principal .wrapper-info h2 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
}
.especial .articulo-principal .wrapper-info h1 {
    font-size: 4.143em;
    margin-bottom: 5px;
    margin-top: 0;
}
@media (max-width:550px) {
    .especial .articulo-principal .wrapper-info h1 {
        font-size: 3em;
    }
}
.especial .articulo-principal .wrapper-info .descripcion-evento {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    margin-top: 10px;
}
.especial .articulo-principal .wrapper-info .url-evento {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.286em;
}
.especial .articulo-principal .wrapper-info .url-evento a {
    color: #e41691;
}
@media (max-width:991px) {
    .especial .articulo-principal .wrapper-info .gancho-evento {
    padding-top: 20px;
}
}.especial .articulo-principal .imagen-evento {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width:991px) {
    .especial .articulo-principal .imagen-evento {
    position: relative;
    display: block;
}
}.pauta-full-width {
    padding: 20px 0;
}
.pauta-full-width img {
    width: 100%}
.estrenos .container {
    padding: 0;
}
.estrenos .carousel {
    margin-bottom: 70px;
}
.estrenos .carousel .title {
    font-size: 1.286em;
}
.estrenos .carousel .title p {
    font-weight: 300;
}
.estrenos .carousel .wrapper {
    padding: 0 10px;
    text-align: center;
}
.estrenos .carousel .btn-pink {
    width: 100%}
.estrenos .carousel a {
    opacity: .5;
}
.estrenos .carousel a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
.estrenos .carousel h2 {
    font-size: 1.714em;
}
.estrenos .txt-caption {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.286em;
}
@media (max-width:550px) { 
   .estrenos {
    text-align: center;
   } 
}
.main-items img {
    width: 100%}
.main-items .wrapper {
    padding: 0;
    position: relative;
}
@media (max-width:550px) {
    .main-items .wrapper {
    width: 100%}
}.main-items .item-content:hover h3 {
    background: #e41691;
    color: #fff;
}
.main-items .item-content h3 {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0;
    padding-top: 25%;
    background: url(../media/bg-negro.png) repeat;
}
.main-items .item-content img {
    z-index: 1;
}
.espacios #bx-pager {
    background: #e41691;
    text-align: center;
}
.espacios #bx-pager a {
    padding: 5px 15px;
    display: inline-block;
    border-right: solid 1px #a50f69;
    margin-right: -3px;
}
.espacios #bx-pager a:last-child {
    border: 0;
}
.espacios #bx-pager a:hover {
    color: #fff;
    background: #a50f69;
    text-decoration: none;
}
.espacios #bx-pager .active {
    color: #fff;
    background: #a50f69;
}
.espacios .feature-item p {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.contenido-interna {
    padding: 10px 0;
}
@media (max-width:550px) {
    .contenido-interna {
        border-top: 1px solid #E41691;
        margin-top: 5px;
        padding-top: 15px;
    }
}
.contenido-interna h3 {
    font-size: 4.143em;
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width:550px) {
    .contenido-interna h3 {
        border-top: 1px solid #424242;
        font-size: 2em;
        margin-top: 0;
        padding-top: 15px;
    }
}
.contenido-interna .container-breadcrumb {
    border-bottom: 1px solid #424242;
}
@media (max-width:550px) {
    .contenido-interna .container-breadcrumb {
        border: 0;
    }
}
.contenido-interna .main-block .wrapper-video {
    padding: 20px 0;
}
.contenido-interna .main-block .info {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.286em;
}
.contenido-interna .main-block .info .col-md-4 {
    padding: 0;
}
.contenido-interna .main-block .info .col-md-4  img {
    width: 100%;
}
@media (max-width:550px) {
    .contenido-interna .main-block .info .col-xs-4 {
        width: 40%;
    }
    .contenido-interna .main-block .info .col-xs-8 {
        width: 60%;
    }
}
.contenido-interna .main-block .info ul {
    padding-left: 0;
    list-style-type: none;
}
.contenido-interna .main-block .info .funciones {
    font-size: 1.286em;
    font-weight: 400;
    text-transform: uppercase;
}
.contenido-interna .main-block .info .funciones li {
    display: inline;
    margin-right: 20px;
    color: #e41691;
}
.modulo-reserva-boletos {
    background: #000;
    padding: 20px;
}
.modulo-reserva-boletos h3 {
    font-size: 2.571em;
}
.modulo-reserva-boletos p {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.modulo-reserva-boletos .form-horizontal {
    padding-top: 10px;
}
.modulo-reserva-boletos .opcion-membresia {
    border-bottom: solid 1px #434040;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}
.modulo-reserva-boletos .opcion-membresia .txt {
    padding-right: 0;
    padding-left: 0;
}
.modulo-reserva-boletos .opcion-membresia .txt p {
    text-transform: uppercase;
}
.modulo-reserva-boletos .opcion-membresia .opciones {
    padding-left: 0;
}
.modulo-reserva-boletos .opcion-membresia .opciones label {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.modulo-reserva-boletos .wrapper-radio {
    margin-right: 30px;
}
.modulo-reserva-boletos .container-captcha {
    overflow: hidden;
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.modulo-reserva-boletos .container-captcha .txt {
    padding: 0;
}
@media (max-width:550px) {
    .modulo-reserva-boletos .container-captcha .suma {
    width: 35%;
    padding-left: 0;
}
}.modulo-reserva-boletos .container-captcha .suma span {
    font-size: 1.714em;
    font-weight: 400;
    line-height: 2em;
}
.modulo-reserva-boletos .container-captcha .campo {
    padding: 0;
    margin-top: 5px;
}
@media (max-width:550px) {
    .modulo-reserva-boletos .container-captcha .campo {
    width: 60%}
}@media (max-width:991px) {
    .modulo-reserva-boletos .container-captcha .campo input {
    width: 30%}
}@media (max-width:767px) {
    .modulo-reserva-boletos .container-captcha .campo input {
    width: 40%}
}@media (max-width:550px) {
    .modulo-reserva-boletos .container-captcha .campo input {
    width: 60%}
}.modulo-reserva-boletos .checkbox {
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #434040;
    padding-bottom: 20px;
}
.modulo-reserva-boletos .checkbox label {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.modulo-reserva-boletos .btn-pink {
    width: 100%}
.share {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 25px;
}
.share p {
    font-size: 1.286em;
    float: right;
    line-height: 2em;
}
.share ul {
    list-style: none;
    padding-left: 0;
    float: right;
    margin-left: 20px;
    overflow: hidden;
}
.share li {
    float: left;
}
.share a {
    height: 38px;
    width: 38px;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
}
.share .icon-fb {
    background: url(../media/icon-fb.png) no-repeat;
}
.share .icon-twtr {
    background: url(../media/icon-twtr.png) no-repeat;
}
.share .icon-email {
    background: url(../media/icon-mail.png) no-repeat;
}
@media (max-width:550px) {
    .share {
        text-align: center;
    }
    .share ul {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
    }
    .share p {
        display: none;
    }
}
.comentarios {
    background: #000;
    padding: 30px 0;
}
.comentarios .wrapper-widget-comentarios img {
    width: 100%}
.membresias {
    text-align: center;
}
.membresias .container-membresia {
    background: #00c3ff;
    padding: 30px;
}
@media (max-width:550px) {
    .membresias .container-membresia {
    width: 100%}
}.membresias .container-membresia ul {
    font-weight: 300;
    font-size: 1.286em;
    text-transform: none;
    list-style: none;
    padding-left: 0;
}
.membresias .container-membresia ul li:nth-child(odd) {
    color: #171717;
}
.membresias .container-pauta {
    padding: 0;
}
.membresias .container-pauta img {
    width: 100%}
@media (max-width:550px) {
    .membresias .container-pauta {
    width: 100%;
    padding: 0 15px;
}
}
.contenido-landing-seccion {
    border-top: 1px solid #E41691;
    margin-top: 5px;
    padding-top: 15px;
}
.contenido-landing-seccion h3 {
    font-size: 4.143em;
    font-weight: 700;
    margin-top: 0;
}
@media (max-width:550px) {
    .contenido-landing-seccion h3 {
        font-size: 2.5em;
        padding-top: 15px;
        border-top: 1px solid #424242;
    }

}

.contenido-landing-seccion img {
    width: 100%}
.contenido-landing-seccion .btn-pink {
    margin-top: 15px;
    margin-bottom: 15px;
}
.contenido-landing-seccion .descripcion-seccion {
    padding-top: 25px;
  	padding-bottom:40px;
    font-weight: 300;
}
@media (max-width:550px) {
    .contenido-landing-seccion .descripcion-seccion {
        padding-top: 0;
    }
}
.contenido-landing-seccion .articulo-principal {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.contenido-landing-seccion .articulo-principal .wrapper-info {
    position: relative;
    z-index: 2;
}
.contenido-landing-seccion .articulo-principal .wrapper-info .col-md-6 {
    background: url(../media/bg-gris.png) repeat;
    padding: 5% 5% 0;
}
.contenido-landing-seccion .articulo-principal .wrapper-info h2 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
}
.contenido-landing-seccion .articulo-principal .wrapper-info h1 {
    font-size: 4.143em;
    margin-bottom: 5px;
    margin-top: 0;
}
@media (max-width:550px) {
    .contenido-landing-seccion .articulo-principal .wrapper-info h1 {
        font-size: 3em;
    }
}
.contenido-landing-seccion .articulo-principal .wrapper-info .descripcion-evento {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    margin-top: 10px;
}
.contenido-landing-seccion .articulo-principal .wrapper-info .url-evento {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.286em;
}
.contenido-landing-seccion .articulo-principal .wrapper-info .url-evento a {
    color: #e41691;
}
.contenido-landing-seccion .container-breadcrumb {
    border-bottom: 1px solid #424242;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 11px;
    width: 50%;
}
@media (max-width:550px) {
    .contenido-landing-seccion .container-breadcrumb {
        border: 0;
    }
}
.contenido-landing-seccion .share {
    border-bottom: 1px solid #424242;
    float: left;
    margin: 0;
    width: 50%;
}
@media (max-width:550px) {
    .contenido-landing-seccion .share {
        margin-bottom: 10px;
        border: 0;
    }
}

.contenido-landing-seccion  .col-md-12 {
    overflow: hidden;
}
@media (max-width:991px) {
    .contenido-landing-seccion .articulo-principal .wrapper-info .gancho-evento {
    padding-top: 20px;
}
}.contenido-landing-seccion .articulo-principal .imagen-evento {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width:991px) {
    .contenido-landing-seccion .articulo-principal .imagen-evento {
    position: relative;
    display: block;
}
}.contenido-landing-seccion .articulo-secundario {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
@media (max-width:550px) {
    .contenido-landing-seccion .articulo-secundario {
    width: 100%}
}.contenido-landing-seccion .articulo-secundario h3 {
    font-size: 2.571em;
}
.contenido-landing-seccion .articulo-secundario p {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.contenido-landing-seccion .articulo-secundario .info-evento {
    padding: 5%}
.contenido-landing-seccion .articulo-secundario .imagen-concierto {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.contenido-landing-seccion .articulo-secundario .imagen-concierto img {
    width: 100%}
.contenido-landing-seccion .articulo-secundario .url-evento {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.286em;
  	height: 40px;
}
.contenido-landing-seccion .articulo-secundario .info-evento h3 {
    font-size: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.contenido-landing-seccion .articulo-secundario .info-evento p {
    height: 105px;
    overflow: hidden;
}
.contenido-landing-seccion .articulo-secundario .url-evento a {
    color: #e41691;
}
.contenido-restaurante .bx-pager {
    display: none;
}
.contenido-restaurante .domicilios {
    text-align: center;
    color: #171717;
    background: #fff;
}
.contenido-restaurante .domicilios h3 {
    margin-bottom: 0;
}
@media (max-width:767px) {
    .contenido-restaurante .domicilios h3 {
    font-size: 2.571em;
}
}
@media (max-width:767px) {
    .contenido-restaurante .domicilios h3 {
        font-size: 1.5em;
    }
}
.contenido-restaurante .carta {
    margin-bottom: 20px;
}
.contenido-restaurante .carta .wrapper-titulo {
    margin: 20px 0;
    overflow: hidden;
}
.contenido-restaurante .carta .descripcion-seccion {
    font-size: 1.714em;
    line-height: 1.1em;
}
.contenido-restaurante .carta .wrapper-tabs {
    overflow: hidden;
    background: #171717;
}
.contenido-restaurante .carta .wrapper-nav-tabs {
    padding: 0;
    background: #2b2b2b;
}
@media (max-width:550px) {
    .contenido-restaurante .carta .wrapper-nav-tabs {
    width: 100%}
}.contenido-restaurante .carta .wrapper-tab-content {
    padding: 0;
}
@media (max-width:550px) {
    .contenido-restaurante .carta .wrapper-tab-content {
    width: 100%}
}.contenido-restaurante .carta .nav-tabs {
    border-bottom: 0;
}
.contenido-restaurante .carta .nav-tabs .txt-pink {
    padding-right: 10px;
}
.contenido-restaurante .carta .nav-tabs li {
    float: none;
    font-size: 1.714em;
}
@media (max-width:767px) {
    .contenido-restaurante .carta .nav-tabs li {
    font-size: 1.286em;
}
}.contenido-restaurante .carta .nav-tabs a {
    border-radius: 0;
    margin-right: 0;
    padding: 20px 25px;
    border-bottom: solid 1px #171717;
}
@media (max-width:767px) {
    .contenido-restaurante .carta .nav-tabs a {
    padding: 20px 10px;
}
}.contenido-restaurante .carta .nav-tabs a:hover {
    background: #e41691;
    color: #171717;
    border-color: #e41691;
}
.contenido-restaurante .carta .nav-tabs a:hover .txt-pink {
    color: #171717;
}
.contenido-restaurante .carta .nav-tabs li.active a:hover .txt-pink {
    color: #e41691;
}
.contenido-restaurante .carta .nav-tabs>li.active>a, .contenido-restaurante .carta .nav-tabs>li.active>a:focus, .contenido-restaurante .carta .nav-tabs>li.active>a:hover {
    background: #171717;
    color: #fff;
    border-color: #e41691;
    border-style: none none none solid;
    border-width: 0 0 0 7px;
}
.contenido-restaurante .carta .tab-content {
    padding: 20px;
    overflow: hidden;
}
.contenido-restaurante .carta .tab-content p {
    margin-bottom: 0;
}
.contenido-restaurante .carta .item {
    margin-bottom: 20px;
}
.contenido-restaurante .carta .nombre-item {
    text-transform: none;
    font-size: 1.286em;
}
.contenido-restaurante .carta .descripcion-item {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
    font-size: 1.143em;
}
.contenido-restaurante .carta .precio-item {
    font-size: 1.714em;
}
.container-slider-espacios {
    padding: 0;
    overflow: hidden;
}
.container-slider-espacios .col-md-6 {
    padding: 0;
}
.container-slider-espacios .espacios .feature-item .wrapper-img {
    width: 100%}
.container-slider-espacios .wrapper-info {
    padding: 15% 10% 0;
}
@media (max-width:550px) {
    .container-slider-espacios .wrapper-info {
    padding: 0 5% 2%}
}.container-slider-espacios .wrapper-info p {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
@media (max-width:550px) {
    .container-slider-espacios .col-xs-6 {
    width: 100%}
}.container-slider-espacios .bx-pager- {
    background: #e41691;
    text-align: center;
}
.container-slider-espacios .bx-pager- a {
    padding: 5px 15px;
    display: inline-block;
    border-right: solid 1px #a50f69;
    margin-right: -3px;
}
.container-slider-espacios .bx-pager- a:last-child {
    border: 0;
}
.container-slider-espacios .bx-pager- a:hover {
    color: #fff;
    background: #a50f69;
    text-decoration: none;
}
.container-slider-espacios .bx-pager- .active {
    color: #fff;
    background: #a50f69;
}
.container-form p {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.container-form .wrapper {
    padding: 0;
}
.container-form .form-contacto {
    overflow: hidden;
    margin: 30px 0;
}
.container-form .form-contacto h3 {
    font-size: 2.571em;
    line-height: 1.4em;
    padding-bottom: 25px;
}
@media (max-width:550px) {
    .container-form .form-contacto h3 {
        font-size: 1.5em;
        font-weight: 300;
        padding-bottom: 5px;
    }
}
.container-form .opcion-membresia {
    border-bottom: 1px solid #434040;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 25px;
}
.container-form .opcion-membresia .txt {
    padding-left: 0;
}
.container-form .opcion-membresia .txt p {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}
.container-form .opcion-membresia .opciones {
    padding: 0;
}
.container-form .opcion-membresia .opciones label {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.container-form .opcion-membresia .wrapper-radio {
    margin-right: 30px;
}
.container-form .container-captcha {
    overflow: hidden;
}
@media (max-width:991px) {
    .container-form .container-captcha {
    border-bottom: 1px solid #434040;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
}.container-form .container-captcha .txt {
    padding: 0;
}
@media (max-width:550px) {
    .container-form .container-captcha .suma {
    width: 27%;
    padding-left: 0;
}
}.container-form .container-captcha .suma span {
    font-size: 1.714em;
    font-weight: 400;
    line-height: 2em;
}
.container-form .container-captcha .campo {
    padding: 0;
    margin-top: 5px;
}
@media (max-width:550px) {
    .container-form .container-captcha .campo {
    width: 68%}
}@media (max-width:991px) {
    .container-form .container-captcha .campo input {
    width: 30%}
}@media (max-width:767px) {
    .container-form .container-captcha .campo input {
    width: 40%}
}@media (max-width:550px) {
    .container-form .container-captcha .campo input {
    width: 60%}
}.container-form .checkbox {
    padding-left: 0;
}
.container-form .checkbox label {
    font-weight: 300!important;
    text-transform: none;
    letter-spacing: .03em;
}
.container-form textarea {
    height: 210px;
    resize: none;
}
.container-form .btn-pink {
    margin-top: 20px;
    width: 100%}
.container-form .col-md-6 {
    overflow: hidden;
}
.mapa #mapCanvas {
    width: 100%;
    height: 400px;
    color: #171717;
}
.mapa #mapCanvas h1 {
    font-family: Oswald, sans-serif;
    font-weight: 400;
}
.mapa #mapCanvas p {
    font-family: Oswald, sans-serif;
    font-weight: 300;
}
.boletin p {
    font-size: 1.286em;
}
.boletin .pauta {
    padding: 0;
}
@media (max-width:550px) {
    .boletin .pauta {
    width: 100%}
}.boletin .pauta img {
    width: 100%}
.boletin .form-boletin {
    padding: 40px;
}
@media (max-width:1199px) {
    .boletin .form-boletin {
    padding: 0 10px;
}
}@media (max-width:550px) {
    .boletin .form-boletin {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
    .boletin .enviar {
        margin-bottom: 30px;
    }
}.boletin .form-boletin .checkbox {
    padding-left: 0;
}
.boletin .form-boletin .btn-pink {
    margin-top: 20px;
}
.icheckbox_square-grey, .iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../media/grey.png) no-repeat;
    border: 0;
    cursor: pointer;
    margin-right: 10px;
}
.icheckbox_square-grey {
    background-position: 0 0;
}
.icheckbox_square-grey.hover {
    background-position: -24px 0;
}
.icheckbox_square-grey.checked {
    background-position: -48px 0;
}
.icheckbox_square-grey.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-grey.checked.disabled {
    background-position: -96px 0;
}
.iradio_square-grey {
    background-position: -120px 0;
}
.iradio_square-grey.hover {
    background-position: -144px 0;
}
.iradio_square-grey.checked {
    background-position: -168px 0;
}
.iradio_square-grey.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-grey.checked.disabled {
    background-position: -216px 0;
}
@media (-o-min-device-pixel-ratio:5 / 4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    .icheckbox_square-grey, .iradio_square-grey {
    background-image: url(../media/grey@2x.png);
    background-size: 240px 24px;
}
}.main-footer .footer-logo {
    padding-top: 20px;
}
.main-footer .footer-logo img {
    width: 100%}
@media (max-width:550px) {
    .main-footer .footer-logo img {
    width: 110px;
}
}@media (max-width:550px) {
    .main-footer .footer-logo {
    width: 100%;
    text-align: center;
}
}.main-footer .footer-links {
    padding-top: 30px;
}
@media (max-width:991px) {
    .main-footer .footer-links {
    padding-top: 50px;
}
}@media (max-width:550px) {
    .main-footer .footer-links {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
}.main-footer .footer-links ul {
    padding-left: 0;
}
.main-footer .footer-links ul li {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 5px;
}
.main-footer .footer-col-2 {
    background: #171717;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width:550px) {
    .main-footer .footer-col-2 {
    text-align: center;
}
}@media (max-width:991px) {
    .main-footer .footer-col-2 {
    margin-top: 35px;
}
}.main-footer .footer-col-2 ul {
    padding-left: 0;
    list-style: none;
}
@media (max-width:991px) {
    .main-footer .footer-col-2 ul {
    margin-bottom: 0;
}
}.main-footer .footer-col-2 .col-md-6 li {
    font-weight: 300;
    padding-bottom: 10px;
}
@media (max-width:991px) {
    .main-footer .footer-col-2 .col-md-6 li {
    display: inline-block;
    margin-right: 10px;
}
}.main-footer .footer-col-2 .col-md-6 .titulo {
    font-weight: 500;
    font-size: 1.286em;
}
.main-footer .footer-col-2 .col-md-6 .mail {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1.286em;
}
.main-footer .footer-col-3 {
    padding-right: 0;
}
@media (max-width:991px) {
    .main-footer .footer-col-3 {
    padding-left: 0;
}
}.main-footer .footer-social {
    padding-top: 30px;
}
@media (max-width:991px) {
    .main-footer .footer-social {
    padding-left: 30px;
}
}@media (max-width:550px) {
    .main-footer .footer-social {
    text-align: center;
    padding-left: 15px;
}
}.main-footer .footer-social ul {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}
.main-footer .footer-social ul li {
    float: left;
}
@media (max-width:550px) {
    .main-footer .footer-social ul li {
        float: none;
        display: inline-block;
        margin-left: -3px;
    }
    .main-footer .footer-social ul {
    margin: 0 auto;
    width: 230px;
}
}
.main-footer .footer-social a {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    height: 38px;
    width: 38px;
}
.main-footer .footer-social .icon-fb {
    background: url(../media/icon-fb.png) no-repeat;
}
.main-footer .footer-social .icon-twtr {
    background: url(../media/icon-twtr.png) no-repeat;
}
.main-footer .footer-social .icon-ytb {
    background: url(../media/icon-ytb.png) no-repeat;
}
.main-footer .footer-social .icon-inst {
    background: url(../media/icon-inst.png) no-repeat;
}
.main-footer .footer-social .icon-vimeo {
    background: url(../media/icon-vimeo.png) no-repeat;
}
.main-footer .footer-social .icon-tumblr {
    background: url(../media/icon-tmblr.png) no-repeat;
}
.main-footer .BBT-credits {
    text-align: center;
    background: #171717;
    padding-top: 50px;
    height: 174px;
    font-size: .857em;
}
@media (max-width:991px) {
    .main-footer .BBT-credits {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}
}.main-footer .BBT-credits a {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    display: inline-block;
    width: 85px;
    height: 25px;
    background: url(../media/blanco_bbt_logo.png) no-repeat;
}
.col-md-7.main-block > img{
   width: 100%;

}

.wrapper-video > img {
    width: 100%;
}


.lefty > a {
    color: #000000;
    margin: 0 10px;
}

.eventsCalendar-list li time small {
    display: none;
}



.col-xs-6.col-sm-6.col-md-6.container-membresia li {
  padding: 5.3%;
}
  
.search_result {
    padding: 0;
}

.search_result h4 {
    font-weight: 300;
    margin-bottom: 25px;
}
.search_result a {
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 15px;
}

.lefty a.active {
    color: #E41691;
    text-decoration: underline;
}
/* facebook comments */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 issues */
@-webkit-viewport { 
    width: device-width; 
}
@-moz-viewport { 
    width: device-width; 
}
@-ms-viewport { 
    width: device-width; 
}
@-o-viewport { 
    width: device-width; 
}
@viewport { 
    width: device-width; 
}

/* AJUSTES IE8*/
.ie8 .widget-container {
    margin-top: 0;
}
.ie8 #horario {
    display: none;
}
.ie8 .main-banner .wrapper h3 {
    font-size: 24px;
}

.widget-container {
    display: block;
}

.col-md-12.pagination-cine {
    margin-bottom: 20px;
    text-align: center;
}
.col-md-12.pagination-cine > a {
    margin-left: 10px;
}

/******************************
---------Música Imagen---------
******************************/
.imagen-evento {
    height: 380px;
    overflow: hidden;
}

/***********************
---------CENTER---------
***********************/
.center{
	text-align:center;
}


/**********************************
-------HIDE CARTELERA DEMAS--------
**********************************/
/*
ul.eventsCalendar-list li:nth-of-type(1n+9) {display:none;}
*/
.bloque{
background: url("../media/icon-arrow-down-2.png") no-repeat scroll right center #454343;
height: 36px;
position: fixed;
right: 15px;
width: 30px;
}

/****************************
-------CARTELERA BODY--------
*****************************/


.bx-loading{
 display:none!important; 
}

.main-footer .footer-social .patrocinio {height: 80px;width: 313px;}
.patrocinio {background: url("/media/civico.jpeg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}

/* formulario opcional*/
.col-centrado {
  	display: inline-block;
	vertical-align:top;
	float:none;  
}
.col-inline > *{ font-size:16px; text-align:left;}
.col-inline {
  text-align: center;
  font-size:0;
 
}

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}


/************** CUSTOM 2 **************************/


.custom-calendar-wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 20px;
	height: 70px;
	position: relative;
	border-top: 5px solid #ef4f69;
	border-bottom: 1px solid #ddd;
	display: none;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #ef4f69;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '25c2';
}

.custom-header nav span.custom-next:before {
	content: '25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #E41691;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #E41691;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 0;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #E41691;
}

.custom-content-reveal a:hover {
	color: #333;
}
#custom-content-reveal > div {
	padding: 0 15px;
}
#custom-content-reveal img {
	margin-top: 15px;
}

/* Modifications */

.fc-calendar-container {
	height: 520px;
	width: auto;
	padding: 30px;
	background: #fff;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent;
	color: #5F5F5F;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.143em;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
	padding-top: 65px;
	font-weight: 300;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 300;
	pointer-events: none;
	font-size: 1.143em;
}

.fc-calendar .fc-row > div.fc-today {
	background: #E41691;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	display: none;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #ef4f69;
}
.fc-calendar .fc-row .fc-content:hover {
	background: #E41691;
	color: #fff;
}
.fc-calendar .fc-row .fc-past:hover {
	cursor: default;
}
.fc-calendar .fc-row .fc-content:hover .fc-date {
	color: #fff;
	text-shadow: none;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}


.eventCalendar-wrap {
    background-color:#fff;
    color:#807E7E;
}
    .eventCalendar-wrap .arrow {
        text-decoration:none;
        color:#E41691;
        padding:0 5px;
        line-height:28px;
        top:9px;
        padding:8px 10px;
    }
        .eventCalendar-wrap .arrow.prev {

        }
        .eventCalendar-wrap .arrow:hover { opacity:0.7;}
        .eventCalendar-wrap .arrow span {
            height: 0;
            width: 0;
            font-size: 0;
            line-height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #E41691;
            float:left;
            text-indent:-5000px;
        }
            .eventCalendar-wrap .arrow.prev span {
                border-left-width:0;
                border-right: 6px solid #E41691;
            }
    .eventsCalendar-slider { height:80px;}

    .eventsCalendar-monthWrap {
        top:10px;
        left:0px;
    }
        .eventsCalendar-currentTitle {
            line-height:25px;
            font-weight: 400;
            color: #171717;
            font-size: 1.286em;
            padding: 10px 0;
        }
            .eventsCalendar-currentTitle .monthTitle {
                font-size: 1.286em;
                text-decoration:none;
                font-weight: 400;
                color:#171717;
            }

        .eventsCalendar-daysList {
            zoom: 1;
            padding:0;
            width:100%;

        }
            .eventsCalendar-daysList.showAsWeek {
                margin:10px 5px;
                width:auto;
                border:solid 1px #BCBCBC;
                border-bottom-width:0;
                border-radius:0;
            }
            .eventsCalendar-daysList:before, .eventsCalendar-daysList:after { content:""; display:table; }
            .eventsCalendar-daysList:after { clear: both; }
            .eventsCalendar-day-header {
                text-transform:lowercase;
                text-align:center;
                font-size:10px;
                border-bottom:solid 1px #BCBCBC;
                border-right: solid 1px #BCBCBC;
            }
            .eventsCalendar-daysList.showAsWeek li {
                height:auto; margin:0;
            }
                .eventsCalendar-daysList.showAsWeek li.empty {
                    background-color: #ccc;
                    min-height:29px;
                }
            .eventsCalendar-day a {
                text-decoration:none;
                font-size: 1.143em;
                color: #5F5F5F;
            }
            .showAsWeek .eventsCalendar-day { border-left-width:0;}
            .showAsWeek .eventsCalendar-day a  {
                border:solid 1px red;
                border-color:#fff #BCBCBC #BCBCBC #eee;
                line-height:27px;
                font-size:11px;

            }
                .eventsCalendar-day a:hover {
                    background-color:#E41691;
                    color: #fff;
                }
            .eventsCalendar-daysList li.today a {
                color:#fff;
                background:#E41691;
            }
                li.eventsCalendar-day.today a:hover {
                    background-color:#ccc;
                }

            .eventsCalendar-daysList li.dayWithEvents a {
                background:#000;
                color:#fff;
            }
                li.eventsCalendar-day.dayWithEvents a:hover {
                    background-color:#E41691;
                }


            .eventsCalendar-daysList li.current a {
                color:#fff;
                background:#E0E0E0;
            }
                li.eventsCalendar-day.current a:hover {
                    background-color:#E41691;
                }
        .eventsCalendar-loading {
            border-radius:4px;
            margin:5px auto;
            padding:0 10px;
            background-color:#ccc;
            color:#fff;
            text-align:center;
            font-weight:bold;
            position:absolute;
            z-index:4;
            top:25px;
            left:5px;
        }
            .eventsCalendar-loading.error {
                background-color:red;
            }

.eventsCalendar-subtitle { padding-top:10px;}
.eventsCalendar-list-wrap {
    min-height:500px;
    position:relative;
    padding: 5px;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}
    .eventsCalendar-list-content.scrollable {

        height:100px;
        overflow-y:auto;
        margin:0 5px 5px 0;
    }
    .eventsCalendar-list {
        margin:0; padding:0; list-style-type:none;
    }
    .eventsCalendar-list li {
        padding:0 5px 20px;
        margin-bottom: 20px;
        float: left;
        margin-right: 15px;
        width: 23%;
    }
    .eventTitle h2 {
        font-size: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    @media (max-width:991px) {
        .eventsCalendar-list li  {
            width: 20%;
        }
    }
    @media (max-width:767px) {
        .eventsCalendar-list li a.eventTitle{
            font-size: 1em;
        }
        .eventsCalendar-list li time {
            font-size: 1em;
        }
    }
    @media (max-width:550px) {
        .eventsCalendar-list li  {
            width: 45%;
        }
        .eventTitle h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 0;
        }
    }
    .container-cartelera h3 {
        float: left;
    }
    .container-cartelera .lefty {
        text-align: center;
        float: right;
        margin-top: 20px;
    }
    .container-cartelera .lefty  a {
        background: #E41691;
        color: #FFFFFF;
        display: inline-block;
        margin: 0 0 0 -2px;
        padding: 5px 10px;
        min-width: 75px;
    }
    .container-cartelera .lefty  a:hover {
        background: #C6117D;
        color: #fff;
    }
    /*.eventsCalendar-list li img {
        width: 231;
  		height: 329px;
    }*/
    .eventsCalendar-list .hour {
        background: none repeat scroll 0 0 #CCCCCC;
        color: #000000;
        display: inline-block;
        font-weight: 300;
        margin-top: 5px;
        padding: 5px;
    }
        .eventsCalendar-list li time {
            font-size: 1.143em;
            line-height:1.2em;
            font-weight: 300;
            overflow: hidden;
            display: block;
            color: #5F5F5F;
        }
        .eventsCalendar-list li time em {
            float:left;
            font-style:normal;
        }
        @media (max-width:550px) {
            .eventsCalendar-list li time em {
                float: none;
            }
        }
        .eventsCalendar-list li time small {
            font-size: 1em;
            float:left;
            background-color:#E41691;
            color:#fff;
            padding:0 5px 0 4px;
            margin:0 0 0 3px;
            display: none;
        }
        .eventsCalendar-list li .eventTitle {
            display:block;
            clear:both;
            font-weight:400;
            text-decoration:none;
            padding: 10px 0;
            font-size: 1.243em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
  			cursor: pointer;
        }
            .eventsCalendar-list li a.eventTitle {
                color:#E41691;
            }
            .eventsCalendar-list li a.eventTitle:hover { text-decoration:underline;}
        .eventsCalendar-list li .eventDesc {
            clear: both;
            margin:0 0 5px 0;
            font-size:80%;
            line-height:1.2em;

        }
        .eventsCalendar-list .eventsCalendar-noEvents {
            font-size:120%;
            border-radius:4px;
            margin:5px 5px 350px;
            padding:5px;
            background-color:#e0e0e0;
            color:#171717;
            text-align:center;
            font-weight:300;
        }

.bt {
    font-size:12px;
    display:block;
    clear:both;
    text-align: center;
    margin-top:10px;
    padding: 9px 34px 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;

    color: #ffffff;
    background-color: #698B10;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
    background-image: -moz-linear-gradient(top, #89B814, #698B10);
    background-image: -ms-linear-gradient(top, #89B814, #698B10);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
    background-image: -webkit-linear-gradient(top, #89B814, #698B10);
    background-image: -o-linear-gradient(top, #89B814, #698B10);
    background-image: linear-gradient(top, #89B814, #698B10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    border: 1px solid #698B10;
    border-color: #698B10 #698B10 #465F05;

    border-radius: 4px;


    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.bt:hover {
      background-position: 0 -15px;
      text-decoration: none;
    }
/* end of theme css */


/*= ONLY FOR DEMO PAGE */

.features li { margin-bottom:3px;}
#thanksPanel li { margin-bottom:0;}
#introPanel { padding-top:20px;}

.poweredBy img {
    float:left;
    margin-right:3px;
}
    .poweredBy .data {
        float:left;
    }
    .poweredBy .name {
        font-weight:bold;
        color:#555;
        text-decoration:none;
        display:block;
        margin-top:28px;
    }
    .poweredBy .twitter {
        text-decoration:none;
        display:block;
        float:left;
    }
.features {
    padding-left:20px;
    float:left;
}
#appLogo {
    margin-right:30px;
}
pre {
    clear:both;
    background-color:#FFFFCC;
    padding:5px;
    border:solid 1px #FED17E;
    overflow:auto;
}
#license {
    width:300px;
    float:right;
    font-size:10px;
    line-height:12px;
    text-align:center;
}


.eventCalendar-wrap { 
    position:relative; 
    overflow:hidden;
    clear: both;
}
.eventCalendar-wrap .arrow { 
    position:absolute; 
    z-index:5; 
    top:3px;
}
    .eventCalendar-wrap .prev {
        left:3px;
    }
    .eventCalendar-wrap .next {
        right:3px;
    }
    
.eventsCalendar-currentTitle .monthTitle {
    display:block;
    text-align:center;
}
    .eventsCalendar-monthWrap {
        position:absolute;
        top:0; left:0;
        z-index:2;
    }
        .eventsCalendar-monthWrap.currentMonth { 
            z-index:1;
        }   
.eventsCalendar-daysList { 
    display:table;
    width:100%;
}
    .eventsCalendar-daysList.showAsWeek {
        display:block;
    }
    
    .eventsCalendar-daysList li {
        display:table-cell;
    }
        .eventsCalendar-daysList li.dayWithEvents {
            background:rgba(0,0,0,0.15);
        } 
        .eventsCalendar-daysList li.current {
            background:rgba(0,0,0,0.35);
        } 
        .eventsCalendar-daysList.showAsWeek li {
            display:block;
            float:left;
            width:14.28%;
            height:20px;
        }
        @media (max-width:600px) {
            .eventsCalendar-daysList.showAsWeek  {
                border-right: 0;
            }
            .eventsCalendar-daysList.showAsWeek li {
                height: auto;
            }
        }
    .eventsCalendar-daysList li a {
        padding:0;
        display:block;
        text-align:center;
        font-size: 1.143em;
        min-width:7px;
        color: #5F5F5F;
        font-weight: 300;
        border-right: solid 1px #fff;
    }
.eventsCalendar-loading {
    display:block;
    min-width:100px;
    height:40px;
    line-height:40px;
}   
.eventsCalendar-list {
    position:relative;
    z-index:1;
    
}   
    .eventsCalendar-list.oldEventList {
        z-index:2;
    }
    .eventsCalendar-subtitle {
        padding-left:5px;
        font-weight:400;
        font-size: 1.286em;
        color: #171717;
    }


    

.contenido-landing-seccion .container-cartelera .container{ background:#231f20;}
.contenido-landing-seccion .eventCalendar-wrap{background:#231f20;}
.contenido-landing-seccion .eventsCalendar-monthWrap {}
.contenido-landing-seccion .container-cartelera h3 {color:white;  }
.contenido-landing-seccion .eventsCalendar-subtitle {color:white;}
.contenido-landing-seccion  .eventsCalendar-list li {background: white;
padding: 20px;
width: 24.5%;
background: url(../media/bg-gris.png) repeat;
margin-bottom: 5px;
margin-right: 5px;} 
.contenido-landing-seccion  .eventsCalendar-list li h2 {color:white;}
.contenido-landing-seccion .eventsCalendar-daysList .today a{background:#E41691 !important;} 
.contenido-landing-seccion .eventsCalendar-daysList .current a {background:#00c3ff !important;} 
.eventsCalendar-list li time {color:white;}
.contenido-landing-seccion .monthTitle {color:white;}
.contenido-landing-seccion .dayWithEvents a{background:white !important; color:black !important; border-right: solid 1px black;}
.contenido-landing-seccion .eventsCalendar-day a{background:transparent; color:white; border-right: solid 1px black;}
.contenido-landing-seccion  .eventsCalendar-list {border-bottom: 1px solid #CCCCCC; display: inline-block; width: 100%}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1199px) {
  	.eventsCalendar-list li{
    width:31%;
  	}
  	.contenido-landing-seccion .eventsCalendar-list li {
    height: auto;
    width: 32%;
	}
}
	@media only screen and (max-width: 991px) {
  	.main-items .container .row .col-xs-6.col-sm-6.col-md-4.wrapper{
    display:inline-block; clear:both; float:none;
  	}
}

	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.arrow-cartelera {
    margin-right: 7px;
    margin-top: 4px;
	}
  	.selector-cartelera p {
    left: 4px;
    padding: 8px 0 0 3px;
    position: relative;
	}
  	.selector-cartelera {
    height: 60px;
    padding-left: 3px;
}

}
	
	@media only screen and (max-width: 672px) {
  	.eventsCalendar-list li {
    width: 46.5%;
	}
  	.contenido-landing-seccion .eventsCalendar-list li {
    width: 48.5%;
	}
}

	@media only screen and (max-width: 550px) {
  	.top-container {
    margin-bottom: 40px;
  	}
  	
  
}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
  	.eventsCalendar-list li {
    float: none;
    margin: 0 auto;
    width: 250px;
	}
  	.contenido-landing-seccion .eventsCalendar-list li {
    float: none;
    margin: 5px auto;
    width: 279px;
	}
}


.eventsCalendar-list li img {
    max-height: auto;
    width: 100%;
}
.eventsCalendar-list li{
  height:500px;
 
  display:block;
}

