/*
Theme Name: Bolshevik
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bolshevik
Author: Go Live UK
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
h1{
    font: bold 26px/30px Arial;
    color: #000;
}
h2{
    font: bold 22px/26px Arial;
    color: #000;
}
h3{
    font: bold 18px/22px Arial;
    color: #000;
}
h4{
    font: bold 14px/18px Arial;
    color: #000;
}
h5{
    font: bold 12px/16px Arial;
    color: #000;
}
h6{
    font: bold 12px/16px Arial;
    color: #000;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
a:link {
    color: #2380b1;
    outline: 0;
}
a{
    border: none;
    outline: none;
    text-decoration: none;
}
a:visited {
    color: #2380b1;
}
a:active,
a:hover {
    color: #2380b1;
    border: none;
    outline: none;
    text-decoration: underline;
}

/* =Menu
-------------------------------------------------------------- */

/*#access {
        background: #000;
        display: block;
        float: left;
        margin: 0 auto;
        width: 940px;
}
#access .menu-header,
div.menu {
        font-size: 13px;
        margin-left: 12px;
        width: 928px;
}
#access .menu-header ul,
div.menu ul {
        list-style: none;
        margin: 0;
}
#access .menu-header li,
div.menu li {
        float: left;
        position: relative;
}
#access a {
        color: #aaa;
        display: block;
        line-height: 38px;
        padding: 0 10px;
        text-decoration: none;
}
#access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        float: left;
        width: 180px;
        z-index: 99999;
}
#access ul ul li {
        min-width: 180px;
}
#access ul ul ul {
        left: 100%;
        top: 0;
}
#access ul ul a {
        background: #333;
        line-height: 1em;
        padding: 10px;
        width: 160px;
        height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
        background: #333;
        color: #fff;
}
#access ul li:hover > ul {
        display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
        color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
        color: #fff;
}*/

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    z-index: 100;
}
.navigation a:link,
.navigation a:visited {
    color: #888;
    text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #ff4b33;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#nav-above {
    margin: 0 0 18px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
    display: block;
}
#nav-below {
    margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
/*.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}*/
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
/*#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}*/
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #ff4b33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    border-top: 1px solid #e7e7e7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}


/* CUSTOM CSS */
body{
    background: url('images/background.png') repeat-x center top;
    font: normal 14px/20px Arial;
    color: #646464;
}
.floatleft{float: left;}
.floatright{float: right;}
.clearboth{clear: both;}
#wrapper {

}
#header{
    width: 1003px;
    margin: 0 auto;
}
#header-top{
    overflow: hidden;
}
.logo {
    float: left;
    padding: 25px 0 25px 15px;
    width: 344px;
    height: 54px;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
}

.logo a{
    width: 344px;
    height: 54px;
    background: url('images/logo-top.png') no-repeat center center;
    display: block;
}
#header .contact-details{
    clear: right;
    overflow: hidden;
}
#header .contact-details .textwidget{
    overflow: hidden;
    float: right;
    width: 300px;
    color: #fff;
    padding: 7px 0 0 0;
}
#header .contact-details .textwidget .address{
    float: left;
    width: 143px;
    height: 49px;
    padding: 21px 5px 0 0;
    border-right: 2px solid #2380b1;
    text-align: right;
    font: bold 11px/14px Arial;
}
#header .contact-details .textwidget .phones{
    float: right;
    padding: 0 0 0 5px;
    width: 145px;
    height: 70px;
    text-align: left;
    font: normal 11px/14px Arial;
}
#header .contact-details .textwidget .phones a{
    color: #fff;
    text-decoration: none;
}
#searchform{
    margin: 10px 0;
    padding: 0 20px 0 0;
}
#searchform label{
    color: #fff;
    font: bold 12px/18px Arial;
}
#searchform #s {
    width: 120px;
    height: 18px;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: #fff;
    color: #000;
    font: normal 12px/18px Arial;
}
#searchform #searchsubmit {
    height: 18px;
    padding: 0 6px;
    background: #2380b1;
    color: #fff;
    font: bold 12px/18px Arial;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
