@font-face {
    font-family: "Quick";
    src: url("font-face/Quick-webfont.eot@#iefix") format("embedded-opentype"), url("font-face/Quick-webfont.woff") format("woff"), url("font-face/Quick-webfont.ttf") format("truetype"), url("font-face/Quick-webfont.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}


/* -------------- Reset ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: inherit
}

button {
    padding: 0;
    margin: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

/* ol, ul, li {
    list-style: none;
} */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

em {
    font-style: normal
}

input, textarea {
    border: none
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

strong {
    font-weight: bold;
}

/* -------------- Special ------------- */
.clear {
    clear: both
}

.fLeft {
    float: left!important;
}

.fRight {
    float: right!important;
}

.noBG {
    background: none !important
}

.nMB {
    margin-bottom: 0 !important
}

.nMR {
    margin-right: 0 !important
}

.nML {
    margin-left: 0 !important
}

.nPR {
    padding-right: 0 !important
}

.nPB {
    padding-bottom: 0 !important
}

.nPL {
    padding-left: 0 !important
}

.nPT {
    padding-top: 0 !important
}

.nBR {
    border-right: none !important
}

.nBL {
    border-left: none !important
}

.nBB {
    border-bottom: none !important
}

.nBT {
    border-top: none !important
}

.center {
    width: 1140px;/*1100px;*/
    margin: 0 auto;
}

.mT5 {
    margin-top: 5px;
}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 20px;
}

.mT40 {
    margin-top: 40px;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px;
}

.mB20 {
    margin-bottom: 20px;
}


.effect {
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

/* -------------- Not Selection ------------- */
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noSelect ::selection {
    background: transparent
}

.noSelect ::-moz-selection {
    background: transparent
}
a.button7 {
  text-shadow: none !important;
  font-weight: normal !important;
  color: white !important;
  text-decoration: none !important;
  padding: .5em 1em calc(.5em + 3px) !important;
  border-radius: 3px !important;
  background: rgb(48,91,150) !important;
  transition: 0.2s !important;
  text-decoration:none !important;
  width:100px !important;
  position: absolute;
  right: 0;
  top: -12px;
} 
a.button7:hover { background: rgb(162, 47, 70) !important; 
}
a.button7:active {
  background: rgb(65,108,166) !important;
}

/*blink text*/   /*
.blink1_style {
    font-size: 20px !important;
    margin-top: 17px;
    text-align: center;
    font-family: Verdana;
    color: #ff6305;
}         */
/*#blink1, .socar_forum_logo { -webkit-animation: blink1 3s linear infinite; animation: blink1 3s linear infinite; } @-webkit-keyframes blink1 { 0% { color: rgba(255, 99, 5, 1); } 50% { color: rgba(255, 99, 5, 0); } 100% { color: rgba(255, 99, 5, 1); } } @keyframes blink1 { 0% { color: rgba(255, 99, 5, 1); } 50% { color: rgba(255, 99, 5, 0); } 100% { color: rgba(255, 99, 5, 1); } }*/


.blink1_style {
    /*width: 75%;   */
    margin: 0 auto;
    font-size: 20px !important;
    margin-top: 50px;
  
    font-family: Verdana;
    color: #ff6305;
    position: relative;
}
.socar_forum_text {
    position: absolute;
    top: 6px;
    left: 80px;
}


@media only screen and (max-width: 540px) {
    .blink1_style {
        font-size: 12px !important;
        margin-bottom: 23px;
    }
}