article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover,
a:active {
    outline: 0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
    max-width: none;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

blockquote {
    font-family: Georgia;
    font-size: 16px;
    font-style: oblique;
    background: white;
    margin: 15px 0;
    padding: 30px 40px;
}

blockquote:before
{
    content: open-quote;
}

blockquote:after
{
    content: close-quote;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
    background-color: #cccccc \9;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255,255,255,0.75);
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#08c,#0044cc);
    background-image: -o-linear-gradient(top,#08c,#0044cc);
    background-image: linear-gradient(to bottom,#08c,#0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top,#444,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image: -webkit-linear-gradient(top,#444,#222);
    background-image: -o-linear-gradient(top,#444,#222);
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333;
    text-decoration: none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 24px;
}
.table th,
.table td {
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}
.table tbody tr.success > td {
    background-color: #dff0d8;
}
.table tbody tr.error > td {
    background-color: #f2dede;
}
.table tbody tr.warning > td {
    background-color: #fcf8e3;
}
.table tbody tr.info > td {
    background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background: #f7f7f7;
    min-width: 1004px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
}
ul,
ol {
    padding: 0;
    margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    line-height: 24px;
}
.main {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-bottom: 57px;
}
.txt-dec-n {
    text-decoration: none !important;
}
.txt-dec-u {
    text-decoration: underline;
}
.txt-up-n {
    text-transform: none !important;
}
.txt-up {
    text-transform: uppercase;
}
.txt-al {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.line-h18 {
    line-height: 18px !important;
}
.col {
    color: #000;
}
.col-1 {
    color: #f53e3e;
}
.hov:hover {
    color: #000;
}
.hov-1:hover {
    color: #f53e3e;
}
.border-none {
    border: none !important;
}
.bg-none {
    background: none !important;
}
.dis-block {
    display: block;
}
.dis-inblock {
    display: inline-block;
}
.marg-left-0 {
    margin-left: 0 !important;
}
.marg-right-0 {
    margin-right: 0 !important;
}
.marg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.last-mbot {
    margin-bottom: 0 !important;
}
.last-pbot {
    padding-bottom: 0 !important;
}
.last-mpbot {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.padd {
    margin: 37px 0 28px 0;
}
.padd-1 {
    margin: 56px 0 35px 0;
}
.padd-2 {
    margin: 47px 0 24px 0;
}
.top {
    margin-top: 11px;
}
.top-1 {
    margin-top: 6px;
}
.top-2 {
    margin-top: 12px;
}
.top-3 {
    margin-top: -11px;
}
.bot {
    margin-bottom: 16px;
}
.bot-1 {
    margin-bottom: 23px;
}
.right {
    padding-right: 29px;
}
a {
    text-decoration: none;
    display: inline-block;
    color: #f53e3e;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.button {
    display: inline-block;
    background: #f53e3e;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 17px 7px 17px;
}
.button:hover {
    background: #000;
    cursor: pointer;
}
.banner .button {
    padding: 12px 35px 15px 35px;
    margin: 12px 0 0 0;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    width: 100%;
}
.wrapper,
.wrapper-extra,
.extra-wrap {
    overflow: hidden;
}
.wrapper-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
form div {
    margin-bottom: 0.5em;
}
label span {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
}
.site-logo {
    padding: 33px 0;
    text-align: center;
}

h1.site-logo
{
    margin: 0;
}

.site-logo a {
    display: inline-block;
}
.site-logo__link {
    color: #000;
    font-size: 42px;
    font-weight: bold;
    line-height: .9em;
    font-style: italic;
}
.site-logo__link span {
    color: #F53E3E;
}

.site-slogan {
    font-size: 14px; font-weight: normal;
}

.page__title,
h2 {
    font-size: 25px;
    line-height: 1.3em;
    color: #000000;
    font-weight: normal;
}
h3 {
    font-size: 1em;
    color: #000;
    margin-bottom: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
footer h3 {
    color: #fff;
}
.head {
    width: 100%;
    background: url(../images/bg-head.jpg) center 85% no-repeat;
}

#content {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.padding-content {
    padding-top: 186px;
}
#map_canvas {
    width: 350px;
    height: 282px;
    border-radius: 6px;
    margin-top: 5px;
}
.adress {
    margin-top: 20px;
    font-size: 14px;
}
.adress dd {
    text-align: left;
}
.adress a {
    color: #000;
    display: inline-block;
}
.adress a:hover {
    color: #f53e3e;
    text-decoration: underline;
}
.adress span {
    display: inline-block;
    width: 98px;
}
.adress strong {
    display: inline-block;
    font-weight: normal;
}
.title1 {
    letter-spacing: 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin: 7px 0 14px 0;
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.pp {
    display: inline-block;
    color: #000;
    padding-top: 3px;
}
.pp a {
    color: #000;
}
.pp a:hover {
    color: #f53e3e;
    text-decoration: underline;
}
.box-1 {
    background: #ececec;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.box-1 img {
    margin-right: 20px;
}
.box-1 p {
    margin: 0 15px 9px 0;
}
.box-1 .dis-block {
    margin: 12px 0 14px 0;
}
.list li {
    padding: 7px 0 6px 17px;
    background: url(../images/bg-list-li.png) 0 12px no-repeat;
    font-size: 14px;
    line-height: 18px;
}
.list li a {
    color: #000;
}
.list li a:hover {
    color: #f53e3e;
}
#form1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    padding-top: 6px;
}
#form1 input[type="text"] {
    color: #000;
    padding: 12px 0 12px 16px;
    outline: none;
    background: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 18px;
    width: 283px;
    float: left;
    position: relative;
    border-radius: 5px;
    border: 0;
}
#form1 input[type="submit"] {
    margin-top: 1em;
}
#form1 textarea {
    overflow: auto;
    width: 523px;
    height: 270px;
    resize: none;
    float: left;
    color: #000;
    padding: 12px 0 0 16px;
    background: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
}
#form1 label {
    display: block;
    min-height: 52px;
    position: relative;
}
#form1 label .feed_name {
    display: block;
    float: left;
}
#form1 label.message {
    display: block;
    padding-bottom: 0;
}
#form1 span {
    display: none;
    margin: 0px 0 6px 3px;
    float: left;
    width: 170px;
}
#form1 .error,
#form1 .empty,
#form1 .success {
    display: none;
    text-align: left;
    color: #f53e3e;
    margin-bottom: 4px;
}
#form1 .error,
#form1 .empty {
    text-align: left;
    color: #ff0e0e;
    font-size: 11px;
    float: left;
    line-height: 12px;
    padding-top: 3px;
    width: 170px;
    display: none;
}
#form1 .message .empty {
    position: static;
    margin: 5px 0 5px 5px;
    text-align: left;
}
#form1 .buttons2 {
    position: relative;
    padding: 16px 0 0 0;
}
#form1 .buttons2 .button {
    float: right;
}
.error-empty {
    margin: 0 0 10px 5px !important;
    display: none;
    float: left !important;
    width: 170px;
    word-spacing: -1px;
}
footer {
    color: #808080;
    background: #000;
    margin-top: 57px;
}
.main-footer {
    padding-top: 43px;
    padding-bottom: 30px;
}
.main-footer h3 {
    margin-bottom: 21px;
}
footer a {
    color: #808080;
}
footer a:hover {
    color: #f53e3e;
}
.icons {
    display: inline-block;
    width: 49px;
    height: 48px;
    margin: 8px 6px 0 0;
}
.icons:hover {
    background-position: 0 bottom !important;
}
#icon {
    background: url(../images/icon.png) 0 0 no-repeat;
}
#icon-1 {
    background: url(../images/icon-1.png) 0 0 no-repeat;
}
#icon-2 {
    background: url(../images/icon-2.png) 0 0 no-repeat;
}
#icon-vk {
    background: url(../images/vk.png) 0 0 no-repeat;
}