#access{
    width: 1003px;
    height: 38px;
    background: none;
}
.menu-left{
    width: 19px;
    height: 38px;
    background: url('images/menu-left.png') no-repeat 0 0;
}
.menu-right{
    width: 19px;
    height: 38px;
    background: url('images/menu-right.png') no-repeat 0 0;
}
#access .menu{
    width: 965px;
    float: left;
    margin: 0;
    padding: 0;
    background: url('images/menu-middle.png') repeat-x 0 0;
}
#access .menu li{
    float: left;
    position: relative;
    padding: 0 10px;
    z-index: 200;
}
#access .menu li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font: bold 13px/38px Arial;
    text-transform: uppercase;
}
#access .menu li a:hover, #access .menu li a:active, #access .menu li a:focus{
    color: #2380b1;
}
#access .menu li.current_page_item > a{
    border-bottom: 5px solid #2380b1;
    height: 33px;
}
#access .menu li .sub-menu{
    display: none;
    position: absolute;
    top: 38px;
    left: -30px;
    background: #000;
}
#access .menu li .sub-menu li{
    width: 260px;
    position: static;
    z-index: 400;
}
#access .menu li .sub-menu li a{
    font-size: 11px;
    line-height: 25px;
    border-bottom: 1px dotted #ccc;
}
#access .menu li .sub-menu li.current_page_item a, #access .menu li .sub-menu li.current_page_item li.current_page_item a{
    color: #2380b1;
    height: auto !important;
}
#access .menu li .sub-menu li.current_page_item .sub-menu a{
    color: #fff;
    height: auto;
}
#access .menu li .sub-menu li.current_page_item .sub-menu a:hover{
    color: #2380b1;
}
#access .menu li .sub-menu li .sub-menu{
    display: none;
    left: 240px;
    top: 10px;
    background: #252729;
}
#access .menu li .sub-menu li .sub-menu li{
    position: relative;
    z-index: 500;
}
#access .menu li .sub-menu li .sub-menu li .sub-menu {
    display: none;
    left: 180px;
    top: 10px;
    background: #262b2f;
}
#access .menu li .sub-menu li .sub-menu li .sub-menu li{
    position: relative;
    z-index: 500;
}
#access .menu li .sub-menu li .sub-menu li.current_page_item .sub-menu a{
    color: #fff;
    border-bottom: 1px dotted #ccc;
    height: auto;
}
#access .menu li .sub-menu li .sub-menu li.current_page_item .sub-menu a:hover,
#access .menu li .sub-menu li .sub-menu li .sub-menu li.current_page_item a{
    color: #2380b1;
    height: auto;
}
#access .menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    display: none;
    left: 100px;
    top: 20px;
    background: #2f373f;
}
#access .menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li{
    position: relative;
    z-index: 500;
    border-bottom: 1px dotted #ccc;
}
#access .menu li .sub-menu li .sub-menu li.current_page_item .sub-menu li .sub-menu a{
    color: #fff;
    height: auto;
}
#access .menu li .sub-menu li .sub-menu li.current_page_item .sub-menu li .sub-menu a:hover,
#access .menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li.current_page_item a{
    color: #2380b1;
    height: auto !important;
}
#access .sub-menu li.last a{
    border-bottom: none !important;
}
#slider{
    width: 1003px;
    height: 484px;
    position: relative;
    z-index: 100;
}
#slider .slides_container{
    width: 1003px;
    display: none;
}
#slider .slides_container li{
    width: 1003px;
    height: 484px;
    display: block;
}
#slider .slides_container li.video{
    position: relative;
    background: url(images/slider/bg2.png) 0 0 no-repeat;
}
#slider .slides_container li.video #myytplayer{
    background: #000;
    position: absolute;
    right: 44px;
    top: 24px;
}
#slider .pagination{
    position: absolute;
    top: 400px;
    left: 20px;
    z-index: 1000;
}
#slider .pagination li{
    float: left;
    margin-right: 2px;
}
#slider .pagination li a{
    float: left;
    width: 16px;
    height: 15px;
    display: block;
    background: url('images/sprite.png') no-repeat 0 0;
    text-indent: -9999px;
}
#slider .pagination li.current a{
    background-position: -18px 0;
}
#main{
    width: 100%;
    position: relative;
    background: #eae9e9 url('images/gradient.jpg') repeat-x center top;
    z-index: 50;
    /*top: -46px;*/
    margin: 25px 0 0 0;
    border-top: 10px solid #1761a2;
    padding: 20px 0;
}
#container{
    width: 963px;
    margin: 0 auto;
    padding: 0 20px;
}
#container.pages{
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
    width: 1003px;
}
#container.pages #content{
    float: left;
    width: 636px;
    padding: 0 20px;
    margin: 0 0 0 0;

}
#container.pages #content p{
    margin: 15px 0 5px 0;
    float: left;
    word-break: 100%;
    width: 100%;
}
#container.pages #content a{
    color: #2380b1;
    text-decoration: none;
}
#container.pages #content a:hover{
    /*color: #2380b1;*/
    text-decoration: underline;
}
#container.pages #content ul{
    list-style: inside disc;
    padding: 0 0 0 20px;
}
#container.pages #sidebar{
    float: left;
    width: 307px;
}
#container.pages #sidebar .sidebar-top{
    background: url('images/sb-top.png') no-repeat 0 0;
    width: 307px;
    height: 24px;
}
#container.pages #sidebar .sidebar-middle{
    background: url('images/sb-middle.png') repeat-y center center;
    width: 287px;
    padding: 0 10px 10px 10px;
}
.sidebar-middle{
}
.sidebar-middle .textwidget{
    margin: 0 0 15px 0;
}
.sidebar-middle .textwidget ul{
    margin: 15px 0 0 0;
}

