/*
Theme Name: Nash Dom - Israel
Theme URI: http://xdomus.ru
Description: Nash Dom - Israel is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly.  It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color(Supports seven different accent colors).
Version: 11.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme is licensed under the GPL.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links 
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 *     
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 24, 2012 */

@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Bold.eot');
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Bold.woff') format('woff'),
         url('fonts/Alef-Bold.ttf') format('truetype'),
         url('fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

body {
    background: #eceff1;
}

body,
button,
input,
select,
textarea {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #212121;
    font-family: 'Alef', sans-serif;
    font-style: normal;
    font-weight: 400;
}

p{
    margin-bottom: 1em;
    line-height: 1.5em;
}


a{
    color: #607D8B;
    text-decoration: none;
}

a:visited {
    color: #78909c;
    text-decoration: underline;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a:hover{
    text-decoration: none;
	color: #4a4781;
}

a img {
    border: 0;
}

dd {
    margin: 0 1.5em 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #455A64;
    background: #F5f5f5;
    font-size: 18px;
    font-style: italic;
    margin-left: 0.5em;
}

blockquote p{
    font-size: 18px;
}

code {
    white-space: normal;   
    color: #666;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead{
    background-color: #fff;
    color:#212121;
}

table,th,td{
    /*border: 1px solid #ddd;*/
}
table#represent tr {
	margin-bottom:2em;
}
#represent td {
  /*padding: 0.7em;
  text-align: left;
 */
 padding-bottom:2em;
 vertical-align:bottom;
}
td p{
	margin-bottom:0;
}
tbody tr:nth-child(odd) {
  /*background: #eee;*/
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe{
    width: 100%;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* 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:hover,
.screen-reader-text:active,
.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. */
}

button,
input,
textarea {
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #727272;
    border: 1px solid #aaa1a8;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:hover,
textarea:hover {
	outline: 0;
}
/*
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}
*/
input[type=text],
input[type=email],
textarea {
    color: #727272
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #727272;
}


input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-form {
    position: relative;
}

.search-form label{
    width: 100%;
    margin-bottom: 0px;
}

.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}


img{
    margin-bottom: 1em;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone{
        margin: 5px auto 20px;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 14px;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image{
    max-width: 100%;
    width: 100%;
}

img.wp-post-image{
    height: auto;
}

.image-attachment{
    margin-left: auto;
    margin-right: auto;
}

.featured-image img{
    display: block;
    margin:0 auto 0;
}



/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 3.1 Site Navigation Bar
 * ----------------------------------------------------------------------------
 */
 .nav{
    display: block;
}

 .navbar{
    margin-bottom: 0px;
 }
 .navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  top:0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.admin-bar .navbar-fixed-top {
  top: 32px; }
  
@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top{
    top: 46px;
    position: absolute;
  }
  
}

.navbar{ 
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border:none;
	height:90px;
	z-index:99;
	border-radius:0;
}

.navbar-brand{
    font-size: 20px;
    font-weight: 600;
}

.navbar-nav{
    float: right;
}
.navbar-nav > li{
    float: right;
}
.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default { 
	/*
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(100,100,0, 0.1);
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
    background: linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
	*/
	background: url(images/navbar_bg.png) top right repeat-x;
	background-size:contain;
}
.navbar-default .navbar-brand {
    color: #333333;
	padding:0;
	
}
.navbar-brand > img {
    margin:0;
}
.logo_img img{
	margin:0;
}
@media (max-width: 991px) {
	.nav > li > a {
		padding: 10px 10px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: right;
	}
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000000;
	
}
.navbar-default .navbar-text {
    color: #333333;
}
.navbar-default .navbar-nav > li > a {
    /*border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;*/
}
.navbar-default .navbar-nav > li > a {
    color: #333333;
	position:relative;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #333333;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
/*background: #fff;*/
background: transparent;
}
.navbar-default .navbar-nav > .active > a::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 40%; 
	bottom: 3px; /* Положение треугольника */
	text-align:center;
    border: 8px solid transparent;	
	border-bottom: 8px solid #3476e3;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
/*background: #fff;*/
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background-color: #fff;
    border-color: #fff;*/
}

.navbar-default .navbar-toggle {
border-color: #455A64;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #455A64;
color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
background-color: #fff;
}

.navbar-default .navbar-link {
color: #333333;
}
.navbar-default .navbar-link:hover {
color: #000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0px none;
}


@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333333;
	}
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       max-height: 600px;
    }
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

