/*=============== FONT ===================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');


/*=============== GENERAL STYLING ===================*/
::-moz-selection{
    background: #e42524;
    color: #FFF;
 }
::selection{ 
    background: #e42524;
    color: #FFF;
}
html{
    font-size: 10px;
}
body{
    background-color: #FFF;
    color: #595b62;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
body.open-menu,
body.open-categories{
    overflow: hidden;
}
p,
span,
strong,
input,
textarea,
th, td,
ul li ,ul li a,
ol li,ol li a,
.alert{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
}
strong{
    font-weight: 700;
}
span > strong,
p > strong{
    font-size: inherit;
    color: inherit;
}
p{
    margin-bottom: 1.5rem;
}
a{
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
    color: #e42524;
}
input{
    outline: none !important;
    box-shadow: none !important;
}
.text-green{
    color: #75a434 !important;
}
.text-primary{
    color: #e42524 !important;
}
h1,
.h1{
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}
h2,
.h2{
    margin: 2rem 0;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}
h3,
.h3{
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}
h1 span,.h1 span,h2 span,.h2 span,h3 span,.h3 span{
    font: inherit;
    color: inherit;
    line-height: inherit;
}
img{
    max-width: 100%;
}
@media (min-width: 992px){
    .container {
        width: 920px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}
@media (min-width: 1366px){
    .container {
        width: 1230px;
    }
}


@media (max-width: 1365px) {
    html{
        font-size: 9px;
    }
}
@media (max-width: 1199px) {
    html{
        font-size: 8px;
    }
}
@media (max-width: 991px) {
    html{
        font-size: 7px;
    }
}
@media (max-width: 767px) {
    html{
        font-size: 8.5px;
    }
    p,
    span,
    strong,
    input,
    ul li ,ul li a,
    ol li,ol li a,
    .alert{
        font-size: 1.7rem;
    }
}
@media (max-width: 480px) {
    html{
        font-size: 7.5px;
    }
}
@media (max-width: 320px) {
    html{
        font-size: 6.2px;
    }
}




/*=============== CORE EXTRAS STYLES ===================*/
.container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.row.row-extrawide{
    margin: 0 -3rem;
}
.row.row-extrawide > div[class^="col-"],
.row.row-extrawide > .table-row > div[class^="col-"]{
    padding-left: 3rem;
    padding-right: 3rem;
}
.row.row-wide{
    margin: 0 -2rem;
}
.row.row-wide > div[class^="col-"],
.row.row-wide > .table-row > div[class^="col-"]{
    padding-left: 2rem;
    padding-right: 2rem;
}
.row{
    margin: 0 -1.5rem;
}
.row > div[class^="col-"],
.row > .table-row > div[class^="col-"]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.row.row-tiny{
    margin: 0 -1rem;
}
.row.row-tiny > div[class^="col-"],
.row.row-tiny > .table-row > div[class^="col-"]{
    padding-left: 1rem;
    padding-right: 1rem;
}
.row.row-extratiny{
    margin: 0 -0.5rem;
}
.row.row-extratiny > div[class^="col-"],
.row.row-extratiny > .table-row > div[class^="col-"]{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.row.row-connected{
    margin: 0;
}
.row.row-connected > div[class^="col-"],
.row.row-connected > .table-row > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 1200px){
    .table-container.active-to-lg {
      display: table;
      width: 100%;
    }
    .table-container.active-to-lg .table-row {
      height: 100%;
      display: table-row;
    }
    .table-container.active-to-lg .table-col {
      display: table-cell;
      float: none;
    }
}
@media (min-width: 992px){
    .table-container.active-to-md {
      display: table;
      width: 100%;
    }
    .table-container.active-to-md .table-row {
      height: 100%;
      display: table-row;
    }
    .table-container.active-to-md .table-col {
      display: table-cell;
      float: none;
    }
}
@media (min-width: 768px){
    .table-container.active-to-sm {
      display: table;
      width: 100%;
    }
    .table-container.active-to-sm .table-row {
      height: 100%;
      display: table-row;
    }
    .table-container.active-to-sm .table-col {
      display: table-cell;
      float: none;
    }
}
@media (max-width: 767px){
    .table-container.active-from-sm {
      display: table;
      width: 100%;
    }
    .table-container.active-from-sm .table-row {
      height: 100%;
      display: table-row;
    }
    .table-container.active-from-sm .table-col {
      display: table-cell;
      float: none;
    }
}
@media (min-width: 480px){
    .table-container.active-to-xs {
      display: table;
      width: 100%;
    }
    .table-container.active-to-xs .table-row {
      height: 100%;
      display: table-row;
    }
    .table-container.active-to-xs .table-col {
      display: table-cell;
      float: none;
    }
}

.table-container.active-all {
  display: table;
  width: 100%;
}
.table-container.active-all .table-row {
  height: 100%;
  display: table-row;
}
.table-container.active-all .table-col {
  display: table-cell;
  float: none;
}

.v-top{
    vertical-align: top;
}
.v-middle{
    vertical-align: middle;
}
.v-bottom{
    vertical-align: bottom;
}



.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    position: relative;
}

@media (max-width: 480px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }
    .col-xxs-1 {
        width: 8.333333333333332%;
    }
    .col-xxs-2 {
        width: 16.666666666666664%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-4 {
        width: 33.33333333333333%;
    }
    .col-xxs-5 {
        width: 41.66666666666667%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-7 {
        width: 58.333333333333336%;
    }
    .col-xxs-8 {
        width: 66.66666666666666%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-10 {
        width: 83.33333333333334%;
    }
    .col-xxs-11 {
        width: 91.66666666666666%;
    }
    .col-xxs-12 {
        width: 100%;
    }
}    

.table-responsive{
    border: none;
}
table{
    text-align: left;
}
table th{
    padding: 2rem 1rem !important;
    line-height: 1.15 !important;
    background-color: #f3f5f8;
    color: #000;
    font-weight: 600;
}
table td{
    padding: 2rem 1rem !important;
    line-height: 1.15 !important;
    background-color: #fff;
    color: #605e64;
    vertical-align: middle !important;
}
table td strong{
    line-height: inherit;
}
table td .btn{
    border-radius: 50%;
    padding: 0;
    width: 4rem;
}
table td .btn.btn-sm{
    width: 2.8rem;
}
table tr:nth-child(even) td{
    background-color: #fcfcfc;
}

/*=============== NAV TABS ===================*/
.nav-tabs{
    margin: 2rem 0;
    border-color: rgb(211,0,0);
}
.nav-tabs li{
    margin: 0;
}
.nav-tabs li a{
    padding: 1rem 1.5rem;
    border-radius: 0;
    font-weight: 700;
    border: none !important;
    margin: 0;
}
.nav-tabs li.active a{
    color: #FFF !important;
    background: rgb(211,0,0);
    background: -moz-linear-gradient(top, rgba(211,0,0,1) 0%, rgba(184,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(211,0,0,1) 0%,rgba(184,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(211,0,0,1) 0%,rgba(184,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#b80000',GradientType=0 );
}
@media (max-width: 767px) {
    .nav-tabs li a{
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .nav-tabs li a{
        padding: 1rem;
        font-size: 1.4rem;
    }
}

/*=============== BUTTONS ===================*/
.btn{
    height: 4rem;
    padding: 0 1.5rem;
    line-height: 4rem;
    border-radius: 0.5rem;
    background-color: #035993;
    border: none;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s;
}
.btn:hover,
.btn:focus,
.btn:active{
    background-color: #0069b0;
    color: #FFF;
}
.btn-primary{
    background: rgb(0,204,255);
    background: -moz-linear-gradient(top, rgba(0,204,255,1) 0%, rgba(0,140,207,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,204,255,1) 0%,rgba(0,140,207,1) 100%);
    background: linear-gradient(to bottom, rgba(0,204,255,1) 0%,rgba(0,140,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#b80000',GradientType=0 );
}
.btn-primary i{
    color: #930000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: rgb(0,105,175);
    background: -moz-linear-gradient(top, rgba(0,105,175,1) 0%, rgba(0,140,207,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,105,175,1) 0%,rgba(0,140,207,1) 100%);
    background: linear-gradient(to bottom, rgba(0,105,175,1) 0%,rgba(0,140,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#b80000',GradientType=0 );
    color: #FFF;
}

.btn-default{
    line-height: calc(4rem - 4px);
    border: 2px solid #D0D0D3;
    color: #000;
    background-color: #FFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    background-color: #FFF;
    border-color: #e42524;
    color: #000;
}

.btn.btn-wide{
    padding: 0 5rem;
}
.btn.btn-narrow{
    padding: 0 1rem;
}
.btn.btn-block{
    width: 100%;
    padding: 0;
}
.btn.btn-lg{
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 2rem;
}
.btn-default.btn-lg{
    line-height: calc(5.5rem - 4px);
}
.btn.btn-sm{
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
}
.btn-default.btn-sm{
    line-height: calc(2.8rem - 4px);
}

.btn span,
.btn i{
    font: inherit;
    color: inherit;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}
.btn span + i{
    margin-right: -0.5rem;
}

@media (max-width: 767px) {
    
}


.alert{
    padding: 1.5rem;
    margin-bottom: 2rem;
}


/*=============== BREADCRUMBS ===================*/
.breadcrumbs{
    display: block;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
.breadcrumbs li{
    display: inline-block;
    line-height: 1.6rem;
}
.breadcrumbs li:after{
    content: "|";
    display: inline-block;
    font-size: 1.2rem;
    color: #a0a0a0;
    margin-left: 4px;
    vertical-align: top;
}
.breadcrumbs li:last-child:after{
    display: none;
}
.breadcrumbs li a{
    font-size: 1.2rem;
    color: #a0a0a0;
}
.breadcrumbs li:last-child a{
    font-weight: 600;
    color: #000;
}




/*=============== PAGER ===================*/
.pager{
    margin-bottom: 2rem 0;
}
.pager .btn{
    height: 3.6rem;
    line-height: 3.6rem;
    width: 3.6rem;
    padding: 0;
}
.pager .pagination{
    vertical-align: middle;
    margin: 0;
}
.pager .pagination input{
    width: 3.6rem;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
.pager .pagination span{
    display: inline-block;
    font-size: 1.2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 0.5rem;
    vertical-align: top;
}


/*=============== LISTS ===================*/

/*article list*/
.content article ul{
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}
.content article ul li{
    padding-left: 2rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    position: relative;
}
.content article ul li:after{
    content: "\F142";
    font-family: "Material Design Icons";
    color: #e42524;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {

}
@media (max-width: 480px){
 
}




/*=============== FORMS ===================*/
.form-control{
    height: 3.6rem;
    line-height: calc(3.6rem - 2px);
    padding: 0 1rem;
    border-radius: 0.5rem;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    font-size: 1.4rem;
    color: #000;
    transition: all 0.3s;
    box-shadow: none !important;
}
.form-control:focus{
    border-color: #c81817 !important;
}
.form-group{
    margin-bottom: 1.5rem;
}
textarea.form-control{
    min-height: 15rem;
}
.captcha-control{
    height: 3.6rem;
    line-height: calc(3.6rem - 2px);
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    transition: all 0.3s;
    display: inline-block;
    background-color: #eeeeee;
}

/*=============== TOOLTIPS ===================*/
.tooltip{
    filter: drop-shadow(0 0 5px rgba(123,31,178,0.3));
}
.tooltip.in{
    opacity: 1;
}
.tooltip.top {
    padding: 12px 0;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #FFF;
    margin-left: -2.2rem;
    border-width: 2.2rem 2.2rem 0;
}
.tooltip-inner{
    min-width: 12rem;
    max-width: 25rem;
    padding: 1.3rem;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    border-radius: 6px;
}

.popover{
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.1;
}
.popover-content{
    padding: 1rem 1.2rem;
}