/*
Theme Name: B3
Theme URI: http://andrey.ws/b3-theme
Author: Andrey K.
Author URI: http://andrey.ws/
Description: Responsive customizable multi-purpose theme based on Bootstrap 3 framework. Three widget areas, changeable colors and page look, export/import settings, translation ready.
Version: 1.2.8
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: b3theme
Domain Path: /languages/
Tags: theme-options, two-columns, white, light, custom-colors, two-columns, one-column, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, featured-images, rtl-language-support, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*

B3 Theme, including demo images (C) 2013 andreyk http://profiles.wordpress.org/andreyk
B3 is distributed under the terms of the GNU General Public License v3.0

B3 theme is based on Underscores theme quick start pack http://underscores.me/ (C) 2012-2013 Automattic, Inc.
and Bootstrap 3 framework http://getbootstrap.com/ (Apache License v2.0, (C) 2013 Twitter, Inc.)

IE8 compatibility is achieved by using of Respond.js https://github.com/scottjehl/respond (MIT/BSD license)
and HTML5 Shiv http://code.google.com/p/html5shiv/ (MIT/GPL2 Licensed)

*/


/*------------------ bootstrap -------------------*/

body {
    font-size: 16px;
}

.h3 {
    margin-top: 27px;
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #fff;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    /*text-decoration: none;*/
    background-color: #4c9bdb;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 10px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #4c9bdb;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e7e7e7;
}

.navbar-default .navbar-toggle {
    border-color: #4c9bdb;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #4c9bdb;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #7fb9ea;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
    }
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .2) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0002) 0%), color-stop(rgba(0, 0, 0, .1) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0002) 0%, rgba(0, 0, 0, .1) 100%);
}

.site-title a:hover {
    text-decoration: none;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.btn-print-blank {
    margin: 25px 0 25px 290px;
    width: 300px;
    height: 45px;
    font-size: 19px!important;
    font-weight: 700;
}

.print-blank-hr {
    width: 880px;
    border: 0;
    border-top: 2px solid #4689CC;
}

.print-blank-h2 {
    margin-left: 300px;
}

.print-blank-hr-center {
    width: 580px;
    margin-left: 150px;
    border-top: 1px solid #4689CC;

}

/*.form-group {
    margin-right: 75px;
    width: 350px;
    display: inline-block;
}*/

/*.dropdown:hover > .dropdown-menu {
display: block;
} */

/* === HTML5 validation styles === */   
.print_form input:required, .print_form textarea:required {
    background: #fff url('images/red_asterisk.png')/*tpa=https://kel-vrn.ru/wp-content/themes/b3/images/red_asterisk.png*/ no-repeat 98% center;
}
.print_form input:required:valid, .print_form textarea:required:valid {
    background: #fff url('images/valid.png')/*tpa=https://kel-vrn.ru/wp-content/themes/b3/images/valid.png*/ no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.print_form input:focus:invalid, .print_form textarea:focus:invalid {
    background: #fff url('images/invalid.png')/*tpa=https://kel-vrn.ru/wp-content/themes/b3/images/invalid.png*/ no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}


#oldbrawser {    
    display: none;
    text-align: center;
}

.header-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
    border: 2px solid #000;
    width: 877.5px;
    margin-left: 15px;
    height: 160px;
    margin-bottom: 5px;
}

.header-table img {
    width: 120px;
    height: 120px;
    padding: 12px 0 0 12px;
}

.header-table-logo {
    margin: 10px 15px 10px 0px;
    width: 140px; 
    height: 140px;
    border-radius: 50%;
    border: 1px solid #000;
}

.header-table-text {
    align-self: center;
}

.header-table-text-name {
    font-style: italic;
    font-size: 38px;
    font-weight: 700;
}

.header-table-text-tel {
    font-style: italic;
    font-size: 30px;
    font-weight: 700;
}

.header-table-number {
    align-self:baseline;
    border: 2px solid #000;
    margin-top: 10px;
    padding: 5px;
    width: 120px;
    height: 35px;
    font-size: 17px;

}


