/*
Theme Name: amosova
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amosova
Tags:

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.

amosova is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;   
}

body {
	margin: 0;    
    color:#6f6f6f;    
    background: #fbfbfb!important;
    font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h3, h3 a, h4, h4 a {
    color:#0076be!important;
    font-weight: bold;
    text-decoration: none;
    line-height:1;
}
small a{
    font-size: 18px;
    color: #379fde!important;
    margin-left: 20px;
    border-bottom: 1px dashed #379fde;
}

small a:hover{
    text-decoration:none;
}


.exc {
    color: #6b6b6b;
    line-height: 1.2;
    font-size: 15px;
    padding-top: 10px;
}

.excimg img{
   max-width: 500px;
    width: 100%;
}
.pn {
    height: 150px;
    overflow: hidden;
}

.excimg-intro{
    height:150px;
    overflow: hidden;
}

.footer {
    background: #00629e;
    padding: 10px;
    color: #fbfbfb;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

h3, .h3 { font-size:20px!important;}

h4  {
    margin-top: 5px;
    margin-bottom: 5px;
}

h2 {
    margin: 0 0 20px 15px;
}

.center {
    text-align: center;
}
.vector {    
   margin: 0 auto;
   width: 80%;
   background: url(images/heart.png) no-repeat  top center;
   background-size:inherit;
}

h4 a{
    border-bottom:1px dashed #00629e;   
}

h4 a:hover {
    border: 0px solid red;
}


mark {
	background: #ff0;
	color: #000;
}

/*.entry-title {
    color:#0176bc;
    font-size: 16px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1;
}

.entry-title {
    color:#0176bc;
    font-size: 16px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1;
}*/


.entry-title {
margin-bottom: 45px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	line-height: 1.5;
    font-family: 'PT Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Segoe UI', sans-serif;
}

h2 {
    color: #6f6f6f;  
    font-size: 48px;
    font-weight: 300;
}

h1.site-title {
    color: #0076be;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 0 0; 
}



h5.slogan {
    color:#005488;
    font-style:italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 10px 0 0; 
    margin-top: 30px;
}



p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
    quotes: "" "";
    margin: 10px 10%;
    color: #000;
    font-size: 25px;
    line-height: 1;
    font-style: italic;
    border-left: 3px solid #000;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#frm button,
#frm  input[type="button"],
#frm input[type="reset"],
#frm input[type="submit"] {
	border: 1px solid;
	border-color: #379fde;
	background: #379fde;	
	color: #fff;	
	font-size: 25px;
	line-height: 1;
	padding: 15px 50px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

#frm input[type="text"],
#frm input[type="email"],
#frm input[type="url"],
#frm input[type="password"],
#frm input[type="search"],
#frm input[type="number"],
#frm input[type="tel"],
#frm input[type="range"],
#frm input[type="date"],
#frm input[type="month"],
#frm input[type="week"],
#frm input[type="time"],
#frm input[type="datetime"],
#frm input[type="datetime-local"],
#frm input[type="color"],
#frm textarea {
	color: #444;
	border: 1px solid #379fde;	
	padding: 7px;
    font-weight: normal;
    background: #fbfbfb;
    margin: 3px;
    /* width: 230px; */ 
}

#frm1 button,
#frm1  input[type="button"],
#frm1 input[type="reset"],
#frm1 input[type="submit"] {
	border: 1px solid;
	border-color: #379fde;
	background: #379fde;	
	color: #fff;	
	font-size: 25px;
	line-height: 1;
	padding: 15px 50px;
}

#frm1 input[type="text"],
#frm1 input[type="email"],
#frm1 input[type="url"],
#frm1 input[type="password"],
#frm1 input[type="search"],
#frm1 input[type="number"],
#frm1 input[type="tel"],
#frm1 input[type="range"],
#frm1 input[type="date"],
#frm1 input[type="month"],
#frm1 input[type="week"],
#frm1 input[type="time"],
#frm1 input[type="datetime"],
#frm1 input[type="datetime-local"],
#frm1 input[type="color"],
#frm1 textarea {
	color: #444;
	border: 1px solid #379fde;	
	padding: 7px;
    	font-weight: normal;
    	background: #fbfbfb;
    	margin: 3px;
    	width: 100%; 
}

