menu--- title: CSS stylesheet --- #autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(http://www.payulatam.com/colombia/misc/throbber.gif);
    background-position: 100% 2px;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-position: 100% -18px;
}


/*html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}*/

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(http://www.payulatam.com/colombia/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(http://www.payulatam.com/colombia/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(http://www.payulatam.com/colombia/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(http://www.payulatam.com/colombia/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(http://www.payulatam.com/colombia/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(http://www.payulatam.com/colombia/misc/throbber.gif) no-repeat 0px -18px;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child+html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}


/*
ul li.expanded {
    list-style-image: url(http://www.payulatam.com/colombia/misc/menu-expanded.png);
    list-style-type: circle;
}
ul li.collapsed {
    list-style-image: url(http://www.payulatam.com/colombia/misc/menu-collapsed.png);
    list-style-type: disc;
}
ul li.leaf {
    list-style-image: url(http://www.payulatam.com/colombia/misc/menu-leaf.png);
    list-style-type: square;
}
li.expanded, li.collapsed, li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}*/

td.menu-disabled {
    background: #ccc;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}


/*ul.secondary a.active {
        border-bottom: 4px solid #999;
}*/

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    background-image: url(http://www.payulatam.com/colombia/misc/message-24-ok.png);
    border-color: #be7;
}

div.status,
.ok {
    color: #234600;
}

div.status,
table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    background-image: url(http://www.payulatam.com/colombia/misc/message-24-warning.png);
    border-color: #ed5;
}

div.warning,
.warning {
    color: #840;
}

div.warning,
table tr.warning {
    background-color: #fffce5;
}

div.error {
    background-image: url(http://www.payulatam.com/colombia/misc/message-24-error.png);
    border-color: #ed541d;
}

div.error,
.error {
    color: #8c2e0b;
}

div.error,
table tr.error {
    background-color: #fef5f1;
}

div.error p.error {
    color: #333;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.messages ul li {
    list-style-image: none;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

tbody {
    border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}

.marker,
.form-required {
    color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

.more-help-link a {
    background: url(http://www.payulatam.com/colombia/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(http://www.payulatam.com/colombia/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}


/*html.js fieldset.collapsed .fieldset-legend {
    background-image: url(http://www.payulatam.com/colombia/misc/menu-collapsed.png);
    background-position: 5px 50%;
}*/

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {
    background: #0072b9 url(http://www.payulatam.com/colombia/misc/progress.gif);
}

#comments {
    margin-top: 15px;
}

.indented {
    margin-left: 25px;
}

.comment-unpublished {
    background-color: #fff4f4;
}

.comment-preview {
    background-color: #ffffea;
}

.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table th.field-label {
    padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

form .field-add-more-submit {
    margin: .5em 0 0;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

td.revision-current {
    background: #ffc;
}

.search-form {
    margin-bottom: 1em;
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0;
}

.search-results {
    list-style: none;
}

.search-results p {
    margin-top: 0;
}

.search-results .title {
    font-size: 1.2em;
}

.search-results li {
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 1em;
}

.search-results .search-info {
    font-size: 0.85em;
}

.search-advanced .criterion {
    float: left;
    margin-right: 2em;
}

.search-advanced .action {
    float: left;
    clear: left;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

#user-admin-roles td.edit-name {
    clear: both;
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid tbody {
    border-top: none;
}

.view .progress-disabled {
    float: none;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(http://www.payulatam.com/colombia/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(http://www.payulatam.com/colombia/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}


/*
@media screen and (min-width:993px) {*/

.superhero-dropdown {
    float: left;
    margin-right: 20px;
}

.superhero-dropdown>ul {
    margin: 0;
}

.superhero-dropdown>ul>li {
    margin: 0 10px 0 0;
    padding: 0;
}

.superhero-dropdown ul ul {
    opacity: 0;
    height: 0;
    position: absolute;
    min-width: 260px;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0;
    transition: margin-top .3s, opacity .3s;
    -webkit-transition: margin-top .3s, opacity .3s;
    z-index: 999;
}

.superhero-dropdown ul ul li {
    list-style: none;
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    position: relative;
}

.superhero-dropdown ul ul li.last {
    border-bottom: none;
}

.superhero-dropdown ul ul li a {
    line-height: 40px;
    font-size: 12px;
}

.superhero-dropdown ul ul ul {
    top: 0;
    left: 260px;
}

.superhero-dropdown>ul>li {
    display: inline-block;
    position: relative;
}

.superhero-dropdown ul li:hover>ul {
    height: auto;
    opacity: 1;
    margin-top: 0;
    overflow: visible;
}

.superhero-dropdown a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
}

.rtl .superhero-dropdown ul ul ul {
    left: -260px;
}

.main-menu-toggle {
    display: none;
}

.superhero-dropdown .menu-arrow {
    display: none;
}


/*}*/

ul.menu {
    text-align: start;
}


/*
@media screen and (max-width:992px) {
.superhero-dropdown {
        background: none repeat scroll 0 0 #333333;
        left: 0px;
        position: absolute;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 999;
}
.superhero-dropdown.open {
        margin-top: 20px;
        max-height: 10000px;
}
.superhero-dropdown ul {
        margin: 0;
        padding: 0;
}
.superhero-dropdown ul li {
        list-style: none;
}
.superhero-dropdown ul li.last {
        border-bottom: none;
}
.superhero-dropdown ul li a {
        color: #868686;
        line-height: 38px;
}
.superhero-dropdown ul li a:hover, .superhero-dropdown ul li a.active {
        color: #EA7D0C;
}
.superhero-dropdown ul ul {
        max-height: 0;
        overflow: hidden;
        margin-left: 15px;
        transition: max-height .3s, opacity .3s;
        -webkit-transition: max-height .3s, opacity .3s;
}
.superhero-dropdown ul ul.open {
        max-height: 10000px;
}
.superhero-dropdown ul ul li {
        list-style: none;
        list-style-position: inside;
        white-space: pre;
        position: relative;
}
.superhero-dropdown ul ul li.expanded {
        background: none;
}
.main-menu-toggle {
        background: url(http://www.payulatam.com/colombia/sites/all/modules/superhero_dropdown/images/drill-menu-bg.png) no-repeat scroll center center rgba(0,0,0,0);
        cursor: pointer;
        display: block;
        width: 35px;
        height: 26px;
        float: left;
        margin-right: 30px;
        height: 100px;
}
.superhero-dropdown .menu-arrow {
        background-color: #FFFFFF;
        border-radius: 3px;
        cursor: pointer;
        float: right;
        height: 20px;
        line-height: 20px;
        margin: 10px;
        padding: 0 0 0 10px;
        width: 12px;
        position: absolute;
        right: 10px;
}
.superhero-dropdown > ul ul li:hover {
        background: none !important;
}
}*/


/*
@media screen and (max-width:992px) {
.superhero-dropdown ul, .superhero-dropdown ul li {
        margin: 0;
        padding: 0;
}
.superhero-dropdown {
        left: 0px;
        position: absolute;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        z-index: 999;
}
.superhero-dropdown.open {
        max-height: 10000px;
}
.superhero-dropdown ul {
        margin: 0;
        padding: 0;
}
.superhero-dropdown ul li {
        list-style: none;
        position: relative;
}
.superhero-dropdown ul li.last {
        border-bottom: none;
}
.superhero-dropdown ul li a {
        display: inline-block;
        line-height: 40px!important;
        padding: 0 10px;
        color: #ccc !important;
}
.superhero-dropdown ul li a:hover, .superhero-dropdown ul li a.active {
        color: #fff !important;
}
.superhero-dropdown ul ul {
        max-height: 0;
        overflow: hidden;
        margin: 0 15px;
        transition: max-height .3s, opacity .3s;
        -webkit-transition: max-height .3s, opacity .3s;
}
.superhero-dropdown ul ul.open {
        max-height: 10000px;
}
.superhero-dropdown ul ul li.expanded {
        background: none;
}
.main-menu-toggle {
        cursor: pointer;
        display: block;
        width: 35px;
        height: 26px;
        float: left;
        margin-right: 30px;
        height: 100px;
}
.superhero-dropdown .menu-arrow {
        background-color: #FFFFFF;
        border-radius: 3px;
        cursor: pointer;
        top: 10px;
        padding: 0 5px;
        width: 20px;
        position: absolute;
        text-align: center;
        right: 10px;
}
.superhero-dropdown > ul ul li:hover {
        background: none !important;
}
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    border: 1px solid #c7c7c7;
}

tbody {
    border: 1px solid #ccc;
}


/*.Table1 td {
    vertical-align: middle;
    border-style: solid;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    line-height: 1.2em;
}

.Table1 tr:first-child td {
    background-color: #1c3a85;
    border-style: solid;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}*/

.pre-title {
    font-size: 14px;
    color: #1c3a85;
    width: 500;
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: none
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -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-family: "alwyn_new_rgregular", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}


/*pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f7f7f7;
    border: 1px solid;
    border-color: #e7e7e7;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto; 
} */

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}


/*.container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
}*/

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.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
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    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;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table>thead>tr>.active,
.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>thead>.active>th,
.table>tbody>.active>th,
.table>tfoot>.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>.active:hover,
.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>.success,
.table>tbody>tr>.success,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>tbody>.success>td,
.table>tfoot>.success>td,
.table>thead>.success>th,
.table>tbody>.success>th,
.table>tfoot>.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>.success:hover,
.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>.danger,
.table>tbody>tr>.danger,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>tbody>.danger>td,
.table>tfoot>.danger>td,
.table>thead>.danger>th,
.table>tbody>.danger>th,
.table>tfoot>.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>.danger:hover,
.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th {
    background-color: #ebcccc
}

.table>thead>tr>.warning,
.table>tbody>tr>.warning,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>tbody>.warning>td,
.table>tfoot>.warning>td,
.table>thead>.warning>th,
.table>tbody>.warning>th,
.table>tfoot>.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>.warning:hover,
.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th {
    background-color: #faf2cc
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 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: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control:-moz-placeholder {
    color: #999
}

.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
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.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 {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline select.form-control {
        width: auto
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.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
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    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-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon:empty {
    width: 1em
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-le-tles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.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;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 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: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child>.btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    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.428571429;
    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:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.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:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        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;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        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-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        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 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.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>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        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 {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block
    }
    .navbar-form select.form-control {
        width: auto
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        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-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.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-right: 15px;
        margin-left: 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:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.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;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.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-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.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-top-right-radius: 6px;
    border-bottom-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-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.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:hover,
.pager li>a:focus {
    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:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}


/*.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}*/

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child th,
.panel>.table>tbody:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 100px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #f00;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #f00;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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-xs,
tr.visible-xs,
th.visible-xs,
td.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
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    table.visible-xs.visible-sm {
        display: table
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    table.visible-xs.visible-md {
        display: table
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    table.visible-xs.visible-lg {
        display: table
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell!important
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none!important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    table.visible-sm.visible-xs {
        display: table
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.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
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    table.visible-sm.visible-md {
        display: table
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    table.visible-sm.visible-lg {
        display: table
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell!important
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none!important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block!important
    }
    table.visible-md.visible-xs {
        display: table
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    table.visible-md.visible-sm {
        display: table
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    th.visible-md.visible-sm,
    td.visible-md.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
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    table.visible-md.visible-lg {
        display: table
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell!important
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none!important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    table.visible-lg.visible-xs {
        display: table
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    table.visible-lg.visible-sm {
        display: table
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    table.visible-lg.visible-md {
        display: table
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    th.visible-lg.visible-md,
    td.visible-lg.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
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row!important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row!important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row!important
}

th.hidden-md,
td.hidden-md {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row!important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none!important
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none!important
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none!important
}

.visible-tablet {
    display: none!important
}

.hidden-desktop {
    display: none!important
}

.visible-desktop {
    display: inherit!important
}

@media(min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit!important
    }
    .visible-desktop {
        display: none!important
    }
    .visible-tablet {
        display: inherit!important
    }
    .hidden-tablet {
        display: none!important
    }
}

@media(max-width:767px) {
    .hidden-desktop {
        display: inherit!important
    }
    .visible-desktop {
        display: none!important
    }
    .visible-phone {
        display: inherit!important
    }
    .hidden-phone {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: inherit!important
    }
    .hidden-print {
        display: none!important
    }
}

@media(min-width:1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }
    .span12 {
        width: 1170px
    }
    .span11 {
        width: 1070px
    }
    .span10 {
        width: 970px
    }
    .span9 {
        width: 870px
    }
    .span8 {
        width: 770px
    }
    .span7 {
        width: 670px
    }
    .span6 {
        width: 570px
    }
    .span5 {
        width: 470px
    }
    .span4 {
        width: 370px
    }
    .span3 {
        width: 270px
    }
    .span2 {
        width: 170px
    }
    .span1 {
        width: 70px
    }
    .offset12 {
        margin-left: 1230px
    }
    .offset11 {
        margin-left: 1130px
    }
    .offset10 {
        margin-left: 1030px
    }
    .offset9 {
        margin-left: 930px
    }
    .offset8 {
        margin-left: 830px
    }
    .offset7 {
        margin-left: 730px
    }
    .offset6 {
        margin-left: 630px
    }
    .offset5 {
        margin-left: 530px
    }
    .offset4 {
        margin-left: 430px
    }
    .offset3 {
        margin-left: 330px
    }
    .offset2 {
        margin-left: 230px
    }
    .offset1 {
        margin-left: 130px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.564102564102564%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }
    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%
    }
    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%
    }
    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%
    }
    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%
    }
    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%
    }
    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%
    }
    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%
    }
    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%
    }
    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%
    }
    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%
    }
    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%
    }
    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%
    }
    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%
    }
    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%
    }
    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%
    }
    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%
    }
    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%
    }
    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%
    }
    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }
    .thumbnails {
        margin-left: -30px
    }
    .thumbnails>li {
        margin-left: 30px
    }
    .row-fluid .thumbnails {
        margin-left: 0
    }
}

@media(min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }
    .span12 {
        width: 724px
    }
    .span11 {
        width: 662px
    }
    .span10 {
        width: 600px
    }
    .span9 {
        width: 538px
    }
    .span8 {
        width: 476px
    }
    .span7 {
        width: 414px
    }
    .span6 {
        width: 352px
    }
    .span5 {
        width: 290px
    }
    .span4 {
        width: 228px
    }
    .span3 {
        width: 166px
    }
    .span2 {
        width: 104px
    }
    .span1 {
        width: 42px
    }
    .offset12 {
        margin-left: 764px
    }
    .offset11 {
        margin-left: 702px
    }
    .offset10 {
        margin-left: 640px
    }
    .offset9 {
        margin-left: 578px
    }
    .offset8 {
        margin-left: 516px
    }
    .offset7 {
        margin-left: 454px
    }
    .offset6 {
        margin-left: 392px
    }
    .offset5 {
        margin-left: 330px
    }
    .offset4 {
        margin-left: 268px
    }
    .offset3 {
        margin-left: 206px
    }
    .offset2 {
        margin-left: 144px
    }
    .offset1 {
        margin-left: 82px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.7624309392265194%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }
    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%
    }
    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%
    }
    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%
    }
    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%
    }
    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%
    }
    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%
    }
    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%
    }
    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%
    }
    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%
    }
    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%
    }
    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%
    }
    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%
    }
    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%
    }
    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%
    }
    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%
    }
    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%
    }
    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%
    }
    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%
    }
    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%
    }
    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%
    }
    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%
    }
    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}

@media(max-width:767px) {
    body {
        padding-right: 20px;
        padding-left: 20px
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px
    }
    .container-fluid {
        padding: 0
    }
    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }
    .dl-horizontal dd {
        margin-left: 0
    }
    .container {
        width: auto
    }
    .row-fluid {
        width: 100%
    }
    .row,
    .thumbnails {
        margin-left: 0
    }
    .thumbnails>li {
        float: none;
        margin-left: 0
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0
    }
    .modal.fade {
        top: -100px
    }
    .modal.fade.in {
        top: 20px
    }
}

@media(max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .page-header h1 small {
        display: block;
        line-height: 20px
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }
    .form-horizontal .controls {
        margin-left: 0
    }
    .form-horizontal .control-list {
        padding-top: 0
    }
    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px
    }
    .media .pull-left,
    .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px
    }
    .media-object {
        margin-right: 0;
        margin-left: 0
    }
    .modal {
        top: 10px;
        right: 10px;
        left: 10px
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
    .carousel-caption {
        position: static
    }
}

@media(max-width:979px) {
    body {
        padding-top: 0
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }
    .navbar-fixed-top {
        margin-bottom: 20px
    }
    .navbar-fixed-bottom {
        margin-top: 20px
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }
    .navbar .container {
        width: auto;
        padding: 0
    }
    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px
    }
    .nav-collapse {
        clear: both
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }
    .nav-collapse .nav>li {
        float: none
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>.divider-vertical {
        display: none
    }
    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2
    }
    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999
    }
    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .nav>li>a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111
    }
    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .nav-collapse .open>.dropdown-menu {
        display: block
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }
    .nav-collapse .dropdown-menu .divider {
        display: none
    }
    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }
    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }
    .navbar .btn-navbar {
        display: block
    }
    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width:980px) {
    .nav-collapse.collapse {
        height: auto!important;
        overflow: visible!important
    }
}


/*
@font-face {
        font-family: 'FontAwesome';
        src: url(http://www.payulatam.com/colombia/sites/all/themes/superhero/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3);
        src: url(http://www.payulatam.com/colombia/sites/all/themes/superhero/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(http://www.payulatam.com/colombia/sites/all/themes/superhero/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(http://www.payulatam.com/colombia/sites/all/themes/superhero/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
        font-weight: normal;
        font-style: normal
}*/

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571428572em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-asc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-desc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-mail-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

body {
    -webkit-backface-visibility: hidden;
}

.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.animated,
.appear-animation {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }
    10%,
    20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -o-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -o-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -moz-transform: translateX(0%);
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -o-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: scale(1.05);
    }
    70% {
        opacity: 0.7;
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-2000px);
    }
    100% {
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        opacity: 1;
        -moz-transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% {
        opacity: 1;
        -o-transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        opacity: 1;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

h1.title {
    margin: 30px 0 10px;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

div.error,
table tr.error {
    background-color: transparent;
}

div.error {
    background-image: none;
    border-color: transparent;
}

.container-inline div,
.container-inline label {
    display: block;
}

ul.menu {
    margin: 0;
}

ul.nav>li {
    display: inline-block;
}

ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

ul.dropdown-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

ul.dropdown-menu li a {
    color: #999;
    padding: 8px 20px;
    font-size: 12px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: #f5f5f5;
    background-image: none;
    color: #999;
}

@media screen and (min-width:980px) {
    .superhero-dropdown>ul ul li:hover {
        background: #f5f5f5;
    }
    .superhero-dropdown>ul ul li.last:hover {
        border-radius: 0px 0px 10px 10px;
    }
}

.tb-megamenu {
    background-color: transparent;
}

.tb-megamenu .dropdown-menu {
    border-bottom: 0;
}

.tb-megamenu .nav>li>a {
    border-right: 0;
}

.tb-megamenu .nav>.active>a,
.tb-megamenu .nav>.active>a:hover,
.tb-megamenu .nav>.active>a:focus {
    background: transparent;
}

.tb-megamenu .nav li.dropdown.active>.dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active>.dropdown-toggle,
.tb-megamenu .nav>li.dropdown.open.active>a:hover {
    background-color: transparent;
}

.tb-megamenu .nav li.dropdown.active>.dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
}

.tb-megamenu .dropdown-menu .active>a,
.tb-megamenu .dropdown-menu .active>a:hover {
    background-color: transparent;
    background-image: none;
}

.tb-megamenu .nav-collapse {
    background-color: #FFF;
}

.tb-megamenu .nav-collapse .nav>li {
    display: block;
}

.tb-megamenu .nav-collapse .nav>li>a,
.tb-megamenu .nav-collapse .dropdown-menu a {
    border-bottom: 0;
}

.twitterSearchesNTweet .icon-twitter:before {
    float: left;
    margin-top: 4px;
}

.twitterSearchesNTweet .content {
    padding-left: 25px;
}

@media (max-width:767px) {
    body {
        padding: 0 !important;
    }
}

.superhero-sticky.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: normal;
    font-style: normal;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}

.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
    text-align: right;
}