#navigation_menu {
	line-height:90px;
	position:relative;
}
#navigation_menu > div{
    /* display: table-cell!important; */
    vertical-align: bottom;
    /* line-height: 90px; */
    /* height: 90px!important; */
    /* display: inline-block; */
    display: inline-block;
    line-height: normal;
}
#navigation_menu > .main_menu {
	float:left;
	margin-top:48px;
}

#top_left_menu{
	position:absolute;
	top:0;
	left:0;
	padding: 3px 40px;
	font-family: 'Alef', serif;
}
@media (max-width: 767px){
	#top_left_menu{
		left:auto;
		right:0;
	}
}
#top_left_menu > div{
	display:inline-block;
}
#social_menu {
	margin-left:1em;
}
#language_menu > a{
	padding: 0em 3px 0 5px;
	border-left:1px solid #333;
	text-transform:none;
	font-size: 12px;
	font-weight: bold;
    color: #333;
}
#social_menu > a img{
	margin:0;
}
#language_menu > a.no_border{
	border-left:none;
}
button#responsive-menu-button {
	background-color:transparent;
	background:transparent;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    border-radius: 0px!important;
}
/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header{
	background-color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 200px;
}
.site-header.not_front_page_header {
	background-color: #1b2d6b;	
	margin-bottom:0;
}
.site-header .container {
	height:100%;
}
.site-header.not_front_page_header .container {
    background: url(images/header_bg.png) left center no-repeat;
	background-size: contain;
	height:200px;
	overflow:hidden;
}
.site-header .site-branding {
	/*
    margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;  
	*/
	display:table;
    height: 100%;    
	padding: 0 5%;
	width:100%;
	margin: 0 auto;
}
.container-fluid.breadcrumbs {
	margin-bottom:70px;
	background:#eae9e9;
}
.container-fluid.breadcrumbs .row{
	padding:0.5em 15px;
}
.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase; 
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title::after{
    background-color: #fff;
    content:"";
    height: 2px;
    display: block;
    width: 20%;
    margin: 10px auto;
}

.site-description {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title a,
.site-description a{
    text-decoration: none;
}

.home-link{
     text-decoration: none;
}

.site-branding > div {
	display:table-cell;
	vertical-align:bottom;
	padding: 20px;
		float:none;
}
.site-branding > div > a{
	border:4px solid #fff;
	padding: 25px 10px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#front_page_container{
	position: absolute;
    bottom: 0;
    width: 100%;
}
#site-branding-link1 {
	background:url(images/btn_icon1.png) left center no-repeat;
	background-size:contain;
}
#site-branding-link2 {
	background:url(images/btn_icon2.png) left center no-repeat;
	background-size:contain;
}
#site-branding-link3 {
	background:url(images/btn_icon3.png) left center no-repeat;
	background-size:contain;
}
.site-header .top_thumb{
	height:200px;
	width:100%;
	display:inline-block;
	text-align:right;
	vertical-align:middle;
}
.site-header .top_thumb h1{
	line-height:200px;
	font-size:3em;
	font-weight:bold;
	margin:0;
	padding-right:1em;
	color:#fff;
}




/**
 * MY TOP BUTTONS ON PLATFORM PAGE
 * ----------------------------------------------------------------------------
 */
#top_buttons {
	margin:0 auto 60px auto;
    display: table;
    width: 100%;
	table-layout:fixed;
}
#top_buttons > div{
	display: table-cell;
    vertical-align: bottom;
    /*padding: 0 15px 15px 15px;*/
    /*float: none;*/
} 
#top_buttons > div > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
	display: block;
    text-align: center;
	margin:0;
	
}
#top_buttons > div > a > div {
	background-color:rgba(27,45,107,0.75);
}
#top_buttons > div > a:hover > div {
	background-color:rgba(100,100,255,0.75);
}