#frm1 textarea {
	
    	height: 150px; 
}
 #frm1 input[type="submit"] {
	
    	margin-right: -25px; 
}

#frm1 label {
font-weight:normal!important;
}

.footer input[type="search"] {
    background: transparent;
    border:1px solid #cccccc;
    height:40px;
    padding-left:20px;
    color:#cccccc;
}

.footer.search-form input[type="search"]{
    background: transparent;
    border:1px solid #cccccc;
    height:40px;
    padding-left:20px;
    color:#cccccc;
}

select {
	
	border: 1px solid #379fde;	
	padding: 7px;
    font-weight: normal;
    background: #fbfbfb;
    margin: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {
	color: #337ab7;
}

a:hover,
a:focus,
a:active {
	color: #337ab7;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.search_expt {
    color:#fff;
    padding: 1px 7px;
    background: #49b5f6;
}

.date {
    	color:#0073ba;
    	text-transform: lowercase;
	font-size:13px;
	margin-top:-5px;
}

.date-intro {
    color:#6b6b6b;
    font-size:12px;
    padding: 7px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
    display: block;
	position: relative;
    background: #379fde;
    z-index: 1000;
}

.main-navigation li a{
	display: block;
	text-decoration: none;
    font-weight:500;
    color: #f9f9f9;
    padding: 20px 15px;
}




.main-navigation li#menu-item-31 {	
    text-decoration: none;
    background: #ec4a57;
    color: #f9f9f9;
}



.main-navigation li#menu-item-31:hover {	
	text-decoration: none;
    background: #ec4a57;
    color: #f9f9f9;
}


.main-navigation ul ul li:last-child :hover {	
	text-decoration: none;
    background: #004a86;
    color: #f9f9f9;
}

a.maps {
    color: #49b5f6;
}

.main-navigation#primary p:nth-child(2n) {
    float: left;
    display: block;
	position: relative;
    background: #ec4a57;
}

.topnews {
    background: #ededed;
    padding: 15px 10px;
}

.tagcloud a{
    color:#c4c4c4;
    padding: 7px;
    border: 1px solid #c4c4c4;
    font-size:16px!important;
    display: inline-block;
    margin: 3px 3px 3px 0 ;
}

.introimage {
    
    overflow: hidden;
}

.anounce ul{
    margin-left: -50px;
    list-style-type: none;
    line-height: 1;
}

.anounce ul li{
    margin: 15px 10px;}

.anounce ul a{
    color:#565656!important;    
    font-size: 16px;
}

.introtitle, .introtitle a {
    color:#565656!important;
    font-size:24px;
    font-weight: bold; 
}

#recent-posts-2 hr{
    background: #ee3342;
    border:1px solid #ee3342;
}

#tag_cloud-2 hr{
    background: #0076be;
    border:1px solid #0076be;
}

#videoteg  hr{
    background: #ee3342;
    border:1px solid #ee3342;
}
 

.topnews a{
    color:#6e6f70!important;
line-height:1;
}


video{

    height: 638px;
}

.main-navigation ul ul {
	
	float: left;
	position: absolute;
	top: 4em;
	left: -999em;
	z-index: 99999;  
       box-shadow: 0 0 10px rgba(0,0,0,0.5)
    
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0px;
}

.main-navigation ul ul a {
    width: 350px;
    background: #fbfbfb;
    color: #6b6b6b;
    padding: 10px 10px 10px 15px;
    line-height: 1;
    border-bottom: 1px solid #f3f3f3;
}

.main-navigation li.current-menu-item .main-navigation li.current-menu-parent {
   background: #004a86;
   color: #004a86; 

}

