
@font-face {
    font-family: 'avengeance_mightiest_avengeRg';
    src: url('../fonts/avengeance_mightiest_avenger-webfont.eot');
    src: url('../fonts/avengeance_mightiest_avenger-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avengeance_mightiest_avenger-webfont.woff') format('woff'),
         url('../fonts/avengeance_mightiest_avenger-webfont.ttf') format('truetype'),
         url('../fonts/avengeance_mightiest_avenger-webfont.svg#avengeance_mightiest_avengeRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'meta-normalmedium';
    src: url('../fonts/metan20-webfont.eot');
    src: url('../fonts/metan20-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metan20-webfont.woff') format('woff'),
         url('../fonts/metan20-webfont.ttf') format('truetype'),
         url('../fonts/metan20-webfont.svg#meta-normalmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   GENERAL Defaults
   ========================================================================== */

html, body {
    font-size: 10px;
    line-height: 18px;
    color: #777;
    font-family: tahoma, verdana, sans-serif;
    font-family: 'meta-normalmedium';
    -webkit-font-smoothing: antialiased;
}
html, body {
    background: url(../img/bg_body.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
p, ul {
    margin-top: 0;
    margin-bottom: 1em;
}
p, ul, a {
    font-size: 15px;
    line-height: 21px;
    color: #333333 ;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 20px;
    margin-bottom: 1em;
    color: #333;
}
h1, h2 {
    line-height: 36px;
}
h3 {
    line-height: 24px;
}
h1 {
    margin-bottom: 0.5em;
}
a {
    text-decoration: underline;
}
a:hover,
a:hover i {
    color: #fa8a05;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    /*font-family: 'meta-normalmedium';*/
    /*-webkit-font-smoothing: antialiased;*/
}

blockquote,
.entry-content blockquote p {
    color: #333;
    font-size: 18px;
    line-height: 26px;
}
blockquote {
    display: block;
    width: 90%;
    margin: 30px 0;
}


/*******( firefox fixes )***********/
html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; overflow-y: scroll; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */

/* ==========================================================================
   CUSTOM Defaults
   ========================================================================== */

/* custom - positioning */
.left {
    float: left;
    display: inline;
}
.right {
    float: right;
    display: inline;
}

.center {
    text-align: center !important;
}
.text_left {
    text-align: left !important;
}
.text_right {
    text-align: right !important;
}
.f-fix {
    float:left;
    width:100%;
}

.pos_relative {
    position: relative !important;
}
.pos_fixed {
    position: fixed !important;
}

.alignright {
    text-align: right;
    float: right;
    /*margin-left: 29px;*/
    margin: 0 0 1.4em 29px;
}
.alignleft {
    text-align: left;
    float: left;
    /*margin-right: 29px;*/
    margin: 0 29px 1.4em 0px;
}

/* ==========================================================================
   BLOCKS Defaults
   ========================================================================== */

span.wpcf7-not-valid-tip {
    padding: 3px 10px 2px;
    /*text-align: right;*/
    /*top: 2px;*/
    /*right: 4px;*/
    /*left: auto;*/
    /*color: #000;*/
    /*letter-spacing: 0px;*/
    /*font-size: 14px;*/
}
div.wpcf7-response-output {
    margin: 3em 0em 1em;
    padding: 0.2em 1em;
}

/* normal input */
input {
    border: 0;
}
.input_text_holder {
    position: relative;
    }
    input.text {
        padding: 8px 15px;
        font-style: italic;
        color: #313131;

    }
    .btn_input_text {
        position: absolute;
        right: 7px;
        top: 9px;
        font-size: 19px;
        color: #333333;
        padding: 0 5px 0 15px;
        line-height: 18px;
    }

/* wpcf7 */
input.wpcf7-text,
textarea.wpcf7-textarea {
    padding: 8px 15px !important;
    margin-top: 5px;
    border: 1px solid rgba(19,20,19,0.25);
    -webkit-border-radius: 4px;
border-radius: 4px;
}
textarea.wpcf7-textarea {
    padding-left: 10px !important;
}
.wpcf7-submit {
    padding: 10px;
}
.wpcf7-submit:hover {
    padding: 10px;
}

/* std styles */
.std_gray {
    background: #777777;
}
.std_round {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn_std_big {
    background: #ec7006;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.btn_std_big:hover,
.btn_std_big:hover i {
    text-decoration: underline;
    color: #fff;
    opacity: 0.85;
}
.btn_std_big:hover i {
    text-decoration: none;
}
.btn_std_big i {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.std_img_shadowed {
    padding: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(18,19,18,0.6);
    box-shadow: 0 0 5px 0 rgba(18,19,18,0.6);
    background: #fff;
}
.std_img_shadowed:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(18,19,18,0.3);
    box-shadow: 0 0 5px 0 rgba(18,19,18,0.3);
}