a{
    background: transparent;
    color: #424242;
}
a:hover{
    color: #000000;
}
a:focus{
    outline: none;
    color: #000000;
}
p a:not(.btn){
    background: transparent;
    color: #424242;
    text-decoration: underline;
}
.btn {
    border-radius: 0;
    border: none;
}
.btn-default {
    background-color: #eee;
    color: #424242;
    font-weight: 700;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    background-color: #000;
    color: #fff;
}
.btn-primary {
    background-color: #FF8E00 !important;
    color: #fff;
    font-weight: 700;
    border-color: #FF8E00 !important;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out !important;

}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
    background-color: #CD7200 !important;
    color: #fff;
    border-color: #CD7200 !important;
}

.alert {
    border-radius: 0;
    border: none;
}
.alert-info {
    background-color: #E1E6E8;
}
.form-control {
    border-radius: 0;
}
.label {
  font-family: Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
table{
    margin: 30px 0;
}
table caption{
    background: #C13832;
    padding: 8px;
    border-top: 1px solid #992C28;
    border-left: 1px solid #992C28;
    border-right: 1px solid #992C28;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: none !important;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #B3B3B3 !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FOOTER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.main-footer {
    padding: 30px 0;
    color: #f5f5f5;
    background-color: #1D1D1D;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.main-footer a{
    color: #fff;
}
.main-footer h4{
    background: transparent;
    color: #fff;
    padding-bottom: 10px;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.main-footer p{
    background: transparent;
    color: rgba(255,255,255,1);
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.main-footer p span,
.main-footer p address{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}
.main-footer hr{
    border-top: 1px solid rgba(255,255,255,0.2);
}
form > .form-group:last-child {
    margin-bottom: 0;
}
label.required:after {
    content: ' *';
    color: #f00;
}
label.error {
    font-weight: normal;
    color: #c00;
}
.required-fields {
    color: #f00;
}
.panel-body > .required-fields:last-child {
    margin-bottom: 0;
}

.paginator-wrapper {
    margin-top: 15px;
}
.paginator-jump {
    display: none;
}
.paginator {
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #eee;
    text-decoration: none;
    background-color: #FFA534;
    font-weight: 700;
    border: none;
    margin-right: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-right: 0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled>a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #FF8F00;
    border-color: #FF8F00;
}
/* -----------------MASCARA DE IMAGEN ----------------------------------------*/
img.pull-left{
    margin-right: 30px;
}

img.pull-right{
    margin-left: 30px;
}
.img-full {
    position: relative;
    overflow: hidden;
}
.img-full-x2 {
    padding-bottom: 20%;
    max-height: 230px;
}
.img-full-x2 > .img-full-inner {
    position: absolute;
    top: 0;
    left: 0;
}
.img-full-inner > img {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
.img-mask {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.img-mask-16x9{
    padding-bottom: 56.25%;
}
.img-mask-4x3{
    padding-bottom: 75%;
}
.img-mask-1x1{
    padding-bottom: 99.9%;
}
.img-mask img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
}
.img-mask-cover img {
    height: 100%;
    width: auto;
}

/*------------------------------------------------------ CONTENIDOS DINAMICOS -----------------------------------------------------------*/

.cda {
    font-size: 18px;
    line-height: 1.5;
}

.cda h2,
.cda h3,
.cda h4,
.cda h5{
    margin: 15px 0;
}

.cda p {
    margin-bottom: 20px;
}

.cda p,
.cda ul li,
.cda ol li{
    text-align: left;
}

.cda .label-default{
    text-shadow: none;
}

.cda .img-mask-16x9{
    margin-bottom: 30px;
}

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

.cda .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.cda * html .cf { zoom: 1; }
.cda *:first-child+html .cf { zoom: 1; }
.cda table { width: 100%; border-collapse: collapse; border-spacing: 0; }

.cda th,
.cda td { margin: 0; vertical-align: top; }
.cda th { text-align: left; }
.cda table { display: block; position: relative; width: 100%; }
.cda thead { display: block; float: left; }
.cda tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.cda thead tr { display: block; }
.cda th { display: block; text-align: right; }
.cda tbody tr { display: inline-block; vertical-align: top; }
.cda td { display: block; min-height: 1.25em; text-align: left; }

.cda th { border-bottom: 0; border-left: 0; }
.cda td { border-left: 0; border-right: 0; border-bottom: 0; }
.cda tbody tr { border-left: 1px solid #babcbf; }
.cda th:last-child,
.cda td:last-child { border-bottom: 1px solid #babcbf; }
}


/* ------------------------- FLEX --------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-row {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.flex-column {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap
}
.flex-align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* ------------------------ /FLEX --------------------------------------------*/