.flex-direction-nav .flex-disabled {
    opacity: 1!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

#section-top_panel {
    margin: 0;
    padding: 0;
}

#section-header {
    margin: 0;
    padding: 0;
}

#section-feature {
    margin: 0;
    padding: 0;
}

#section-user {
    margin: 0;
    padding: 0;
}

#section-content_top {
    margin: 0;
    padding: 0;
}

#section-postcontent {
    margin: 0;
    padding: 0;
}

#section-strapline {
    margin: 0;
    padding: 0;
}

#section-latest {
    margin: 0;
    padding: 0;
}

#section-content {
    margin: 0;
    padding: 0;
}

#section-team {
    margin: 0;
    padding: 0;
}

#section-bottom {
    margin: 0px;
    padding: 0px;
}

#section-bottom2 {
    margin: 0px;
    padding: 0px;
}

#section-footer {
    margin: 0;
    padding: 0;
}

body {
    color: #999;
}

.body a:not(.btn) {
    color: #009cdd;
}

.link-bg:hover,
.link-bg a:hover {
    background-color: #009cdd;
}

.tb-megamenu .nav li.dropdown.active>.dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active>.dropdown-toggle,
.tb-megamenu .nav>li.dropdown.open.active>a:hover,
.tb-megamenu .nav>li>a:focus,
.tb-megamenu .nav>li>a:hover,
.tb-megamenu .nav li.dropdown.open>.dropdown-toggle,
.tb-megamenu .dropdown-menu li>a:hover,
.tb-megamenu .dropdown-menu li>a:focus,
.tb-megamenu .dropdown-submenu:hover>a,
.tb-megamenu .dropdown-menu .active>a,
.tb-megamenu .dropdown-menu .active>a:hover {
    color: #009cdd;
}

.body a:hover {
    color: #709c03;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c3a85;
}

.body h2 a {
    color: #1c3a85;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


/*.payu-btn {
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: 'alwyn_new_rgregular';
    font-size: 14px;
    color: #fff !important;
    line-height: 20px;
    *line-height:20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    *border:0;
    border-bottom-color: #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *margin-left:0.3em;
    -webkit-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
    -moz-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
    box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
}*/

.payu-btn:first-child {
    *margin-left: 0;
}


/*.payu-btn.payu-btn-blue {
    text-decoration: none !important;
    background-color: #5ec6f1;
    background-image: -moz-linear-gradient(top, #9de2ff, #009cdd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9de2ff), to(#009cdd));
    background-image: -webkit-linear-gradient(top, #9de2ff, #009cdd);
    background-image: -o-linear-gradient(top, #9de2ff, #009cdd);
    background-image: linear-gradient(to bottom, #9de2ff, #009cdd);
    background-repeat: repeat-x;
}
.payu-btn.payu-btn-blue:hover {
    text-decoration: none !important;
    background-color: #9db928;
    background-image: -moz-linear-gradient(top, #c7db42, #5f8500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7db42), to(#5f8500));
    background-image: -webkit-linear-gradient(top, #c7db42, #5f8500);
    background-image: -o-linear-gradient(top, #c7db42, #5f8500);
    background-image: linear-gradient(to bottom, #c7db42, #5f8500);
    background-repeat: repeat-x;
    color: #fff;
}
.payu-btn.payu-btn-green {
    text-decoration: none !important;
    background-color: #9db928;
    background-image: -moz-linear-gradient(top, #c7db42, #5f8500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7db42), to(#5f8500));
    background-image: -webkit-linear-gradient(top, #c7db42, #5f8500);
    background-image: -o-linear-gradient(top, #c7db42, #5f8500);
    background-image: linear-gradient(to bottom, #c7db42, #5f8500);
    background-repeat: repeat-x;
}
.payu-btn.payu-btn-green:hover {
    text-decoration: none !important;
    background-color: #5ec6f1;
    background-image: -moz-linear-gradient(top, #9de2ff, #009cdd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9de2ff), to(#009cdd));
    background-image: -webkit-linear-gradient(top, #9de2ff, #009cdd);
    background-image: -o-linear-gradient(top, #9de2ff, #009cdd);
    background-image: linear-gradient(to bottom, #9de2ff, #009cdd);
    background-repeat: repeat-x;
    color: #fff;
}*/


/*.payu-btn:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 8px;
}
.payu-btn-large {
    padding: 9px 14px;
    font-size: 23px;
    line-height: normal;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn {
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    *line-height:20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#e6e6e6;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
    border: 1px solid #bbb;
    *border:0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left:0.3em;
    -webkit-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
    -moz-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
    box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color:#d9d9d9;
}
.btn:active, .btn.active {
    background-color: #ccc e("\9");
}
.btn:first-child {
    *margin-left:0;
}
.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color:#d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 e("\9");
    background-image: none;
    outline: 0;
    -webkit-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
    -moz-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
    box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
}
.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: "alpha(opacity=${opacity})";
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 2px;
}
.btn-small {
    padding: 3px 9px;
    font-size: 11px;
    line-height: 18px;
}
.btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 16px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255,255,255,.75);
}
.btn {
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #007fdd;
    background-image: -moz-linear-gradient(top, #009cdd, #0052dd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009cdd), to(#0052dd));
    background-image: -webkit-linear-gradient(top, #009cdd, #0052dd);
    background-image: -o-linear-gradient(top, #009cdd, #0052dd);
    background-image: linear-gradient(to bottom, #009cdd, #0052dd);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009cdd', endColorstr='#0052dd', GradientType=0);
    border-color: #0052dd #0052dd #003691;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#0052dd;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #0052dd;
    *background-color:#0049c4;
}
.btn-primary:active, .btn-primary.active {
    background-color: #003faa e("\9");
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#f89406;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color:#df8505;
}
.btn-warning:active, .btn-warning.active {
    background-color: #c67605 e("\9");
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#bd362f;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active {
    background-color: #942a25 e("\9");
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#51a351;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color:#499249;
}
.btn-success:active, .btn-success.active {
    background-color: #408140 e("\9");
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#2f96b4;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color:#2a85a0;
}
.btn-info:active, .btn-info.active {
    background-color: #24748c e("\9");
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#222', GradientType=0);
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
    *background-color:#222;
    filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active {
    background-color: #090909 e("\9");
}
button.btn, input[type="submit"].btn {
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding:0;
    border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
    *padding-top:7px;
    *padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
    *padding-top:1px;
    *padding-bottom:1px;
}
.btn-link, .btn-link:active {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #009cdd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover {
    color: #006691;
    text-decoration: none;
    background-color: transparent;
}
*/

.styleBoxBlock,
[class^="region-sidebar-"] .styleBoxBlock,
.region-sidebar-first .styleBoxBlock {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
    -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
    box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
    padding: 10px !important;
    margin-top: 20px !important;
}

.style-gold h3.block-title {
    color: #fff !important;
    background: #009cdd;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 12px;
}

.style-title-bg h3.block-title {
    background: #5b5b5b;
    color: #fff !important;
    line-height: 15px !important;
    font-size: 16px !important;
    padding: 12px;
}

.node-page h3.block-title,
.fullTitlepage,
.viewTeam .viewTeamInfo .team-name {
    color: #009cdd;
    font-family: 'alwyn_new_rgbold';
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.region .block,
[class^="region-sidebar-"] {
    margin-top: 20px;
}

#section-header .region .block,
#section-feature .region .block {
    margin-top: 0px;
}

#section-content [class^="region-sidebar-"] .block h3.block-title,
#section-content [class*="region-sidebar-"] .block h3.block-title,
#section-content .region-sidebar-first .block h3.block-title {
    background: #5b5b5b;
    color: #fff;
    font-size: 16px !important;
    line-height: 15px;
    padding: 12px;
    font-family: 'alwyn_new_rgbold';
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#section-content .region-sidebar-first .block {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    padding: 10px;
    margin-top: 20px;
}

.style-img img {
    border: 1px solid #eaeaea;
    display: block;
    padding: 5px;
}

.grey h3.block-title,
.gold h3.block-title,
.orange h3.block-title,
.green h3.block-title,
.darkgreen h3.block-title,
.brightred h3.block-title,
.deepred h3.block-title,
.blue h3.block-title,
.deepblue h3.block-title {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 15px !important;
    padding: 12px;
}

.grey ul,
.gold ul,
.orange ul,
.green ul,
.darkgreen ul,
.brightred ul,
.deepred ul,
.blue ul,
.deepblue ul {
    padding: 0 0 0 20px;
}

.grey ul li,
.gold ul li,
.orange ul li,
.green ul li,
.darkgreen ul li,
.brightred ul li,
.deepred ul li,
.blue ul li,
.deepblue ul li {
    list-style: disc;
}

.grey h3.block-title {
    background: grey !important;
}

.gold h3.block-title {
    background: gold !important;
}

.orange h3.block-title {
    background: orange !important;
}

.green h3.block-title {
    background: green !important;
}

.darkgreen h3.block-title {
    background: darkgreen !important;
}

.brightred h3.block-title {
    background: #c03232 !important;
}

.deepred h3.block-title {
    background: #900101 !important;
}

.blue h3.block-title {
    background: blue !important;
}

.deepblue h3.block-title {
    background: #0c53b5 !important;
}

#block-system-main {
    margin: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-indent: 10px;
}

textarea {
    height: 200px;
}

label {
    font-weight: normal;
}

input[type="checkbox"] {
    margin: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border: 1px solid #009cdd;
}

.remove-style-box {
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sh-typo .row>h3 {
    padding: 0 15px;
}

.sh-dropcap {
    overflow: hidden;
}

.sh-dropcap:first-letter {
    color: #666;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding: 4px 8px 0 0;
}

ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}

.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
    margin-right: 5px;
}

.ltr ul.arrow li::before {
    content: "\f105";
}

.ltr ul.arrow-double li::before {
    content: "\f101";
}

.ltr ul.tick li::before {
    content: "\f00c";
}

.ltr ul.cross li::before {
    content: "\f00d";
}

.ltr ul.star li::before {
    content: "\f006";
}

.ltr ul.rss li::before {
    content: "\f09e";
}

.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
    margin-left: 5px;
}

.rtl ul.arrow li::after {
    content: "\f104";
}

.rtl ul.arrow-double li::after {
    content: "\f100";
}

.rtl ul.tick li::after {
    content: "\f00c";
}

.rtl ul.cross li::after {
    content: "\f00d";
}

.rtl ul.star li::after {
    content: "\f006";
}

.rtl ul.rss li::after {
    content: "\f09e";
}

img.pull-left,
.pull-left>img {
    margin-right: 15px;
}

img.pull-right,
.pull-right>img {
    margin-left: 15px;
}

.rtl {}

.rtl img.pull-left,
.rtl .pull-left>img {
    margin-left: 15px;
}

.rtl img.pull-right,
.rtl .pull-right>img {
    margin-right: 15px;
}

.sh-blocknumber {
    position: relative;
    min-height: 45px;
}

.sh-blocknumber span {
    font-weight: bold;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
}

.sh-blocknumber span.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sh-blocknumber span.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ltr .sh-blocknumber {
    padding: 5px 0 5px 60px;
}

.ltr .sh-blocknumber span {
    left: 0;
}

.rtl {}

.rtl .sh-blocknumber {
    padding: 5px 60px 5px 0;
}

.rtl .sh-blocknumber span {
    right: 0;
}

.sh-block {
    margin-bottom: 20px;
}

.sh-block.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sh-bubble {
    position: relative;
    margin-bottom: 40px;
}

.sh-bubble cite {
    display: block;
    height: 30px;
    line-height: 36px;
    position: absolute;
    bottom: -30px;
}

.sh-bubble cite span {
    content: ' ';
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-bottom-color: transparent !important;
}

.ltr .sh-bubble cite {
    left: 15px;
    padding-left: 40px;
}

.ltr .sh-bubble cite span {
    left: 0;
    border-left-color: transparent !important;
}

.rtl .sh-bubble cite {
    right: 15px;
    padding-right: 40px;
}

.rtl .sh-bubble cite span {
    right: 0;
    border-right-color: transparent !important;
}

.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
    margin-right: 0.3em;
}

.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
    margin-left: 0.3em;
}

.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
    margin-left: 0.3em;
}

.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
    margin-right: 0.3em;
}

.superhero-mobile-menu-toggle {
    background: #1c3a85;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 36px;
    margin: 5px 10px;
    padding: 8px;
    text-align: center;
    width: 52px;
    ine-height: 25px;
}

.superhero-mobile-menu-toggle:before {
    content: "\f039";
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
}

.superhero-mobile-menu-toggle:hover {
    background: #000;
    color: #fff;
}


/*
@media (min-width:993px) {
    .superhero-mobile-menu-toggle {
        display: none;
    }
    #section-header .site-logo {
        line-height: 96px;
        padding: 0;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    #section-header .superhero-dropdown {
        font-family: 'alwyn_new_rgregular';
        float: left;
        margin: 0px;
    }
    #section-header .superhero-dropdown > ul.menu > li {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-transition: all 200ms ease 0s;
        -moz-transition: all 200ms ease 0s;
        -o-transition: all 200ms ease 0s;
        transition: all 200ms ease 0s;
    }
    #section-header .superhero-dropdown > ul.menu > li:hover {
        color: #009cdd;
    }
    #section-header .superhero-dropdown > ul.menu > li:after {
        content: "";
        -moz-box-shadow: 0px 0px 15px 0px #6ecdf5;
        -webkit-box-shadow: 0px 0px 15px 0px #6ecdf5;
        box-shadow: 0px 0px 15px 0px #6ecdf5;
        border-left: 1px solid #b0ddf2;
        position: absolute;
        bottom: 38%;
        left: 0;
        height: 24%;
        width: 1px;
    }
    /*.superhero-dropdown > ul.menu > li.expanded > a:after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 22px;
            margin-left: 5px;
        font-weight: 800;
    }
    #section-header .superhero-dropdown > ul.menu > li.expanded > a.active {
            color: #009cdd;
    }*/

#section-header .superhero-dropdown>ul.menu>li.expanded ul.menu li:hover {
    background: #009cdd;
}

#section-header .superhero-dropdown>ul.menu>li.expanded ul.menu li:hover>a {
    color: #fff;
}

#section-header .superhero-dropdown>ul.menu>li>a {
    color: #000;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0px 10px;
    line-height: 65px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}


/*#section-header .superhero-dropdown > ul.menu > li > a.active {
            color: #009cdd;
    }*/

#section-header .superhero-dropdown>ul.menu>li>a:hover {
    color: #009cdd;
}

#section-header .superhero-dropdown>ul.menu>li.first:after {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none;
}

#section-header .superhero-dropdown>ul.menu>li.first a {
    font-size: 0;
}

#section-header .superhero-dropdown>ul.menu>li.first a:before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 20px;
    margin: 0;
}

#section-header .superhero-dropdown>ul.menu>li ul.menu {
    min-width: 180px;
    background: #f6f6f6;
    -webkit-box-shadow: 7px 7px 15px 0px #3b3b3b;
    -moz-box-shadow: 7px 7px 15px 0px #3b3b3b;
    box-shadow: 7px 7px 15px 0px #3b3b3b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top: 3px #009cdd solid;
}

#section-header .superhero-dropdown>ul.menu>li ul.menu:before {
    content: ' ';
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #009cdd transparent;
    position: absolute;
    margin-top: -11px;
    margin-left: 25px;
}

#section-header .superhero-dropdown>ul.menu>li ul.menu li {
    padding: 0px;
}

#section-header .superhero-dropdown>ul.menu>li ul.menu li a {
    padding: 10px;
    line-height: normal;
    color: #666;
}


/*#section-header .superhero-dropdown > ul.menu > li ul.menu li a.active {
            background: #009cdd;
            color: #fff;
    }*/

#section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 10px;
    color: #009cdd;
}

#section-header .superhero-dropdown>ul.menu>li ul.menu li.last {
    margin-bottom: 5px;
}

#section-header.fixed .site-logo {
    line-height: 72px;
}

#section-header.fixed .superhero-dropdown>ul.menu>li>a {
    line-height: 72px;
}