#top_buttons > div > a#top_button257 {
	background-image: url(/wp-content/uploads/2016/08/frakcia_icon2.jpg);
		background-position: center center;
		background-repeat:no-repeat;
	background-size:cover;
	background-color:rgba(27,45,107,0.75);
}
#top_buttons > div > a#top_button259 {
	background-image: url(/wp-content/uploads/2016/09/frakcia_icon4.jpg);
		background-position: center center;
		background-repeat:no-repeat;
	background-size:cover;
	background-color:rgba(27,45,107,0.75);
}
#top_buttons > div > a#top_button262 {
	background-image: url(/wp-content/uploads/2016/09/frakcia_icon5.jpg);
		background-position: center center;
		background-repeat:no-repeat;
	background-size:cover;
	background-color:rgba(27,45,107,0.75);
}
#top_buttons > div > a#top_button264 {
	background-image: url(/wp-content/uploads/2016/09/frakcia_icon6.jpg);
		background-position: center center;
		background-repeat:no-repeat;
	background-size:cover;
	background-color:rgba(27,45,107,0.75);
}
#top_buttons > div > a > div > img{
    padding: 5px 0;
	margin:0;
	display:inline-block;
	max-width:20%;
}
#top_buttons > div > a > div > span{
    padding: 10px;
	vertical-align: middle;
	white-space:nowrap;
}

@media (max-width: 991px){
	#top_buttons > div > a > div > span{
		font-size:26px;
	}
}
@media (max-width: 768px){
	#top_buttons > div > a > div > span{
		padding: 5px;
		font-size:23px;
	}
}
@media (max-width: 600px){
	#top_buttons > div{	
		padding-left:10px;
		padding-right:10px
	}
	#top_buttons > div > a > div > img{
		padding: 5px 0;
		margin:0 auto;
		display:block;
		max-width:50%;
	}	
	#top_buttons > div > a > div > span{
		padding: 10px 5px;
		font-size:18px;
		display:block;
	}
}
@media (max-width: 400px){	
	#top_buttons > div > a > div > span{
		padding: 10px 5px;
		font-size:16px;
		display:block;
	}
}
/**
 * 4.0 Main Content
 * ----------------------------------------------------------------------------
 */
#primary {
	padding-top:8px;
	padding-bottom:7em;
}
 
 
 
 /* 4.1 Post-Content
 * ----------------------------------------------------------------------------
 */
 
 .post.post-excerpt {
	 margin-top:3em;
	 float:right;
 }
 .col-sm-4.post-excerpt {
	 float:right;
 }
 .sticky {
    
}

.sticky-post{
    position: absolute;
    top:0;
    left: 15px;
    padding: 5px 15px;
}
.hentry {
    margin: 0 0 1.5em;
}

.post-content,.single-post-content,.post-comments,.comments-area{
    background-color: white;
    /*clear: both;*/
    margin-bottom: 0;
    /*
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	*/
}

.entry-header,.entry-content,.entry-summary,.entry-footer{
    /*padding: 0 4em;*/
	padding:0;
}

.featured-image{
   /* padding: 0.5em 0.5em; */
}

.single-post-content{
    padding: 0 4em;
}

.comments-area{
    padding: 1.5em 4em;
    background: white;
    overflow: hidden;
}