.sidebar-middle .textwidget li{
    padding: 5px 0;
    overflow: hidden;
    border-top: 1px solid #BDBDBD;
}
.sidebar-middle .textwidget li a{
    color: #1761A2;
    font: 12px/18px Arial;
    text-decoration: none;
    text-transform: none;
}
.sidebar-middle .textwidget li a.link{
    display: block;
    margin: 20px 0 0 0;
}
.sidebar-middle h4{
    font: 20px/24px Arial;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #BDBDBD;
}
#container.pages #sidebar .sidebar-bottom{
    background: url('images/sb-bottom.png') no-repeat 0 0;
    width: 307px;
    height: 24px;
}
#main h2{
    font: bold 22px/26px Arial;
    color: #000;
    margin: 0 0 15px 0;
}
.home-page-cols{
    padding: 0 0 89px 0;
    background: url('images/separator-big.png') no-repeat center bottom;
}
.home-page-cols.last{
    background: none;
}
.home-page-cols .col{
    width: 307px;
    float: left;
    margin: 0 20px 0 0;
    font: normal 14px/18px Arial;
    color: #646464;
}
.home-page-cols.last .col{
    color: #000;
}
.home-page-cols .col.last{
    margin: 0 0 0 0;
}
.home-page-cols .col h2{
    padding: 0 0 18px 0;
    margin: 0 0 40px 0;
    background: url('images/separator-small.png') repeat-x center bottom;
}
.home-page-cols.last .col h2{
    color: #6d6d6d !important;
    padding: 0 0 18px 0;
    margin: 0 0 40px 0;
    background: url('images/separator-small.png') repeat-x center bottom;
}
.home-page-cols .col .p span{
    display: block;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.home-page-cols .col .p .phones{
    overflow: hidden;
    margin: 0 0 5px 0;
}
.home-page-cols .col .p .p-left{
    float: left;
}
.home-page-cols .col .p .p-right{
    float: right;
}
.home-page-cols .col li{
    list-style: disc inside;
    margin: 0 0 15px 0;
}
.home-page-cols .col.last li{
    margin: 0 0 0 0;
}
.home-page-cols .col li a{
    color: #1761a2;
    font: normal 14px/18px Arial;
    text-decoration: none;
}
.home-page-cols .col li a:hover{
    text-decoration: underline;
}
.home-page-cols .col a.more{
    background: url('images/stroke-gray.png') no-repeat left center;
    color: #000;
    font: bold 11px/11px Arial;
    text-decoration: none;
    padding: 0 0 0 21px;
    display: block;
}
.home-page-cols .col a.more:hover{
    color: #1761a2;
}
.home-page-cols .col .phones a{
    color: #000;
    text-decoration: none;
}
.home-page-cols .col .phones a:hover{
    color: #2380b1;
}
.home-page-cols .col .more.blue{
    background: #2380b1 url('images/stroke-blue.png') no-repeat 2px center;
    color: #fff;
    font: bold 11px/11px Arial;
    text-decoration: none;
    padding: 3px 5px 3px 23px;
    display: inline-block;
}
.home-page-cols .col .more.blue:hover{
    color: #fff;
}
.home-page-cols .col .products-list li{
    list-style: disc inside;
    margin: 0 0 0 0;
}
.home-page-cols .col .products-list li a{
    font-weight: normal;
    line-height: 24px;
}
.home-page-cols .col .products-list li a:hover{
    text-decoration: underline;
}
.footer-wrapper{
    width: 100%;
    overflow: hidden;
}
.footer-wrapper.top{
    height: 103px;
    background: #0c3355;
}
.footer-wrapper.top .footer{
    padding: 0 20px;
    width: 963px;
    margin: 0 auto;
}
.footer-wrapper.top .footer p{
    padding: 21px 0 10px 0;
    font: normal 14px/24px Arial;
    color: #fff;
    /*text-shadow: 1px 1px 3px #000;*/
    margin: 0;
}
.footer-wrapper.top .partners{
    clear: left;
    width: 980px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-wrapper.top .partners img{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-wrapper.top .footer p span{
    font-weight: bold;
}
.footer-wrapper.top .footer .f-logos{
    width: 744px;
    height: 134px;
    background: url('images/logos.png') no-repeat right center;
}
.footer-wrapper.bottom{
    background: #010a0f;
}
.footer-wrapper.bottom .footer{
    width: 1003px;
    margin: 0 auto;
}
#menu-footer-menu{
    height: 16px;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 20px;
    border-bottom: 1px solid #1761a2;
}
#menu-footer-menu li{
    margin: 0 10px 0 0;
    float: left;
    overflow: hidden;
}
#menu-footer-menu li a{
    font: bold 10px/16px Arial;
    color: #b8b8b8;
    display: block;
    float: left;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
#menu-footer-menu li a:hover{
    color: #2380b1;
}
.footer-wrapper.bottom .contact-details{
    font: bold 10px/14px Arial;
    color: #fff;
    padding: 0 0 0 20px;
}
.footer-wrapper.bottom .contact-details span{
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.footer-wrapper.bottom .contact-details a{
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
.footer-wrapper.bottom .contact-details a:hover{
    color: #2380b1;
}
.footer-wrapper.bottom .copyright{
    height: 36px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 54px;
    background: #010a0f url('images/logo-botom.png') no-repeat left center;
    max-width: 250px;
    margin: 0 auto;
    clear: both;
}
.footer-wrapper.bottom .copyright a{
    color: #fff;
    text-decoration: none;
}
.footer-wrapper.bottom .copyright a:hover{
    color: #2380b1;
}
#map1{
    width: 305px;
    height: 130px;
    border: 1px solid #b8b8b8;
    margin: 0 0 15px 0;
}
#map2{
    width: 634px;
    height: 260px;
    border: 1px solid #b8b8b8;
    margin: 15px 0 15px 0;
}
#wpcf7-f98-w1-o1 label{
    display: block;
    float: left;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    width: 45px;
}
#wpcf7-f98-w1-o1 input{
    border: 1px solid #A6A6A6;
    width: 258px;
}
#wpcf7-f98-w1-o1 textarea{
    border: 1px solid #A6A6A6;
    width: 258px;
    overflow: hidden;
}
.wpcf7-form-control-wrap{
    display: block;
    float: left;
    width: 260px;
    margin: 0 0 10px 0;
}
#wpcf7-f98-w1-o1 input[type=submit]{
    float: none;
    margin: 0 0 0 45px;
    width: auto;
    background: #2380B1;
    border: none;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
}
#wpcf7-f99-p60-o1 p{
    clear:both;
}
#wpcf7-f99-p60-o1 label{
    display: block;
    float: left;
    width: 100px;
}
#wpcf7-f99-p60-o1 .wpcf7-form-control-wrap{
    float: left;
}
#wpcf7-f99-p60-o1 label em{
    position: absolute;
    font-size: 11px;
}
#wpcf7-f99-p60-o1 label span{
    color: #f00;
}
#wpcf7-f99-p60-o1 input{
    border: 1px solid #A6A6A6;
    width: 100%;
}
#wpcf7-f99-p60-o1 textarea{
    width: 100%;
    resize: none;
    border: 1px solid #A6A6A6;
    overflow: hidden;
}
#wpcf7-f99-p60-o1 .captchas img{
    float: left;
    margin: 0 28px 0 0;
}
#wpcf7-f99-p60-o1 input[type=submit]{
    float: none;
    margin: 0 0 0 100px;
    width: auto;
    background: #2380B1;
    border: none;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
}
div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #FFFFFF !important;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #398F14 !important;
}