body.rtl #section-header .superhero-dropdown {
    float: left;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li {
    float: right !important;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li.expanded>a:after {
    float: left;
    margin: 0 5px 0 0;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li.first {
    border-right: 1px solid #e5e5e5;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li.last {
    border-right: none;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:before {
    float: left;
    content: "\f0d9";
    font-family: FontAwesome;
    color: #009cdd;
}

body.rtl #section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after {
    content: "";
}


}
*/
/*
@media (max-width:992px) {
    .superhero-mobile-menu-toggle {
        display: block;
    }
    .superhero-mobile-menu-toggle i {
        display: none;
    }
    .rtl #section-header .superhero-mobile-menu-toggle {
        right: inherit;
        left: 0;
        display: block;
    }
    .rtl #section-header .superhero-dropdown > ul.menu > li {
        width: 100%;
    }
    .rtl #section-header .superhero-dropdown > ul.menu > li .menu-arrow {
        top: 0;
        right: inherit;
        left: 0;
    }
    .rtl #section-header .superhero-dropdown > ul.menu > li .fa-angle-right:before {
        content: "\f104";
        font-family: FontAwesome;
    }
}*/
@font-face {
    font-family: 'alwyn_new_rgregular';
    src: url(../fonts/alwynnew-rg-webfont.eot);
    src: url(../fonts/alwynnew-rg-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-rg-webfont.woff) format('woff'), url(../fonts/alwynnew-rg-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_new_rgbold';
    src: url(../fonts/alwynnew-bd-webfont.eot);
    src: url(../fonts/alwynnew-bd-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-bd-webfont.woff) format('woff'), url(../fonts/alwynnew-bd-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_new_rgbold_italic';
    src: url(../fonts/alwynnew-bdit-webfont.eot);
    src: url(../fonts/alwynnew-bdit-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-bdit-webfont.woff) format('woff'), url(../fonts/alwynnew-bdit-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newlight';
    src: url(../fonts/alwynnew-lt-webfont.eot);
    src: url(../fonts/alwynnew-lt-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-lt-webfont.woff) format('woff'), url(../fonts/alwynnew-lt-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newlight_italic';
    src: url(../fonts/alwynnew-ltit-webfont.eot);
    src: url(../fonts/alwynnew-ltit-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-ltit-webfont.woff) format('woff'), url(../fonts/alwynnew-ltit-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newmedium';
    src: url(../fonts/alwynnew-md-webfont.eot);
    src: url(../fonts/alwynnew-md-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-md-webfont.woff) format('woff'), url(../fonts/alwynnew-md-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newmedium_italic';
    src: url(../fonts/alwynnew-mdit-webfont.eot);
    src: url(../fonts/alwynnew-mdit-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-mdit-webfont.woff) format('woff'), url(../fonts/alwynnew-mdit-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_new_rgitalic';
    src: url(../fonts/alwynnew-rgit-webfont.eot);
    src: url(../fonts/alwynnew-rgit-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-rgit-webfont.woff) format('woff'), url(../fonts/alwynnew-rgit-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newthin';
    src: url(../fonts/alwynnew-th-webfont.eot);
    src: url(../fonts/alwynnew-th-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-th-webfont.woff) format('woff'), url(../fonts/alwynnew-th-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alwyn_newthin_italic';
    src: url(../fonts/alwynnew-thit-webfont.eot);
    src: url(../fonts/alwynnew-thit-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/alwynnew-thit-webfont.woff) format('woff'), url(../fonts/alwynnew-thit-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #5c5c5c;
    background: #fff;
    line-height: 20px;
}

/*body a {
    -webkit-transition: all 0ms linear 0s;
    -moz-transition: all 0ms linear 0s;
    -o-transition: all 0ms linear 0s;
    transition: all 0ms linear 0s;
    text-decoration: none;
    color: #009cdd;
    outline: none;
}
body a:hover {
    -webkit-transition: all 0ms linear 0s;
    -moz-transition: all 0ms linear 0s;
    -o-transition: all 0ms linear 0s;
    transition: all 0ms linear 0s;
    color: #11b9ff;
    text-decoration: none;
}*/
body a:not(.btn) {
    outline: none;
    text-decoration: none;
}
body img {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    height: auto;
}
body .caption.big_black_right {
    font-size: 38px;
    line-height: 51px;
    color: #222;
}
.body-innerwrapper {
    overflow: hidden;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'alwyn_new_rgregular';
    text-transform: uppercase;
    font-weight: normal;
}*/
.divCenterBlock {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    width: 50%;
}
.style-readmore:before,
.last-news-creative .views-field-nothing .readMore:before {
    content: "\f064";
    font-family: FontAwesome;
    color: #009cdd;
    font-size: 15px;
    color: #009cdd;
    margin-right: 5px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.beforeRead,
.view-blog .blogCatContent .itemBody-blog a.readMore:before,
.jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:before,
.itemCatBlogLayout2 .article-body a.readMore:before {
    content: "\f064";
    color: #5b5b5b;
    font-family: FontAwesome;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin: 0px 5px;
}
.centered {
    text-align: center;
}
.text-bold,
h1.title,
.view-latest-news .node-article>h2 a,
.view-team .bx-wrapper .slide .views-field-title a,
.sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
    font-family: bold;
}
.title-center .content h3 {
    text-align: center !important;
}
.title-center h3.block-title {
    text-align: center !important;
}
.title-left .content h3 {
    text-align: left !important;
}
.title-left h3.block-title {
    text-align: left !important;
}
.title-right .content h3 {
    text-align: right !important;
}
.title-right h3.block-title {
    text-align: right !important;
}
h1.title {
    line-height: 23px;
    font-size: 18px;
    color: #009cdd;
    margin: 0px 0 10px;
}
.fontnormal {
    font-weight: normal;
}
ul,
li {
    list-style: none;
    margin: 0px;
    line-height: 20px;
}
.nopadding {
    padding: 0 !important;
}
.nopadding-block {
    padding: 0 !important;
}
.nopaddingtop {
    padding-top: 0px !important;
}
.nomargin {
    margin: 0 !important;
}
.text-center,
.style-gold h3.block-title,
.style-title-bg h3.block-title,
#section-content [class^="region-sidebar-"] .block h3.block-title,
#section-content [class*="region-sidebar-"] .block h3.block-title,
#section-content .region-sidebar-first .block h3.block-title,
.grey h3.block-title,
.gold h3.block-title,
.orange h3.block-title,
.green h3.block-title,
.darkgreen h3.block-title,
.brightred h3.block-title,
.deepred h3.block-title,
.blue h3.block-title,
.deepblue h3.block-title,
#section-user .content,
.sh-recent-project h3.block-title,
.sh-recent-project .view-header,
.sh-recent-project .views-field-title,
.sh-recent-project .views-field-superhero-portfolio-categories,
.parallax .content,
.pagination,
#jm-pricingTables .jm-pricingItem,
.view-team .bx-wrapper .slide,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links,
.viewTeam .viewTeamInfo,
.viewTeam .viewTeamContent,
#section-footer .region-footer-second,
.payu-page-header {
    text-align: center;
}
.text-center th,
.style-gold h3.block-title th,
.style-title-bg h3.block-title th,
#section-content [class^="region-sidebar-"] .block h3.block-title th,
#section-content [class*="region-sidebar-"] .block h3.block-title th,
#section-content .region-sidebar-first .block h3.block-title th,
.grey h3.block-title th,
.gold h3.block-title th,
.orange h3.block-title th,
.green h3.block-title th,
.darkgreen h3.block-title th,
.brightred h3.block-title th,
.deepred h3.block-title th,
.blue h3.block-title th,
.deepblue h3.block-title th,
#section-user .content th,
.sh-recent-project h3.block-title th,
.sh-recent-project .view-header th,
.sh-recent-project .views-field-title th,
.sh-recent-project .views-field-superhero-portfolio-categories th,
.parallax .content th,
.pagination th,
#jm-pricingTables .jm-pricingItem th,
.view-team .bx-wrapper .slide th,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links th,
.viewTeam .viewTeamInfo th,
.viewTeam .viewTeamContent th,
#section-footer .region-footer-second th,
.payu-page-header th,
.text-center tr,
.style-gold h3.block-title tr,
.style-title-bg h3.block-title tr,
#section-content [class^="region-sidebar-"] .block h3.block-title tr,
#section-content [class*="region-sidebar-"] .block h3.block-title tr,
#section-content .region-sidebar-first .block h3.block-title tr,
.grey h3.block-title tr,
.gold h3.block-title tr,
.orange h3.block-title tr,
.green h3.block-title tr,
.darkgreen h3.block-title tr,
.brightred h3.block-title tr,
.deepred h3.block-title tr,
.blue h3.block-title tr,
.deepblue h3.block-title tr,
#section-user .content tr,
.sh-recent-project h3.block-title tr,
.sh-recent-project .view-header tr,
.sh-recent-project .views-field-title tr,
.sh-recent-project .views-field-superhero-portfolio-categories tr,
.parallax .content tr,
.pagination tr,
#jm-pricingTables .jm-pricingItem tr,
.view-team .bx-wrapper .slide tr,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links tr,
.viewTeam .viewTeamInfo tr,
.viewTeam .viewTeamContent tr,
#section-footer .region-footer-second tr,
.payu-page-header tr,
.text-center td,
.style-gold h3.block-title td,
.style-title-bg h3.block-title td,
#section-content [class^="region-sidebar-"] .block h3.block-title td,
#section-content [class*="region-sidebar-"] .block h3.block-title td,
#section-content .region-sidebar-first .block h3.block-title td,
.grey h3.block-title td,
.gold h3.block-title td,
.orange h3.block-title td,
.green h3.block-title td,
.darkgreen h3.block-title td,
.brightred h3.block-title td,
.deepred h3.block-title td,
.blue h3.block-title td,
.deepblue h3.block-title td,
#section-user .content td,
.sh-recent-project h3.block-title td,
.sh-recent-project .view-header td,
.sh-recent-project .views-field-title td,
.sh-recent-project .views-field-superhero-portfolio-categories td,
.parallax .content td,
.pagination td,
#jm-pricingTables .jm-pricingItem td,
.view-team .bx-wrapper .slide td,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links td,
.viewTeam .viewTeamInfo td,
.viewTeam .viewTeamContent td,
#section-footer .region-footer-second td,
.payu-page-header td {
    text-align: center;
}
.text-center .content p,
.style-gold h3.block-title .content p,
.style-title-bg h3.block-title .content p,
#section-content [class^="region-sidebar-"] .block h3.block-title .content p,
#section-content [class*="region-sidebar-"] .block h3.block-title .content p,
#section-content .region-sidebar-first .block h3.block-title .content p,
.grey h3.block-title .content p,
.gold h3.block-title .content p,
.orange h3.block-title .content p,
.green h3.block-title .content p,
.darkgreen h3.block-title .content p,
.brightred h3.block-title .content p,
.deepred h3.block-title .content p,
.blue h3.block-title .content p,
.deepblue h3.block-title .content p,
#section-user .content .content p,
.sh-recent-project h3.block-title .content p,
.sh-recent-project .view-header .content p,
.sh-recent-project .views-field-title .content p,
.sh-recent-project .views-field-superhero-portfolio-categories .content p,
.parallax .content .content p,
.pagination .content p,
#jm-pricingTables .jm-pricingItem .content p,
.view-team .bx-wrapper .slide .content p,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content p,
.viewTeam .viewTeamInfo .content p,
.viewTeam .viewTeamContent .content p,
#section-footer .region-footer-second .content p,
.payu-page-header .content p,
.text-center .content div,
.style-gold h3.block-title .content div,
.style-title-bg h3.block-title .content div,
#section-content [class^="region-sidebar-"] .block h3.block-title .content div,
#section-content [class*="region-sidebar-"] .block h3.block-title .content div,
#section-content .region-sidebar-first .block h3.block-title .content div,
.grey h3.block-title .content div,
.gold h3.block-title .content div,
.orange h3.block-title .content div,
.green h3.block-title .content div,
.darkgreen h3.block-title .content div,
.brightred h3.block-title .content div,
.deepred h3.block-title .content div,
.blue h3.block-title .content div,
.deepblue h3.block-title .content div,
#section-user .content .content div,
.sh-recent-project h3.block-title .content div,
.sh-recent-project .view-header .content div,
.sh-recent-project .views-field-title .content div,
.sh-recent-project .views-field-superhero-portfolio-categories .content div,
.parallax .content .content div,
.pagination .content div,
#jm-pricingTables .jm-pricingItem .content div,
.view-team .bx-wrapper .slide .content div,
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content div,
.viewTeam .viewTeamInfo .content div,
.viewTeam .viewTeamContent .content div,
#section-footer .region-footer-second .content div,
.payu-page-header .content div {
    text-align: center !important;
}
.text-left,
.grey p,
.gold p,
.orange p,
.green p,
.darkgreen p,
.brightred p,
.deepred p,
.blue p,
.deepblue p,
.grey ul,
.gold ul,
.orange ul,
.green ul,
.darkgreen ul,
.brightred ul,
.deepred ul,
.blue ul,
.deepblue ul,
.view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more,
body #section-header .site-logo {
    text-align: left;
}
.text-left .content p,
.grey p .content p,
.gold p .content p,
.orange p .content p,
.green p .content p,
.darkgreen p .content p,
.brightred p .content p,
.deepred p .content p,
.blue p .content p,
.deepblue p .content p,
.grey ul .content p,
.gold ul .content p,
.orange ul .content p,
.green ul .content p,
.darkgreen ul .content p,
.brightred ul .content p,
.deepred ul .content p,
.blue ul .content p,
.deepblue ul .content p,
.view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content p,
body #section-header .site-logo .content p,
.text-left .content div,
.grey p .content div,
.gold p .content div,
.orange p .content div,
.green p .content div,
.darkgreen p .content div,
.brightred p .content div,
.deepred p .content div,
.blue p .content div,
.deepblue p .content div,
.grey ul .content div,
.gold ul .content div,
.orange ul .content div,
.green ul .content div,
.darkgreen ul .content div,
.brightred ul .content div,
.deepred ul .content div,
.blue ul .content div,
.deepblue ul .content div,
.view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content div,
body #section-header .site-logo .content div {
    text-align: left !important;
}
.text-left label,
.grey p label,
.gold p label,
.orange p label,
.green p label,
.darkgreen p label,
.brightred p label,
.deepred p label,
.blue p label,
.deepblue p label,
.grey ul label,
.gold ul label,
.orange ul label,
.green ul label,
.darkgreen ul label,
.brightred ul label,
.deepred ul label,
.blue ul label,
.deepblue ul label,
.view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more label,
body #section-header .site-logo label {
    text-align: left;
}
.text-right,
.view-blog-categories .views-row a.btn-default,
#section-footer .region-footer-second p {
    text-align: right;
}
.text-right .content p,
.view-blog-categories .views-row a.btn-default .content p,
#section-footer .region-footer-second p .content p,
.text-right .content div,
.view-blog-categories .views-row a.btn-default .content div,
#section-footer .region-footer-second p .content div {
    text-align: right !important;
}
.left,
#section-header .superhero-dropdown>ul.menu>li,
.view-blog-categories .views-row,
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b,
#jm-pricingTables .jm-pricingItem,
.view-team.view-display-id-block_3 .views-row,
.view-team-3colum .view-team .views-row,
.view-team-4colum .view-team .views-row,
.rtl .close,
.rtl .shortcode-icon ul li i span {
    float: left;
}
.right,
#section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after,
#section-top-panel #search-block-form input[type="text"],
#section-top-panel .region-toppanel-second,
#section-top-panel .region-toppanel-third,
.rtl .check-list ul li:before,
.rtl .breadcrumb a,
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
    float: right;
}
#section-top-panel #search-block-form {
    overflow: hidden;
}
#section-top-panel #search-block-form button[type="submit"] {
    display: none !important;
}
#section-top-panel #search-block-form .control-group {
    margin: 0px;
}
#section-top-panel #search-block-form #edit-actions {
    display: none;
}
#section-top-panel #search-block-form input[type="text"] {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_search.png) no-repeat left 3px center transparent;
    border: none;
    width: 24px;
    height: 26px;
    text-indent: 28px;
}
#section-top-panel #search-block-form input[type="text"]:hover {
    width: 200px;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_search.png) no-repeat left 3px center #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border: 1px solid #fff;
}
#section-top-panel .region-toppanel-second,
#section-top-panel .region-toppanel-third {
    padding: 0;
}
#section-top-panel .region-toppanel-third {
    padding: 0px 15px 0 0;
}
#section-top-panel .region-toppanel-third {
    width: auto !important;
}
#section-header {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-top: 3px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px 0 #e2e2e2;
    -moz-box-shadow: 0 1px 2px 0 #e2e2e2;
    box-shadow: 0 1px 2px 0 #e2e2e2;
    -webkit-transition: height 5s ease 0s;
    -moz-transition: height 5s ease 0s;
    -o-transition: height 5s ease 0s;
    transition: height 5s ease 0s;
    width: 100%;
    z-index: 900;
}
#section-header .container {
    position: relative;
    z-index: 900;
}
#section-header .container:after {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/shadow-top.png) no-repeat center top rgba(0, 0, 0, 0);
    bottom: -18px;
    content: "";
    display: block;
    height: 19px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}
#section-header .superhero-dropdown>ul>li>a,
#section-header .site-logo {
    line-height: 65px;
}
#section-header .superhero-dropdown>ul>li>a a,
#section-header .site-logo a {
    color: #fff;
    line-height: 65px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#section-header.fixed-transition .superhero-dropdown>ul>li>a,
#section-header.fixed-transition .site-logo a {
    line-height: 60px;
}
#section-feature {
    clear: both;
}
#section-feature .content {
    overflow: hidden;
}
#section-feature .tparrows {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
#section-feature .tparrows:before {
    font-family: FontAwesome;
    font-size: 34px;
    color: #fff;
    line-height: 1.1;
    padding: 12px;
}
#section-feature .tparrows:hover {
    background: rgba(0, 0, 0, 0.9);
}
#section-feature .tp-leftarrow {
    left: 20px !important;
}
#section-feature .tp-leftarrow:before {
    content: "\f104";
}
#section-feature .tp-rightarrow {
    right: 20px !important;
}
#section-feature .tp-rightarrow:before {
    content: "\f105";
    padding: 15px;
}
#section-feature .caption.large_text {
    font-size: 23px !important;
    font-weight: bold !important;
}
#section-feature .caption.medium_text {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
#section-top-panel .region .block {
    margin: 0px;
}
.menuTop ul.menu {
    font-family: 'alwyn_new_rgregular';
    padding: 0px;
    margin: 0px;
}
.menuTop ul.menu li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.menuTop ul.menu li a {
    position: relative;
    color: #fff !important;
    padding: 4px 5px;
    margin: 0;
    display: block;
}
.menuTop ul.menu li a:hover,
.menuTop ul.menu li a.active,
.menuTop ul.menu li a.active-trail.active {
    color: #009cdd !important;
}
.menuTop ul.menu li:first-child a {
    padding-left: 0px;
}
#section-bottom .region .block {
    margin: 0px;
}
.menuBottom .content ul.menu {
    font-family: 'alwyn_new_rgregular';
    line-height: 16px;
    margin: 6px 0px;
    padding: 0px;
}
.menuBottom .content ul.menu li {
    display: inline-block;
    position: relative;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}
.menuBottom .content ul.menu li.first:after {
    content: "";
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none;
}
.menuBottom .content ul.menu li:after {
    content: "";
    -moz-box-shadow: 0px 0px 20px 0px #f6f6f6;
    -webkit-box-shadow: 0px 0px 20px 0px #f6f6f6;
    box-shadow: 0px 0px 20px 0px #f6f6f6;
    border-left: 2px solid #232323;
    position: absolute;
    height: 50%;
    width: 1px;
    bottom: 25%;
    left: 0;
}
.menuBottom .content ul.menu li a {
    color: #aaa !important;
    padding: 0px 5px 0px 8px;
    margin: 0;
    display: block;
}
.menuBottom .content ul.menu li a:hover,
.menuBottom .content ul.menu li a.active,
.menuBottom .content ul.menu li a.active-trail.active {
    color: #fff !important;
}
.menuBottom .content ul.menu li:first-child a {
    padding-left: 0px;
}
.socialTops {
    padding: 0px;
    margin: 0px;
    float: right;
}
.socialTops li {
    display: inline-block;
    margin-left: 10px;
}
.socialTops li a {
    font-size: 20px;
    padding-top: 2px;
    color: #777 !important;
}
.socialTops li:hover a {
    color: #009cdd !important;
}
#search-form #edit-advanced {
    margin-top: 20px;
}
#section-user .content p,
#section-user .content div {
    margin: 0px;
    overflow: hidden;
}
#section-user .content h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
#section-user .style-box-user {
    background: #f4f4f4 !important;
    margin: 0px !important;
    z-index: 100;
    top: -30px;
}
#section-user .style-box-user p {
    color: #3f3f3f;
    display: block;
    font-family: 'alwyn_new_rgregular';
    font-size: 16px;
    padding: 10px;
    text-align: center;
    line-height: normal;
    font-weight: normal;
}
#section-user .style-box-user h3 {
    color: #1c3a85;
    display: block;
    font-family: 'alwyn_new_rgregular';
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 0px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}
#section-user .style-box-user:hover img {
    transform: scale(1.15) rotate(4deg);
    -webkit-transform: scale(1.15) rotate(4deg);
    -moz-transform: scale(1.15) rotate(4deg);
    -ms-transform: scale(1.15) rotate(4deg);
    -o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-box-user:hover [class^="icon-"] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #009cdd;
    -moz-box-shadow: 0 0 0 2px #009cdd;
    box-shadow: 0 0 0 2px #009cdd;
}
#section-user .style-box-user:hover [class^="icon-"]:after {
    background: #009cdd;
    opacity: 1;
    filter: "alpha(opacity=${opacity})";
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
#section-user .style-user-creative .content h3 {
    margin: 10px 0;
}
#section-user .style-user-creative .content p {
    color: #888;
}
#section-user .style-user-creative .content:hover img {
    transform: scale(1.15) rotate(4deg);
    -webkit-transform: scale(1.15) rotate(4deg);
    -moz-transform: scale(1.15) rotate(4deg);
    -ms-transform: scale(1.15) rotate(4deg);
    -o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-user-creative .content:hover [class^="icon-"] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #009cdd;
    -moz-box-shadow: 0 0 0 2px #009cdd;
    box-shadow: 0 0 0 2px #009cdd;
}
#section-user .style-user-creative .content:hover [class^="icon-"]:after {
    background: #009cdd;
    opacity: 1;
    filter: "alpha(opacity=${opacity})";
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
#section-user .style-user-creative .box-image {
    position: relative;
}
#section-user .style-user-creative .box-image .box-icon {
    display: block;
    width: 98px;
    height: 98px;
    border-color: #009cdd rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #009cdd;
    border-style: solid;
    border-width: 50px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}