.post-comments{  
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area{
    background: white;
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.post-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #B6B6B6;
    border-style: dotted;
    width: 100%;
}

.entry-content,.entry-header,.entry-meta,.entry-title,
.entry-summary,.entry-footer{
    width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-summary,
.entry-content{
    color: #424242;
}

.entry-summary{
    /* margin-bottom:3em;*/
}

.entry-header{
	/*
    padding-top: 1em;
    padding-bottom: 1em;
	*/
	/*padding-top: 1em;*/
    /*text-align: center;*/
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title{
	/*
    margin-bottom: 14px;
    height: 2em;
	*/
	margin-top:0;
	padding-top:0;
    overflow: hidden;	
}
.entry-title.blue{
	
}
.entry-title.excerpted{
	overflow: hidden;
	/*
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
    direction: rtl;
    height: 3.5em;
    margin-top: 0.5em;
	margin-bottom: 0;
}
@media (max-width: 767px){
	.entry-title.excerpted{
		white-space: normal;
	}
}
.entry-header .entry-title a{
    color: #212121;
}

.entry-header .entry-title a:hover{
    text-decoration: none;
	color: #4a4781;
}

.entry-meta{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;

}

.entry-meta a{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    line-height: 1.7;
}

.entry-meta h5{
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-header .entry-meta::after{
    content:"";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}


.taxonomy-description{
    color: #455A64;
    text-align: center;
}


.byline{
    text-transform: capitalize;
}

.byline a{
    color: #727272;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-footer{
    word-spacing: 3px;
    padding-bottom: 2.5em;
}

#category{
    margin-top: 1em;
    margin-bottom: 1em;
}

.cat-links a, .tags-links a{
    color: #727272;
    text-transform: capitalize;
}

.archive-page-title{
    text-transform: capitalize;
}

.search-page-header,.archive-page-header{
    margin-bottom: 1.5em;
}

.search-page-title,.archive-page-title{
    color: #525252;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img{
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,.entry-content{
    /*text-align: justify;*/
}
.entry-summary p {
    min-height: 120px;
    margin-bottom: 0.5em;
}
.read-more{
    margin-bottom: 1.2em;
    /* text-align: center; */
    text-transform: uppercase;
}

/**Buttons**/
.btn-default{
    border: none;
    border-radius: 0px;
    color: #fff;
	background-color:#4a4781;
}

.btn-default:hover, .btn-default:focus{
    color: #fff;
	background-color:#3476e3;
}

.btn-default:visited{
    color:#ddd;
}

/*Image attachment*/
.image-attachment .entry-meta a{
    color: #607D8B;
    text-decoration: underline;
}

.image-attachment .entry-content{
    text-align: left;
}

/* 
* 4.2 Page and Post Navigation links 
* --------------------------------------------------------------
*/


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links{ 
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    margin-bottom: 2em;
}

.nav-links .fa{
    color: #727272;
}

.nav-previous,.nav-next,.next-post,.prev-post{
    background: #fff;   
    color: #727272;
    font-weight: 400;
    text-transform: capitalize;
    padding: 1em;
}

.posts-navigation .next-post a,.posts-navigation .prev-post a{
    font-size: 18px;
}


.next-post a,.prev-post a{
    color: #424242;
}

.next-prev-text{
    color: #727272;
    font-size: 14px;
}

.navigation {
	text-align:center;
	margin:3em auto 0 auto;
}

.navigation .page-numbers{
    background: #eae9e9;
    color: #000;
    padding: 1em 1.5em;
    display: inline-block;
}
.navigation .page-numbers.current,
.navigation a.page-numbers:hover{
    background: #4a4781;
    color: #fff;
}

/*
* 4.3 Post Formats
* -------------------------------------
*/
.frakcia a.frakcia-link {
	display:block;
	width:90%;
	margin:5%;
	position:relative;
}
.frakcia a.frakcia-link > span {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(27,45,107,0.75);
	padding:10px;
	top:0;
	left:0;
}
.frakcia a.frakcia-link:hover > span {
	background:rgba(153,204,255,0.75);
}
.frakcia a.frakcia-link > span > span {
	position:absolute;
	top:5%;
	left:5%;
	width:90%;
	height:90%;
	padding: 0;
	text-align:center;
	color:#fff;
	line-height:100%;
	font-weight:bold;
}
.frakcia a.frakcia-link:hover > span > span {
	border:1px solid #fff;
}
.frakcia-link > img {
	width:100%;
	margin:0;
}
.frakcia img.frakcia_inner_icon {
	max-width:70%;
	margin:0;
}
.frakcia-link span{
	display:block;
	white-space:nowrap;
}
.list-member-block {
	background:url(images/member_bg.jpg) center top no-repeat;
	background-size:cover;
    margin: 0 1% 1em 1%;
    width: 48%;
	float:right;
}
.list-member-block h2{
	color:#fff;
	height:1.5em;
	margin: 10px;
}
.list-member-block img{
	border-radius: 150px;
}
.list-member-block .entry-summary{
	color: #000;
	font-size:1.25em;
}
.list-member-block .short_description{
	margin-bottom: 1em;
    height: 195px;
    font-size: 0.85em;
    overflow: hidden;
}
.list-member-block p.list-member_data_data {
	height:auto;
	margin:0;
	padding:1em 0;
	border-top:1px solid #fff;
	font-size:1.25em;
}
.list-member-block p.list-member_data_data .fa{
	min-width:2em;
	text-align:center;
	color:#000;
	font-size:1.5em;
	position: relative;
    bottom: -0.15em;
}

div#filter {
	display:table;
	background-color: #1b2d6b; 
	width: 100%; 
	height: auto;
}
div#filter > div {
	display:table-cell;
	vertical-align:middle;
	padding:5px 0;
	border-right:1px solid #fff;
	text-align:center;
}
div#filter div a{
	font-weight:bold;
	color:#fff;
	text-decoration:none!important;
}
div#filter img{
	margin:0;
}
div#filter div.active{
	background:#3476e3;
}
@media (max-width: 600px){
	div#filter > div.voronka {
		display:block;
		width:100%;
		padding:0.5em 5%;
		margin:0;
	}
	div#filter > div {
		display:inline-block;
		margin:0.5em 0;
		padding:0 5%;
		min-width:10%;
		text-align:center;
		border:none;
		/* border-bottom:1px solid #fff;*/
	}
}
.list-office_address-block {
	padding:0;
}
h3.oa_city{
	color:#3476e3;
	height:1.25em;
	padding:0;
}
@media (max-width: 767px){
	.list-office_address-block, h3.oa_city{
		padding-right:15px;
		padding-left:15px;
	}
}
h4.oa_name{
	color:#000;
	font-weight:bold;
	margin:0;
}
.list-office_address-block h4{
	color:#000;
	height:1.15em;
}
.list-office_address-block h4 a{
	color:#000;
}
.list-office_address-block .entry-summary{
	color: #000;
	font-size:1.25em;
}
.list-office_address-block p.list-member_data_data {
	height:auto;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
}