.main-navigation ul ul li {

     background: #fbfbfb!important;
    display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    background: #004a86;
    color: #ccc;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}




/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    background: #ec4a57;
    color:#fbfbfb;
    padding:20px;
    border: 1px solid #ec4a57;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 800px) {

main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 4em;
	left: 0; 
    
}

.main-navigation ul ul ul {
	left: 0;
	top: 0;
}

.main-navigation ul ul a {
	width: 350px;
    background: #fbfbfb;
    color: #6b6b6b;    
    line-height: 1;
}
}


@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    
    nav {
    background: #f5f5f5;
    position: relative;
    z-index: 10000;
}  
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-header {
    background: #fff;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}
/*.right {
    float: right;
    color: #6b6b6b;
    border-bottom: 1px dashed #6b6b6b;
    margin: 20px 0 20px 0;
}

.right a {
    color: #6b6b6b;
}

.right a:hover {
    text-decoration:none;
}*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 300!important;
    line-height: 1;
    font-family: 'Segoe UI', sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.clear {
    clear: both;
}

.adressblock {
    background: #f5f5f5;
    padding: 15px 0 0 0;
    font-weight:500;
    font-size: 14px;
}

marquee {margin: 10px 0; font-size:18px;}

.footer {
    padding: 40px;
}

#footermenu  {
    margin-left: -50px; 
}

#footermenu  li {
    list-style-type: none;
    line-height: 1.2;
    padding: 5px 0;
}

#footermenu  li a{
    color: #fbfbfb;
    font-size: 16px;    
    font-weight: bold;
}

.footer small {
    font-size: 12px;
    color: #ccc;
    margin-left: -10px;
}


.calculator {       
    /*text-align: center;*/
}

.calculator span {
    background: #a0a0a0;
    display: inline-block;
    color: #fbfbfb;
    font-size: 25px;
    padding: 2px 7px;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
    /*border-right: 1px solid #fbfbfb;*/
}

.calculator {
    margin:-12px 0 0 0!important;
    width:220px;
}

.site-branding {
    background: url(images/logo.png) center left no-repeat;  
    min-height: 125px;
}

.site-branding h1{
   padding-left: 120px;
    margin-top: 20px;
}

.amosovablock {
   height: 500px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: left;
    justify-content: left;  
    background-size: 480px;
   background: url(images/amosov.jpg)  25% 25% no-repeat fixed;
  text-decoration:none;
}

.amosovablock h2 {
    background: rgba(232, 50, 64, .8);
    padding: 30px 30px;
    color: #fbfbfb;
    font-size: 30px;
    display: inline-block;
    /* width: auto; */
    text-decoration: none;
}

.amosovablock a {
   text-decoration:none;
cursor:pointer;
}

.serchblock {
    margin: 20px 0 0 0;
    /*float: right;*/    
}

.serchblock ul {    
    margin: 10px 0 0 -50px;
}

.serchblock .textwidget {
    margin: 0;
}

.serchblock  li{
    list-style-type: none;
    float: left;
    color: #00629e;
    text-align: left;
    font-weight:bold;
}

.serchblock  li a {    
    color: #00629e!important;
    padding:10px;
}

.serchblock li.current-lang {
    color: red!important;
}



li.lang-item {
     color: #49b5f6;
}

.serchblock .textwidget  {
  /*  float:right;*/
    color: #0076be;
    font-weight: bold;
}

.serchblock .textwidget a  {   
    color: #0076be!important;
}

.serchblock* {
    border:1px solid red;
}

a.flex-caption-text {
   /* background: #00629e;*/
    
}

.flex-caption {
    /* width: 30%; */
    /* right: 0; */
    top: 40%;
    background: #00629e;
    color: #fff;    
    position: absolute;
}

.flex-caption a{
    color: #fbfbfb;!important;
    text-decoration: none;
    font-size: 18px;
    display: block;
    z-index: 10000;    
    padding: 2%;       
    line-height: 18px;
    font-size: 20px;
}