#menu-item-2049 a {
    background: #de3329;
    border-radius: 10px;
    margin: 10px 10px 0 10px;
    padding: 5px;
}

#menu-item-2049 a:hover {
    background: #ca2f26;
    border-radius: 10px;
    margin: 10px 10px 0 10px;
    padding: 5px;
}

/*------------------ /bootstrap -------------------*/

img.site-logo {
	margin: 20px 15px 10px 0;
	float: left;
	clear: left;
}
h2.site-description {
	font-size: 24px;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
}
.wp-caption p {
	margin: 0;
}
div.aligncenter, img.aligncenter {
	margin: 8px auto;
	max-width: 100%;
	height: auto;
	clear: both;
}
div.alignleft, img.alignleft {
	float: left;
	clear: left;
	margin-right: 8px;
	max-width: 100%;
	height: auto;
}
div.alignright, img.alignright {
	float: right;
	clear: right;
	margin-left: 8px;
	max-width: 100%;
	height: auto;
}
.entry-content img, .widget img {
	max-width: 100%;
	height: auto;
}
.wp-caption-text, .gallery-caption {
	font-size: 85%;
}
.sticky {
	box-shadow: inset 3px 3px 8px #eee, inset -3px -3px 8px #eee;
}
.bypostauthor {}

.spacer-top {
	margin-top: 15px;
}
.spacer-bottom {
	margin-bottom: 15px;
}
.spacer-all {
	margin: 15px;
}
.padding-all {
	padding: 15px;
}
.spacer-lr {
	margin-left: 15px;
	margin-right: 15px;
}
.minus-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.widget_calendar table {
	max-width: 88%;
	text-align: center;
}
.comment-list ul {
	list-style-type: none;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
.carousel-inner {
	height: 300px;
}
.carousel-caption {
	top: 10%;
	position: absolute;
	color: #333;
	text-shadow: 1px 1px 2px #FFF, -1px -1px 2px #FFF;
}
.carousel-caption p * {
	text-shadow: none;
}
.carousel-caption h1 a {
	opacity: 0.8;
	text-shadow: 1px 1px 3px #FFF, -1px -1px 3px #FFF;
	letter-spacing: 3px;
}
.navbar {
	z-index: 100;
}
.entry-meta {
	padding: 6px 0;
	color: #707070;
}
.tag-links, .cat-links, .permalink, .entry-date, .comments-link {
	display: inline-block;
	margin-right: 8px;
}

.glyphicon-folder-open {
	margin-right: 4px;
	display: inline-block;
}

article, .widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget ul {padding-left: 20px;}
.widget ul ul ul ul ul {
	padding-left: 4px;
}
.widget ul ul ul ul ul ul ul ul ul ul {
	padding-left: 0;
}

.comment-metadata {
	font-size: 85%;
}

.mejs-audio {margin-bottom: 20px;}

.pagination li {display: inline-block; margin: 0;}

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

.current-menu-item {
    background-color: #4689cc;
}

.dropdown-menu {
    background-color: #7fb9ea;
}

#colophon {
    background-color: #4689cc;
    background-size: 10px;
    border-radius: 10px;
    color: #fff;   
}

.spacer-all {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 7px;
}

/*------------------------- Tab -----------------------------*/

/*#tab_voronez {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
#tab_voronez th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:center;}
#tab_voronez tr {background-color:#ffffff;}
#tab_voronez td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5; text-align: center;}
#tab_voronez tr:hover {background-color:#f#4689CC*/

#tab_voronez {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_voronez th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_voronez tr {background-color:#ffffff;}
#tab_voronez td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_voronez tr:hover {background-color:#ffff99;}


#tab_voronez_obl {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_voronez_obl th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_voronez_obl tr {background-color:#ffffff;}
#tab_voronez_obl td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_voronez_obl tr:hover {background-color:#ffff99;}

#tab_voronez_obl_2 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_voronez_obl_2 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_voronez_obl_2 tr {background-color:#ffffff;}
#tab_voronez_obl_2 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: left; vertical-align: middle;}
/*#tab_voronez_obl_2 tr:hover {background-color:#ffff99;}*/