.searchresults{
    padding: 20px 0 20px 20px !important;
}
.page-table{
    width: 636px;
}
.page-table td{
    padding: 10px 5px 20px 5px;
    border-bottom: 1px solid #BDBDBD;
    /*    width: 50%;*/
}
.page-table td.no-border{
    border-bottom: none;
}
.entry-content ol{
    list-style: decimal inside;
}
.entry-content h3{
    margin: 0 0 10px 0;
}
.page-borders-table{
    width: 636px;
}
.page-borders-table th{
    padding: 2px 5px;
    border: 1px solid #bdbdbd;
    font: bold 12px/20px arial;
}
.page-borders-table td{
    border: 1px solid #bdbdbd;
    padding: 2px 5px;
}
.page-table .page-inner-table{
    width: 100%;
}
.page-table .page-inner-table td{
    border: 1px solid #bdbdbd;
    padding: 2px 5px;
}
.page-table .page-inner-table th{
    padding: 2px 5px 2px 5px;
    border: 1px solid #bdbdbd;
    font: bold 12px/20px arial;
}
a.pdf{
    /*display: inline-block;*/
    padding: 2px 25px 2px 0;
    background: url('images/pdf.png') no-repeat right center;
}
.breadcrumbs{
    padding: 0 0 15px 0;
}
#toTop {
    background: url("images/back2top.png") no-repeat scroll 0 0 transparent;
    bottom: 90px;
    cursor: pointer;
    height: 48px;
    position: fixed;
    right: 20px;
    width: 46px;
    z-index: 9999;
    text-indent: -9999px;
    display: none;
}
/*
light blue: #2380b1
blue color: #1761a2;
*/