nav {background:#379fde; position:relative;z-index:10000;}


.tellblock {      
    color: #4496ce;
    font-weight:400;
    font-size:14px;
    line-height: 1.4;
    font-family: Segoe UI;
    padding-bottom:10px;
}

.tellblock span{
    color:#ef3342;
    /*float: right;
    padding-right: 40px;*/
}



.menu-kolorovi-bloki-container, .menu-kolorovi-bloki-eng-container  {
	clear: both;	
	width: 100%;
    margin: 20px auto;
    display: inline-block; text-align: center;
}




/*
.menu-kolorovi-bloki-container ul {
	display: inline-block;
    float: none;    
	list-style: none;
	margin: 0;
	padding-left: 0;
    
}*/

.menu-kolorovi-bloki-container li, .menu-kolorovi-bloki-eng-container li {
	
    display: inline-block;
	position: relative;
    background: #ec4a57 url(images/color-heart.png)  no-repeat bottom right;
    z-index: 1000;
    margin: 0 1px 2px 1px;
    vertical-align:middle;
    text-align: center;
    width: 24%;
      border-radius: 4px;
}

.menu-kolorovi-bloki-container  li a, .menu-kolorovi-bloki-eng-container li a  {
	display: block;
	text-decoration: none;
    font-weight:bold;
    font-size: 20px;
    color: #f9f9f9;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px;
    height: 185px;
    line-height: 1;
    
}

.menu-kolorovi-bloki-container li:nth-child(2n), .menu-kolorovi-bloki-eng-container li:nth-child(2n) {
   
    display: inline-block;
	position: relative;
    background: #379fde url(images/color-heart-one.png)  no-repeat top right;
    border-radius: 4px;
}

.intro {
    margin-top:-60px; 
    background-color: #fbfbfb; 
    z-index: 1000; 
    position: relative;
    padding-top: 30px;
}

.breadcrumbs {
    color:#8e8e8e;
    font-style:italic;
    font-size:14px;
    margin: 20px 0;    
}

.breadcrumbs a{
    color:#0076be!important;
    font-style:italic;
    font-size:14px;
    margin: 20px 0; 
    padding: 0 8px;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}
.well {
  min-height: 20px;
  background-color:#fcfcfc;  
  border-radius: 0;
  padding: 0 5px;
}

// Sizes
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}


.intro .breadcrumbs {
    color: #8e8e8e;
    font-style: italic;
    font-size: 14px;
    margin: 0;
}