.l-menu-top
{
    background: #EDE6D6;
}
.menu-top {
    width: 940px;
    margin: 0 auto;
}

.sf-menu {
    display: block;
    margin: 0;
}
.sf-menu ul {
    position: absolute;
    top: -999px;
    display: none;
    z-index: 999;
}
.sf-menu a {
    display: block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999px;
    display: none;
    z-index: 999;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 100%;
    top: 0;
    z-index: 999;
}
ul.sf-menu>li {
    display: inline-block;
    font-size: 20px !important;
    line-height: 32px;
    position: relative;
    padding: 2px 0 3px 0;
    margin: 24px 30px 24px 0;
}
ul.sf-menu>li>a>.sf-sub-indicator {
    display: none;
    background: url(../images/indicator.png) 0 0 no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    left: -24px;
    top: 5px;
}
ul.sf-menu>li.sfHover>a>.sf-sub-indicator {
    display: block;
}
ul.sf-menu>li>a {
    display: inline-block;
    position: relative;
    color: #000;
}
ul.sf-menu>li.current>a,
ul.sf-menu>li.sfHover>a,
ul.sf-menu>li>a:hover {
    color: #f53e3e;
}
.sf-menu>li>ul {
    left: -54px;
    top: -3px;
    width: 139px;
    padding: 20px 0 20px 0;
    z-index: 99;
    background: #f53e3e;
    border-radius: 6px;
}
.sf-menu>li>ul>li {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 17px;
    background: url(../images/bg-li-li.jpg) center top no-repeat;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
}
.sf-menu>li>ul>li:first-child {
    background: none;
}
.sf-menu>li>ul>li>a>.sf-sub-indicator {
    display: none;
    background: url(../images/indicator-1.png) 0 0 no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    left: -21px;
    top: 90px;
}
ul.sf-menu>li>ul>li.sfHover a>.sf-sub-indicator {
    display: block;
}
.sf-menu>li>ul>li>a {
    display: inline-block;
    color: #fff;
}
.sf-menu>li>ul>li>a:hover,
ul.sf-menu>li>ul>li.sfHover a {
    color: #000;
}
.sf-menu li li ul {
    left: -160px !important;
    top: 74px !important;
    width: 139px;
    padding: 20px 0 20px 0;
    z-index: 99;
    background: #000;
    border-radius: 6px;
}
.sf-menu li li li {
    float: none;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 17px;
    background: url(../images/bg-li-li-li.jpg) center top no-repeat;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
}
.sf-menu li li li:first-child {
    background: none;
}
.sf-menu li li li a {
    display: inline-block;
    color: #FFF !important;
}
.sf-menu li li li a:hover {
    color: #f53e3e !important;
}
#slide {
    width: 888px;
    position: relative;
    z-index: 3;
    margin: 30px auto 0;
    background-color: #FFF;
    padding: 25px 26px 22px;
    border-radius: 6px;
    box-shadow: 0 0 10px #ddd;
}
.slider {
    position: relative;
    z-index: 3;
    overflow: hidden;
    width: 888px;
}
.slider-items {
    display: none;
}
.pic {
    float: left;
}
.banner {
    width: 320px;
    position: relative;
    float: right;
    z-index: 15;
    margin: 17px 0 0 0;
    background: #fff;
}
.banner .inner {
    width: 290px;
    margin-left: 10px;
}
.banner .wrapper-extra {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 14px;
}
.banner .fleft {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    background: #f53e3e;
    color: #fff;
    font-family: 'Scada', sans-serif;
    margin-right: 15px;
}
.banner .fleft span {
    font-size: 17px;
    line-height: 23px;
    display: block;
    text-align: center;
    margin: 6px 0 0 0;
}
.banner .fleft em {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    font-style: normal;
    margin-top: -4px;
}
.banner .extra-wrap {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
}
.banner>strong {
    color: #000;
    display: inline-block;
}
.banner .rel {
    display: block;
    position: relative;
}
.banner .anons {
    height: 168px;
    overflow: hidden;
}
.banner a {
    display: inline-block;
    background: #f53e3e;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 35px 15px 35px;
    margin: 20px 0 0 0;
}
.banner a:hover {
    background: #000;
}
.slider .pagination {
    display: none;
    visibility: hidden;
}
.prev {
    background: url(../images/prev.png) 0 0 no-repeat;
    width: 31px;
    height: 69px;
    position: absolute;
    top: 151px;
    left: -31px;
    z-index: 1000;
    display: block;
}
.prev:hover {
    background-position: 0 bottom;
}
.next {
    background: url(../images/next.png) 0 0 no-repeat;
    width: 31px;
    height: 69px;
    position: absolute;
    top: 151px;
    right: -31px;
    z-index: 1000;
    display: block;
}
.next:hover {
    background-position: 0 bottom;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    right: 50%;
    bottom: 143px;
    overflow: hidden;
    width: 69px;
    height: 69px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/top.png) no-repeat 0 0;
}
#toTopHover {
    background: url(../images/top.png) no-repeat 0 bottom;
    width: 69px;
    height: 69px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
}
#toTop:active,
#toTop:focus {
    outline: none;
}
.carousel-box {
    position: relative;
}
.carousel {
    height: 654px !important;
}
.box-carousel {
    width: 700px;
}
.box-carousel img {
    margin-top: 16px;
}
.date-1 {
    float: left;
    border-radius: 4px;
    width: 47px;
    height: 45px;
    background-color: #f53e3e;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-right: 17px;
}
.date-1>span {
    display: inline-block;
    margin: 5px 0 0 0;
}
.date-1>em {
    display: block;
    text-align: center;
    margin: -3px 0 0 0;
    font-style: normal;
}
.box-carousel .fright {
    margin: 20px 30px 0 0;
}
.carousel ul li {
    width: 700px;
    height: 306px !important;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}
