html,
body{
    cursor: default;
    color: #3b0a1a;
}

.row,
.container,
h1,h2,h3,h4,h5,h6,p,span,a{
    margin: 0;
    padding: 0;
}

.container{
    margin: 0 auto;
    padding: 0 15px;
}

.container.page-container{
    padding: 30px 0 0 0;
}

a{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

img{
    width: 100%;
}

a:hover,
a:active,
a:visited,
a:focus,
button:hover,
button:active,
button:visited,
button:focus {
    outline: none!important;
    box-shadow: none!important;
}



/* COLOR */
.color-white{
    color: white;
}
.color-light-gray{
    color: #959595;
}
/* END COLOR */


/* List style ul - */
.list-clear{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* END List style ul - */


/* Animation style */
.ease-in-out{
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* END Animation style*/