#section-user .style-user-creative .box-image .box-icon i {
    left: -30px;
    position: absolute;
    top: -30px;
    font-size: 20px;
    color: #fff;
}
#section-user [class^="icon-"] {
    width: 100px;
    height: 100px;
    font-size: 35px;
    color: #222;
    line-height: 100px;
    display: inline-block;
    position: relative;
    background: #fff !important;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #dcdcdc;
    -moz-box-shadow: 0 0 0 2px #dcdcdc;
    box-shadow: 0 0 0 2px #dcdcdc;
    margin: 20px 0;
}
#section-user [class^="icon-"]:after {
    background: #fff;
    content: "";
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: "alpha(opacity=${opacity})";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#section-user [class^="icon-"]:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#block-block-27 .content p:first-child {
    color: #000;
}
#section-content-top .region-content-top-1 .block {
    padding: 20px !important;
}
#section-postcontent .region-postcontent-first .block-views,
#section-team .region-postcontent-first .block-views {
    padding: 20px !important;
}
#section-team {}
#section-team .row {
    margin: 0px;
}
body.home-creative2 {
    background: #fff;
}
body.home-creative2 .region .block,
body.home-creative2 [class^="region-sidebar-"],
body.home-creative2 .region-sidebar-first,
body.home-creative2 .style-box {
    border: none !important;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
}
body.home-creative2 #section-feature .block-dexp-layerslider:before {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/shadow-top.png) no-repeat center top / cover rgba(0, 0, 0, 0);
    top: -2px;
    content: "";
    display: block;
    height: 42px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 990;
}
body.home-creative2 #section-user .region .block {
    padding: 0px !important;
}
body.home-creative2 #section-strapline {
    padding: 40px 0 60px 0;
}
body.home-creative2 #section-postcontent {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg-jm-bottom.jpg) repeat-x top center #f5f5f5;
    padding: 0px;
}
body.home-creative2 #section-postcontent .container {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg-jm-bottom-container.jpg) no-repeat center top rgba(0, 0, 0, 0);
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
    background: transparent !important;
    overflow: hidden;
    padding: 30px 70px;
    margin: 0px;
}
body.home-creative2 #section-postcontent .prefix {
    float: left;
    width: 33.33%;
    padding: 0 30px 0 78px;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/icon-fly.png) no-repeat center left rgba(0, 0, 0, 0);
    color: #000;
    font-size: 20px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form {
    float: left;
    width: 66.66%;
    margin-top: 6px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form .form-item-email {
    width: 370px;
    float: left;
    margin: 0px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: 1px 1px 5px #ececec;
    color: #ccc;
    font-size: 15px;
    height: 42px;
    line-height: normal;
    margin: 0;
    max-width: 90%;
    line-height: 42px;
    text-transform: uppercase;
    width: 350px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit {
    color: #fff;
    display: block;
    font-family: 'alwyn_new_rgbold';
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    background: #009cdd;
    outline: none;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit:hover {
    background: #11b9ff;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #subscribe {
    float: left;
}
body.home-creative2 #section-latest {
    padding: 16px 0 50px;
}
body.home-creative2 #section-bottom {
    padding: 17px 0 60px 0;
}
body.home-creative2 #section-bottom2 {
    background: #333;
    color: #aaa;
}
body.home-creative2 #section-bottom2 .row {
    background: none;
    margin: inherit;
}
body.home-creative2 #section-bottom2 h3.block-title {
    color: #fff;
    padding: 0px;
    border-bottom: none;
}
body.home-creative2 #section-bottom2 .region .block {
    margin: 0;
    padding: 20px 0px;
}
body.home-creative2 #section-bottom2 .region .block p {
    color: #aaa;
}
body.home-creative2 #section-bottom2 .region-bottom-fifth {
    padding-left: 0px;
}
body.home-creative2 #section-footer {
    background: #222;
    color: #aaa;
    padding: 20px 0 15px 0;
}
body.home-creative2 .webform-client-form #edit-submitted-name,
body.home-creative2 .webform-client-form #edit-submitted-email {
    max-width: 130px;
}
.last-news-creative h3.block-title {
    line-height: 31.5px;
    margin: 0 0 3px 0;
    font-size: 20px;
    color: #000;
}
.last-news-creative .view-header p {
    line-height: 1;
    margin-bottom: 20px;
}
.last-news-creative .view-header p a {
    color: #9a9a9a;
}
.last-news-creative .view-header p a:hover {
    color: #009cdd;
}
.last-news-creative .views-field-created {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 12px 0;
}
.last-news-creative .views-field-title a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 16.8px;
    font-family: 'alwyn_new_rgregular';
}
.last-news-creative .views-field-nothing {
    margin-top: 12px;
}
.last-news-creative .views-field-nothing .readMore {
    font-family: 'alwyn_new_rgregular';
    font-size: 15px;
    color: #5b5b5b;
}
.last-news-creative .views-field-nothing .readMore:hover {
    color: #009cdd;
}
.last-news-creative .views-field-nothing .readMore:hover:before {
    color: #5b5b5b;
}
.last-news-creative .view-latest-news .bx-viewport {
    height: 400px !important;
}
.sh-testimonial h3.block-title {
    color: #000;
    font-size: 20px;
    line-height: 31.5px;
    margin: 0 0 3px 0;
}
.sh-testimonial .view-header p {
    line-height: 1;
    margin-bottom: 20px;
}
.sh-testimonial .views-field-body {
    margin-bottom: 16px;
}
.sh-testimonial .views-field-body .field-content {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
}
.sh-testimonial .views-field-body .field-content:before {
    border-color: #f5f5f5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 25px;
    bottom: -40px;
    content: "";
    position: absolute;
    right: 10px;
}
.sh-testimonial .views-field-field-image {
    width: 30%;
    float: left;
}
.sh-testimonial .views-field-field-image img {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sh-testimonial .views-field-field-job-title {
    width: 70%;
    float: left;
}
.sh-testimonial .views-field-field-job-title .field-content {
    padding-left: 10px;
}
.sh-testimonial .views-field-field-job-title .field-content .client_name {
    color: #000;
    font-size: 16px;
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
}
.sh-testimonial .views-field-field-job-title .field-content .client_site {
    display: none;
}
.pro-business-block {
    padding: 0 15px;
}
.pro-business-block .content-block {
    padding: 20px;
    background: #f5f5f5;
    border-left: 5px solid #009cdd;
    position: relative;
}
.pro-business-block .content-block:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #009cdd;
    left: 0;
    position: absolute;
    top: 38%;
}
.pro-business-block .content-block h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #000;
}
#section-user .region .block,
#section-content-top .region .block,
#section-postcontent .region .block,
#section-team .region .block,
#section-user [class^="region-sidebar-"],
#section-content-top [class^="region-sidebar-"],
#section-postcontent [class^="region-sidebar-"],
#section-team [class^="region-sidebar-"],
#section-user .region-sidebar-first,
#section-content-top .region-sidebar-first,
#section-postcontent .region-sidebar-first,
#section-team .region-sidebar-first,
#section-user .style-box,
#section-content-top .style-box,
#section-postcontent .style-box,
#section-team .style-box {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    padding: 10px;
    margin-top: 20px;
}
.region .block img {
    max-width: 100%;
}
#section-content .region-sidebar-second {
    overflow: hidden;
}
#section-content .region-sidebar-second .block {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
    padding: 10px;
    overflow: hidden;
}
.region .block-block>h3.block-title,
.jm-last-news>h3.block-title,
#section-team .block-views>h3.block-title,
.block-contents>h3.block-title,
.region .block-block>h2,
.jm-last-news>h2,
#section-team .block-views>h2,
.block-contents>h2 {
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
    text-transform: uppercase;
    color: #009cdd;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
}
.section-postcontent .jm-last-news h3.block-title,
.section-postcontent .jm-last-news .block-contents h3.block-title {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title1.gif) no-repeat left center rgba(0, 0, 0, 0);
    padding: 5px 0 5px 45px;
}
.meet-the-team {
    padding: 20px !important;
}
.meet-the-team h3.block-title {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title2.gif) no-repeat left center rgba(0, 0, 0, 0);
    padding: 5px 0 5px 60px;
}
.meet-the-team .field-content img {
    width: 171px;
    height: 171px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#section-header .region .block,
#section-feature .region .block,
#section-footer .region .block {
    margin-top: 0px;
}
.sh-node-team .field-label {
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
}
.sh-node-team .field-name-field-image img {
    width: 100%;
}
.sh-node-team .field-name-field-job-title {
    margin-bottom: 15px;
}
.sh-node-team .field-name-field-social-links .field-item a:before {
    font-family: FontAwesome;
    color: #999;
    padding-right: 6px;
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(1) a:before {
    content: "\f082";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(2) a:before {
    content: "\f081";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(3) a:before {
    content: "\f16d";
}
.text-style-custom {
    padding: 15px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}
.text-style-custom h3 {
    font-size: 24.5px;
    color: #009cdd;
    margin: 0 !important;
}
.sh-recent-project {
    position: relative;
}
.sh-recent-project h3.block-title {
    color: #595959;
    font-size: 16px;
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
    line-height: 23.2px;
    margin: 0;
    text-transform: uppercase;
}
.sh-recent-project .bx-viewport {
    height: 248px !important;
}
.sh-recent-project .slide {
    background: #fff;
    height: 238px;
}
.sh-recent-project .slide:hover {
    border-bottom: 1px solid #009cdd;
}
.sh-recent-project .view-header {
    color: #595959;
}
.sh-recent-project .view-header p {
    margin-bottom: 15px;
}
.sh-recent-project .views-field-superhero-portfolio-image {
    position: relative;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore {
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 500;
    font-size: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore:before {
    content: "\f064";
    font-family: FontAwesome;
    color: #009cdd;
    font-size: 18px;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .field-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 156, 221, 0.7);
    position: absolute;
    top: 0;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore {
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
    line-height: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore:before {
    font-size: 22px !important;
}
.sh-recent-project .views-field-title a {
    font-family: 'alwyn_new_rgregular';
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 2px 0;
    color: #000;
    display: block;
}
.sh-recent-project .views-field-superhero-portfolio-categories a {
    color: #999;
    font-family: 'alwyn_new_rgregular';
}
.sh-recent-project .bx-prev,
.sh-recent-project .bx-next {
    position: absolute !important;
    top: -35px !important;
    margin: 0px;
    background: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 23px !important;
    outline: medium none;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 23px !important;
    text-indent: 0px !important;
}
.sh-recent-project .bx-prev:hover,
.sh-recent-project .bx-next:hover {
    background: #009cdd;
}
.sh-recent-project .bx-prev i,
.sh-recent-project .bx-next i {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1;
    padding: 0 7px;
}
.sh-recent-project .bx-prev {
    left: 0;
}
.sh-recent-project .bx-next {
    right: 0;
}
#section-latest {
    background: #f5f5f5;
}
#section-latest .row {
    margin: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row,
[class*="region-sidebar-"] .view-blog-categories .views-row {
    width: 100%;
    padding: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a,
[class*="region-sidebar-"] .view-blog-categories .views-row a {
    color: #9a9a9a;
    display: block;
    margin: 0 0 5px 25px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:before,
[class*="region-sidebar-"] .view-blog-categories .views-row a:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #009cdd;
    padding-right: 15px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:hover,
[class*="region-sidebar-"] .view-blog-categories .views-row a:hover {
    color: #009cdd;
}
.check-list ul {
    margin: 0 0 10px 25px;
    padding: 0;
}
.check-list ul li {
    padding: 7px 0 8px;
}
.check-list ul li a {
    color: #9a9a9a !important;
}
.check-list ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #009cdd;
    padding-right: 15px;
}
#user-login-form input[type="text"],
#user-login-form input[type="password"] {
    max-width: 200px;
    width: 200px;
}
#user-login-form ul {
    padding: 0px;
    margin-bottom: 10px;
}
.view-latest-news .node-article {
    padding: 0px;
}
.view-latest-news .user-picture,
.view-latest-news .submitted,
.view-latest-news .image-overlay {
    display: none;
}
.view-latest-news .node-article>h2 {
    line-height: 20px;
    margin: 0 0 10px 0;
}
.view-latest-news .node-article>h2 a {
    font-size: 14px;
    color: #424242;
}
.view-latest-news .field-items {
    overflow: hidden;
}
.view-latest-news .field-items a img {
    height: auto;
}
.view-latest-news .field-items a:hover img {
    transform: scale(1.15) rotate(4deg);
    -webkit-transform: scale(1.15) rotate(4deg);
    -moz-transform: scale(1.15) rotate(4deg);
    -ms-transform: scale(1.15) rotate(4deg);
    -o-transform: scale(1.15) rotate(4deg);
}
.view-latest-news .itemCatBlogLayout2 .article-image {
    padding: 0px;
    border: none;
}
.view-latest-news .bx-viewport {
    height: 340px !important;
}
.view-latest-news .itemCatBlogLayout2 {
    border-bottom: none;
}
.view-latest-news .itemCatBlogLayout2 .article-info {
    display: none;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem {
    margin: 10px 0 0px !important;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a {
    color: #424242;
    font-size: 14px;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a:hover {
    color: #009cdd;
}
.parallax .content {
    font-size: 18px;
    color: #fff;
}
.parallax .content h3 {
    color: #fff;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
}
#section-content .region-content ul.nav-tabs {
    margin: 20px 0;
}
#section-content #messages {
    width: 100%;
    margin: 0px;
}
#section-content .region-content {
    margin: 0px;
}
#section-content .main-content-main {
    background: #fff;
}
.view-blog-categories .views-row {
    width: 50%;
    padding: 15px;
}
.view-blog-categories .views-row.view-categories-3column {
    width: 33.33%;
}
.view-blog-categories .views-row.view-categories-4column {
    width: 25%;
}
.view-blog-categories .views-row .field-content img {
    border: 1px solid #eaeaea;
    display: block;
    padding: 5px;
}
.view-blog-categories .views-row .field-content>h2 {
    font-size: 20px;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
}
.view-blog-categories .views-row .views-field-nothing {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.view-blog-categories .views-row a.btn-default {
    background: none;
    border: none;
    padding: 0px;
    display: block;
    color: #009cdd;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    font-size: 15px;
    font-family: 'open_sansbold';
    outline: medium none;
    text-decoration: none;
}
.view-blog-categories .views-row a.btn-default:before {
    content: "\f064";
    color: #5b5b5b;
    font-family: FontAwesome;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin: 0px 5px;
}
.view-blog-categories .views-row a.btn-default:hover {
    color: #5b5b5b;
}
.view-blog-categories .views-row a.btn-default:hover:before {
    color: #009cdd;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate,
.jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate {
    background: #828282;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:before,
.jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:before {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:after,
.jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:after {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #828282;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    right: -54px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.view-blog ul.links,
.jmCategoryBlogItem ul.links {
    display: none;
}
.view-blog .blogCatInfo,
.jmCategoryBlogItem .blogCatInfo {
    width: 60%;
}
.view-blog .blogCatInfo .itemMeta-blog,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog {
    width: 40%;
    margin-top: 15px;
    padding: 55px 10px 0 0;
    position: relative;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate {
    background: #009cdd;
    color: #fff;
    display: block;
    font-family: 'alwyn_new_rgbold';
    font-size: 22px;
    font-weight: normal;
    left: 0;
    padding: 14px 38px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 226px;
    z-index: 10;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:before,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:before {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:after,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:after {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #009cdd;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    right: -54px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_user.png) no-repeat left 11px rgba(0, 0, 0, 0);
    margin-top: 5px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon {
    border-bottom: 1px solid #eaeaea;
    color: #9a9a9a;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a {
    color: #9a9a9a;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a:hover,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a:hover {
    color: #009cdd;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_cat.png) no-repeat 2px center rgba(0, 0, 0, 0);
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
    padding-right: 3px;
}
.view-blog .blogCatInfo .itemImg-blog,
.jmCategoryBlogItem .blogCatInfo .itemImg-blog {
    width: 60%;
}
.view-blog .blogCatInfo .itemImg-blog img,
.jmCategoryBlogItem .blogCatInfo .itemImg-blog img {
    border: 1px solid #eaeaea;
    padding: 5px;
}
.view-blog .blogCatContent,
.jmCategoryBlogItem .blogCatContent {
    width: 40%;
}
.view-blog .blogCatContent .itemBody-blog,
.jmCategoryBlogItem .blogCatContent .itemBody-blog {
    padding-left: 20px;
}
.view-blog .blogCatContent .itemBody-blog h2.TitleCatItem,
.jmCategoryBlogItem .blogCatContent .itemBody-blog h2.TitleCatItem {
    margin: 0px 0 5px 0;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
.view-blog .blogCatContent .itemBody-blog a.readMore,
.jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore {
    font-family: 'open_sansbold';
    font-size: 15px;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover,
.jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover {
    color: #5b5b5b;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover:before,
.jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover:before {
    color: #009cdd;
}
.node-article {
    padding: 35px 30px;
    border-bottom: 1px solid #eaeaea;
}
.pagination {
    width: 100%;
}
.pagination li {
    display: inline-block;
    margin: 10px;
}
.pagination li a {
    color: #009cdd !important;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    background: #eaeaea;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pagination li.next a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pagination li.active a,
.pagination li:hover a {
    color: #fff !important;
    background: #8e8e8e !important;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pagination li.active a:hover,
.pagination li:hover a:hover {
    border: 1px solid #eaeaea;
}
.itemCatBlogLayout2 {
    padding: 30px 0px;
}
.itemCatBlogLayout2 .article-info-image img {
    width: 100%;
}
.itemCatBlogLayout2 .article-image {
    border: 1px solid #ebebeb;
    display: block;
    padding: 4px;
    position: relative;
}
.itemCatBlogLayout2 .article-body h2.TitleCatItem {
    margin: 20px 0 5px 0;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
.itemCatBlogLayout2 .article-body a.readMore {
    font-family: 'open_sansbold';
    font-size: 15px;
}
.itemCatBlogLayout2 .article-body a.readMore:hover {
    color: #5b5b5b;
}
.itemCatBlogLayout2 .article-body a.readMore:hover:before {
    color: #009cdd;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate,
.itemCatBlogLayout2 .article-body .article-info span.itemCategory,
.itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor {
    display: inline-block;
    margin-right: 10px;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate i,
.itemCatBlogLayout2 .article-body .article-info span.itemCategory i,
.itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor i {
    margin-right: 5px;
    color: #848484;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCategory {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_cat.png) no-repeat 2px center rgba(0, 0, 0, 0);
    padding-left: 25px;
}
.itemCatBlogLayout2 .article-body .article-info a {
    color: #9a9a9a;
}
.itemCatBlogLayout2 .article-body .article-info a:hover {
    color: #009cdd;
}
.itemCatBlogLayout2 .article-body .content {
    padding-top: 5px;
}
.icon-latest-news-title {
    padding: 20px !important;
}
.icon-latest-news-title h3.block-title {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title1.gif) no-repeat left center rgba(0, 0, 0, 0);
    padding: 5px 0 5px 45px;
    margin-bottom: 20px !important;
}
.image-overlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: visible;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 500;
    padding: 4px;
}
.image-overlay .image-overlay-inside {
    border-color: #c3512f;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-overlay .image-overlay-inside:before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 500;
    opacity: 0;
}
.image-overlay .image-overlay-inside {
    border-color: #c3512f;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-overlay .image-overlay-inside i {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 500;
    background: #009cdd;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.image-overlay .image-overlay-hover {
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.image-overlay:hover .image-overlay-hover {
    background: rgba(0, 0, 0, 0.6);
}
.image-overlay:hover .image-overlay-hover .image-overlay-inside i {
    font-size: 28px;
    margin: -40px 0px 0px -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.node-type-article #page-title {
    display: none;
}
.node-article-details .itemViewHeader {
    margin-bottom: 25px;
    overflow: hidden;
    height: 53px;
    position: relative;
}
.node-article-details .field-name-field-image img {
    border: 1px solid #eaeaea;
    display: block;
    margin: 0 0 12px;
    padding: 8px;
    width: 100%;
}
.node-article-details span.itemViewDate {
    background: #009cdd;
    color: #fff;
    display: block;
    font-family: 'alwyn_new_rgbold';
    font-size: 22px;
    font-weight: normal;
    left: 0;
    padding: 14px 14px 14px 38px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 226px;
    z-index: 10;
    color: #fff;
    display: block;
    font-family: 'alwyn_new_rgbold';
    font-size: 22px;
    font-weight: normal;
    padding: 14px 14px 14px 38px;
    text-transform: uppercase;
    width: 253px;
    z-index: 10;
}
.node-article-details span.itemViewDate:before {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.node-article-details span.itemViewDate:after {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #009cdd;
    border-image: none;
    border-style: solid;
    border-width: 27px;
    content: "";
    height: 0;
    right: -54px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.node-article-details span.itemViewAuthor {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_user.png) no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.node-article-details span.fcicon {
    border-bottom: 1px solid #eaeaea;
    color: #9a9a9a;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
}
.node-article-details span.itemCatIn {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_cat.png) no-repeat 2px center rgba(0, 0, 0, 0);
}
.node-article-details span.itemCatIn a {
    color: #9a9a9a;
}
.node-article-details span.itemCatIn a:hover {
    color: #009cdd;
}
.node-article-details h2.TitleCatItem {
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 5px;
    text-transform: uppercase;
    overflow: hidden;
    float: right;
    width: 50%;
    padding: 15px 0 0 30px;
}
.node-article-details .itemViewMeta {
    width: 25%;
}
.node-article-details .itemViewContent {
    width: 75%;
    padding-left: 20px;
}
.node-article-details #comments h2.title,
.node-article-details #comments a.permalink {
    font-family: 'open_sanslight';
    font-weight: normal;
}
.node-article-details #comments h2.title {
    font-size: 22px;
}
.node-article-details #comments a.permalink {
    font-size: 18px;
}
.breadcrumb {
    color: #ccc;
    border: none;
    border-radius: 0;
    background-color: #efeeee;
    -webkit-text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    font-family: 'open_sansbold';
    padding: 5px 10px;
    margin: 0px;
}
.breadcrumb a:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    color: #ccc;
    font-size: 18px;
    padding-right: 5px;
}
#jm-pricingTables {
    margin: 30px 0 60px 0;
}
#jm-pricingTables .jm-pricingItem {
    width: 24.59%;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    background: #fff;
}
#jm-pricingTables .jm-pricingItem h3.jm-pricingTitle {
    color: #2a2b2c;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 20px 0;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice {
    position: relative;
    height: 200px;
    background: #fdfdfd;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #a0a0a0;
    color: #fff;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice span {
    display: block;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 25px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price strong {
    font-size: 16px;
    vertical-align: super;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth {
    font-size: 12px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth:after {
    border-radius: 100%;
    bottom: -22px;
    -webkit-box-shadow: 0 58px 1px #dcdcdc;
    -moz-box-shadow: 0 58px 1px #dcdcdc;
    box-shadow: 0 58px 1px #dcdcdc;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li {
    color: #575757;
    font-size: 12px;
    margin: 0px 20px;
    padding: 12px 0px;
    border-bottom: 1px solid #ebebeb;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li:last-child {
    border-bottom: none;
}
#jm-pricingTables .jm-pricingItem .jm-pricingButton {
    padding: 24px 0px;
    background: #fdfdfd;
}
#jm-pricingTables .jm-pricingFeature {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}
#jm-pricingTables .jm-pricingFeature h3.jm-pricingTitle {
    font-size: 18px;
}
#node-19 h2.title-block {
    color: #000;
    font-family: 'open_sanslight';
    font-weight: normal;
}
.views-bx-slideshow .views-row {
    position: relative;
}
.views-bx-slideshow .views-row span.views-field-title {
    position: absolute;
    top: 0;
    right: 0;
}
.view-team .bx-controls .bx-pager,
.view-team.view-display-id-block_2 {
    display: none;
}
.view-team .bx-wrapper {
    margin: 0px;
}
.view-team .bx-wrapper .bx-viewport {
    width: inherit !important;
    margin: 20px 50px;
    height: 187px;
}
.view-team .bx-wrapper .slide {
    position: relative;
    height: 187px;
    margin-right: 15.5px !important;
    width: 187px !important;
}
.view-team .bx-wrapper .slide .views-field-field-image img {
    border: 2px solid #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    width: 100%;
    height: 100%;
}
.view-team .bx-wrapper .slide .views-field-title {
    display: block;
    left: 0;
    padding: 35% 26%;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 0px rgba(0, 156, 221, 0.7) inset;
    -moz-box-shadow: 0 0 0 0px rgba(0, 156, 221, 0.7) inset;
    box-shadow: 0 0 0 0px rgba(0, 156, 221, 0.7) inset;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.view-team .bx-wrapper .slide .views-field-title a {
    font-size: 18px;
    color: #fff;
    opacity: 0;
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.view-team .bx-wrapper .slide .views-field-title a:hover {
    color: #000;
}
.view-team .bx-wrapper .slide .itemHover-bk {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-field-image img {
    border: 2px solid #009cdd;
    -webkit-box-shadow: 0 0 3px #009cdd;
    -moz-box-shadow: 0 0 3px #009cdd;
    box-shadow: 0 0 3px #009cdd;
}
.view-team .bx-wrapper .slide:hover .views-field-title {
    -webkit-box-shadow: inset 0 0 0 110px rgba(0, 156, 221, 0.8);
    -moz-box-shadow: inset 0 0 0 110px rgba(0, 156, 221, 0.8);
    box-shadow: inset 0 0 0 110px rgba(0, 156, 221, 0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-title a {
    font-size: 18px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.view-team .bx-wrapper .bx-controls-direction a {
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 28px;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/arrows.png) no-repeat rgba(0, 0, 0, 0);
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: bottom left;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-position: top right;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: bottom right;
}
.view-team.view-display-id-block_3 .views-row {
    width: 50%;
}
#block-views-latest-news-block-1 h2.TitleCatItem,
.icon-latest-news-title h2.TitleCatItem {
    text-transform: none;
    line-height: 18px;
}
#block-views-latest-news-block-1 .view-latest-news,
.icon-latest-news-title .view-latest-news {
    padding: 0 20px;
}
#block-views-latest-news-block-1 .bx-controls-direction a,
.icon-latest-news-title .bx-controls-direction a {
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 45%;
    width: 28px;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/arrows.png) no-repeat rgba(0, 0, 0, 0);
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev,
.icon-latest-news-title .bx-controls-direction a.bx-prev {
    left: -25px;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev:hover,
.icon-latest-news-title .bx-controls-direction a.bx-prev:hover {
    background-position: bottom left;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next,
.icon-latest-news-title .bx-controls-direction a.bx-next {
    right: -25px;
    background-position: top right;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next:hover,
.icon-latest-news-title .bx-controls-direction a.bx-next:hover {
    background-position: bottom right;
}
.viewTeam {
    padding: 20px;
}
.viewTeam .viewTeamMeta {
    position: relative;
    padding: 4px;
    border: 1px solid #ebebeb;
}
.viewTeam .viewTeamMeta .teamSocial {
    bottom: 0;
    height: 80%;
    left: 0;
    line-height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 80%;
    background: rgba(255, 255, 255, 0);
}
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links {
    padding: 40% 0;
}
.viewTeam .viewTeamMeta .teamSocial .field-item {
    display: inline-block;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a {
    background: #009cdd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 36px;
    margin: 5px;
    width: 36px;
    font-size: 0;
    line-height: 1.8;
    opacity: 0;
    position: relative;
    text-align: center;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover {
    background: #000;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover:before {
    color: #009cdd;
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(1) a:before {
    content: "\f09a";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(2) a:before {
    content: "\f099";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(3) a:before {
    content: "\f16d";
}
.viewTeam .viewTeamInfo {
    margin-top: 30px;
}
.viewTeam .viewTeamInfo .team-name {
    color: #2a2b2c;
}
.viewTeam .viewTeamInfo .team-job {
    display: block;
    overflow: hidden;
}
.viewTeam .viewTeamInfo .team-job .field-item {
    font-style: italic;
    padding-bottom: 10px;
}
.viewTeam:hover .viewTeamMeta .teamSocial {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.viewTeam:hover .viewTeamMeta .teamSocial .field-item a {
    opacity: 1;
}
.viewTeam:hover .viewTeamInfo .team-name {
    color: #009cdd;
}
.view-team-3colum .view-team .views-row {
    width: 33.33%;
}
.view-team-4colum .view-team .views-row {
    width: 25%;
}
#section-bottom {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bottom_bg.jpg) repeat;
}
#section-bottom iframe {
    width: 100%;
    height: 354px;
}
#section-bottom .region-bottom-first img {
    width: 100%;
}
#comment-form #edit-subject {
    width: 100%;
    max-width: 310px;
}
#comment-form .fieldset-wrapper .filter-help {
    display: none;
}
#comment-form .fieldset-wrapper .form-type-select,
#comment-form .fieldset-wrapper .filter-guidelines,
#comment-form .fieldset-wrapper ul.tips {
    padding-left: 0;
}
#comments .comment {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0px;
}
#comments .comment .user-picture {
    height: 70px;
    width: 70px;
}
#comments .comment .user-picture img {
    border: 3px solid #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    width: 100%;
}
#comments .comment h3 {
    margin-top: 0px;
}
#comments .comment h3 a.permalink {
    color: #222;
}
#comments .comment .submitted a.permalink {
    display: none;
}
#section-bottom2 {
    padding: 20px 0px;
}
#section-bottom2 .row {
    background: #424242;
    margin: 0;
}
#section-bottom2 .region .block {
    padding: 20px 30px;
    margin: 0px;
}
#section-bottom2 .region .block p {
    margin: 0px;
    color: #fff;
}
#section-bottom2 .block-contents h3.block-title,
#section-bottom2 .region-bottom-third h3.block-title,
#section-bottom2 .block-contents .block>h2,
#section-bottom2 .region-bottom-third .block>h2,
#section-bottom2 .block-contents>h2,
#section-bottom2 .region-bottom-third>h2 {
    border-bottom: 1px solid #747474;
    margin-bottom: 15px !important;
    padding: 0 0 15px;
    color: #009cdd;
    font-size: 16px;
}
#section-bottom2 .region-bottom-third b {
    font-family: 'alwyn_new_rgbold';
    font-weight: normal;
}
#section-bottom2 .region-bottom-third #block-block-37 .content {
    padding-bottom: 20px;
}
.twitterSearchesNTweet .content {
    padding: 0px;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
    text-transform: none;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNTime,
.sp-twitter .twitterSearchesNTweet .twitterSearchesNText {
    color: #fff;
}
#section-footer {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/footer_bg.jpg) repeat;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #aaa;
}
#section-footer a {
    color: #009cdd;
}
#section-footer a:hover {
    color: #fff;
}
#section-footer p {
    margin: 0px;
}
#section-footer .region-footer-second a {
    position: relative;
    padding-left: 25px;
}
#section-footer .region-footer-second a:before {
    bottom: -4px;
    color: #fff;
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 8px;
    position: absolute;
    left: 0;
}
.form-actions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    margin: 0;
    padding: 0;
}
.webform-client-form #webform-component-name {
    float: left;
    margin: 0;
    width: 50%;
}
.webform-client-form #edit-submitted-name,
.webform-client-form #edit-submitted-email {
    max-width: 105px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-indent: 10px;
}
.webform-client-form label[for="edit-submitted-name"] {
    display: none;
}
.webform-client-form strong {
    font-family: 'open_sansbold';
    font-weight: normal;
}
.sp-twitter {
    color: #fff;
}
#contact-site-form .form-type-checkbox label {
    margin: 0px;
    padding-left: 10px;
}
#contact-site-form #edit-copy {
    margin: 7px 0 0;
}
.border-effect {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.border-effect:before,
.border-effect:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}
.border-effect:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.opciones-de-pago-en-linea-colombia {
    margin: 0px auto;
}
.opcion-de-pago {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/comercios_imgs.png);
    margin: 2px 10px !important;
    float: left;
}
.opcion-de-pago.visa {
    background-position: 0px 0px;
    width: 43px;
    height: 24px;
}
.opcion-de-pago.american-express {
    background-position: 0px -25px;
    width: 38px;
    height: 24px;
}
.opcion-de-pago.diners {
    background-position: 0px -50px;
    width: 36px;
    height: 24px;
}
.opcion-de-pago.mastercard {
    background-position: 0px -75px;
    width: 38px;
    height: 26px;
}
.opcion-de-pago.pse {
    background-position: 0px -102px;
    width: 35px;
    height: 31px;
}
.opcion-de-pago.via {
    background-position: 0px -134px;
    width: 29px;
    height: 26px;
}
.opcion-de-pago.baloto {
    background-position: 0px -161px;
    width: 75px;
    height: 28px;
}
.opcion-de-pago.codigo-de-barras {
    background-position: 0px -190px;
    width: 46px;
    height: 37px;
}
.opcion-de-pago.efecty {
    background-position: 0px -228px;
    width: 83px;
    height: 31px;
}
.expande-tu-necogio {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/comercios_imgs.png);
    background-position: 0px -260px;
    width: 60px;
    height: 60px;
    margin: 0px auto !important;
}
.generacion-de-pagos-en-linea {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/comercios_imgs.png);
    background-position: 0px -321px;
    width: 60px;
    height: 58px;
    margin: 0px auto !important;
}
ul.payu-socials {
    display: block;
    line-height: 1px;
    float: right;
    margin: 2px 0px;
    padding: 0px;
}
ul.payu-socials>li {
    display: inline-block;
    line-height: 1px;
    margin: 0px 0 0px 10px;
    padding: 0;
    width: auto;
}
ul.payu-socials>li a {
    display: inline-block;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/footer_imgs.png) no-repeat top left;
    text-decoration: none;
    outline: none;
    height: 24px;
    width: 24px;
}
ul.payu-socials>li a.facebook {
    background-position: 0px 0px;
}
ul.payu-socials>li a.facebook:hover {
    background-position: 0px -25px;
}
ul.payu-socials>li a.twitter {
    background-position: 0px -50px;
}
ul.payu-socials>li a.twitter:hover {
    background-position: 0px -75px;
}
ul.payu-socials>li a.google {
    background-position: 0px -100px;
}
ul.payu-socials>li a.google:hover {
    background-position: 0px -125px;
}
.payu-footer-images {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/footer_imgs.png);
    display: block;
}
.payu-footer-images.payu-group {
    background-position: 0px -150px;
    float: left;
    width: 198px;
    height: 29px;
}
.payu-footer-images.pci-dss-compliant {
    background-position: 0px -180px;
    float: right;
    width: 115px;
    height: 47px;
}
#btn-abre-tu-cuenta {
    line-height: 60px;
    float: right;
    margin: 0;
    display: block;
}

