
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    -webkit-transition: all  150ms ease-in-out;
    -moz-transition: all  150ms ease-in-out;
    -ms-transition: all  150ms ease-in-out;
    -o-transition: all  150ms ease-in-out;
    transition: all  150ms ease-in-out;
    color: #545454;
}
a:hover, a:focus {
    color: #d8492c;
    text-decoration: none;
}

.text-green{
    color: #545454;
}
.text-red{
    color: #bd1b21;
}
.btn-green{
    color: #545454;
    background-color: #fff;
    border: 2px solid #545454;
    padding:5px 12px;
}
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green:hover{
    color: #fff;
    background-color: #545454;
    border: 2px solid #545454;
}
.btn-gray{
    color: #525252;
    background-color: #fff;
    border: 2px solid #525252;
    padding:5px 12px;
}
.btn-gray:focus, .btn-gray:active, .btn-gray:hover{
    color: #fff;
    background-color: #525252;
    border: 2px solid #525252;
}
ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
input, button{
    border-radius: 0 !important;
}
.pdd-10{
    padding-right: 10px;
    padding-left: 10px;
}
.row-5{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-10{
    clear: both;
    height: 10px;
    width: 100%;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}
.pdd-0{
    padding: 0 !important;
}
.red{
    color: red !important;
}
.green{
    color: green;
}
.dodgerblue{
    color: dodgerblue;
}
.bor-none{
    border: none !important;
}
.w50{
    width: 50%;
}
.w100{
    width: 100%;
}
.inactive{
    opacity:.5;
    pointer-events: none
}
.content{
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
}
#descriptionblog *{
    text-align: justify;
    line-height: 25px;
}
.description li{
    list-style: inherit !important;
}

.content img,
.content iframe,
.content table {
    max-width: 100% !important;
    margin: 5px 0 ;
    height: auto;
}
.text-center{
    text-align: center !important;
}
.trans02s{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.transition-03{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.transition-04{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.transition-05{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.transition-06{
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.modal .close{
    background: #333;
    color: #fff;
    opacity: 1;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-weight: normal;
    border-radius: 50% !important;
}
.modal-content{
    /*box-shadow: none;*/
    border: none;
}
.panel ,.panel-heading,.modal-content{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:3px;
    font-family: Arial
}
.container, .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{
    padding-left:12px  !important;
    padding-right:12px  !important;
}
.row{
    margin-left:-12px !important;
    margin-right:-12px  !important;
}
.formError
.formErrorContent{
    background: #a1ce57;
    border: 1px solid rgba(21, 104, 46, 0.51);
    box-shadow: 0 0 6px #0941ba;
    -moz-box-shadow: 0 0 6px #0941ba;
    -webkit-box-shadow: 0 0 6px #0941ba;
    -o-box-shadow: 0 0 6px #0941ba;
}
.formError .formErrorArrow div{
    border-left: 2px solid #add46d;
    border-right: 2px solid #add46d;
    box-shadow: 0 2px 3px #0941ba;
    -moz-box-shadow: 0 2px 3px #0941ba;
    -webkit-box-shadow: 0 2px 3px #0941ba;
    -o-box-shadow: 0 2px 3px #0941ba;
    background: #add46d;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
    margin-left: 0;
}
.inline-block{
    display: inline-block;
}

.form-control:focus,
.form-control:hover,
.form-control:active{
    background: #fff;
}
.opacity0{
    opacity: 0 !important;
}
.owl-carousel .item{
    padding: 0;
}

.btn-red{
    background: #f31f2b;
    border-color: #f31f2b;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus{
    color: #fff;
    background: #c30812;
    border-color: #c30812;
}
.disableBtn{
    pointer-events: none;
    opacity: .5;
}
.owl-carousel{
    margin: 0;
}
.owl-dots{
    display: none !important;
}
.owl-carousel .owl-nav {
    font-size: 55px;
}
.owl-carousel .owl-nav i{
    position: absolute;
    top:40%;
    color: #7d7d7d;
}
.owl-carousel .owl-nav .owl-prev i{
    left:0;
}
.owl-carousel .owl-nav .owl-next i{
    right: 0;
}