#next,
#prev {
    margin-top: 36px;
}
#next {
    margin-left: 14px;
}
.products-list {
    width: 100%;
}
.product-item td {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #eaeaea;
}
.product-item td.first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fff;
}
.product-item td.last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.product-item .col-2 {
    width: 145px;
    line-height: 18px;
    font-size: 15px;
    color: #000;
    padding-left: 22px;
}
.product-item .col-3 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    padding-left: 26px;
}
.product-item .col-4 {
    padding-left: 26px;
}
.product-item .col-4 .price {
    font-size: 28px;
    margin-bottom: 5px;
}
.product-item .col-4 form {
    margin-bottom: 0;
}
.product-item .workshop-date {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFF;
    font-family: 'Scada', sans-serif;
    text-align: center;
    /*
    margin-left: 17px;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    */
}
.product-item .workshop-date:hover {
    /*background: #f53e3e; */
}
.product-item .workshop-date .date-day {
    font-size: 35px;
    line-height: 46px;
    color: #000;
    display: inline-block;
    margin: 13px 0 0 0;
}
.product-item .workshop-date .date-month {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #c0c0c0;
    font-style: normal;
    margin: -10px 0 0 0;
}
.product-item .workshop-program a {
    color: #a1a1a1;
    font-weight: bold;
}
.product-item .workshop-program a:hover {
    color: #f53e3e;
}
.product-item .workshop-name {
    color: #f53e3e;
    font-weight: bold;
    font-size: 14px;
}
.product-item-separator {
    height: 20px;
}
.product-item-separator.last {
    height: 0px;
}
.block-ie {
    display: none;
}
.l-product-left {
    float: left;
    width: 40%;
}
.l-product-right {
    float: left;
    width: 58%;
    margin-left: 2%;
}
.product .social {
    margin: 1em 0;
}
.print-out {
    float: right;
    clear: both;
    text-align: right;
}
#tab_profile,
#tab_orders {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2em;
    border-radius: 500px;
    background: #f53e3e;
    color: #fff;
    line-height: 18px;
    padding: 5px 15px;
}
#tab_profile:hover,
#tab_orders:hover {
    background: #000;
    cursor: pointer;
}
#tab_profile .act,
#tab_orders .act {
    background: none;
}
div.basket .cart-buttons {
    margin-top: 20px;
    position: relative;
    height: 42px;
}
.basket_purchase {
    position: absolute;
    right: 0;
}
div.basket div.new_address {
    display: none;
}
div.basket form .right {
    float: right;
}
div.basket div.basket_sum {
    line-height: 30px;
    padding: 0 15px;
    text-align: right;
    font-weight: bold;
}
div.basket > table {
    border: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
div.basket thead td,
.x {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
}
div.basket thead td {
    border-bottom: 1px solid #dedede;
    text-align: left;
    font-size: 12px;
    padding: 15px 10px;
    min-width: 40px;
}
div.basket tbody td {
    font-weight: bold;
    font-size: 12px;
}
div.basket .summary {
    text-align: right;
    font-weight: bold;
}
div.basket .summary div.info {
    background: #d6e9f8;
    padding: 15px 15px 0 0;
}
div.basket .tfoot {
    background: url('/templates/demodizzy/images/bg/cart_result.png') 0 -17px;
    height: 60px;
    line-height: 40px;
    padding-right: 15px;
}
div.basket .name {
    text-align: left;
}
div.basket .name img {
    margin: 10px 20px 10px 10px;
    padding: 10px;
    border: 2px solid #dedede;
    border-radius: 5px;
    background: #fff;
}
div.basket .amount {
    width: 35px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}
div.basket .size2 {
    font-size: 16px;
}
div.basket .size3 {
    font-size: 20px;
}
div.basket .cart-buttons {
    margin-top: 20px;
    position: relative;
}
div.basket .even {
    background: #f5fafe;
}
div.basket .top,
div.basket .bottom {
    width: 11px;
    height: 7px;
    cursor: pointer;
    position: relative;
}
div.basket .bottom {
    top: 5px;
}
h2.empty-content {
    padding-top: 20px;
}
a.toCatalog + a {
    background-position: 0 0;
    color: white;
    position: absolute;
    right: 0px;
}
form.payment label {
    width: 25%;
    float: left;
    margin: 0 0 15px 0;
}
form.payment label input[type='radio'] {
    margin-top: 23px;
    float: left;
    margin-right: 5px;
}
form.payment hr {
    border: none;
    border-bottom: solid 1px #b7bcbf;
    margin: 20px 0;
}
#payment_choose input[type='radio'],
#forget input[type='radio'] {
    margin-right: 5px;
}
.steps-of-payment {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}
.steps-of-payment tr {
    border: 1px solid #ccc;
}
.steps-of-payment td {
    padding: 0 34px 0 17px;
    width: 20%;
    white-space: nowrap;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #989898;
    text-align: center;
    background: #f5f5f5 url('/templates/demodizzy/images/arrows.png') no-repeat right 0;
}
.steps-of-payment td a {
    text-decoration: none;
}
.steps-of-payment td.active {
    background: #d6e9f8 url('/templates/demodizzy/images/arrows.png') no-repeat right -32px;
    color: #767676;
}
.steps-of-payment td.complete {
    background: #d6e9f8 url('/templates/demodizzy/images/arrows.png') no-repeat right -64px;
}
.steps-of-payment td.complete a {
    color: #000;
}
.steps-of-payment td.result.active {
    background: #d6e9f8 url('/templates/demodizzy/images/arrows.png') no-repeat right -96px;
    color: #f53e3e;
}
.steps-of-payment td.result.incomplete {
    background: none;
}
.steps-of-payment + form {
    width: 70%;
}
.steps-of-payment + form > h4,
.empty-content {
    padding-top: 5px;
}
.orders-list {
    width: 100%;
    font-size: 12px;
}
.orders-list th {
    background: #000;
    color: #fff;
}
.order-item td {
    padding: 4px;
}
.order-item__id {
    width: 20%;
}
.order-item__status {
    width: 20%;
}
.order-item__method {
    width: 20%;
}
.order-item__sum {
    width: 20%;
}
.order-item-summary td {
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin: 0 10px;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
.container_12 .grid_1 {
    width: 60px;
}
.container_12 .grid_2 {
    width: 140px;
}
.container_12 .grid_3 {
    width: 220px;
}
.container_12 .grid_4 {
    width: 300px;
}
.container_12 .grid_5 {
    width: 380px;
}
.container_12 .grid_6 {
    width: 460px;
}
.container_12 .grid_7 {
    width: 540px;
}
.container_12 .grid_8 {
    width: 620px;
}
.container_12 .grid_9 {
    width: 700px;
}
.container_12 .grid_10 {
    width: 780px;
}
.container_12 .grid_11 {
    width: 860px;
}
.container_12 .grid_12 {
    width: 940px;
}
.container_12 .prefix_1 {
    padding-left: 80px;
}
.container_12 .prefix_2 {
    padding-left: 160px;
}
.container_12 .prefix_3 {
    padding-left: 240px;
}
.container_12 .prefix_4 {
    padding-left: 320px;
}
.container_12 .prefix_5 {
    padding-left: 400px;
}
.container_12 .prefix_6 {
    padding-left: 480px;
}
.container_12 .prefix_7 {
    padding-left: 560px;
}
.container_12 .prefix_8 {
    padding-left: 640px;
}
.container_12 .prefix_9 {
    padding-left: 720px;
}
.container_12 .prefix_10 {
    padding-left: 800px;
}
.container_12 .prefix_11 {
    padding-left: 880px;
}
.container_12 .suffix_1 {
    padding-right: 80px;
}
.container_12 .suffix_2 {
    padding-right: 160px;
}
.container_12 .suffix_3 {
    padding-right: 240px;
}
.container_12 .suffix_4 {
    padding-right: 320px;
}
.container_12 .suffix_5 {
    padding-right: 400px;
}
.container_12 .suffix_6 {
    padding-right: 480px;
}
.container_12 .suffix_7 {
    padding-right: 560px;
}
.container_12 .suffix_8 {
    padding-right: 640px;
}
.container_12 .suffix_9 {
    padding-right: 720px;
}
.container_12 .suffix_10 {
    padding-right: 800px;
}
.container_12 .suffix_11 {
    padding-right: 880px;
}
.container_12 .push_1 {
    left: 80px;
}
.container_12 .push_2 {
    left: 160px;
}
.container_12 .push_3 {
    left: 240px;
}
.container_12 .push_4 {
    left: 320px;
}
.container_12 .push_5 {
    left: 400px;
}
.container_12 .push_6 {
    left: 480px;
}
.container_12 .push_7 {
    left: 560px;
}
.container_12 .push_8 {
    left: 640px;
}
.container_12 .push_9 {
    left: 720px;
}
.container_12 .push_10 {
    left: 800px;
}
.container_12 .push_11 {
    left: 880px;
}
.container_12 .pull_1 {
    left: -80px;
}
.container_12 .pull_2 {
    left: -160px;
}
.container_12 .pull_3 {
    left: -240px;
}
.container_12 .pull_4 {
    left: -320px;
}
.container_12 .pull_5 {
    left: -400px;
}
.container_12 .pull_6 {
    left: -480px;
}
.container_12 .pull_7 {
    left: -560px;
}
.container_12 .pull_8 {
    left: -640px;
}
.container_12 .pull_9 {
    left: -720px;
}
.container_12 .pull_10 {
    left: -800px;
}
.container_12 .pull_11 {
    left: -880px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#us_form {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: white;
    overflow: visible;
}
#us_form table {
    margin: 0;
}
#us_form th,
#us_form td {
    vertical-align: top;
    text-align: left;
    border: 0;
    padding: 0;
}
.us_input,
.us_select {
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #e3e9ef solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px;
}
.us_input:hover,
.us_select:hover,
.us_input:focus,
.us_select:focus {
    border-top: 1px #5794bf solid;
    border-left: 1px #c5daed solid;
    border-right: 1px #b7d5ea solid;
    border-bottom: 1px #c7e2f1 solid;
}
label input.us_checkbox {
    margin-right: 4px;
}


.blog-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.blog-item__meta {
    padding: 5px 10px;
    background: #eee;
    font-size: 12px;
    margin-bottom: 20px;
    color: #777;
}

.pagination ul {
    margin: 0;
}
.pagination li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
}

.pagination a{
    display: block;
    padding: 5px 10px;
    background: #f53e3e;
    color: white;
}

.pagination .active a{
    background: #000;
}