/*.payu-page-header {
    background: #fff;
    background-image: -moz-linear-gradient(270deg, #f5f5f5 0%, #fff 40%);
    background-image: -webkit-linear-gradient(270deg, #f5f5f5 0%, #fff 40%);
    background-image: -o-linear-gradient(270deg, #f5f5f5 0%, #fff 40%);
    background-image: -ms-linear-gradient(270deg, #f5f5f5 0%, #fff 40%);
    background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 40%);
    border-bottom: 1px solid #e2e2e2;
}
.payu-page-header ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2;
    padding: 0px;
    margin: 0px;
}
.payu-page-header ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.payu-page-header ul li a {
    position: relative;
    color: #009cdd;
    padding: 4px 10px;
    margin: 0;
    display: block;
}
.payu-page-header ul li a:hover {
    color: #c7db42;
}

.payu-page-header ul li a.active {
        background: #009cdd;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        color: #fff;
}
.payu-page-header ul li a.active:before {
        content: ' ';
        width: 20px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #009cdd transparent transparent transparent;
        position: absolute;
        top: 90%;
        left: 50%;
        margin-left: -10px;
}*/
.payu-banner,
.payu-section {
    margin: 30px 10px;
}
.payu-banner a,
.payu-section a {
    text-decoration: none !important;
}
.payu-banner a:hover,
.payu-section a:hover {
    text-decoration: none !important;
}
.payu-banner p,
.payu-section p {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}
.payu-banner p.payu-content-style1,
.payu-section p.payu-content-style1 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.payu-banner p.payu-content-style2,
.payu-section p.payu-content-style2 {
    font-size: 17px;
    line-height: 40px;
    margin: 20px 0;
}
.payu-banner p.payu-content-style2 span.big-font,
.payu-section p.payu-content-style2 span.big-font {
    font-size: 45px;
}
.payu-banner p.payu-content-style3,
.payu-section p.payu-content-style3 {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0;
}
.payu-banner {
    margin: 0px 10px;
}
.payu-banner .payu-banner-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 40px;
}
.payu-banner .payu-banner-content {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}
.payu-banner-bg {
    background: #fff;
}
.payu-white-bg {
    background: #fff;
}
.payu-gray-bg {
    background: #f4f4f4;
}
.payu-blue-dark-text {
    color: #1c3a85;
}
.payu-blue-light-text {
    color: #009cdd;
}
.payu-white-text {
    color: #fff;
}
.payu-gray-text {
    color: #828282;
}
.payu-blue-light-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #009cdd;
    margin: 15px auto;
}
.payu-blue-dark-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #1c3a85;
    margin: 15px auto;
}
ul.payu-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
ul.payu-list li {
    list-style: disc;
    line-height: 16px;
    margin: 8px 0;
}
ul.payu-list1 {
    list-style: disc;
    padding-left: 20px;
    color: #1c3a85;
    margin: 0;
}
ul.payu-list1 li {
    list-style: disc;
    line-height: 16px;
    margin: 8px 0;
}
ul.payu-list1 ul {
    padding-left: 20px;
    color: #828282;
}
ul.payu-list2 {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
ul.payu-list2 li {
    list-style: none;
    line-height: 16px;
    margin: 8px 0;
}
ul.payu-list2 li i {
    color: #009cdd;
}
ul.payu-list3 {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.payu-list3 li {
    display: inline-block;
    list-style: none;
    line-height: 16px;
    margin-right: 5px;
    margin-bottom: 20px;
}
ul.payu-list3 li a {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}
ul.payu-list3 li a:hover:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    box-shadow: inset 3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    border: 1px solid #4fccff;
}
ol.payu-list4 {
    list-style-type: decimal;
    list-style-type: decimal !ie;
    padding: 0px 0 0px 20px;
    margin: 0;
    counter-reset: item 1;
}
ol.payu-list4>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 5px;
}
ol.payu-list4>li:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #009cdd;
    content: counter(item) ".";
}
ul.payu-list5 {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.payu-list5 li {
    display: inline-block;
    list-style: none;
    line-height: 16px;
    margin-right: 5px;
    margin-bottom: 20px;
}
ul.payu-list5 li>a {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}
ul.payu-list5 li>a:hover:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset -3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    -moz-box-shadow: inset -3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    box-shadow: inset -3px 3px 5px 0px rgba(79, 204, 255, 0.5);
    border: 1px solid #4fccff;
}
ul.payu-list5 li p {
    font-size: 10px;
    margin-top: 10px;
    margin: 0;
}
ul.payu-list6 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.payu-list6 li {
    display: inline-block;
    list-style: none;
    line-height: 16px;
    margin-right: 5px;
}
ul.payu-list7 {
    list-style: disc;
    padding-left: 20px;
    color: #009cdd;
    margin: 0;
}
ul.payu-list7 li {
    list-style: disc;
    line-height: 16px;
    margin: 8px 0;
}
ul.payu-list7 ul {
    padding-left: 20px;
    color: #828282;
}
ul.payu-list8 {
    list-style: disc;
    color: #009cdd;
    text-align: left;
    padding: 0 18px;
    margin: 0;
}
ul.payu-list8 li {
    list-style: disc;
    line-height: 16px;
    margin: 0px 28px 0 0px;
}
ul.payu-list8 li.last {
    margin-right: 0px;
}
.payu-img {
    margin: 15px 0;
}
.payu-image1 {
    margin: 15px 0;
}
.payu-image2 {
    margin: 0;
    margin-top: 15px;
}
.payu-image3 {
    margin: 0;
    margin-bottom: 15px;
}
.payu-image-border1 {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
}
.payu-block-style1 {
    background: #f4f4f4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    border: 3px solid #fff;
    padding: 10px 5px;
}
.payu-block-style2 {
    background: #f2f8fe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(130, 130, 130, 0.75);
    border: 3px solid #fff;
    padding: 10px 5px;
}
.payu-block-style3 {
    text-align: justify;
    background: #1c3a85;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(130, 130, 130, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(130, 130, 130, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(130, 130, 130, 0.75);
    padding: 10px;
    margin: 10px 0;
}
.payu-block-style3 a {
    color: #fff !important;
}
.payu-block-style3 a:hover {
    color: #fff !important;
}
.payu-block-style4 {
    text-align: justify;
    background: #f4f7fc;
    border: 1px solid #cedcea;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    padding: 10px;
    margin: 10px 0;
}
.payu-block-style5 {
    background: #f4f4f4;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    padding: 10px;
}
.payu-block-style6 {
    background: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow: 4px 4px 5px 0px rgba(130, 130, 130, 0.5);
    padding: 20px;
}

