/* ---------------------------------------- TABLE ---------------------------------------- */
th {
    font-weight: bold;
    border: 1px solid #cadcf2;
    background: #1e73be;
    text-align: center;
    color: #fcfcfc;
    padding: 0 5px;
    font-size: 13px;
}
td {
    text-align: center;
}
td:first-child {
text-align: left;
}
/* ---------------------------------------- HEADER ---------------------------------------- */
.fa {
    color: #ff9933;
}
.header-title {
    left: 46%;
    top: 30%;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #1e73be;
}
.header-title-2 {
    left: 55%;
    top: 44%;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #1e73be;
}
.header-title-3 {
    left: 65%;
    top: 55%;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #1e73be;
}
@media (max-width : 800px) {
.header-title {
    display: none;
}
}
@media (max-width : 800px) {
.header-title-2 {
    display: none;
}
}
@media (max-width : 800px) {
.header-title-3 {
    display: none;
}
}
.main-navigation ul li a {
    text-transform: uppercase;
}
.main-navigation ul ul a {
    width: 100%;
}
.header-contacts {
    margin: 2px;
    font-size: 1.4em;
    font-weight: bold;
    min-width: 190px;
    text-align: right;
    font-family: 'calibri';
}
@media (max-width : 800px) {
.header-contacts {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
 }
}
.header-contacts a{
    color: #1e73be !important;
    padding-left: 5px;
}
.header-contacts a:hover {
    color: #d33333 !important;
    padding-left: 5px;
}
.header-contacts2 {
    margin: 2px;
    font-size: 1.2em;
    font-weight: bold;
    min-width: 190px;
    text-align: right;
    font-family: 'calibri';
}
@media (max-width : 800px) {
.header-contacts2 {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
 }
}
.header-contacts2 a{
    color: #1e73be !important;
    padding-left: 5px;
}
.header-contacts2 a:hover {
    color: #d33333 !important;
    padding-left: 5px;
}
.header-img {
    float: left;
}
@media (max-width : 800px) {
.header-img {
    margin-left: 13%;
}
}
.header-txt {
    margin-top: 5px;
    float: left;
}
.header-contacts3 {
    margin: 2px;
    font-size: 1.2em;
    font-weight: bold;
    min-width: 190px;
    text-align: right;
}
@media (max-width : 800px) {
.header-contacts3 {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
 }
}
.header-contacts3 a{
    color: #007951 !important;
    padding-left: 5px;
}
.current-menu-item {
    background-color: rgba(51, 51, 51, 0.3);
}
.current-menu-item a {
    color: #ff9933 !important;
}
/* ---------------------------------------- BODY ---------------------------------------- */
.home-menu {
    width: 225px;
    margin: 0 auto;
    border: 1px solid #dde7f3;
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.25);
}
.home-menu:hover {
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.55);
}
.krepezh p {
    padding-left: 10px;
}
.krepezh h3 {
    color: #333; 
}
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.menu-uslugi-1 {
    position: relative;
    cursor: pointer;
    width: 100%;
    min-height: 290px;
    border: 1px solid #c6d9f1;
}
@media (max-width : 800px) {
.menu-uslugi-1 {
    min-height: 220px;
 }
}
.menu-uslugi-2 {
    position: relative;
    cursor: pointer;
    width: 100%;
    min-height: 140px;
    border: 1px solid #2baac2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.menu-uslugi-1:hover {
    transition: all 0.35s ease-in-out;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
}
.menu-uslugi-2:hover {
    transition: all 0.35s ease-in-out;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
}
.menu-uslugi a{
    display:block;
    width: 100%;
}
.menu-uslugi img{
    position: absolute;
    top: 0px;
    right: 0px;
}
.menu-uslugi-text {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    color: #1e73be;
    left: 15%;
    bottom: 5px;
    margin: 0 auto;
}
@media (max-width : 800px) {
.menu-uslugi-text {
    left: 2%;
 }
}
.menu-uslugi-text-2 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    color: #1e73be;
    left: 25%;
    bottom: 5px;
    margin: 0 auto;
}
@media (max-width : 800px) {
.menu-uslugi-text-2 {
    left: 2%;
 }
}
.menu-uslugi-text-3 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    color: #1e73be;
    left: 18%;
    bottom: 5px;
    margin: 0 auto;
}
@media (max-width : 800px) {
.menu-uslugi-text-3 {
    left: 2%;
 }
}
.menu-uslugi-text-4 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    color: #1e73be;
    left: 29%;
    bottom: 5px;
    margin: 0 auto;
}
@media (max-width : 800px) {
.menu-uslugi-text-4 {
    left: 2%;
 }
}
.entry-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1;;
}
td {
    border: 1px solid #cadcf2;
    padding: 0 5px;
    font-size: 13px;
}
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    border-bottom: 1px solid #00b9eb;
}
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    color: #1e73be;
}
.broad img {
    border-radius: 50%;
    text-align: center;
    border: 3px solid #d33333;
}
.main-navigation ul ul {
    background: rgba(70, 70, 70, 0.8) !important;
}
.entry-content ul {
    list-style-type: disc;
}
.font-1 {
    font-size: 17px;
    font-family: 'Calibri';
}
.home-bg-text {
    font-size: 17px;
    font-family: 'Calibri';
}
@media (max-width : 800px) {
.home-bg-text {
    text-align: left;
  }
}
.home-bg-text-2 {
    text-align: center;
    color: #f3b015;
    font-size: 19px;
    line-height: 1.4;
}
.home-bg-text-2 a {
    color: #fcfcfc !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
    background: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 3px;
    margin-bottom: 2px;
    padding: 4px;
}
.home-bg-text-2 a:hover {
    transition: all 0.2s;
    background: #428ac8;
    border: 1px solid #ff9933;
}
.entry-content table {
    margin: 0px !important;
}
/* ---------------------------------------- SIDEBAR ---------------------------------------- */
.widget-title {
    font-size: 18px !important;
    padding: 10px;
    text-align: center;
    width: 77%;
    margin: auto;
}
#secondary .widget ul li {
    padding-bottom: 0px;
    margin-top: -1px;
}
#secondary .widget ul li a{
    font-size: 13px !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #1e73be;
    padding: 5px;
    background: #fcfcfc;
    border: 1px solid #cadcf2;
    display: block;
    width: 80%;
    margin: auto;
}
#secondary .widget ul li a:hover {
    background: #eee;
}
#secondary ul.menu li.current-menu-item a {
	background-color: #e0e0e0 !important;
}
#secondary .widget .widget-title {
    color: #fcfcfc;
    background: #1e73be;
    text-transform: uppercase;
}
/**-----------------------------------BUTTONS------------------------------------------**/
.contact-us {
    font-size: 22px !important;
    text-transform: uppercase;
}
.contact-us a {
    border: 2px solid #fcfcfc;
    border-radius: 4px;
    background: #d33333;
    padding: 15px 30px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
@media (max-width : 800px) {
.contact-us a {
    margin: auto;
 }
}
.contact-us a:hover {
  border: 2px solid #d33333;
  background: #fcfcfc;
  color: rgb(237, 27, 36);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----------------------------------PLUGINS-----------------------------------*/
.caldera-title h2 {
    font-family: "Russo One";
    font-size: large;
    padding-top: 10px;
}
.caldera-box{
    min-width: 300px;
    padding-left: 15px;
    background: #dfdfdf;
}
.caldera-grid .alert {
    padding: 100px !important;
}
.caldera-grid .alert-success {
    background-color: #fcfcfc00 !important;
    color: #333 !important;
    text-shadow: none;
    font-size: 25px;
}
.caldera-grid .btn-1 {
    text-align: center;
    display: block;
    background: #ed1b24;
    margin: auto;
    width: 100%;
    color: #fcfcfc;
    font-size: 1em;
}
.caldera-grid .btn-1:hover {
    color: #333;
    background: #fcfcfc;
    border: 1px solid #ed1b24;
    text-decoration: none;
}
.caldera-popup {
    font-size: 18px;
    padding-top: 15px;
}
/*-----------------------------------FOOTER-----------------------------------*/
#colophon {
    background: #fcfcfc;
}
#colophon #theme-attribution {
    color: #1e73be;
    font-size: 14px;
    font-family: 'Calibri';
}
#colophon #theme-attribution a{
    color: #1e73be;
    font-weight: bold;
}