.frezi-table{
    margin: 0 auto;
    width: 503px;
    border: 1px solid #BDBDBD;
}
.frezi-table td, .frezi-table th{
    border: 1px solid #BDBDBD;
    font: bold 12px/20px arial;
    padding: 2px 5px;
}
.frezi-table td{
    font-weight: normal;
}
iframe{position: relative; z-index: -1;}
iframe.iframe-class {z-index: 1;}

#wpcf7-f98-w1-o1 .wpcf7-submit{
    display: none;
}
.tooltipLink {display: inline-block;width: 20px;height: 20px;background-image: url("images/icons.png");background-position: -268px -241px;cursor: pointer;position: relative;}
.balloon {position: absolute !important;color: #fff !important;font-family: Lato,Verdana,sans-serif;font-size: 14px;background-color: #008acf;z-index: 1;min-width: 300px;width: auto;bottom: 30px;border-radius: 4px;padding: 14px;left: 8px;display: none;}
.balloon::before {content: ' ';border-left: 27px solid #008acf;border-top: 14px solid #008acf;border-right: 27px solid transparent;border-bottom: 14px solid transparent;position: absolute;bottom: -15px;left: 10px;}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.wpcf7-form p{clear: both;}
#wpcf7-f98-w1-o1 label{width: 100%;}
.Privacy strong{margin: 15px 0 5px;display: inline-block;}
.Privacy ol ol{list-style-type: lower-alpha;}

.wdgtImg {max-width:100%; margin-bottom:10px;}

.wpcf7-response-output {
    display: block;
    width: 100%;
    clear: both;
}

.change-settings-button {cursor: pointer;}