/* Post Format = Status----------------------------------------------- */

.blog .format-status .entry-content,
.archive .format-staus .entry-content{ 
    background-color: #CFD8DC;  
    padding-top: 2em;
    font-size: 16px;
}

.blog .format-status .entry-footer,
.archive .format-staus .entry-footer{ 
    background-color: #CFD8DC;  
}

/*
* 4.4 Gallery
* -----------------------------------------
*/

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*
* 4.5 Post-Comments
* ------------------------------
**/


.comments-author .url{
    text-transform: uppercase;
}

.avatar{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata{
    font-size: 0.8em;
}

.comment-list{
    list-style: none;
}

.comment-list .depth-1{
    margin: 20px 0px;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px 18px;
}

.comment-list .children{
    list-style: none;
}

.comment-content{
    margin-bottom: 0.3em;
}

.comment-respond #submit{
    background-color: #455A64;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color: white;
    border:none;
    border-radius: 4px;
}

.comment-respond{
    padding-top: 5px;
}

.comment-metadata time{
    color: #aaa;
}

.bypostauthor {
    
}
/**
 * 5.0 Sidebar - Widgets
 * ----------------------------------------------------------------------------
 */
#secondary .widget{
    background-color: white;
    color: #727272;
    font-size: 16px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	padding:0;
    /*padding: 0px 24px 0px;*/
	/*
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	*/
}

#secondary .widget-title{
    font-weight: 400;
    position: relative;
}

#secondary .widget-title{
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 2em;
    padding: 1.5em 1.5em 0;
    text-transform: uppercase;
}


#secondary .widget-title::after{
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 4px;
    bottom: -15px;
}

#secondary .widget a{
    color: #727272;
}

#secondary .widget .widget-title .rsswidget{
    color: #212121;
}

.widget_rss li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.widget ul{
    list-style: none;
    padding: 0em 1em;
}

#secondary .widget li{
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

#secondary .widget li:last-child{
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 1em;
}


.widget th, .widget td {
  padding: 0.2em;
  text-align: left;
}


.widget select {
    max-width: 100%;
}

#secondary .widget hr{
    border-color: #ddd;
}

#secondary .widget table caption{
    color: #455A64;
}

#secondary .widget #recentcomments a{
    color: #607D8B;
}

#secondary .widget .rsswidget{
    color: #607D8B;
}

#secondary .widget .rsswidget img{
    margin-top: 12px;
}

.widget_text img{
    max-width: 100%;
}

.widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
}

.widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
}

