/*
Theme Name: HRD
Description: This theme was coded for HRD
Author: Piotr Krawczyk
Author URI: k91.pl
*/

/* --------------------------------------------------------------

	 Reset

-------------------------------------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%
}
html, body {
    height: 100%
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}
b, strong {
    font-weight: bold
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}
li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left
}
q {
    quotes: none
}
q:before, q:after {
    content: '';
    content: none
}
sub, sup, small {
    font-size: 75%
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
svg {
    overflow: hidden
}
body {
    min-width: 960px
}
.wrapper {
    min-width: 960px;
    width: 100%;
}
.inner {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/* ustawienia do grafik w contencie */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    display: block;
    float: left;
}
.alignright {
    display: block;
    float: right;
}
@font-face {
    font-family: 'hurtmold_regular';
    src: url('../fonts/hurtm-webfont.eot');
    src: url('../fonts/hurtm-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hurtm-webfont.woff') format('woff'),
    url('../fonts/hurtm-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometr415_lt_btlite';
    src: url('../fonts/geometr415_lt_bt_lite-webfont.eot');
    src: url('../fonts/geometr415_lt_bt_lite-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geometr415_lt_bt_lite-webfont.woff') format('woff'),
    url('../fonts/geometr415_lt_bt_lite-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------------------------------

	 Typography

-------------------------------------------------------------- */

body {
    font-family: Arial;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 130%;
    background: #f1f2f6;
}
ul,
ol {
    margin: 0 0 10px 0;
}
ul {
    padding: 0;
    list-style-type: disc;
    padding: 0 0 0 24px;
}
ol {
    padding: 0 0 0 20px;
}
ol li {
    padding: 0 0 0 4px;
}
.nav ul,
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 10px 0;
    text-align: justify;
    line-height: 24px;
    font-size: 12px;
}
table {
    text-align: center;
}
/* Headings

-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
    font-style: normal;
    line-height: 120%;
    font-family: 'Roboto';
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
/* Text elements

-------------------------------------------------------------- */

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
label {
    font-family: Tahoma;
    font-size: 11px;
    color: #231f20;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 0 10px 0;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 1.2em;
    color: #231f20;
    -webkit-box-shadow: inset 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #e6e6e6;
    box-shadow: inset 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.know-program a.button,
input[type='submit'] {
    background: #4aa7f9;
    border: 0;
    font-size: 11px;
    color: #fff;
    font-family: Arial;
    border-radius: 4px;
    height: 23px;
    padding: 0 18px;
    cursor: pointer;
}
.know-program a.button {
    padding: 3px 18px;
    font-size: 14px;
}
input[type='submit']:active {
    position: relative;
    top: 1px;
}
textarea {
    height: auto;
}
input:focus,
textarea:focus {
    outline: 0;
}
textarea:hover,
textarea:active,
textarea:focus {
}
.button {
}
.button:hover {
}
a.button {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-decoration: none;
    height: 24px;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 24px;
}
.button.niebieski {
    background: #4aa7f9;
}
.button.szary {
    background: #4d4d4d;
}
/* TemplateStylesheet

-------------------------------------------------------------- */

i.icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: text-top;
}
.icon-contact {
    width: 31px;
    height: 20px;
    background: url('../img/icon-contact.png') no-repeat scroll 0 0 transparent;
}
.icon-panel {
    width: 30px;
    height: 30px;
    background: url('../img/icon-panel.png') no-repeat scroll 0 0 transparent;
}
.icon-help {
    width: 31px;
    height: 30px;
    background: url('../img/icon-help.png') no-repeat scroll 0 0 transparent;
}
.logo {
    display: block;
    width: 261px;
    height: 73px;
    text-align: center;
    background: url("../img/hrd_logo_v1a.png") no-repeat;
    margin: 17px 0 0 4px;
    float: left;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.topbar-wrapper {
    background: #ddd;
}
.topbar {
    height: 44px;
}
.topbar input[type='checkbox'] {
    position: relative;
    top: 2px;
}
.topbar form {
    display: block;
    padding: 8px 0 0;
    float: right;
}
.topbar a {
    font-family: Tahoma;
    font-size: 11px;
    color: #231f20;
}
nav.short {
    float: right;
    margin: 30px 0 0 0;
}
nav.short ul {
    float: left;
}
nav.short li {
    float: left;
    text-align: center;
    margin: 0 0 0 25px;
}
nav.short li i.icon {
    height: 31px;
    background-position: 0 50%;
    margin-bottom: 5px;
}
nav.main {
    background: #ddd;
    padding: 0 0 0 18px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 18px 0 0 0;
    position: relative;
}
nav.main ul.menu {
    float: left;
}
nav.main ul.menu > li {
    float: left;
    padding: 0 13px;
}
nav.main ul.menu > li > a {
    color: #231f20;
    font-size: 14px;
    display: block;
    height: 37px;
    line-height: 38px;
    text-decoration: none;
    padding: 0 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 1px 0;
}
nav.main ul.menu > li:hover {
    background: #2f2f2f;
}
nav.main ul.menu > li:hover > a {
    color: #fff;
    height: 35px;
    border-bottom: 2px solid #4aa7f9;
}
nav.main ul.menu > li .megamenu-item {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background: rgb(47, 47, 47); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(47, 47, 47, 1) 0%, rgba(35, 35, 35, 1) 20%, rgba(16, 16, 16, 1) 43%, rgba(6, 6, 6, 1) 74%, rgba(1, 1, 1, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47, 47, 47, 1)), color-stop(20%, rgba(35, 35, 35, 1)), color-stop(43%, rgba(16, 16, 16, 1)), color-stop(74%, rgba(6, 6, 6, 1)), color-stop(100%, rgba(1, 1, 1, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(47, 47, 47, 1) 0%, rgba(35, 35, 35, 1) 20%, rgba(16, 16, 16, 1) 43%, rgba(6, 6, 6, 1) 74%, rgba(1, 1, 1, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(47, 47, 47, 1) 0%, rgba(35, 35, 35, 1) 20%, rgba(16, 16, 16, 1) 43%, rgba(6, 6, 6, 1) 74%, rgba(1, 1, 1, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(47, 47, 47, 1) 0%, rgba(35, 35, 35, 1) 20%, rgba(16, 16, 16, 1) 43%, rgba(6, 6, 6, 1) 74%, rgba(1, 1, 1, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(47, 47, 47, 1) 0%, rgba(35, 35, 35, 1) 20%, rgba(16, 16, 16, 1) 43%, rgba(6, 6, 6, 1) 74%, rgba(1, 1, 1, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#010101', GradientType=0); /* IE6-9 */
    overflow: hidden;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-height: 0;
    font-family: 'geometr415_lt_btlite';
    color: #ddd;
}
.mega-inner {
    padding: 20px 0;
    height: 244px;
    overflow: hidden;
    color: #fff;
}
.mega-inner p:after {
    clear: both;
    display: block;
    content: '';
}
.mega-inner p {
    line-height: 16px;
}
.mega-inner .one_third {
    width: 272px;
    padding: 0 20px;
    border-left: 1px solid #3e3e3e;
    height: 100%;
    line-height: 1.1em;
}
.mega-inner .one_third > *:first-child {
    margin-top: 5px;
}
.mega-inner .one_third:first-child {
    border-left: 0;
}
nav.main ul.menu > li:hover .megamenu-item {
    max-height: 5000px;
}
nav.main ul.menu > .current-menu-item > a {
    height: 35px;
    border-bottom: 2px solid #4aa7f9;
}
.banner {
    height: 285px;
}
.banner a.button {
    background: #4aa7f9;
    text-decoration: none;
    color: #f1f2f6;
    font-size: 18px;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #0f1e49;
    border-radius: 1px;
}
.banner a.button small {
    font-size: 12px;
}
.banner h1 {
    color: #215b91;
    font-size: 41px;
    font-weight: normal;

    /*font-family:'HelveticaNeueW02-55Roma';*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.banner p {
    font-size: 25px;
    color: #555;
    line-height: 1.1em;

    /*font-family:'HelveticaNeueW02-47LtCn 694048';*/
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
.button-become {
    display: block;
    text-indent: -999em;
    width: 940px;
    height: 67px;
    background: url('../img/btn-become.png') no-repeat scroll 0 0 transparent;
    margin: 21px 0 20px 0;
}
ul.bxslider {
    margin: 0;
    padding: 10px;
    height: 265px;
}
ul.bxslider .banner-wrapper,
ul.bxslider li {
    height: 100%;
}
.footer-wrapper {
    background: #ddd;
}
.footer {
    min-height: 100px;
}
.bottombar {
    height: 36px;
}
.bottombar-wrapper {
    background: #f1f2f6;
}
.frontpage_top .widget {
    width: 288px;
    float: left;
    border: 1px solid #ebebeb;
    padding: 5px;
    font-size: 14px;
}
.frontpage_top .widget {
    text-align: center;
    margin: 0 0 0 20px;
}
.frontpage_top .widget h3 {
    font-size: 18px;
    font-weight: bold;
}
.frontpage_top .widget .featured_image {
    height: 93px;
}
.frontpage_top.frontpage {
    border-bottom: 1px solid #197ad0;
}
.frontpage_top {
    padding: 0 0 27px 0;
}
.frontpage_top .widget:first-child {
    margin: 0;
}
.frontpage_middle {
    padding: 19px 0;
}
.frontpage_middle ul {
    margin: 0;
    padding: 15px 0;
    text-align: justify;
    list-style-type: none;
}
.frontpage_middle ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    font-family: arial;
    color: #4c4c4c;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 44px;
}
.frontpage_middle ul li:first-child {
    margin: 0;
}
.news-wrapper {
    padding: 0 70px;
    background: #e5e8eb;
}
.frontpage_bottom .widget {
    float: left;
    margin: 0 0 0 20px;
    width: 300px;
}
.frontpage_bottom .widget:first-child {
    margin: 0 0 0 0;
}
.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.frontpage_bottom.frontpage {
    border-bottom: 1px solid #197ad0;
}
.frontpage_bottom {
    margin: 32px 0 0 0;
    padding: 0 0 26px 0;
}
.frontpage_bottom .widget ul {
    border: 1px solid #ebebeb;
    padding: 10px 0 0 12px;
}
.frontpage_bottom .more-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-decoration: none;
    height: 24px;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 24px;
    background: #4aa7f9;
    float: right;
    margin: 25px 0 0 0;
}
.frontpage_bottom .post-title {
    font-size: 18px;
    font-weight: bold;
}
.frontpage_bottom .post-title a {
    text-decoration: none;
    font-size: 14px;
}
.frontpage_bottom .post-excerpt {
    margin: 10px 0 0;
}
.frontpage_bottom .post-excerpt:after {
    clear: both;
    display: block;
    content: '';
}
.frontpage_bottom h3 {
    font-size: 18px;
    margin: 0;
}
.news-wrapper .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -22px;
    width: 32px;
    height: 45px;
}
.news-wrapper .bx-wrapper .bx-controls-direction a:hover {
    background-position: 0 0;
}
.news-wrapper .bx-wrapper .bx-prev {
    left: -48px;
    background: url('../img/sl-prev.png') no-repeat scroll 0 0 transparent;
}
.news-wrapper .bx-wrapper .bx-next {
    right: -48px;
    background: url('../img/sl-next.png') no-repeat scroll 0 0 transparent;
}
.news-wrapper {
    font-size: 12px;
    border-bottom: 1px solid #fdfdfe;
}
.news-wrapper h3 {
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 0 7px;
}
.news-wrapper p {
    margin: 7px 0 12px;
}
.news-wrapper .date {
    margin: 0 0 12px 0;
}
.footer .widget {
    float: left;
    margin: 0 0 0 65px;
    padding: 12px 0;
}
.footer .widget:first-child {
    margin: 0 0 0 18px;
}
.footer-top {
    margin-top: 10px;
    padding: 0 10px;
    min-height: 19px;
    background: url('../img/bg-footer_top.png') no-repeat scroll center bottom transparent;
    text-align: center;
}
.footer-top .column {
    width: 33%;
    float: left;
    padding: 4px 0 1px;
    font-family: tahoma;
    font-size: 12px;
}
.footer-top .column span {
    font-size: 36px;
    font-family: 'hurtmold_regular';
}
img.alignleft {
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.footer .widget p:after {
    clear: both;
    display: block;
    content: '';
}
.footer {
    font-size: 13px;
    line-height: 1.5em;
}
.footer strong {
    font-size: 14px;
}
.footer .widget.no-header ul {
    padding: 32px 0 0 0;
}
.footer .widget ul {
    font-size: 11px;
}
.footer .widget h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0;
}
.footer .widget:nth-child(4) {
    margin: 0 45px 0 0;
    float: right;
}
.contact-form-wrapper {
    width: 450px;
    float: left;
}
.contact-form-wrapper fieldset {
    background: #fff;
    padding: 20px 15px 20px 20px;
    font-size: 12px;
    color: #231f20;
    font-weight: bold;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
}
.contact-form-wrapper p {
    margin: 5px 0;
}
.contact-form-wrapper p span {
    font-weight: normal;
    color: #4aa7f9;
}
.contact-form-wrapper select,
.contact-form-wrapper textarea,
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="password"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper input[type="email"] {
    background: #f1f2f6;
    width: 100%;
}
.contact-content .sidebar-wrapper {
    width: 460px;
    float: right;
}
.contact-content {
    padding: 50px 0 20px;
}
.program_middle {
    background: #ddd;
    padding: 16px;
    margin: 52px 0 0 0;
}
.program_middle h2 {
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    margin: 2px 0 10px;
}
.program_bottom .widget {
    border: 1px solid #ebebeb;
    width: 266px;
    padding: 5px 16px 3px 16px;
}
.program_bottom h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 8px;
}
.program-content img.alignleft {
    margin-right: 0;
    top: -16px;
}
.offer-content article {
    padding: 25px 0;
    border-bottom: 1px solid #167bd4;
}
.pricer-content {
    background: #fff;
    color: #231f20;
    font-size: 12px;
    padding: 0px 0px 10px 0;
    text-align: center;
}
.pricer-content h2 {
    text-align: center;
}
nav.price {
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: rgb(223, 223, 223); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(223, 223, 223, 1) 0%, rgba(209, 209, 209, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(223, 223, 223, 1)), color-stop(100%, rgba(209, 209, 209, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(223, 223, 223, 1) 0%, rgba(209, 209, 209, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(223, 223, 223, 1) 0%, rgba(209, 209, 209, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(223, 223, 223, 1) 0%, rgba(209, 209, 209, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(223, 223, 223, 1) 0%, rgba(209, 209, 209, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#d1d1d1', GradientType=0); /* IE6-9 */
    border: 1px solid #b0b0b0;
    height: 36px;
}
nav.price ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 36px;
}
nav.price li {
    float: left;
    border-left: 1px solid #b0b0b0;
    height: 36px;
}
nav.price li:first-child {
    border-left: 0;
}
nav.price li:first-child a {
    border-left: 0;
}
nav.price a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #2a2a2a;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #f2f2f2;
}
nav.price a:hover {
    background: #2a2a2a;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    height: 38px;
    position: relative;
    top: -1px;
    line-height: 38px;
}
nav.price a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #fff transparent;
}
#mti_wfs_colophon {
    display: none !important;
}
div.hr {
    height: 1px;
    background: #4aa7f9 no-repeat scroll center;
}
div.hr hr {
    display: none;
}
.archive-page article {
    margin: 30px 0 0 0;
}
.archive-page article .thumbnail {
    float: left;
    margin-right: 15px;
}
.archive-page article .body {
    border-bottom: 1px solid #197ad0;
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
}
.archive-page article span {
    text-decoration: underline;
    color: #4aa7f9;
}
.archive-page article .read-more {
    color: #4aa7f9;
}
.archive-page h1 {
    color: #4aa7f9;
}
.post-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}
.post-categories li {
    display: inline;
    text-decoration: underline;
    color: #4aa7f9;
}
.ui-accordion-header {
    margin: 5px 0 0;
}
.ui-accordion-header a {
    padding: 5px 12px;
    background: #ddd;
    color: #4c4c4c;
    display: block;
    font-size: 14px;
    border: 0 !important;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover {
    background-color: #f6f6f6;
    border: 0 !important;
}
.ui-accordion-content {
    padding-top: 10px;
}
p.thick {
    padding-left: 25px;
}
p.thick img {
    margin-left: -25px;
}
#catapult-cookie-bar {
    direction: ltr;
    color: #dddddd;
    min-height: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding:6px 20px 4px;
    background-color: #464646;
    text-align:left;
}
#catapult-cookie-bar a {
    color: #dddddd;
}
button#catapultCookie {
    margin:0 20px;
    line-height:20px;
    background:#4aa7f9;
    border:none;
    color: #dddddd;
    padding:4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.syntaxhighlighter {
    border: 1px solid #ccc;
    padding: 10px;
    width: 90% !important;
}
.syntaxhighlighter .line {
    white-space: pre-wrap !important;
}
.param {
    border: 1px solid black;
    width: 1100px;
}
table.tablepress {
    background: #fff none repeat scroll 0 0;
}
.AdditionalData {
    border: 1px solid black;
    width: 1100px;
}
.AdditionalData td {
    border: 1px solid black;
    font-size: 12px;
}
.AdditionalData td:last-child {
    width: 700px;
}
.AdditionalData th {
    font-size: 12px;
}
.AdditionalData th {
    border: 1px solid grey;
}