/*.payu-title1 {
    font-size: 34px;
    margin: 15px 0;
}*/
.payu-title2 {
    font-size: 25px;
    margin: 10px 0;
}
.payu-title3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.payu-title4 {
    font-size: 20px;
}
.payu-title5 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #4c4c4c;
    padding: 10px 10px 10px 20px;
    position: relative;
    margin-bottom: 20px;
}
.payu-title5 h1,
.payu-title5 h2,
.payu-title5 h3,
.payu-title5 h4,
.payu-title5 h5,
.payu-title5 h6 {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.payu-title5 h1:before,
.payu-title5 h2:before,
.payu-title5 h3:before,
.payu-title5 h4:before,
.payu-title5 h5:before,
.payu-title5 h6:before {
    content: ' ';
    width: 20px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #4c4c4c transparent transparent transparent;
    position: absolute;
    top: 98%;
    margin-left: 20px;
}
.payu-title6 {
    text-transform: none;
    font-size: 14px;
}
.payu-title6 i {
    margin-right: 5px;
    color: #009cdd;
}
.payu-title7 {
    font-size: 25px;
    text-transform: none;
}
.payu-line-divider {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.payu-curved-divider {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin: 0px 10px 20px;
    padding-top: 10px;
}
.payu-curved-divider:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 96%;
    height: 10px;
    top: -10px;
    left: 2%;
    border-radius: 100px / 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}
#payu-main-slider {
    min-height: 100px;
}
#payu-main-slider .payu-slider-bg {
    min-height: 100px;
}
#payu-main-slider .payu-slider-container {
    margin-top: 20px;
}
#payu-main-slider .payu-slider-container .payu-slider-content {
    text-align: center;
    margin-top: 20px;
}
#payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-title {
    font-family: 'alwyn_new_rgregular';
    font-size: 40px;
    text-transform: none;
    font-weight: normal;
    line-height: 95%;
    margin-bottom: 20px;
}
#payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-title.special {
    line-height: 95%;
}
#payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-title span.second-part {
    font-size: 70%;
}
#payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-text {
    font-family: 'alwyn_new_rgregular';
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
}
#payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-btn {
    margin-bottom: 50px;
}
.payu-clients-block {
    margin: 30px 0 60px;
}
.payu-clients-block .payu-clients-slogan {
    font-family: 'alwyn_new_rgregular';
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
}
.payu-clients-block .payu-clients-carousel {
    padding: 0px 25px;
    margin: 30px 0;
}
#section-user .payu-fp-block,
#section-user .payu-fp-last-block {
    position: relative;
    background: #f4f4f4 !important;
    padding: 20px 10px !important;
    margin: 0px 0px !important;
    z-index: 100;
    top: -30px;
}
#section-user .payu-fp-block.block-fp1,
#section-user .payu-fp-last-block.block-fp1 {
    min-height: 276px;
}
#section-user .payu-fp-block.block-fp2,
#section-user .payu-fp-last-block.block-fp2 {
    min-height: 266px;
}
#section-user .payu-fp-block.block-fp3,
#section-user .payu-fp-last-block.block-fp3 {
    min-height: 250px;
}
#section-user .payu-fp-block .content .payu-fp-block-title,
#section-user .payu-fp-last-block .content .payu-fp-block-title {
    font-family: 'alwyn_new_rgregular';
    font-size: 18px;
    font-weight: bold;
    color: #1c3a85;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0px 0 10px;
}
#section-user .payu-fp-block .content .payu-fp-block-img,
#section-user .payu-fp-last-block .content .payu-fp-block-img {
    text-align: center;
    max-width: 100%;
    margin: 0px 0 10px;
    padding: 0;
}
#section-user .payu-fp-block .content .payu-fp-block-text,
#section-user .payu-fp-last-block .content .payu-fp-block-text {
    font-family: 'alwyn_new_rgregular';
    font-size: 13px;
    font-weight: normal;
    color: #828282;
    margin: 0 10px 10px;
    padding: 0 10px;
}
#section-user .payu-fp-block .content .payu-fp-block-btn,
#section-user .payu-fp-last-block .content .payu-fp-block-btn {
    text-align: center;
    margin: 0;
    bottom: 0;
}
#section-user .payu-fp-last-block {
    margin-bottom: -30px !important;
}
.payu-left-inner-addon {
    position: relative;
}
.payu-left-inner-addon input {
    padding-left: 20px;
}
.payu-left-inner-addon i {
    position: absolute;
    padding: 8px 10px;
    color: #009cdd;
    pointer-events: none;
}
.payu-top-menu2>ul.menu {
    padding: 0;
    margin: 0;
}
.payu-top-menu2>ul.menu>li {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.payu-top-menu2>ul.menu>li:hover>ul {
    overflow: visible;
    opacity: 1;
    height: auto;
}
.payu-top-menu2>ul.menu>li.expanded>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
}

/*.payu-top-menu2 > ul.menu > li.left-border:after {
        content: "";
        -moz-box-shadow: 0px 0px 20px 0px #f6f6f6;
        -webkit-box-shadow: 0px 0px 20px 0px #f6f6f6;
        box-shadow: 0px 0px 20px 0px #f6f6f6;
        border-left: 2px solid #232323;
        position: absolute;
        height: 50%;
        width: 1px;
        bottom: 25%;
        left: 0;
}
.payu-top-menu2 > ul.menu > li.left-border:after {
    content: "-";
    position: absolute;
    height: 25%;
    bottom: 60%;
    font-weight: 700;
}*/
.payu-top-menu2>ul.menu>li>ul {
    position: absolute;
    min-width: 160px;
    opacity: 0;
    height: 0;
    background: none repeat scroll 0 0 #f6f6f6;
    -webkit-box-shadow: 7px 7px 15px 0px #3b3b3b;
    -moz-box-shadow: 7px 7px 15px 0px #3b3b3b;
    box-shadow: 7px 7px 15px 0px #3b3b3b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: margin-top 0.2ms opacity 0.2s;
    -moz-transition: margin-top 0.2ms opacity 0.2s;
    -o-transition: margin-top 0.2ms opacity 0.2s;
    transition: margin-top 0.2ms opacity 0.2s;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.payu-top-menu2>ul.menu>li>ul:before {
    content: ' ';
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    margin-top: -8px;
    margin-left: 30px;
}
.payu-top-menu2>ul.menu>li>ul>li {
    padding: 0;
    margin: 0;
}
.payu-top-menu2>ul.menu>li>ul>li.first {
    margin-top: 5px;
}
.payu-top-menu2>ul.menu>li>ul>li.last {
    margin-bottom: 5px;
}
.payu-top-menu2>ul.menu>li>ul>li>a {
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px;
}

/*.payu-top-menu2 > ul.menu > li > ul > li > a:hover, .payu-top-menu2 > ul.menu > li > ul > li > a.active {
        background: #009cdd;
}*/
.payu-top-menu2>ul.menu>li div.payu-login {
    margin: 15px 20px;
    min-width: 200px;
}
.payu-top-menu2>ul.menu>li div.payu-login .form-group {
    margin-bottom: 0px;
}
.payu-top-menu2>ul.menu>li div.payu-login .form-group label {
    font-size: 12px;
    margin-bottom: 0px;
}
.payu-top-menu2>ul.menu>li div.payu-login h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #1c3a85;
    font-weight: bold;
}
.payu-top-menu2>ul.menu>li div.payu-login a {
    font-size: 12px;
    text-decoration: none;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.payu-top-menu2>ul.menu li {
    list-style: none;
}
.payu-top-menu2>ul.menu li>a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #b8b8b8;
    padding: 7px 5px 7px 7px;
    margin: 0;
}

/*.payu-top-menu2 > ul.menu li > a:hover, .payu-top-menu2 > ul.menu li > a.active {
        color: #fff;
}*/
.payu-top-menu2>ul.menu li>a>span {
    float: left;
    width: 21px;
    height: 14px;
    margin: 0 5px 8px 0;
    padding: 0;
    background-image: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/flags.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.payu-top-menu2>ul.menu li>a>i {
    color: #009cdd;
    margin: 0 5px 0 0px;
}
li.ar>a span {
    background-position: 0 0;
}
li.br>a span {
    background-position: -21px 0;
}
li.cl>a span {
    background-position: -42px 0;
}
li.co>a span {
    background-position: -63px 0;
}
li.mx>a span {
    background-position: -84px 0;
}
li.pa>a span {
    background-position: -105px 0;
}
li.pe>a span {
    background-position: -126px 0;
}
li.ci>a span {
    width: 22px !important;
    height: 22px !important;
    background-position: -147px 0;
}
.payu-table thead th {
    text-align: center;
    background: #1c3a85;
    color: white;
}
.payu-table tbody tr td {
    text-align: center;
}
.payu-table tfoot tr {
    text-align: center;
    background: #4c4c4c;
    color: white;
}
.payu-news {
    margin: 10px;
}
.payu-news .payu-news-date {
    font-size: 13px;
    line-height: 20px;
}
.payu-news .payu-news-title {
    text-transform: none;
    font-size: 22px;
    color: #1c3a85;
    margin-top: 15px;
}
.payu-news .payu-news-content {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
}
.payu-news .payu-news-file {
    text-align: right;
    margin-top: 10px;
}
.payu-news .payu-news-divider {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
#edit-field-year-value-wrapper .views-widget,
#edit-field-year-value-wrapper .form-item,
#edit-field-year-value-wrapper .controls {
    display: inline !important;
}
.views-exposed-form .views-exposed-widget {
    padding: 0 !important;
}
.rtl {
    direction: rtl;
}
.rtl .text-left,
.rtl .grey p,
.grey .rtl p,
.rtl .gold p,
.gold .rtl p,
.rtl .orange p,
.orange .rtl p,
.rtl .green p,
.green .rtl p,
.rtl .darkgreen p,
.darkgreen .rtl p,
.rtl .brightred p,
.brightred .rtl p,
.rtl .deepred p,
.deepred .rtl p,
.rtl .blue p,
.blue .rtl p,
.rtl .deepblue p,
.deepblue .rtl p,
.rtl .grey ul,
.grey .rtl ul,
.rtl .gold ul,
.gold .rtl ul,
.rtl .orange ul,
.orange .rtl ul,
.rtl .green ul,
.green .rtl ul,
.rtl .darkgreen ul,
.darkgreen .rtl ul,
.rtl .brightred ul,
.brightred .rtl ul,
.rtl .deepred ul,
.deepred .rtl ul,
.rtl .blue ul,
.blue .rtl ul,
.rtl .deepblue ul,
.deepblue .rtl ul,
.rtl .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more,
.view-latest-news .itemCatBlogLayout2 .article-body-text .rtl div.read-more,
.rtl body #section-header .site-logo,
body #section-header .rtl .site-logo {
    text-align: left !important;
}
.rtl .text-right,
.rtl .view-blog-categories .views-row a.btn-default,
.view-blog-categories .views-row .rtl a.btn-default,
.rtl #section-footer .region-footer-second p,
#section-footer .region-footer-second .rtl p {
    text-align: right !important;
}
.rtl .left,
.rtl #section-header .superhero-dropdown>ul.menu>li,
#section-header .superhero-dropdown>ul.menu>.rtl li,
.rtl .view-blog-categories .views-row,
.view-blog-categories .rtl .views-row,
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b,
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b,
.rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b,
.rtl #jm-pricingTables .jm-pricingItem,
#jm-pricingTables .rtl .jm-pricingItem,
.rtl .view-team.view-display-id-block_3 .views-row,
.view-team.view-display-id-block_3 .rtl .views-row,
.rtl .view-team-3colum .view-team .views-row,
.view-team-3colum .view-team .rtl .views-row,
.rtl .view-team-4colum .view-team .views-row,
.view-team-4colum .view-team .rtl .views-row,
.rtl .rtl .close,
.rtl .rtl .close,
.rtl .rtl .shortcode-icon ul li i span,
.rtl .shortcode-icon ul li i .rtl span {
    float: left !important;
}
.rtl .right,
.rtl #section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after,
#section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>.rtl a:after,
.rtl #section-top-panel #search-block-form input[type="text"],
#section-top-panel #search-block-form .rtl input[type="text"],
.rtl #section-top-panel .region-toppanel-second,
#section-top-panel .rtl .region-toppanel-second,
.rtl #section-top-panel .region-toppanel-third,
#section-top-panel .rtl .region-toppanel-third,
.rtl .rtl .check-list ul li:before,
.rtl .check-list ul .rtl li:before,
.rtl .rtl .breadcrumb a,
.rtl .breadcrumb .rtl a,
.rtl .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row .rtl a:before,
.rtl .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row .rtl a:before {
    float: right !important;
}
.rtl .check-list ul li:before {
    content: "\f053";
    padding-left: 15px;
}
.rtl .menuTop ul.menu li:first-child a:before {
    content: "";
    padding: 0px;
    margin: 0px;
}
.rtl .menuTop ul.menu li:first-child a {
    padding: 0px;
}
.rtl .menuTop ul.menu li:first-child a:after {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 14px;
    padding: 4px 6px;
    color: #fff;
    background: #009cdd;
    margin-left: 7px;
}
.rtl .breadcrumb {
    overflow: hidden;
}
.rtl .breadcrumb a {
    padding-left: 8px;
}
.rtl .breadcrumb a:first-child:before {
    content: "";
}
.rtl .breadcrumb a:first-child:after {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 18px;
    padding-left: 5px;
    color: #ccc;
}
.rtl .view-latest-news {
    direction: ltr;
}
.rtl .view-latest-news .slide h2.TitleCatItem,
.rtl .view-latest-news .slide .field-name-body,
.rtl .view-latest-news .slide .read-more {
    text-align: right !important;
}
.rtl .icon-latest-news-title h3.block-title {
    padding: 5px 45px 5px 0px;
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title1.gif) no-repeat right center rgba(0, 0, 0, 0);
}
.rtl .section-postcontent .jm-last-news>h3.block-title,
.rtl .section-postcontent .jm-last-news .block-contents>h3.block-title {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title1.gif) no-repeat right center rgba(0, 0, 0, 0);
    padding: 5px 45px;
}
.rtl #section-team .meet-the-team>h3.title-block,
.rtl #section-team .meet-the-team h3.block-title {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_title2.gif) no-repeat right center rgba(0, 0, 0, 0);
    padding: 5px 55px;
}
.rtl .view-team {
    direction: ltr;
}
.rtl #section-footer .region-footer-second a {
    padding: 0px;
}
.rtl #section-footer .region-footer-second a:before {
    padding: 0 0 0 8px;
}
.rtl #section-footer .region-footer-second p {
    text-align: left !important;
}
.rtl .webform-client-form strong {
    padding-left: 5px;
    float: right;
}
.rtl #webform-component-description {
    overflow: hidden;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor,
.rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_user.png) no-repeat right 11px rgba(0, 0, 0, 0);
    padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn,
.rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_cat.png) no-repeat right center rgba(0, 0, 0, 0);
    padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b,
.rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
    float: right !important;
    padding: 0 0 0 5px;
}
.rtl .jmCategoryBlogItem .article-info .itemCatDate i,
.rtl .jmCategoryBlogItem .article-info .itemCatAuthor i {
    padding-left: 8px;
}
.rtl .jmCategoryBlogItem .article-info span.itemCategory {
    background: url(http://www.payulatam.com/colombia/sites/all/themes/corporate/images/bg_icon_cat.png) no-repeat right center rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row a {
    margin: 0 25px 5px 0px;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
    content: "\f053";
    padding: 0 0 0 15px;
}
.rtl .portfolio-text .field-label:before {
    float: right;
    padding: 0 0 0 10px;
}
.rtl #mycarousel .carousel-caption {
    right: 0;
}
.rtl #mycarousel a.left,
.rtl #mycarousel #section-header .superhero-dropdown>ul.menu>a,
#section-header .superhero-dropdown>ul.menu>.rtl #mycarousel a,
.rtl #mycarousel .view-blog-categories a.views-row,
.view-blog-categories .rtl #mycarousel a.views-row,
.rtl #mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn a,
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a,
.rtl #mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn a,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a,
.rtl #mycarousel #jm-pricingTables a.jm-pricingItem,
#jm-pricingTables .rtl #mycarousel a.jm-pricingItem,
.rtl #mycarousel .view-team.view-display-id-block_3 a.views-row,
.view-team.view-display-id-block_3 .rtl #mycarousel a.views-row,
.rtl #mycarousel .view-team-3colum .view-team a.views-row,
.view-team-3colum .view-team .rtl #mycarousel a.views-row,
.rtl #mycarousel .view-team-4colum .view-team a.views-row,
.view-team-4colum .view-team .rtl #mycarousel a.views-row,
.rtl #mycarousel a.close,
.rtl #mycarousel a.close,
.rtl #mycarousel .shortcode-icon ul li i a,
.rtl .shortcode-icon ul li i #mycarousel a {
    left: 10px;
}
.rtl #mycarousel a.right,
.rtl #mycarousel #section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after,
#section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>.rtl #mycarousel a:after,
.rtl #mycarousel #section-top-panel #search-block-form a[type="text"],
#section-top-panel #search-block-form .rtl #mycarousel a[type="text"],
.rtl #mycarousel #section-top-panel a.region-toppanel-second,
#section-top-panel .rtl #mycarousel a.region-toppanel-second,
.rtl #mycarousel #section-top-panel a.region-toppanel-third,
#section-top-panel .rtl #mycarousel a.region-toppanel-third,
.rtl #mycarousel .check-list ul a:before,
.rtl .check-list ul #mycarousel a:before,
.rtl #mycarousel .breadcrumb a,
.rtl .breadcrumb #mycarousel a,
.rtl #mycarousel [class^="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before,
.rtl #mycarousel [class*="region-sidebar-"] .view-blog-categories .views-row a:before,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before {
    right: 10px;
}
.rtl .shortcode-icon ul li i span {
    padding-right: 10px;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third,
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-second {
    float: left !important;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third {
    padding: 0px 0px 0 15px;
}
.rtl .socialTop li {
    margin: 0 10px 0 0;
}
.rtl #section-top-panel #search-block-form {
    float: left;
    margin-left: 10px;
}
.rtl #admin-menu {
    direction: ltr;
}
.portfolio-filters #filters {
    padding: 0px;
}
.portfolio-filters #filters li a {
    color: #fff;
    display: inline-block;
    font-family: 'alwyn_new_rgbold';
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    background: #009cdd;
    outline: none;
}
.portfolio-filters #filters li a.active,
.portfolio-filters #filters li a:hover {
    background: #11b9ff;
    color: #006691;
}
.portfolio-container {
    padding: 20px 0px;
}
.portfolio-container .portfolio-item {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.itemImg {
    margin-bottom: 20px;
}
.superhero-portfolio .element {
    margin-bottom: 30px;
}
.portfolio-text h4 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    text-transform: uppercase;
}
.portfolio-text h4:nth-child(2) {
    margin-top: 25px;
}
.portfolio-text .field-label {
    color: #333;
    font-weight: normal;
}
.portfolio-text .field-label:before {
    color: #009cdd;
    content: "\f046";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 10px;
}
.portfolio-text .field-item {
    padding-left: 22px;
}
.portfolio-text .field-name-body .field-item {
    padding: 0px;
}
.portfolio-text .field-name-body+h4 {
    margin-top: 25px;
}
.jm-portfolio .jm-portfolio-item {
    position: relative;
}
.jm-portfolio .jm-portfolio-img {
    position: relative;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore {
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 500;
    font-size: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore:before {
    content: "\f064";
    font-family: FontAwesome;
    color: #009cdd;
    font-size: 18px;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore {
    background: rgba(0, 156, 221, 0.7);
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore {
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
    line-height: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore:before {
    font-size: 22px !important;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title {
    display: block;
    margin: 10px 0 2px;
    display: block;
    text-align: center;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title a {
    color: #000;
    font-family: 'alwyn_new_rgregular';
    font-size: 16px;
    font-weight: normal;
}
#sup-accordion .accordion-toggle {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}
#sup-accordion .accordion-toggle h3 {
    margin: 0px;
    padding: 3px 15px 8px 15px;
    line-height: normal;
}
#sup-accordion .accordion-toggle h3 i:before {
    content: "";
}
#sup-accordion .accordion-toggle h3 a {
    text-decoration: none;
}
#sup-accordion .accordion-toggle h3 span {
    font-family: 'open_sansbold';
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
}
#sup-accordion .accordion-toggle.open h3 {
    border-bottom: 1px solid #e5e5e5;
}
#sup-accordion .accordion-toggle>div {
    padding: 15px;
}
#spaccordion {}
#spaccordion .panel-default>.panel-heading {
    background-color: #fff;
}
#spaccordion .panel-group .panel+.panel {
    margin-top: 3px;
}
ul.nav-pills li.active a,
ul.nav-pills li:hover a {
    background: #eee !important;
    color: #009cdd;
}
ul.nav-pills li.active a:focus,
ul.nav-pills li:hover a:focus {
    color: #009cdd;
}
.shortcode-icon ul {
    padding: 0;
}
.shortcode-icon ul li {
    padding: 5px;
}
.shortcode-icon ul li:hover {
    background: #009cdd;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}
.shortcode-icon ul li i {
    font-size: 15px;
}
.shortcode-icon ul li i:before {
    padding-right: 8px;
}
.shortcode-icon ul li i span {
    font-family: 'open_sanslight';
}
#mycarousel .carousel-control {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 45%;
    font-size: 34px;
    padding: 2px;
}
#mycarousel .carousel-control.left,
#mycarousel #section-header .superhero-dropdown>ul.menu>li.carousel-control,
#section-header .superhero-dropdown>ul.menu>#mycarousel li.carousel-control,
#mycarousel .view-blog-categories .views-row.carousel-control,
.view-blog-categories #mycarousel .views-row.carousel-control,
#mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control,
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control,
#mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control,
.jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control,
#mycarousel #jm-pricingTables .jm-pricingItem.carousel-control,
#jm-pricingTables #mycarousel .jm-pricingItem.carousel-control,
#mycarousel .view-team.view-display-id-block_3 .views-row.carousel-control,
.view-team.view-display-id-block_3 #mycarousel .views-row.carousel-control,
#mycarousel .view-team-3colum .view-team .views-row.carousel-control,
.view-team-3colum .view-team #mycarousel .views-row.carousel-control,
#mycarousel .view-team-4colum .view-team .views-row.carousel-control,
.view-team-4colum .view-team #mycarousel .views-row.carousel-control,
#mycarousel .rtl .close.carousel-control,
.rtl #mycarousel .close.carousel-control,
#mycarousel .rtl .shortcode-icon ul li i span.carousel-control,
.rtl .shortcode-icon ul li i #mycarousel span.carousel-control {
    left: 10px;
}
#mycarousel .carousel-control.right,
#mycarousel #section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>a:after.carousel-control,
#section-header .superhero-dropdown>ul.menu>li ul.menu li.expanded>#mycarousel a:after.carousel-control,
#mycarousel #section-top-panel #search-block-form input[type="text"].carousel-control,
#section-top-panel #search-block-form #mycarousel input[type="text"].carousel-control,
#mycarousel #section-top-panel .region-toppanel-second.carousel-control,
#section-top-panel #mycarousel .region-toppanel-second.carousel-control,
#mycarousel #section-top-panel .region-toppanel-third.carousel-control,
#section-top-panel #mycarousel .region-toppanel-third.carousel-control,
#mycarousel .rtl .check-list ul li:before.carousel-control,
.rtl .check-list ul #mycarousel li:before.carousel-control,
#mycarousel .rtl .breadcrumb a.carousel-control,
.rtl .breadcrumb #mycarousel a.carousel-control,
#mycarousel .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control,
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control,
#mycarousel .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control,
.rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control {
    right: 10px;
}
#mycarousel .carousel-control .glyphicon-chevron-left {
    left: 5px;
    top: 2px;
}
#mycarousel .carousel-control .glyphicon-chevron-right {
    right: 5px;
    top: 2px;
}
#mycarousel .carousel-caption {
    font-size: 18px;
    left: 0;
    padding: 15px 0;
    right: 20%;
    width: 100%;
}
.node-page .field-name-body .carousel img {
    border: none;
    padding: 0;
}
#row1,
#row2,
#row3 {
    margin-bottom: 30px;
}
#mycarousel .carousel-control {
    background: #fff;
    border: 3px solid #009cdd;
}
#mycarousel .carousel-caption {
    background: #009cdd;
    color: #fff;
}
.getCode {}
.getCode .content {
    background: #fafafa;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
}
.portfolio-filters #filters li {
    display: inline-block;
}
.gallery-filters #filters {
    padding: 0px;
}
.gallery-filters #filters li {
    display: inline-block;
}
.gallery-filters #filters li a {
    background-color: #e0e0e0;
    background-image: -moz-linear-gradient(top, #e2e2e2, #dedede);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#dedede));
    background-image: -webkit-linear-gradient(top, #e2e2e2, #dedede);
    background-image: -o-linear-gradient(top, #e2e2e2, #dedede);
    background-image: linear-gradient(to bottom, #e2e2e2, #dedede);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#dedede', GradientType=0);
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'alwyn_new_rgbold';
    margin: 0 3px !important;
    padding: 1px 10px !important;
    color: #000;
}
.gallery-filters #filters li a.active,
.gallery-filters #filters li a:hover {
    background-color: #63e2ff;
    background-image: -moz-linear-gradient(top, #9aecff, #10d3ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9aecff), to(#10d3ff));
    background-image: -webkit-linear-gradient(top, #9aecff, #10d3ff);
    background-image: -o-linear-gradient(top, #9aecff, #10d3ff);
    background-image: linear-gradient(to bottom, #9aecff, #10d3ff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9aecff', endColorstr='#10d3ff', GradientType=0);
    border: 1px solid #009cdd;
}
.supperhero-gallery .superhero-gallery-item {
    margin-top: 20px;
}
#mycarousel .carousel-control {
    right: 10px !important;
}
.sh-typo h1,
.sh-typo h2,
.sh-typo h3,
.sh-typo h4,
.sh-typo h5,
.sh-typo h6 {
    font-family: 'open_sanslight';
    font-weight: normal;
    line-height: 1;
    padding: 0;
    color: #333;
}
.sh-bubble cite {
    bottom: -30px;
    display: block;
    height: 30px;
    line-height: 36px;
    position: absolute;
}
.sh-bubble cite span {
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    border-width: 15px !important;
}
.ltr .sp-bubble cite {
    left: 15px;
    padding-left: 40px;
}
.ltr .sp-bubble cite span {
    border-left-color: rgba(0, 0, 0, 0) !important;
    left: 0;
}
body .row {
    margin-left: -15px;
}
body #section-feature .row {
    margin: 0px;
}
body #section-feature .row .region {
    padding: 0px;
}
@media (min-width:993px) {
    body #section-user .payu-fp-block,
    body #section-user .payu-fp-last-block {
        margin-bottom: -75px !important;
        top: -75px;
    }
    
    body #section-user .payu-fp-block.block-fp3 .content .payu-fp-block-title,
    body #section-user .payu-fp-last-block.block-fp3 .content .payu-fp-block-title {
        padding: 0 10px;
    }
    
    body #section-user .payu-fp-block .content .payu-fp-block-title,
    body #section-user .payu-fp-last-block .content .payu-fp-block-title {
        padding: 0 25px;
    }
    
    body ul.payu-list8 {
        display: inline-block;
        padding: 0;
    }
    
    body ul.payu-list8 li {
        float: left;
        margin-left: 0px;
    }
    
    body ul.payu-list8 li.first {
        list-style: none;
    }
}
@media (max-width:992px) {
    body .superhero-mobile-menu-toggle {
        position: absolute;
        right: 5px;
        top: -58px;
    }
    
    body #section-header .container {
        width: auto;
    }
    
    body #section-header .site-logo {
        padding: 5px 0;
    }
    
    body #section-header .site-logo a {
        display: block;
        line-height: 60px;
    }
    
    body #section-header .region-menu {
        width: 100%;
    }
    
    body .superhero-dropdown {
        margin: 0px !important;
    }
    
    body .superhero-dropdown>ul.menu>li {
        float: inherit !important;
    }
    
    body #btn-abre-tu-cuenta {
        display: none;
    }
    
    body .menuBottom .content ul.menu {
        text-align: center;
    }
    
    body ul.payu-socials {
        text-align: center;
        float: none;
    }
    
    body .view-blog .blogCatInfo,
    body .jmCategoryBlogItem .blogCatInfo,
    body .view-blog .blogCatContent,
    body .jmCategoryBlogItem .blogCatContent {
        width: 100%;
    }
    
    body .view-blog .blogCatInfo .itemMeta-blog,
    body .jmCategoryBlogItem .blogCatInfo .itemMeta-blog,
    body .view-blog .blogCatContent .itemMeta-blog,
    body .jmCategoryBlogItem .blogCatContent .itemMeta-blog,
    body .view-blog .blogCatInfo .itemImg-blog,
    body .jmCategoryBlogItem .blogCatInfo .itemImg-blog,
    body .view-blog .blogCatContent .itemImg-blog,
    body .jmCategoryBlogItem .blogCatContent .itemImg-blog {
        width: 100%;
        margin-bottom: 20px;
    }
    
    body .view-blog .blogCatInfo .itemBody-blog,
    body .jmCategoryBlogItem .blogCatInfo .itemBody-blog,
    body .view-blog .blogCatContent .itemBody-blog,
    body .jmCategoryBlogItem .blogCatContent .itemBody-blog {
        padding: 0;
    }
}
@media (max-width:991px) {
    body .superhero-mobile-menu-toggle {
        position: absolute;
        right: 5px;
        top: -58px;
    }
    
    body.home-creative2 #section-postcontent .prefix {
        padding: 0 25px 0 70px;
    }
    
    body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
        padding: 30px 0;
    }
    
    body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
        width: 330px;
    }
    
    body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email .#edit-email {
        width: 100%;
    }
    
    body #section-footer .mail-support .content p {
        text-align: center !important;
    }
    
    body .payu-banner p.payu-content-style2,
    body .payu-section p.payu-content-style2 {
        line-height: 32px;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    
    body .payu-banner p.payu-content-style2 span.big-font,
    body .payu-section p.payu-content-style2 span.big-font {
        font-size: 30px;
    }
    
    body .menuBottom .content ul.menu li {
        margin: 4px 0px;
    }
    
    body ul.payu-socials {
        margin: 8px 0px;
    }
}
@media (min-width:769px) and (max-width:992px) {
    body .webform-client-form #webform-component-name {
        float: inherit;
        margin: 0;
        width: 100%;
    }
}
@media (max-width:768px) {
    body #section-bottom2 .region .block {
        padding: 20px 0px;
    }
    
    body .webform-client-form #webform-component-name {
        width: 100%;
        margin-bottom: 10px;
    }
    
    body .webform-client-form #edit-submitted-name,
    body .webform-client-form #edit-submitted-email {
        width: 150px;
    }
    
    body .sh-testimonial .bx-viewport {
        height: auto;
    }
    
    body .sh-testimonial .views-field-field-image {
        float: left;
        width: 40%;
    }
    
    body .sh-testimonial .views-field-field-job-title {
        float: left;
        width: 60%;
    }
    
    body #section-footer p {
        text-align: center !important;
    }
    
    body .payu-footer-images {
        text-align: center;
        margin: 0 auto;
    }
    
    body .payu-footer-images.payu-group {
        float: none;
    }
    
    body .payu-footer-images.pci-dss-compliant {
        float: none;
    }
}
@media (min-width:768px) {
    body.rtl .col-md-1,
    body.rtl .col-md-2,
    body.rtl .col-md-3,
    body.rtl .col-md-4,
    body.rtl .col-md-5,
    body.rtl .col-md-6,
    body.rtl .col-md-7,
    body.rtl .col-md-8,
    body.rtl .col-md-9,
    body.rtl .col-md-10,
    body.rtl .col-md-11,
    body.rtl .col-md-12 {
        float: right;
    }
    
    body #payu-main-slider {
        min-height: 480px;
    }
    
    body #payu-main-slider .payu-slider-bg {
        min-height: 480px;
    }
    
    body #payu-main-slider .payu-slider-container {
        margin-top: 40px;
    }
    
    body #payu-main-slider .payu-slider-container .payu-slider-content {
        text-align: left;
        max-width: 500px;
        margin-top: 30px;
    }
    
    body #payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-title {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    
    body #payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-title.special {
        line-height: 40px;
    }
    
    body #payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-text {
        font-size: 22px;
        margin-bottom: 40px;
    }
    
    body #payu-main-slider .payu-slider-container .payu-slider-content .payu-slider-btn {
        margin-bottom: 110px;
    }
    
    body .payu-curved-divider {
        margin: 0px 10% 20px;
    }
    
    body ol.payu-list4 {
        padding: 0px 0 0px 40px;
    }
    
    body ol.payu-list4>li {
        padding-left: 10px;
    }
    
    body ol.payu-list4>li:before {
        left: -40px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
}
@media (max-width:767px) {
    body #section-footer p {
        text-align: center !important;
    }
    
    body .portfolio-text {
        padding-top: 20px;
    }
    
    body .region-content-top-2 {
        width: 100%;
    }
    
    body.rtl .col-md-1,
    body.rtl .col-md-2,
    body.rtl .col-md-3,
    body.rtl .col-md-4,
    body.rtl .col-md-5,
    body.rtl .col-md-6,
    body.rtl .col-md-7,
    body.rtl .col-md-8,
    body.rtl .col-md-9,
    body.rtl .col-md-10,
    body.rtl .col-md-11,
    body.rtl .col-md-12 {
        float: inherit;
    }
    
    body.rtl #section-header .col-md-1,
    body.rtl #section-header .col-md-2,
    body.rtl #section-header .col-md-3,
    body.rtl #section-header .col-md-4,
    body.rtl #section-header .col-md-5,
    body.rtl #section-header .col-md-6,
    body.rtl #section-header .col-md-7,
    body.rtl #section-header .col-md-8,
    body.rtl #section-header .col-md-9,
    body.rtl #section-header .col-md-10,
    body.rtl #section-header .col-md-11,
    body.rtl #section-header .col-md-12 {
        float: right;
    }
    
    body.home-creative2 #section-user .region .block {
        margin-top: 30px;
    }
}
@media (max-width:640px) {
    body .jmCategoryBlogItem a.readMore {
        display: block;
        margin-bottom: 10px !important;
    }
    
    body .view-blog-categories .views-row {
        padding: 0px;
    }
    
    body.home-creative2 #section-postcontent .prefix {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    
    body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
        margin: 10px 0px 15px 0;
        max-width: 100%;
    }
    
    body .payu-banner p.payu-content-style2,
    body .payu-section p.payu-content-style2 {
        line-height: 20px;
        margin: 10px 0;
    }
    
    body .payu-banner p.payu-content-style2 span.big-font,
    body .payu-section p.payu-content-style2 span.big-font {
        font-size: 20px;
    }
}
@media (max-width:639px) {
    body #section-content .view-blog-categories .views-row,
    body .node-article-details .itemViewMeta,
    body .node-article-details .itemViewContent {
        width: 100%;
    }
    
    body .node-article {
        padding: 0px;
    }
    
    body .node-article-details .itemViewContent {
        padding: 0;
        margin-top: 20px;
    }
    
    body .view-display-id-page_1 .views-row {
        margin-bottom: 20px;
    }
    
    body .node-article-details {
        padding-top: 20px;
    }
}
@media (max-width:480px) {
    body #contact-site-form input[type="text"] {
        width: 100%;
    }
    
    body .view-team.view-display-id-block_3 .views-row {
        width: 100%;
    }
    
    body .viewTeam {
        padding: 20px 0px;
    }
    
    body .node-article-details h2.TitleCatItem {
        width: 100%;
    }
    
    body .node-article-details span.itemViewDate {
        margin-bottom: 15px;
    }
    
    body .webform-client-form #webform-component-name {
        width: 100%;
        margin-bottom: 12px;
    }
    
    body .webform-client-form #webform-component-name #edit-submitted-name {
        max-width: 200px;
        width: 200px;
    }
    
    body .webform-client-form #webform-component-email #edit-submitted-email {
        max-width: 200px;
        width: 200px;
    }
    
    body .superhero-portfolio #filters li {
        margin-bottom: 10px;
    }
    
    body #payu-main-slider .payu-slider-bg {
        background: none !important;
    }
}
@media (min-width:380px) {
    body .menuTop ul.menu {
        float: right;
    }
    
    body .menuTop ul.menu li a {
        padding: 4px 10px;
    }
    
    body .menuTop ul.menu li a:hover,
    body .menuTop ul.menu li a.active {
        background-color: #0b75ba;
        background-image: -moz-linear-gradient(top, #009cdd, #1c3a85);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009cdd), to(#1c3a85));
        background-image: -webkit-linear-gradient(top, #009cdd, #1c3a85);
        background-image: -o-linear-gradient(top, #009cdd, #1c3a85);
        background-image: linear-gradient(to bottom, #009cdd, #1c3a85);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#009cdd', endColorstr='#1c3a85', GradientType=0);
        color: #fff !important;
    }
    
    body .menuTop ul.menu li a.active:before {
        content: ' ';
        width: 20px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #1c3a85 transparent transparent transparent;
        position: absolute;
        margin-left: -10px;
        top: 90%;
        left: 50%;
    }
    
    body .menuTop ul.menu li a.active-trail.active {
        color: #fff !important;
    }
    
    body .menuTop ul.menu li:first-child a {
        padding-left: 10px;
    }
    
    body ul.payu-list3 {
        text-align: left;
        margin-right: -15px;
    }
    
    body ul.payu-list3 li {
        margin-right: 15px;
    }
    
    body ul.payu-list5 {
        text-align: left;
        margin-right: -15px;
    }
}
@media (min-width:360px) and (max-width:640px) {
    body #jm-pricingTables .jm-pricingItem {
        width: 50%;
        margin: 20px 0;
    }
}
@media (max-width:360px) {
    body .node-article-details span.itemViewDate {
        margin-bottom: 15px;
    }
    
    body .view-team .bx-wrapper .bx-viewport {
        margin: 20px 35px;
    }
    
    body #jm-pricingTables .jm-pricingItem {
        width: 100%;
        margin: 20px 0;
    }
    
    body.home-creative2 #section-postcontent #newsletter-subscribe-form {
        width: 100%;
    }
    
    body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
        width: 100%;
    }
    
    body.home-creative2 #section-postcontent .prefix {
        height: inherit;
        line-height: inherit;
    }
}
.paso1 {
    background-image: url(../images/uno.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso2 {
    background-image: url(../images/dos.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso3 {
    background-image: url(../images/tres.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso4 {
    background-image: url(../images/cuatro.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso5 {
    background-image: url(../images/cinco.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso6 {
    background-image: url(../images/seis.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso7 {
    background-image: url(../images/siete.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.paso8 {
    background-image: url(../images/ocho.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 10px;
}
.texto {
    font-family: 'alwyn_new_rgregular';
}
.note1 {
    width: 100%;
    font-size: 1em;
    background-color: #e8f9ff;
    text-align: left;
    padding: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-color: #7fdeff;
    border-width: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    overflow: hidden;
}

/*.note4 {
    position: relative;
    float: left;
    width: 60%;
    margin-bottom: 15px;
}
.note5 {
    background: none repeat scroll 0% 0% #E8F9FF;
    border: 1px solid #7FDEFF;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(156, 165, 181, 0.3);
    padding: 10px 8px;
    position: relative;
    width: 35%;
    float: right;
    color: #1C3F95;
}
.highlight-txt {
    background: none repeat scroll 0 0 #c4eeff;
    border-radius: 8px 8px 8px 8px;
    font-weight: normal !important;
    padding: 0 3px;
    color: #0077a9;
}
.string {
    font-family: Consolas,Monaco,Lucida Console;
    color: #219161;
}
.info-icon {
    background-image: url(../images/info_icon.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #1c3a85;
    font-size: 1.2em;
    height: 40px;
    padding-top: 6px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-top: 10px;
}
.icon-ars {
    background-image: url(../images/argentina.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #1c3a85;
    font-size: 1.2em;
    height: 40px;
    padding-top: 6px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-top: 10px;
}
#two-columns-column1 {
    float: left;
    width: 40%;
    padding-right: 3%;
}
#two-columns-column2 {
    float: left;
    width: 60%;
}*/
#two-columns-box {
    float: left;
    background-color: #eaeaea;
    width: 45%;
    height: 220px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 15px 15px 15px 15px;
    padding-left: 20px;
    padding-top: 20px;
}
#two-columns-box-border {
    float: left;
    width: 10%;
}
#four-columns-column1 {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 600;
}
#four-columns-column2 {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 600;
}
#four-columns-column3 {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 600;
}
#four-columns-column4 {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 600;
}
.five-columns {
    float: left;
    width: 20%;
    font-size: 16px;
    font-weight: 600;
}
.blue-circle {
    background-image: url(../images/blue-circle.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    width: 39px;
    height: 39px;
    padding-top: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

/*#grey-box, .grey-box {
    float: left;
    background-color: #eaeaea;
    border: 1px solid;
    border-color: #c5c5c5;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(border.htc);
    border-radius: 5px;
    padding: 20px;
}
#blue-box, .blue-box {
    float: left;
    background-color: #e8f6fc;
    border: 1px solid;
    border-color: #c1e2f0;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(border.htc);
    border-radius: 5px;
    padding: 20px;
}

#blue-box li {
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0px 0.4em;
    padding-left: 0.9em;
    margin-bottom: 0px;
}*/
#info-box {
    font-family: 'alwyn_new_rgregular';
    padding-left: 50px;
    padding-top: 11px;
    width: 100%;
    height: 60px;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #1c3a85;
    font-weight: bold;
}
#three-columns-column1 {
    float: left;
    width: 35%;
    padding-right: 2%;
}

/*#three-columns-column1 .number {
    font-size: 1.85em;
    color: #009cdd;
    font-weight: bold;
}*/
#three-columns-column2 {
    float: left;
    width: 5%;
}
#three-columns-column3 {
    float: left;
    width: 65%;
    padding-bottom: 3%;
}
#white-box {
    float: left;
    background-color: #f4f4f4;
    width: 30%;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 10px 10px 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-color: #b1b1b1;
    border-style: solid;
    border-width: 1px;
}
#white-box-row1 {
    width: 100%;
    height: 110px;
}
#white-box-row2 {
    width: 100%;
    height: 150px;
}
#white-box-row3 {
    width: 100%;
    height: 50px;
}
#white-box-empty {
    float: left;
    width: 30%;
    height: 440px;
}
#white-box-margin {
    float: left;
    width: 5%;
}
#community-box {
    font-family: 'alwyn_new_rgregular';
    padding-left: 200px;
    width: 100%;
    height: 120px;
    background-image: url(../images/community.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #1c3a85;
    font-weight: bold;
}
#home-row-1 {
    float: left;
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*.blue-text-alwyn-16 {
    font-family: 'alwyn_new_rgregular';
    font-size: 16px;
    line-height: 20px;
    color: #1c3a85;
    font-weight: bold;
}
.blue-text-16 {
    font-size: 16px;
    line-height: 20px;
    color: #1c3a85;
    font-weight: bold;
}
.grey-text-13 {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: normal;
}*/
.news-title {
    font-size: 16px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 600;
}
.news-text {
    font-size: 13px;
    line-height: 18px;
    color: #5c5c5c;
    font-weight: 400;
}
.blue-link {
    font-size: 16px;
    line-height: 18px;
    color: #009cdd;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline !important;
}
.news-calendar {
    width: 80%;
    background-image: url(/images/calendar-green.png);
    background-repeat: no-repeat;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
}
.news-arrow {
    display: block;
    float: right;
}
.grey-text-alwyn-13 {
    font-family: 'alwyn_new_rgregular';
    font-size: 18px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: normal;
}
.white-text-alwyn-13 {
    font-family: 'alwyn_new_rgregular';
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}

/*.certified{
    font-family: 'alwyn_new_rgregular';
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal;
}
.certified-big{
    font-family: 'alwyn_new_rgregular';
    font-size: 40px;
    line-height: 36px;
    color: #ffffff;
    font-weight: normal;
}
.certified-text{
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 300;
}
.blue-text-13 {
    font-size: 14px;
    line-height: 20px;
    color: #1c3a85;
    font-weight: normal;
}*/
.conoce-mas-button {
    width: 130px;
    height: 36px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    background: -webkit-linear-gradient(top, #7bcbe1, #01b9db, #0094d0);
    background: -o-linear-gradient(top, #7bcbe1, #01b9db, #0094d0);
    background: -moz-linear-gradient(top, #7bcbe1, #01b9db, #0094d0);
    background: linear-gradient(top, #7bcbe1, #01b9db, #0094d0);
    box-shadow: 2px 2px 5px 0px #D2D2D2;
    display: block;
}
.conoce-mas-button:hover {
    color: #fff;
    background: -webkit-linear-gradient(top, #a3c515, #5fa300, #3f7b00);
    background: -o-linear-gradient(top, #a3c515, #5fa300, #3f7b00);
    background: -moz-linear-gradient(top, #a3c515, #5fa300, #3f7b00);
    background: linear-gradient(top, #a3c515, #5fa300, #3f7b00);
}

/*.subtitle-page {
    font-size: 25px;
    line-height: 28px;
    color: #1c3a85;
    font-weight: 500;
}
.subtitle-page2 {
    font-size: 20px;
    color: #5c5c5c;
    font-weight: 600;
}a.payu-btn.payu-btn-blue*/
.subtitle-ad {
    font-size: 20px;
    line-height: 22px;
    color: #1c3a85;
    font-weight: 600;
}

/*.subtitle-page-alwyn {
    font-family: 'alwyn_new_rgregular';
    font-size: 26px;
    line-height: 24px;
    color: #1c3a85;
    font-weight: 500;
}
.subtitle-page-alwyn-white {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.subtitle-page-alwyn-grey {
    font-family: 'alwyn_new_rgregular';
    font-size: 26px;
    line-height: 22px;
    color: #343434;
    font-weight: 600;
}
.subtitle-page-calendar {
    font-family: 'alwyn_new_rgregular';
    font-size: 24px;
    line-height: 26px;
    color: #1c3a85;
    font-weight: normal;
}
.bullet-box {
    list-style-image: url(../images/bullet.png);
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}*/
.frame-community {
    float: left;
    background-color: #f4f4f4;
    width: 100%;
    height: 700px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 10px 10px 10px 10px;
    border-color: #b1b1b1;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}
.frame-support {
    float: left;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.hr-home {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    width: 100%;
}
#home-link {
    float: left;
    width: 90%;
    height: 25px;
    border-bottom: solid 1px #b1b1b1;
    padding-left: 20px;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    font-size: 13px;
    color: #828282;
}
#home-link-2 {
    float: left;
    width: 10%;
    height: 25px;
    border-bottom: solid 1px #b1b1b1;
}
#home-events {
    float: left;
    width: 100%;
    height: 50px;
    padding-left: 52px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    font-family: 'alwyn_new_rgregular';
    font-size: 22px;
    line-height: 24px;
    color: #1c3a85;
}
#home-one-column {
    float: left;
    width: 100%;
}
#home-two-columns {
    float: left;
    padding-right: 30px;
    padding-top: 20px;
    width: 50%;
}
#home-two-columns-1 {
    float: left;
    width: 70%;
}
#home-two-columns-2 {
    float: left;
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 400px;
    box-shadow: 3px 2px 5px #545454;
}
#home-two-columns-2b {
    float: left;
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0em 0em 0.5em 0.5em;
    box-shadow: 3px 3px 5px #b3b3b3;
}
#home-three-columns {
    float: left;
    width: 33.33%;
}

/*div.ui-tabs-panel {
    border-radius: 5px;
    display: block;
    padding: 1em 1.4em;
    background-color: #EDF2F2!important;
    border: solid 1px!important;
    border-color: #7d7d7d;
}
.ui-widget-content .ui-widget-content>div.ui-tabs-panel {
    background-color: #e7e7e7!important;
    border: none!important;
}
.ui-widget-content .ui-widget-content>div.ui-tabs-panel pre {
    background-color: #ffffff;
}
div.ui-widget-content {
    border: none;
}
.squelch-taas-override.squelch-taas-tab-group.ui-widget-content {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #5C5C5C!important;
}
.highlight-txt {
    font-style: italic;
    font-weight: 600;
    background: none repeat scroll 0px 0px #a2cff0;
    border-radius: 8px;
    font-weight: normal;
    padding: 0px 3px;
    color: #1c3a85;
}
.highlight-txt2 {
    font-style: italic;
    font-weight: 700;
    color: #1c3a85;
}*/

/*.ui-widget-content a:link {
    color: #009cdd;
}
.ui-widget-content a:visited {
    color: #009cdd;
}
.ui-widget-content a:hover {
    color: #009cdd;
    text-decoration: underline;
}*/
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-state-default a:link {
    background: background: #FFFFFF;
}
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-state-default a:hover {
    background: background: #FFFFFF;
}
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-state-default.ui-state-active a {
    text-shadow: 1px 1px 1px #6f6f6f;
    background: #00AEBA;
}
.ui-state-default,
.ui-widget-content .ui-state-default.ui-accordion-header,
.ui-widget-header .ui-state-default.ui-accordion-header {
    background: #00AEBA;
}

/*.ui-state-default.ui-accordion-header {
    background: #00AEBA;
}
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-accordion-header.ui-state-default a:link {
    color: #ffffff;
    display: block;
    background: url(../images/bar-arrow-link.png) no-repeat center right;
    padding: 0.5em;
}
.ui-state-default.ui-accordion-header a:link {
    color: #ffffff;
    display: block;
    background: url(../images/bar-arrow-link.png) no-repeat center right;
    padding: 0.5em;
}
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-accordion-header.ui-state-default a:hover {
    color: #009cdd;
    display: block;
    background: url(../images/bar-arrow-hover.png) no-repeat center right;
    padding: 0.5em;
}
.ui-state-default.ui-accordion-header a:hover {
    color: #009cdd;
    display: block;
    background: url(../images/bar-arrow-hover.png) no-repeat center right;
    padding: 0.5em;
}
.squelch-taas-override.squelch-taas-tab-group.ui-tabs .ui-accordion-header.ui-state-active a:link {
    color: #ffffff;
    display: block;
    background: url(../images/bar-arrow.png) no-repeat center right;
    padding: 0.5em;
}
.ui-state-active.ui-accordion-header a:link {
    color: #ffffff;
    display: block;
    background: url(../images/bar-arrow.png) no-repeat center right;
    padding: 0.5em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -10px;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    background: url(../images/table-icon-active.png) no-repeat center;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    background: url(../images/table-icon-active.png) no-repeat center;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}*/
.squelch-taas-toggle .squelch-taas-toggle-shortcode-content,
.squelch-taas-accordion .ui-accordion-content {
    margin: 0 0 2px 0;
    padding: 5px !important;
    border-top: 0;
}
.squelch-taas-override.squelch-taas-accordion .ui-accordion-header {
    background-color: #1c3a85;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav li {
    font-size: 16px;
}
#page-menu-column1 {
    float: left;
    width: 25%;
    background-color: #f5f5f5;
}
.number {
    font-size: 25px;
    color: #009cdd;
    font-weight: bold;
}
.list-arrow ul {
    padding: 0px;
}

/*.list-arrow> ul li {
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0px 0.4em;
    padding-left: 0.9em;
    margin-bottom: 0px;
}
#page-menu-column2 {
    float: left;
    width: 75%;
    padding-left: 20px;
    background-color: #ffffff;
}
.lateral-menu {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 55px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    display: block;
}
.lateral-menu:hover {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 55px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    background-color: #00AEBA;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
.lateral-menu.pagos {
    background-image: url(../images/cart-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.pagos:hover {
    background-image: url(../images/cart-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.consultas {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.consultas:hover {
    background-image: url(../images/search-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.cancel {
    background-image: url(../images/cancel-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.cancel:hover {
    background-image: url(../images/cancel-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.tokenizacion {
    background-image: url(../images/token-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.tokenizacion:hover {
    background-image: url(../images/token-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.recurring {
    background-image: url(../images/recurring-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.recurring:hover {
    background-image: url(../images/recurring-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.pruebas {
    background-image: url(../images/test-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.pruebas:hover {
    background-image: url(../images/test-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.tablas {
    background-image: url(../images/table-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.tablas:hover {
    background-image: url(../images/table-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.info {
    background-image: url(../images/info-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.info:hover {
    background-image: url(../images/info-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.intro {
    background-image: url(../images/intro-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.intro:hover {
    background-image: url(../images/intro-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.check {
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.check:hover {
    background-image: url(../images/check-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.money {
    background-image: url(../images/money-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.money:hover {
    background-image: url(../images/money-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.transfer {
    background-image: url(../images/transfer-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.transfer:hover {
    background-image: url(../images/transfer-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.stats {
    background-image: url(../images/stats-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.stats:hover {
    background-image: url(../images/stats-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.data  {
    background-image: url(../images/data-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.data:hover {
    background-image: url(../images/data-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.lateral-menu.gear  {
    background-image: url(../images/gear-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}
.lateral-menu.gear:hover {
    background-image: url(../images/gear-icon-active.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    color: #fff;
}
.box-carrito {
    width: 150px;
    height: 60px;
}
.box-carrito:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}*/
.box-plugin {
    width: 150px;
    height: 60px;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.bullet-check-box {
    padding-left: 30px;
    width: 100%;
    background-image: url(/images/checkbullet.png);
    background-repeat: no-repeat;
    color: #fff;
}
.calendar-box {
    padding-left: 51px;
    width: 100%;
    background-image: url(/images/calendar.png);
    background-repeat: no-repeat;
    color: #fff;
}
.adicionales-box {
    float: left;
    background-color: #f4f4f4;
    width: 29%;
    text-align: center;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 10px 10px 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #ffffff solid 1px;
    margin-right: 3%;
    background: -webkit-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    box-shadow: 0px 0px 10px 2px #dbdbdb inset;
}
.adicionales-box-margin {
    float: left;
    width: 3%;
}
.adicionales-box-row {
    width: 100%;
    height: 110px;
}
.adicionales-title {
    font-weight: 600;
    color: #1c3a85;
    font-size: 16px;
}
.arrow-box {
    padding-left: 20px;
    width: 100%;
    background-image: url(/images/arrow-icon.png);
    background-repeat: no-repeat;
}
.button-home {
    width: 221px;
    height: 64px;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 15px;
}
div.button-home a {
    background-color: #f4f4f4;
    width: 221px;
    text-align: center;
    border: 2px solid #fff;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 10px;
    border-color: #ffffff solid 1px;
    margin-right: 3%;
    background: -webkit-linear-gradient(top, #ffffff, #f1f1f1, #cecece);
    background: -o-linear-gradient(top, #ffffff, #f1f1f1, #cecece);
    background: -moz-linear-gradient(top, #ffffff, #f1f1f1, #cecece);
    background: linear-gradient(top, #ffffff, #f1f1f1, #cecece);
    box-shadow: 0px 0px 10px 2px #dbdbdb inset;
    display: block;
}
div.button-home a:hover {
    background-color: #f4f4f4;
    width: 221px;
    text-align: center;
    border: 2px solid #fff;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    behavior: url(border.htc);
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 10px;
    border-color: #ffffff solid 1px;
    margin-right: 3%;
    background: -webkit-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    background: linear-gradient(top, #ffffff, #ffffff, #eeeeee);
    box-shadow: 0px 0px 10px 2px #dbdbdb inset;
    display: block;
}

/*.Table1 tr:first-child td {
    background: -moz-linear-gradient(center top , #1C3F95 5%, #113180 100%) repeat scroll 0% 0% #1C3F95;
    border-style: solid;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #FFF;
}*/

/*.row-img{
    display:block;
    float: left;
    width: 100%;
    padding-bottom:15px;
}
.row-img p{
    display:block;
    width: 35%;
    padding-right: 3%;
    float:left;
}
.row-img img {
    display:block;
    max-width: 60%;
    float: left;
}
div.row-image {
    display: block;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
div.row-image img {
    margin: auto; 
    padding: 3px;
}
.credit-card {
    background-image: url(../images/credit-card.png);
    background-repeat: no-repeat;
    padding-left: 120px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #1c3a85;
    font-weight: 500;
}
.cash {
    background-image: url(../images/cash.png);
    background-repeat: no-repeat;
    padding-left: 120px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #1c3a85;
    font-weight: 500;
}
.bank-transfer {
    background-image: url(../images/bank-transfer.png);
    background-repeat: no-repeat;
    padding-left: 120px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #1c3a85;
    font-weight: 500;
}*/
.scroll-box {
    width: 690px;
    height: inherit;
    overflow: scroll;
    overflow-y: hidden;
}
nav.nav-single {
    display: block;
    margin: auto;
    padding-bottom: 1.5em;
}

/**
* **************** Estilos pagina de reembolsos
*/
img.pc_capture {
    border-radius: 10px;
    border: solid 1.5px;
    border-color: #8DBB25;
}

/**
* **************** Estilos calculadora de firma digital
**/
.form_control {
    height: 38px !important;
    font-size: 12px !important;
}
#signature_algorithm {
    max-width: 18%;
}
#signature_algorithm_response_page {
    max-width: 18%;
}
#signature_algorithm_confirmation_page {
    max-width: 18%;
}
#signature_apikey {
    width: 28%;
}
#signature_apikey_response_page {
    width: 28%;
}
#signature_apikey_confirmation_page {
    width: 28%;
}
#signature_merchanId {
    width: 12%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_merchanId_response_page {
    width: 12%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_merchanId_confirmation_page {
    width: 12%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_referenceCode {
    width: 11%;
}
#signature_referenceCode_response_page {
    width: 11%;
}
#signature_referenceCode_confirmation_page {
    width: 11%;
}
#signature_amount {
    width: 11%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_amount_response_page {
    width: 11%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_amount_confirmation_page {
    width: 11%;
    color: #000 !important;
    font-weight: 100 !important;
    letter-spacing: 0em !important;
}
#signature_currency {
    max-width: 11%;
}
#signature_currency_response_page {
    max-width: 11%;
}
#signature_currency_confirmation_page {
    max-width: 11%;
}
#signature_generated {
    padding: 9px 12px;
    width: 70%;
    margin-left: 1.5%;
}
#signature_generated_response_page {
    padding: 9px 12px;
    width: 70%;
    margin-left: 1.5%;
}
#signature_generated_confirmation_page {
    padding: 9px 12px;
    width: 70%;
    margin-left: 1.5%;
}
#signature_transaction_state_response_page {
    max-width: 15%;
}
#signature_state_pol_confirmation_page {
    max-width: 15%;
}
.calc_text {
    font-size: 21px;
    vertical-align: sub;
}
.calc_selector {
    background-image: url(../images/calc-selector-arrow.png) !important;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    text-indent: 4px;
    text-overflow: "";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-top: 1px !important;
    box-shadow: none;
}
#signature_generate {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_response_page {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_confirmation_page {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_again {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_again_response_page {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_again_confirmation_page {
    background: #A6C307;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: left;
    color: white;
    min-width: 120px;
    padding: 7px 30px;
    border: solid;
}
#signature_generate_again {
    visibility: hidden;
}
#signature_generate_again_response_page {
    visibility: hidden;
}
#signature_generate_again_confirmation_page {
    visibility: hidden;
}
#signature_generate:hover {
    background: #438f29;
    color: white;
}
#signature_generate_response_page:hover {
    background: #438f29;
    color: white;
}
#signature_generate_confirmation_page:hover {
    background: #438f29;
    color: white;
}
#signature_generate_again:hover {
    background: #438f29;
    color: white;
}
#signature_generate_again_response_page:hover {
    background: #438f29;
    color: white;
}
#signature_generate_again_confirmation_page:hover {
    background: #438f29;
    color: white;
}
.fondoheader {
    background-color: #434041;
}