.tg a {
    color: #c4c4c4;
    padding: 7px;
    border: 1px solid #c4c4c4;
    font-size: 16px!important;
    margin: 0 2px 0 10px;
   text-decoration:none;
-moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.tg a:hover {
    color: #379fde;
    border: 1px solid #379fde;
}
.tagcloud a {
	-moz-transition: all 300ms ease-in-out 0s;
    	-ms-transition: all 300ms ease-in-out 0s;
    	-o-transition: all 300ms ease-in-out 0s;
    	-webkit-transition: all 300ms ease-in-out 0s;
	text-decoration:none;
}

.tagcloud a:hover {
	color: #ee3342;
    border: 1px solid #ee3342;
}

/*.search-form {
    display: flex;
    border: 1px solid #ccc;
    
    border-radius: 4px;
}*/

.search-form {    
    width: 100%;
    display: block;
}

.search-form input[type="submit"] { 
    display: none;
    border: 0px solid #cccccc;
    background: transparent;     
    background:  url(images/serch.png)  no-repeat center right;
    color: transparent; 
    margin-left: -20px;
    
}

.search-form input[type="search"], footer .search-form input[type="search"] {   
    border: 1px solid #ccc;   
    font-weight:normal!important;
    background: transparent;  
    padding: 20px;
    border-radius: 4px;
    width: 100%;
}

.search-form label {
    display: block;
}

footer .search-form {
   display: none;
}

.search-form input[type="search"]:focus, .search-form input[type="search"]:active, .search-form input[type="search"]:focus-visible {
    border: 1px solid #337ab7!important;
}

/*footer .search-form {
    border: 1px solid #ccc;
}*/

/**/

@media (min-width: 1201px) {
    .vmobile {display: none;}
}
@media (max-width: 1200px) {
    .vmobile  {
        display: block!important;
        margin-bottom: 40px;
    }
    .serchblock ul {
        margin-top: 0!;      
    }
    .serchblock li a {
        padding: 20px;
    }
    .serchblock .textwidget {
        float: right;
    }
    .serchblock .textwidget a {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .ktmrts, .ktmrtskons, .ktmrt, .intern  {display: none;}
}



@media (max-width: 485px) {
    .site-branding h1 {
    padding-left: 120px;
    margin-top: 20px;
    font-size: 14px;       
}
    
 .search-form input[type="search"] {
    width: 100%;
    font-weight:normal;
     margin: 10px auto;
}
    
    .site-branding {
    background: url(images/logo.png) center left no-repeat;
    min-height: 100px; 
}
     .calculator {       
    text-align: left;
}
    
  h3.nameslide, h3.nameslide a {
    color:#fff!important;
    font-size:16px!important;
    text-shadow:none!important;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    }
    
    .bx-wrapper {
        display: none;
    }
    
}
@media (min-width: 486px) and (max-width: 767px) {    
    h5.slogan {   
    padding: 20px 10px 0 0; 
    margin-top: 10px;
}    
    .calculator {       
    text-align: left;
}
    
    .bx-wrapper {
        display: none;
    }
  .bx-wrapper .bx-caption {
  display: none;
}  
    
    h3.nameslide, h3.nameslide a {
    color:#fff!important;
    font-size:18px!important;
    text-shadow:none!important;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}
   
}





@media (min-width: 768px) and (max-width: 991px) {
    
    .calculator span {
    background: #a0a0a0;
    display: inline-block;
    color: #fbfbfb;
    font-size: 35px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-top: 5px;
    border-right: 1px solid #fbfbfb;
}    
    
}
@media (min-width: 992px) and (max-width: 1199px) {
    
     .calculator span {
    background: #a0a0a0;
    display: inline-block;
    color: #fbfbfb;
    font-size: 35px;
    padding: 3px 4px;
    border-radius: 3px;
    margin-top: 5px;
    border-right: 1px solid #fbfbfb;
}   
}


/*social_button*/
#share {
	width:50%;
	/*border:1px solid #eaeaea;*/
	/*margin: 0 auto;*/
}
.like {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
}
.push {
	display: inline-block;
	/*width: 17%;*/
	min-width: 100px;
	/*line-height: 40px;*/
	margin: 5px 2px 20px 2px;
	font-size: 15px;
	text-align: center;
	color:#fff;
	cursor: pointer;
}

.push a, .push a:hover{text-decoration:none;}
 
.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373; color:#fff;}
.google {background-color:#dd4b39;}
.google:hover {background-color:#c23321; color:#fff;}
.twitter1 {background-color:#55acee;color:#fff;}
.twitter1:hover {background-color:#2795e9; color:#fff;}
.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482; color:#fff;}
.ok {background-color:#ee8208;}
.ok:hover {background-color:#ee7808; color:#fff;}
/*social_button*/

.textwidget p {
    margin-bottom: 10px;
}

nav.pagination  {
    background: #fbfbfb;
}

.nav-links a {
    background: #eeeeee;
    padding: 10px 15px;
    color: #727275;
}

.nav-links span {
    background: #3498db;
    padding: 10px 15px;
    color: #fff;
}

ul.subct {
    margin-left: -40px;
}

.subct li {
    list-style-type: none;
}

div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14!important;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700!important;
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 15px 34px;
    font-weight: 600!important;
    font-size: 17px!important;
}

.su-accordion .su-spoiler {
    margin-bottom: 0.5em;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.su-spoiler-icon {
    position: absolute;
    left: 7px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #379fde;
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    font-size: 18px!important;
    min-height: 40px;
    line-height: 20px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    color: #379fde!important;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
font-weight:bold;
}
.su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 0 1em 27px;
    font-size: 16px;
}

.su-tabs {
    margin: 0 0 1.5em 0;
    padding: 0!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
}

.bx-wrapper .bx-caption span p {
  	color: #fff;
  	font-family: Arial;  
  	font-size: 30px; 
    	text-align: center;
    	line-height: 1.2;
    	width: 400px;
    	margin: 6% auto;
}
table.partners td a{
 	color: #444!important;
	text-decoration:underline;
	padding: 5px 0;
}

table.partners {
	width: 60%!important;
	margin:0 auto;
}

.partners td {
	padding:10px;
	color: #444;
	vertical-align:top;
	line-height:22px;
}

.tablesort {
 	border-bottom:1px solid #6a6a6a;
	line-height:1.1;
}
.tablesort td {
	padding:10px;
}

.tables {
width:100%;
}

.tables td {
    line-height: 1;
    padding: 15px;
font-size:13px;
}
/*lending*/
.home-title {
    background: url(images/amosov.jpg) no-repeat top center;
    height: 100vh;
    background-size: cover;
}

.go-home {
    padding: 5% 0 0 0;
}

.go-name  {
    float: right;
    margin-top: -200px;
}
.cit {
    background: #b2121f;
    color:#cccccc;
    font-size:30px;
    text-align: center;
    padding: 40px 0;
    font-weight: 600;
    line-height: 1;
}

.cit .name {
    font-size:16px;
    font-style:italic;
    letter-spacing: 5px;
    display: block;
    text-align: right;
    font-weight: normal;
    padding: 30px 0 0 0;
}
.cit .skob {
    color:#710912;
    font-size:60px;
    display: block;
    text-align: center;
}

p.lettr:first-letter {    
    
    font-size: 40px; /* Р Р°Р·РјРµСЂ С€СЂРёС„С‚Р° РїРµСЂРІРѕРіРѕ СЃРёРјРІРѕР»Р° */
    color: #fff; /* РљСЂР°СЃРЅС‹Р№ С†РІРµС‚ С‚РµРєСЃС‚Р° */
    background: #b2121f;
    padding: 0 15px;
    border-radius: 4px;
    margin: 5px;
    font-weight: bold;
}
p.lettr {
     font-weight: bold;
    font-size:28px;
    line-height: 30px;
    margin-top:20px;
    color:#000;
}

.block2 {
    background: #f3f3f3;
    border-bottom:1px solid #e5e5e5;
    padding: 30px 0;
     margin: 10px 0;
}
.block2 .alignleft {
    display: inline;
    float: left;
    margin-right: 0.5em;
}

.tbl2 {
	border-left: 6px solid #212121;
}

.tbl2 td {
	padding-left:50px;
	padding-bottom:30px;
}
.stripe1 {
    position: relative;
    left: -52px;
    top: 25px;
    width: 30px;
    height: 6px;
    background-color: #212121;
}

.tbl3 {
	border-left: 6px solid #212121;
}

.tbl3 td {
	padding-left:50px;
	padding-bottom:30px;
}
.tbl3 .stripe1 {
    position: relative;
    left: -52px;
    top: 50px;
    width: 30px;
    height: 6px;
    background-color: #212121;
}

@media print { 
.adressblock, .serchblock, nav,.main-navigation, h5.slogan,.right,.footer, .tg, #share {
	display:none;
}
a:after{
    content: "" !important;
}
.site-branding h1 {
    padding-left: 0px!important;
    margin-top: 20px;
}
.site-branding h1 a {
    font-size: 36px!important;
} 
}
h3.nameslide, h3.nameslide a {
    color:#fff!important;
    font-size:28px;
    text-shadow:none!important;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}

.ktmrt {
    position:fixed;
    z-index: 99991;
    top: 131px;
    right:0;
    background: rgba(238, 51, 66, .9);
    color:#fbfbfb;
    text-align: center;
    text-align: right;
    padding: 10px;
    border-radius: 8px 0 0 8px;    
    text-align: center;
}
.ktmrts  {
    position:fixed;
    z-index: 99991;
    top: 250px;
    right:0;
    font-size: 16px!important;
    font-weight: bold;
    padding: 20px 15px;
    background: rgba(238, 51, 66, .9);
    color:#fbfbfb;
    border-radius: 8px 0 0 8px;     
    width: 165px;
    text-align: center;
}

.ktmrts a {
   color:#fbfbfb!important; 
    text-decoration: none;
}

.ktmrtskons  {
    position:fixed;
    z-index: 99991;
    top: 350px;
    right:0;
    font-size: 16px!important;
    font-weight: bold;
    padding: 20px 15px;
    background: #00629e;
    color:#fbfbfb;
    border-radius: 8px 0 0 8px;     
    width: 165px;
    text-align: center;
}

.ktmrtskons a h4 {
   color:#fbfbfb!important; 
    text-decoration: none;
}
.intern  {
    position:fixed;
    z-index: 99991;
    top: 450px;
    right:0;
    font-size: 16px!important;
    font-weight: bold;
    padding: 20px 15px;
    background: #379fde;
    color:#fbfbfb;
    border-radius: 8px 0 0 8px;     
    width: 165px;
    text-align: center;
}

.intern a h4 {
   color:#fbfbfb!important; 
    text-decoration: none;
}




.ktmrts {
	font-size:22px;
}

.ktmrts span {
	font-size:18px;
}

.ktmrt {font-size:18px;}

.ktmrt h4 {    
    color:#fbfbfb!important;
    font-weight: normal;
    font-weight: bold;
}
























.bord tr {
	border-bottom:1px solid #ccc;
-webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;	
}

.bord tr:hover {
        background: #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
.bord td {
	font-size: 14px!important;
	line-height: 16px;
	padding: 30px 5px 10px 5px;
	vertical-align:top;
}
.bord th {
text-align:center;
border-right:1px solid #fff;
font-weight:normal!important;
}

.su-tabs-pane {
   
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    color: #333;
  font-size:16px!important;
padding:30px!important;

}

.su-tabs-nav span.su-tabs-current {
    background: rgba(238, 51, 66, .9)!important;
    cursor: default;
    color:#fff!important;
}

.su-tabs-nav span  {
    background: #a9a9a9!important;
    cursor: default;
    line-height: 40px!important;
    color:#fff!important;
	padding-right:20px;
padding-left:20px;
}
.su-tabs-panes {
background:transparent!important;
}
.menu-kolorovi-bloki-container ul {
		margin-left: -20px!important;
		width:100%!important;
	
	}

@media (min-width: 740px) and (max-width: 1200px) {	
	.menu-kolorovi-bloki-container ul {
		margin-left: -20px;
		width:100%;
	}
		.menu-kolorovi-bloki-container li {
		width: 33%;
	}
}
@media (max-width: 739px) {	
	.menu-kolorovi-bloki-container ul {
		margin-left: -20px;
		width:100%;
	}
		.menu-kolorovi-bloki-container li {
		width: 49%;
	}
}
@media (max-width: 475px) {	
	.menu-kolorovi-bloki-container ul {
		margin-left: -20px;
		width:100%;
	}
		.menu-kolorovi-bloki-container li {
		width: 95%;		
	}
}


@media (max-width: 1024px) {
	
	.imgcatname .row  > img {
	position: relative;
    object-fit:cover;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 350px!important;
		
	}
	
	.menu-image-title-after {
		display: block!important;
		padding: 5px 0!important;
	}	
	.menu-image-title-after > a {
		padding: 0;
	}
	.menu-golovne-menyu-container {
		padding: 15px!important;
	}	
	.menu-kolorovi-bloki-container  {
		text-align: center;
	}
	
	#ml-wrapnav {background: #fff!important;}
}
.gospital {
    background: #ec4a57;
    color: #fff!important;
    padding: 30px 0;
    margin: 0 20px;
    border-radius: 4px;
}

.gospital a {
    text-align: center;
    color: #fff!important;
    font-weight: bold;
    text-decoration: none;
    font-size: 36px;
}