#tab_ros_1 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_ros_1 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_ros_1 tr {background-color:#ffffff;}
#tab_ros_1 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_ros_1 tr:hover {background-color:#ffff99;}



#tab_ros_2 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_ros_2 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_ros_2 tr {background-color:#ffffff;}
#tab_ros_2 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_ros_2 tr:hover {background-color:#ffff99;}



#tab_ros_3 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_ros_3 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_ros_3 tr {background-color:#ffffff;}
#tab_ros_3 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_ros_3 tr:hover {background-color:#ffff99;}



#tab_ros_4 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_ros_4 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_ros_4 tr {background-color:#ffffff;}
#tab_ros_4 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_ros_4 tr:hover {background-color:#ffff99;}


#tab_ros_5 {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_ros_5 th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_ros_5 tr {background-color:#ffffff;}
#tab_ros_5 td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_ros_5 tr:hover {background-color:#ffff99;}


#tab_sng {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_sng th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_sng tr {background-color:#ffffff;}
#tab_sng td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_sng tr:hover {background-color:#ffff99;}



#tab_zarub {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #4689CC;border-collapse: collapse;}
#tab_zarub th {font-size:16px;background-color:#7FB9EA;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC;text-align:center;}
#tab_zarub tr {background-color:#ffffff;}
#tab_zarub td {font-size:16px;border-width: 1px;padding: 8px;border-style: solid;border-color: #4689CC; text-align: center;}
#tab_zarub tr:hover {background-color:#ffff99;}



#zvonok {
	width: 400px;
}

.cf7cs_form306 input[type="text"], .cf7cs_form306 input[type="password"], .cf7cs_form306 input[type="file"], .cf7cs_form306 input[type="email"], .cf7cs_form306 input[type="number"], .cf7cs_form306 input[type="search"], .cf7cs_form306 input[type="tel"], .cf7cs_form306 input[type="url"], .cf7cs_form306 input[type="date"] {
	width: 395px;
}

#zvonok a {
	color: #fbc21d;
}

#zvonok a:hover {
	color: #ffff99;
}

.cf7cs_form307 input[type="text"], .cf7cs_form307 input[type="password"], .cf7cs_form307 input[type="file"], .cf7cs_form307 input[type="email"], .cf7cs_form307 input[type="number"], .cf7cs_form307 input[type="search"], .cf7cs_form307 input[type="tel"], .cf7cs_form307 input[type="url"], .cf7cs_form307 input[type="date"] {
	width: 425px;
}

.cf7cs_form307 textarea {
	width: 425px;
}

#policy a {
	color: #fbc21d;
	font-size: 17px;

}

#policy a:hover {
	color: #ffff99;
	font-size: 17px;
}






/*----------------Table syle------------------*/
/* .content-area {
    width: 777.5px;
    margin: 0 auto;
} */

.print-form-table tr, .print-form-table td {
    padding: 2px 3px 2px 3px!important;
}

.print-form-table td {
      font-size: 14px!important;
      height: 25px;
}

.table-heder {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px!important;
}

td.recipient-font {
    font-size: 10px!important;
}

td.recipient-font-center {
    text-align: center;
}

span.square {
    font-size: 16px!important;
}

/*----------------/Table syle------------------*/

/*----------------Print syle------------------*/
@media print {
    body {
        font-size: 12px!important;
    }
    .entry-title {
        display: none;
    }
    .site-branding {
        display: none;
    }
    #sidebar-top {
        display: none;
    }
    #secondary {
        display: none;
    }

    #colophon {
        display: none;
    }

    .a2a_kit {
        display: none;
    }

    table.print-form-table td {
        font-size: 12px!important;
        height: 22px;
    }

    td.table-heder {
        background: #000!important;
        color: #fff!important;
        font-weight: bold!important;
        font-size: 12px!important;
    }

    td.recipient-font {
        font-size: 8px!important;
    }

    td.recipient-font-center {
        text-align: center;
    }

    div.page-break {page-break-before: always;}

    .print-doc {
        display: none!important;

    }
}


/*----------------/Print syle------------------*/

/* section {
    page-break-before: always;
} */