.widget button.search-submit {
        padding: 0;
        width: 35px;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    top: 0!important;
    margin: 0!important;
    vertical-align: top!important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

/*
* 6.0 Site Footer
* --------------------------------------------------------------------
*/

.site-footer{
    color: #fff;
    background-color: #000;
    font-size: 16px;
    
    letter-spacing: 1px;
}
.site-footer .flag{
	background:url(images/footer_bg.jpg) top center;
	background-size:cover;
	padding: 2em 0 4em 0;
}

.site-info{
    text-align: center;
	padding: 1em 0;
}

.site-footer a{
    color: white;
}

.site-footer h4{
	/* text-align:center; */
	color:#fff;
	padding-bottom:0.5em;
}

.site-footer .footer_post{
	font-size:12px;
	display:table;
	margin-bottom: 1em;
	table-layout:fixed;
}

.site-footer .footer_post span{
	vertical-align:top;
	display:table-cell;
	width: 25%;
}

.site-footer .footer_post img.wp-post-image {
	max-width:none;
	padding: 0 0 0 1em;
}

.site-footer ul {
    padding: 0;
    list-style: none;
}

.site-footer ul .footer_text{
	min-width: 65%;
    display: inline-block;
}

.site-footer p{
    margin-bottom:0;
	vertical-align: middle;
    display: inline-block;	
	width:100%;
}

.site-footer img{
    margin-bottom:0;
}

/******************* FOOTER FORM ******************/
.site-footer .footer_form{
	padding: 0 24px;
}
.site-footer .footer_form input[type=text], .site-footer .footer_form input[type=email]{
    color: #fff;
    width:100%;
	background: transparent;
	margin-bottom: 0.5em;
}
.site-footer  .wpcf7-form-control.wpcf7-text {
	background:transparent;
	margin-bottom:0.5em;
	border: 1px solid #fff;
	text-align: right;
}
.site-footer  .wpcf7-form-control.wpcf7-text.wpcf7-not-valid{
	background:rgba(255,0,0,0.5);
	border: 1px solid #f00;
}
.site-footer .footer_form label {
	font-weight:normal;
    	font-size: 0.85em;
    	text-align: right;
    	width: 100%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	color:#f33;
}
.site-footer .footer_form label.checked {
	color:#fff;
}
.site-footer .footer_form input[type=checkbox] {
}
.site-footer .footer_form label.checked:after {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}
.btn.btn-block.btn-default.wysija-submit.wysija-submit-field, 
.site-footer .footer_form button.wpcf7-submit {
	border-radius:0;
	background:#fff;
	color:#3476e3;
	border:none;
	font-weight:bold;
	margin-top: 0;
}
.btn.btn-block.btn-default.wysija-submit.wysija-submit-field:hover,
.btn.btn-block.btn-default.wysija-submit.wysija-submit-field:focus,
.site-footer .footer_form button.wpcf7-submit:hover, 
.site-footer .footer_form button.wpcf7-submit:focus {
	border-radius:0;
	color:#fff;
	background:#3476e3;
	border:none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	display:none!important;
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top:-57px;
	margin-left:-57px;
}
div.wpcf7-response-output {
    margin: 0.5em 0;
    padding: 0.2em 1em;
}


/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/

@media (max-width: 991px){
    body{
        /*font-size: 16px*/
    }

    h1{
        font-size: 26px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    h6{
        font-size: 12px;
    }
    
    blockquote{
        margin-left: 0.3em;
    }
    table {
      -ms-word-break: break-all;
     word-break: break-all;

    }
    .navbar-nav{
        float: none;
    }

    .sticky-post{
        padding: 3px 15px;
    }
    
    .entry-header,.entry-content,.entry-summary,.entry-footer{
        padding: 0 0.5em;
    }

    .entry-footer{
        padding-bottom: 1em;
    }

    .featured-image{
        padding: 0.5em 0.5em;
    }

    .single-post-content{
        padding: 0 1.5em;
    }

    .post-comments,.comments-area{
        border: none;
        box-shadow: none;
        padding: 1.2em 1em;
        overflow: hidden;
        width: 100%;
    }

    .comment-content table{
        overflow: hidden;
    }
    .comment-list {
        padding: 10px;
    }

    .comment-list ol{
        padding-left: 10px;
    }
    input,textarea,iframe{
        width: 100%;
    }

    #submit,.search-submit{
        width: auto;
    }

    th, td {
      padding: 0.2em;
      text-align: left;
      border: 1px solid #B6B6B6;
    }
	
	
	
	
	/*************** MY MEDIA *****************/

	.site-header .site-branding	{
		padding:0;
	}
	.site-branding > div {
		padding:5px;
	}
	.fb_iframe_widget span {
		display: inline-block;
		position: relative;
		text-align: justify;
		max-width: 100%!important;
		overflow: hidden;
	}		


}
@media (max-width: 767px) {
    body{
        font-size: 16px
    }
    .site-header{
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }
	.site-header.front_page_header {
		top: 0!important;
		position: relative;
	}
	
	.site-branding > div > a {
		border: 2px solid #fff;
		padding: 5px;
		text-align: right;
		text-transform: uppercase;
		font-weight: normal;
		color: #fff;    
		font-size: 1.5em;
	}	
	
    .site-title {
        font-size: 2.1em;
        letter-spacing: 10px;  
    }

    .site-title::after{
        background-color: #fff;
        content:"";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }

    .site-description {
        font-size: 14px;
        letter-spacing: 1px; 
    }

    .site-footer{
        font-size: 14px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-top: none;
    }    
	
	.site-footer .footer-spisok {
		padding: 0 24px;
	}
	
	
	/**************** MY MEDIA ****************/
	.entry-title {
		margin: 0.5em 0 0.25em 0;
		height: auto;
		overflow: hidden;
		font-size: 1.5em;
	}
	.post.post-excerpt {
		margin-top: 1em;
	}
	.entry-summary p {
		height: auto;
		margin-bottom: 0;
		overflow: hidden;
	}	
	.list-member-block p.list-member_data_data {
		padding: 0.75em 0;
		font-size: 0.85em;
	}	
}

@media (max-width: 600px) {
	.site-header.not_front_page_header .container {
		background: url(images/header_bg.png) center center no-repeat;
		background-size: cover;
		height: 200px;
		overflow: hidden;
	}	
	.list-member-block {
		background: url(images/member_bg.jpg) center top no-repeat;
		background-size: cover;
		margin: 0 1% 1em 1%;
		width: 98%;
	}
	.ndi_form {
		margin-top: 3em;
		width: 100%!important;
	}	
}

@media (max-width: 425px) {
	.site-branding > div > a {
		font-size: 1em;
	}
	.hidden-xxs {
		display:none!important;
	}
}

@media (max-width: 359px) {
    .site-header{
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }

    .site-title {
        font-size: 2em;
        letter-spacing: 2px;  
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .site-title ::after{
        margin: 2px auto;
    }

    .site-description {
        font-size: 8px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
}


/**
 * 8.0 Print
 * ----------------------------------------------------------------------------
 */


@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    
    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

.row.single_member{
	background:#eae8e9;
}
.single_member > div{
	padding:0;
}
.single_member .single_member_photo img{
	width:100%;
	margin:0;
}
.single_member .single_member_data{
	
	
}
.single_member .single_member_data .entry-title{
	background:url(images/member_data_header_bg.jpg) center top no-repeat;
	background-size:cover;
	color:#fff;
	margin:0;
	height:140px;
	line-height:140px;
	vertical-align:middle;
	overflow:hidden;
	padding-right:1em;
}
.single_member .single_member_data .single_member_data_data{
	background:#eae8e9;
	margin:0;
	padding:1em 0;
	border-top:1px solid #fff;
}
.single_member .single_member_data .single_member_data_data .fa{
	min-width:2em;
	text-align:center;
	color:#000;
	font-size:1.5em;
	position: relative;
    bottom: -0.15em;	
}
@media (max-width: 1199px) {
    .single_member .single_member_data .entry-title{
		height:90px;
		line-height:90px;
	}
	.single_member .single_member_data .single_member_data_data{
		padding:0.9em 0;
	}
}
@media (max-width: 991px) {
    .single_member .single_member_data .entry-title{
		height:90px;
		line-height:90px;
	}
	.single_member .single_member_data .single_member_data_data{
		padding:1.25em 0;
	}
}

