/*
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;
	text-align:right;
}

body,
button,
input,
select,
textarea {
	color: #424242;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Assistant', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #212121;
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.warning {
	background: #e40606;
    z-index: 0;
    color: #fff;
    /* font-size: 2.25em; */
    /* line-height: 45px; */
    padding: 4px 10px 6px 25px;
    display: inline-block;
    position: relative;
}
.warning:before {
    top: 0;
    right: 90%;
    padding: 0.1px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 40px;
    height: 100%;
    background: #e40606;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
}

h2.white, h3.white, h4.white {
	color:#fff;
}
/*
h4.warning:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5em;
	border-color: transparent #e40606 #e40606 transparent;
	position: absolute;
	border-width: 27.5px;
	top: 0;
	left: -27.5px;
	border-top: 27.5px solid transparent;
	border-left: 13.75px solid transparent;
	border-bottom-width: 27.5px;
	border-right-width: 13.75px;
}
*/


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);
	line-height: 42px;
    padding: 0 15px; 
}

.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;
	left: 0;
	top: 0;
	width: 44px;
	height:44px;
}

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;
	max-width: 100%;
}


/**
 * 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-wrapper {
	padding-top: 70px;
	text-align: left;
	padding-bottom: 10px;
}

body.rtl #logo_wrapper {
	text-align: right;
	padding-top: 60px;
	max-width: 77%;
}

.logo_img img {
	margin: 0;
}

#top_left_menu {
	padding-top: 10px;
}

#top_left_menu #language_menu,
#top_left_menu #social_menu {
	float: left;
}

#top_left_menu #social_menu {
	display: table;
	border-right: 4px solid #fff;
}

#top_left_menu #social_menu > div {
	display: table-cell;
	width: 44px;
	height: 40px;
	/* margin-left: 2px; */
	background: #ddd;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-left: 4px solid #fff;
}

#top_left_menu #social_menu > div > a {
	display: block;
}

#top_left_menu #social_menu > div > a > i {
	color: #fff;
}

#top_left_menu #social_menu > div.fb-wrapper {
	background: #3b5998;
}

#top_left_menu #social_menu > div.twitter-wrapper {
	background: #1da1f2;
}

#top_left_menu #social_menu > div.youtube-wrapper {
	background: #cd201f;
}

#top_left_menu #social_menu > div.instagram-wrapper {
	background: #262626;
}

#top_left_menu #language_menu .btn.btn-default {
	background: #ddd;
	color: #000;
	outline: none!important;
	box-shadow: none!important;
	height: 40px;
	font-weight: bold;
}

#top_left_menu #language_menu .btn.btn-default::after {
	margin-left: 0;
	margin-right: 2em;
}



@media (min-width: 992px) {
	#mobile_top, #mobile_top_left_menu {
		display:none;
	}
}
#mobile_top {
	background: #f5f5f5;
}
#mobile_top_left_menu {
	padding: 10px;
}

#mobile_top_left_menu #mobile_social_menu {
	float: left;
}

#mobile_top_left_menu #mobile_social_menu {
	display: table;
	border-right: 4px solid #f5f5f5;
}

#mobile_top_left_menu #mobile_social_menu > div {
	display: table-cell;
	width: 44px;
	height: 40px;
	/* margin-left: 2px; */
	background: #ddd;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-left: 4px solid #f5f5f5;
}

#mobile_top_left_menu #mobile_social_menu > div > a {
	display: block;
}

#mobile_top_left_menu #mobile_social_menu > div > a > i {
	color: #fff;
}

#mobile_top_left_menu #mobile_social_menu > div.fb-wrapper {
	background: #3b5998;
}

#mobile_top_left_menu #mobile_social_menu > div.twitter-wrapper {
	background: #1da1f2;
}

#mobile_top_left_menu #mobile_social_menu > div.youtube-wrapper {
	background: #cd201f;
}

#mobile_top_left_menu #mobile_social_menu > div.instagram-wrapper {
	background: #262626;
}

#mobile_top_left_menu #mobile_language_menu .btn.btn-default {
	background: #ddd;
	color: #000;
	outline: none!important;
	box-shadow: none!important;
	height: 40px;
	font-weight: bold;
}

#mobile_top_left_menu #mobile_language_menu .btn.btn-default::after {
	margin-left: 0;
	margin-right: 2em;
}





.main_menu {
	font-size: 23px;
	font-weight: bold;
}

.main_menu #menu-top-menu>li {
	padding: 12px;
}

.main_menu #menu-top-menu>li>a {
	color: #000;
	padding: 5px 0;
}

.main_menu #menu-top-menu>li>a:hover,
.main_menu #menu-top-menu>li.current-menu-item>a {
	color: #0084cf;
	border-bottom: 2px solid;
}

@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{
    vertical-align: bottom;
    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.1.1.1 Slider My styles
 * ----------------------------------------------------------------------------
 */

.sa_vert_center {
	text-align: right;
	/*min-height: 45vh;*/
	width: 100%;
}
.sa_vert_center .video_holder, .sa_vert_center .text_holder {
	padding: 50px 30px;
}

.sa_vert_center .video_holder > p {
	padding: 0;
	margin: 0;
	height: 100%;
}

.sa_vert_center > .container {
	height: 100%;
}

.sa_vert_center > .container iframe {
	height: 100%!important;
}
/*
.sa_vert_center h4,
.sa_vert_center h4.warning {
	background: #e40606;
	color: #fff;
	font-size: 2.25em;
	line-height: 45px;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
}

.sa_vert_center h4:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5em;
	border-color: transparent #e40606 #e40606 transparent;
	position: absolute;
	border-width: 27.5px;
	top: 0;
	left: -27.5px;
	border-top: 27.5px solid transparent;
	border-left: 13.75px solid transparent;
	border-bottom-width: 27.5px;
	border-right-width: 13.75px;
}
*/
.sa_vert_center h3 {
	color: #fff;
	font-size: 4em;
}

.sa_vert_center p {
	color: #fff;
	font-size: 1.25em;
}


/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background-color: #fff;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	min-height: 200px;
}

.site-header.front_page_header {
	display: none;
}

.site-header.not_front_page_header {
	background-color: #1b2d6b;
	background: url(images/in-page-bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 0;
	margin-top: 20px;
	min-height:auto;
}

.site-header .container {
	height: 100%;
}

.site-header.not_front_page_header .container {
	overflow: hidden;
	min-height:auto;
}

.site-header .site-branding {
	display: table;
	height: 100%;
	padding: 0 5%;
	width: 100%;
	margin: 0 auto;
}
.container-fluid.breadcrumbs {
    font-size: 1.5em;
    letter-spacing: -1.5px;
    font-weight: 600;	
}
.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-link3,
#site-branding-link2,
#site-branding-link1 {
	text-align: center;
}

@media (min-width: 1200px) {
	#site-branding-link1 {
		background: url(images/btn_icon1.png) left center no-repeat;
		background-size: contain;
		text-align: right;
	}
	#site-branding-link2 {
		background: url(images/btn_icon2.png) left center no-repeat;
		background-size: contain;
		text-align: right;
	}
	#site-branding-link3 {
		background: url(images/btn_icon3.png) left center no-repeat;
		background-size: contain;
		text-align: right;
	}
}

.site-header .top_thumb {
	/*
	height: 200px;
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	*/
    min-height: 125px;
    height: 100%;
    display: flex;
    align-items: center;	
}

.site-header .top_thumb h1 {
	line-height: 1;
    font-size: 2.75em;
    font-weight: bold;
    margin: 0;
    padding-right: 0;
    color: #fff;
	text-align:right;
}


/**
 * 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: 50px;
	/*padding-bottom: 7em;*/
}

.category #primary {
	padding-bottom: 65px;
	/*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;
}
.entry-content p, .entry-content div {
	font-size:16px;
	font-weight:600;
}
.featured-image {
	/* padding: 0.5em 0.5em; */
	max-width: 1140px;
    margin: 0 auto;
}

.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: 5px;
	color: #fff;
	background-color: #0084cf;
}

.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;
	border-radius: 5px;
}

.navigation .page-numbers.current,
.navigation a.page-numbers:hover {
	background: #4a4781;
	background: #0084cf;
	color: #fff;
}


/*
* 4.2.2 Front page My styles
* -------------------------------------
*/

section.grey_section {
	background: #f5f5f5;
}

.new-header {
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
	color: #0084cf;
	margin-top: 6rem;
	margin-bottom:0;
	padding-right: 1rem;
	position: relative;
	text-align: right;
}
.new-header:before {
	content: ' ';
	color: #000;
	position: absolute;
	border: 2px solid;
	right: 0;
	/* height: 100%; */
	top: 30%;
	bottom: 17%;
}
#news-header.new-header {
	margin-bottom:0;
}
.page-template-page-frontpage {}

.page-template-page-frontpage .post-content {
	/*margin-top: 2em;*/
	text-align: right;
	background: #f5f5f5;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 0;
}

.page-template-page-frontpage #main .row>div:first-child .post-content {
	height: 100%;
}

.page-template-page-frontpage .post-content .article_content {
	padding: 20px 25px;
	/*background: #f5f5f5;*/
}

.page-template-page-frontpage .post-content .article_content .entry-header>.entry-title {
    direction: rtl;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    height: 56px;
}

.page-template-page-frontpage .post-content .article_content .entry-header>.entry-title>a {
	color: #000;
}

.page-template-page-frontpage .post-content .article_content .entry-summary {
	font-size: 16px;
	padding-left: 10px;
}

.page-template-page-frontpage .post-content .article_content .entry-summary .read-more {
	margin: 0;
}

.page-template-page-frontpage .post-content .article_content .entry-summary .read-more > .btn {
	float: left;
}

.btn.btn-default.all_news {
	font-size: 1.5em;
	margin: 2.5em auto;
}


/* Members */

#members {
	padding-bottom: 8.5em;
}

#members .coverflow_wrapper {
	min-height: 200px;
    /* max-height: 440px; */
    height: 240px;
    padding: 30px 0;
}

#members .coverflow_wrapper .cover {
	background: #fff;
	border:none;
	text-align: right;
	/*box-shadow: 0 0 20px #000;*/
}

#members .coverflow_wrapper .cover h2 {
	padding: 10px;
	margin:0;
}
#members .coverflow_wrapper .cover h2 > a {
	color:#000;
}
#members .coverflow_wrapper .cover img {
	margin-bottom: 0px;
}
#members .coverflow_wrapper .cover.ui-state-active {
	box-shadow: 0 0 20px #000;
	border:none;
}

#members .xoverlay-box {
	position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
	height: 100%;
    background: rgba(2, 32, 121,0.75);;
}
#members .cover.ui-state-active:hover .xoverlay-box {
	opacity:1;
}
#members .xoverlay-box .xoverlay-data {
	width: 100%;
    /* height: 100%; */
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.xoverlay span {
    display: inline-block;
    position: relative;
    top: 33%;
    margin: 0 1%;
}
.xoverlay span i {
    text-align: center;
    font-size: 40px;
    width: 50px;
    height: 50px;
    padding: 5%;
	color:#fff;
}
.xoverlay .x-circle i {
    border-radius: 50%;
    /*border: 2px solid;*/
}
.x-pushfull-bottom .xoverlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.x-pushfull-bottom:hover .xoverlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#members .xoverlay-box .xoverlay-data .read-more {
	display: inline-block;
    top: 45%;
    position: relative;
    width: 100%;
    text-align: center;
}
#members .xoverlay-box .xoverlay-data .read-more .btn {
	color:#fff;
	border-color:#fff;
	outline:none!important;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}


body #members .ui-coverflow-wrapper {
	height: 520px;
	overflow: hidden
}

@media only screen and (max-width:320px) {
	body #members .ui-coverflow-wrapper {
		height: 270px
	}
}

@media only screen and (min-width:321px) and (max-width:480px) {
	body #members .ui-coverflow-wrapper {
		height: 310px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	body #members .ui-coverflow-wrapper {
		height: 350px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	body #members .ui-coverflow-wrapper {
		height: 430px
	}
}

body #members .ui-coverflow-wrapper .coverflow {
	min-height: 200px;
	max-height: 520px
}

body #members .ui-coverflow-wrapper .coverflow > .cover > img {
	width: 400px;
	height: 400px
}

@media only screen and (max-width:320px) {
	body #members .ui-coverflow-wrapper .coverflow > .cover > img {
		width: 160px;
		height: 160px
	}
}

@media only screen and (min-width:321px) and (max-width:480px) {
	body #members .ui-coverflow-wrapper .coverflow > .cover > img {
		width: 200px;
		height: 200px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	body #members .ui-coverflow-wrapper .coverflow > .cover > img {
		width: 240px;
		height: 240px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	body #members .ui-coverflow-wrapper .coverflow > .cover > img {
		width: 320px;
		height: 320px
	}
}


/* Icons */

#links {
	padding: 7em 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#links .icons {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#links .icons>a {
	display: block;
}

#links .icons>a>span {
	display: block;
}

#links .icons>a>.icon_text {
	margin-top: 0.3em;
	font-size: 2em;
	color: #fff;
}

#links .icons > a >.icon_image {
	width: 150px;
	height: 150px;
	background: url(/wp-content/uploads/2020/06/icons_300_2.png) no-repeat #022079;
	border-radius: 50%;
	border: 3px solid #0084cf;
	padding: 20px;
}


#links.in-page-icons .icons > a >.icon_image {
	width: 150px;
	height: 150px;
	background: url(/wp-content/uploads/2020/06/icons_300_page.png) no-repeat transparent;
	border-radius: 50%;
	border: 3px solid #022079;
	padding: 20px;
}

#links .icons > a:hover >.icon_image, #links.in-page-icons .icons > a:hover >.icon_image {
	border-color:#fff;
}

#links .icons > a:hover, #links.in-page-icons .icons > a:hover {
	color: #fff;
}

#links .icons>a:nth-child(1)>.icon_image, #links.in-page-icons .icons>a:nth-child(1)>.icon_image {
	background-position: 0 -600px;
	cursor: pointer;
}

#links .icons>a:hover:nth-child(1)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(1)>.icon_image {
	background-position: -150px -600px;
}

#links .icons>a:nth-child(2)>.icon_image, #links.in-page-icons .icons>a:nth-child(2)>.icon_image {
	background-position: 0 -450px;
	cursor: pointer;
}

#links .icons>a:hover:nth-child(2)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(2)>.icon_image {
	background-position: -150px -450px;
	cursor: pointer;
}

#links .icons>a:nth-child(3)>.icon_image, #links.in-page-icons .icons>a:nth-child(3)>.icon_image {
	background-position: 0 -300px;
	cursor: pointer;
}

#links .icons>a:hover:nth-child(3)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(3)>.icon_image {
	background-position: -150px -300px;
	cursor: pointer;
}

#links .icons>a:nth-child(4)>.icon_image, #links.in-page-icons .icons>a:nth-child(4)>.icon_image {
	background-position: 0 -150px;
	cursor: pointer;
}

#links .icons>a:hover:nth-child(4)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(4)>.icon_image {
	background-position: -150px -150px;
	cursor: pointer;
}

#links .icons>a:nth-child(5)>.icon_image, #links.in-page-icons .icons>a:nth-child(5)>.icon_image {
	background-position: 0 0;
	cursor: pointer;
}

#links .icons>a:hover:nth-child(5)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(5)>.icon_image {
	background-position: -150px 0;
	cursor: pointer;
}


/* Video media */

.rwd-cont.rwd-support .rwd-item.rwd-current {
	display: block!important;
}


/* Walls */

#walls {
	padding: 7.25em 0;
	/*max-height: 540px;*/
}

#walls .new-header {
	margin: 0 0 45px 0;
}


#walls iframe {
	margin: 0 -15px;
}
#walls iframe .powered-by {
	display:none!important;
}


#video-gallery .new-header {
	margin-bottom:45px;
}

/* Volunteer slider */

#volunteer_slider {
	background: url(/wp-content/uploads/2020/06/branhes-bg.jpg) center center no-repeat;
	background-size: cover;
}

#volunteer_slider .new-header {
	margin-bottom:45px;
}


#volunteer_slider .wpm_6310_team_style_2 {
	background: rgba(255, 255, 255, 0.2);
	color: #000;
	box-shadow: 0 0 5px #000;
	margin-bottom: 15px;
}

#volunteer_slider .wpm_6310_team_style_2 .wpm_6310_team_style_2_description {
	color: #000;
	padding: 20px;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 600;
	text-align: right;
	line-height: 1;
	min-height: 200px;
}

#volunteer_slider .wpm_6310_team_style_2 .wpm_6310_team_style_2_title {
	text-align: right;
	padding: 0 20px;
	font-size: 2em;
	font-weight: 800;
}

#volunteer_slider .wpm_6310_team_style_2 .wpm_6310_team_style_2_designation {
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: right;
	padding: 0 20px;
	color: #0084cf;
}

#volunteer_slider .wpm_6310_team_style_3 {
	background: rgba(255, 255, 255, 0.2);
	color: #000;
	box-shadow: 0 0 5px #000;
	margin-bottom: 15px;
}

#volunteer_slider .wpm_6310_team_style_3 .wpm_6310_team_style_3_description {
	color: #000;
	padding: 20px;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 600;
	text-align: right;
	line-height: 1;
	min-height: 200px;
}

#volunteer_slider .wpm_6310_team_style_3 .wpm_6310_team_style_3_title {
	text-align: right;
	padding: 0 20px;
	font-size: 2em;
	font-weight: 800;
	color: #000;
}

#volunteer_slider .wpm_6310_team_style_3 .wpm_6310_team_style_3_designation {
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: right;
	padding: 0 20px;
	color: #0084cf;
}

.wpm-6310-owl-carousel .wpm-6310-owl-stage-outer {
	margin: 0 -15px;
	padding: 0 15px;
}


/* Volunteer form */

#volunteer_form {
	padding: 7.25em 0;
}

#volunteer_form .new-header {
	margin: 0;
}

#volunteer_form .new-header:before {
	content: ' ';
	color: #000;
	position: absolute;
	border: 2px solid;
	right: 0;
	/* height: 100%; */
	top: 9%;
	bottom: 6%;
}

#volunteer_form .new-subheader {
	text-align: right;
	padding-right: 1rem;
	position: relative;
	display: none;
}


/*
* 4.3 Post Formats
* -------------------------------------
*/

.frakcia a.frakcia-link {
	display: block;
	width: 90%;
	margin: 5%;
	position: relative;
}

.frakcia a.frakcia-link > span.newcover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(27, 45, 107, 0.75);
	padding: 10px;
	top: 0;
	left: 0;
}
.frakcia a.frakcia-link > span.h2 {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
	color:#fff;
	z-index: 99;
}
.frakcia a.frakcia-link:hover > span.newcover {
	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;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-60%);
    z-index: 99;
}

.frakcia-link span {
	display: block;
	white-space: nowrap;
	color:#fff;
}



/*
.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;
}
*/

.list-member-block {
	padding-left: 30px;
    padding-right: 30px;
	margin-bottom: 60px;
}
.list-member-block .featured-image img {
	width:100%;
	height:auto;
}
.list-member-block .entry-title {
	font-size: 3em;
    font-weight: 700;
}
.list-member-block .entry-summary {
	padding:20px;
	background: #f5f5f5;
}
.list-member-block .short_description {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
	min-height:250px;
}


.list-member-block .single_member_data {
    background: #c5c5c5;
    font-size: 1.5em;
	padding: 0 15px;
}

.list-member-block .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;
}

.list-member-block .single_member_data .single_member_data_data {
	margin: 0;
	padding: 0.5em 0;
	/*border-top: 1px solid #fff;*/
}
.list-member-block .single_member_data .single_member_data_data > a {
    padding: 0;
    display: inline-block;
    margin: 0 -5px;
}
.list-member-block .single_member_data .single_member_data_data .fa {
    min-width: auto;
    text-align: center;
    color: #000;
    font-size: 1.5em;
    position: relative;
    bottom: -0.1em;
}





div#filter {
	display: table;
	background-color: #1b2d6b;
	width: 100%;
	height: auto;
}

div#filter > div {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #fff;
	text-align: center;
}

div#filter div a {
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none!important;
	outline:none!important;
	display:block;
}

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: #000;
	background-color: #f5f5f5;
	font-size: 16px;
	text-align: center;
}

.site-footer .flag {
	background: url(images/footer-bg2.jpg) top right #002069;
	background-size: cover;
	padding: 90px 0 60px 0;
}

.site-footer .footer-block {
	margin-bottom: 30px;
}

.site-footer .footer_menu_holder {
	text-align: right;
}

.site-footer .footer_logo_holder {
	text-align: left;
}

.site-info {
	text-align: center;
	padding: 1em 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.site-info .site-info_text p {
	text-align: right;
	line-height: 40px;
}
.site-info .site-info_social {
	max-width: 395px;
}
.site-info #footer_fu {
	text-align: right;
	line-height: 40px;
}
.site-info #footer_fu > a {
	color:#000;
}
.site-info #footer_social_menu {
	display: table;
	border-right: 4px solid #f5f5f5;
	float: left;
	
}

.site-info #footer_social_menu > div {
	display: table-cell;
	width: 44px;
	height: 40px;
	/* margin-left: 2px; */
	background: #ddd;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-left: 4px solid #f5f5f5;
}

.site-info #footer_social_menu > div > a {
	display: block;
}

.site-info #footer_social_menu > div > a > i {
	color: #fff;
}

.site-info #footer_social_menu > div.fb-wrapper {
	background: #3b5998;
}

.site-info #footer_social_menu > div.twitter-wrapper {
	background: #1da1f2;
}

.site-info #footer_social_menu > div.youtube-wrapper {
	background: #cd201f;
}

.site-info #footer_social_menu > div.instagram-wrapper {
	background: #262626;
}

.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.menu > li > a {
	text-decoration: underline;
}

.site-footer ul {
	padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 2;
}

.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;
}


.single-member_reviews .member_reviews .entry-content {
	padding-bottom: 50px;
}

.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 {
	background: #f5f5f5;
	font-size: 1.5em;
	padding: 0 15px;
}

.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 {
	margin: 0;
	padding: 0.5em 0;
	/*border-top: 1px solid #fff;*/
}
.single_member .single_member_data .single_member_data_data > a {
	padding: 0;
    display: inline-block;
    /*margin: 0 -5px;*/
}
.single_member .single_member_data .single_member_data_data .fa {
	margin: 0 2.5px;
	text-align: center;
	color: #000;
	font-size: 31px;
	position: relative;
	bottom: -0.1em;
}




@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;
	}
}

.navbar-nav {
	padding: 0;
}

.nav>li>a {
	padding-left: 12px;
	padding-right: 12px;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
}

.fa.fa-phone-square {
	transform: rotateY(180deg);
}


/* Related */
#related {
	padding: 70px 0 115px 0;
}
.post-content.related_post {
	background:none;
    padding-right: 30px;
    padding-left: 30px;
	margin-top: 30px;
}
.post-content.related_post .related_content {
	padding:20px;
	background: #fff;
}
.post-content.related_post .related_content .entry-title, .archive .post-content .post_content_wrapper .entry-title {
    direction: rtl;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    height: 56px;
}
.post-content.related_post .related_content .entry-title > a, .archive .post-content .post_content_wrapper .entry-title > a, .single-post .post-content .post_content_wrapper .entry-title > a {
	color: #000;
}
.post-content.related_post .related_content .entry-summary p, .post-content .post_content_wrapper .entry-summary p {
    font-size: 16px;
    /* font-weight: 600; */
    /* line-height: 1.25; */
    min-height: 120px;
}
.post-content.related_post .related_content .entry-summary .read-more {
	margin: 0;
}

.post-content.related_post .related_content .entry-summary .read-more>.btn {
	float: left;
}




/* News */
.post-content {
	background:none;
    /*padding-right: 30px;*/
    /*padding-left: 30px;*/
	
}
.archive .post-content {
	padding-right: 30px;
    padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-content .post_content_wrapper {
    font-size: 16px;
	font-weight: 600;
    line-height: 1.25;
}
.archive .post-content .post_content_wrapper {
	padding:20px;
	background: #f5f5f5;
}
.post-content.first-post .post_content_wrapper {
	padding: 0 20px;
	background:transparent;
}
.single-post .post-content .post_content_wrapper {
	max-width: 1140px;
	margin:0 auto;
	padding-top: 35px;
}

.single-post .post-content .post_content_wrapper .entry-title {
    direction: rtl;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}


.post-content .post_content_wrapper .entry-summary .read-more {
	margin: 0;
	line-height: 36px;
}
.single-post .post-content .post_content_wrapper .read-more {
	font-size: 16px;
	color: #0084cf;
}
.post-content .post_content_wrapper .entry-summary .read-more > .btn {
	float: left;
}




/* new pages */
.page .entry-content {
	max-width: 1140px;
	margin:0 auto;	
    font-size: 16px;
	font-weight: 600;
    line-height: 1.25;	
}



/* dropdown */
#menu-top-menu.navbar-nav .dropdown-menu {
	position: absolute;
	right:0;
	left:auto;
	margin: 0;
    padding: 15px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0px 3px #333;
    z-index: 999;
    margin-top: -9px;
    color: #000;
	text-align: right;
}
#menu-top-menu.navbar-nav .dropdown-menu > li{
	padding-bottom: 0.5rem;
}
#menu-top-menu.navbar-nav .dropdown-menu > li > a {
	display: block;
	font-size: 23px;
	line-height: 1.1;
	color: #000;
	white-space: nowrap;
}
#menu-top-menu.navbar-nav .dropdown-menu > li:hover > a {
	color:#0084cf;
}


/* office_address-block */
.post-type-archive-office_address .entry-content {
	max-width: 1140px;
	margin:0 auto;	
    font-size: 16px;
	font-weight: 600;
    line-height: 1.25;	
}

.page .ui-widget {
    font-size: 1.3em !important;
}

/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/
@media (min-width: 1921px) {
	#sample_slider .sa_hover_container {
		padding-top: 2.5%!important;
		padding-bottom: 2.5%!important;
	}
}
@media (min-width: 768px) {
	html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
		overflow:hidden!important;
	}
	.pum .pum-container.pum-responsive.pum-responsive-medium {
		margin-left: -350px;
		width: 700px;
	}
}
@media (max-width: 1599px) {
	.main_menu {
		font-size: 18px;
	}
	#menu-top-menu.navbar-nav .dropdown-menu > li > a {
		font-size: 18px;
	}
	#sample_slider .sa_hover_container {
		/*min-height: 800px!important;*/
	}	
	.sa_vert_center h3 {
		color: #fff;
		font-size: 2.5em;
	}	
	
	.page-template-page-frontpage .post-content .article_content .entry-header>.entry-title	 {
		/*margin-bottom: 1rem;*/
		/*font-size: 2em;*/
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary {
		font-size: 1.2em;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary p {
		min-height: 70px;
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary .read-more > .btn {
		font-size: 0.75em;
	}		
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.list-member-block {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}	
	.list-member-block .short_description {
		min-height: 360px;
	}
}
@media (max-width: 1199px) {
	body.rtl #logo_wrapper {
		text-align: right;
		padding-top: 20px;
	}	
	.main_menu {
		font-size: 14px;
	}
	#menu-top-menu.navbar-nav .dropdown-menu > li > a {
		font-size: 14px;
	}	
	.list-member-block .short_description {
		min-height: 270px;
	}	
	.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
		position: static!important;
		top: auto!important;
		transform: none!important;
	}	

	.page-template-page-frontpage .first-post .post-content .article_content {
		padding: 15px;
	}
	.page-template-page-frontpage .post-content .article_content {
		padding: 15px 0 15px 15px;
	}
	.page-template-page-frontpage .post-content .article_content .entry-header>.entry-title	 {
		/*margin-bottom: 0.5rem;*/
		padding-left: 15px;
		/*font-size: 1.75em;*/
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary {
		font-size: 1em;
	}	
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary p {
		min-height: 85px;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary p {
		min-height: 65px;
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary .read-more > .btn {
		font-size: 0.75em;
	}	
}
@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 *****************/
	body.rtl #logo_wrapper {
		max-width: 60%;
	}
	#primary {
		padding-top: 20px;
	}
	
	.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;
	}
	#top_menu_wrapper {
		display: none!important;
	}
	#links {
		padding: 5em 0 3em 0;
	}
	#links .icons {
		display: block;
	}
	#links .icons > a {
		display: inline-block;
		margin: 0 15px 2em 15px;;
	}
	#links .icons>a>.icon_text {
		font-size: 1.25em;
	}
	
	.site-footer .footer_form {
		padding: 0;
	}
	.widget_wysija .wysija-checkbox {
		width:auto;
		margin: 0 0 0 5px;
	}
	
	.archive .post-content {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}	
	
	.list-member-block .short_description {
		min-height: auto;
	}
	
	.page-template-page-frontpage .post-content .article_content .entry-summary {
		font-size: 1.15em;
	}	
	
	#members {
		max-width: 100%;
		padding: 0 15px 100px 28.5px;
		overflow: hidden;
	}
	
	#members .cover img {
		/*max-width: 80%;*/
	}
	
	#ndi_new_volunteer_form .form-horizontal .checkbox_holder {
		display: block;
	}
	.site-footer .flag {
		background: url(images/footer-mobile-bg2.jpg) top center no-repeat #002069;
		background-size: cover;
		padding: 90px 0 60px 0;
	}	
	#sample_slider .sa_hover_container {
		min-height: auto!important;
	}
	.sa_vert_center .video_holder, .sa_vert_center .text_holder {
		padding: 30px 0px;
	}	
	.sa_vert_center .text_holder {
		padding-top:0;
		padding-bottom:0px;
	}	
	.sa_vert_center p {
		padding:0;
	}
	
	.page-template-page-frontpage .post-content .article_content .entry-header > .entry-title {
		/*margin-bottom: 0.5rem;*/
		padding-left: 15px;
		/*font-size: 1.75em;*/
	}
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary {
		font-size: 1.5em;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary {
		font-size: 1.25em;
	}	
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary p {
		min-height: auto;
		margin-bottom: 1em;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary p {
		min-height: 65px;
		max-height: 70px;
		overflow:hidden;
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary .read-more > .btn {
		font-size: 0.75em;
	}		
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary .read-more {
		display:block;
		
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary .read-more {
		display:none;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary .read_more_mobile {
		position: absolute;
		left: 40px;
	}
	.new-header	{
		margin-top: 4rem;
	}
	.btn.btn-default.all_news {
		margin: 30px auto 45px auto;
	}
	
	.checkbox_holder.checkbox_holder1 .form-group {
		width: 50%;
		float: right;
	}	
	.checkbox_holder .custom-checkbox+label {
		font-size: 15px;
		margin-bottom: 0;
	}	
	
	#sample_slider .sa_hover_container {
		padding:0!important;
	}	
	.sa_vert_center .video_holder {
		padding-top:0;
	}
	.sa_vert_center .text_holder {
		padding-left:30px;
		padding-right:30px;
	}
	.sa_vert_center > .container {
		width:100%;
		max-width: none;
	}
}

@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 ****************/
	#mobile_top_left_menu {
		padding: 10px 0;
	}
	#mobile_top_left_menu #mobile_social_menu {
		padding-top: 4px;
	}
	#mobile_top_left_menu #mobile_social_menu > div {
		width: 36px;
		height: 32px;
		line-height: 32px;
	}
	.new-header {
		font-size: 2.5em;
	}
	.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;
	}
	.single-post .post-content .post_content_wrapper .entry-title {
		font-size: 2em;
	}
	.container-fluid.breadcrumbs {
		font-size: 1em;
		letter-spacing: 0;	
		
	}
	.site-footer .flag {
		background: url(images/footer-mobile-bg2.jpg) top center no-repeat #002069;
		background-size: contain;
		padding: 90px 0 60px 0;
	}	
	.site-footer .footer_logo_holder {
		text-align: center;
	}
	.site-info .site-info_text p {
		text-align: center;
	}
	.site-info .site-info_social {
		max-width: none;
	}
	.site-info #footer_fu {
		text-align: center;
	}	
	
	.site-info #footer_social_menu {
		float:none;
		text-align: center;
		display: inline-block;
		margin-top:1em;
	}
	.site-info #footer_social_menu > div {
		display: inline-block;
	}
	.sa_vert_center h3 {
		font-size: 2em;
	}
	.sa_vert_center p {
		font-size: 1.15em;
	}
	
	.page-template-page-frontpage .post-content .article_content .entry-header > .entry-title {
		margin-bottom: 0.5rem;
		padding-left: 15px;
		font-size: 1.75em;
		letter-spacing: 0px;
	}
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary {
		font-size: 1.25em;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary {
		font-size: 1em;
	}	
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary p {
		min-height: auto;
		margin-bottom: 1em;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary p {
		min-height: auto;
		line-height: 1.1;
		height: 2em;
		overflow: hidden;
	}
	.page-template-page-frontpage .first-post .post-content .article_content .entry-summary .read-more {
		display:block;
		
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary .read-more {
		display:none;
	}	
	.page-template-page-frontpage .post-content .article_content .entry-summary .read_more_mobile {
		position: absolute;
		left: 25px;
	}
}
@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;
	}
	
	body.rtl #logo_wrapper {
		max-width: 50%;
		padding-top: 10px;
	}
	#primary {
		padding-top: 10px;
	}	
	
	button#responsive-menu-button {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 105px;
		left: 7%!important;
	}	
	
	#links .icons > a {
		display: inline-block;
		margin: 0 10px 10px 10px;
	}	
	#links .icons > a >.icon_image {
		width: 75px;
		height: 75px;
		background: url(/wp-content/uploads/2020/06/icons_150_2.png) no-repeat #022079;
	}	
	
	#links.in-page-icons .icons > a >.icon_image {
		width: 75px;
		height: 75px;
		background: url(/wp-content/uploads/2020/06/icons_150_page_2.png) no-repeat transparent;
	}	
	
	#links .icons > a > .icon_text {
		font-size: 12px;
	}	
	#links .icons>a:nth-child(1)>.icon_image, #links.in-page-icons .icons>a:nth-child(1)>.icon_image {
		background-position: 0 -300px;
		cursor: pointer;
	}

	#links .icons>a:hover:nth-child(1)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(1)>.icon_image {
		background-position: -75px -300px;
	}

	#links .icons>a:nth-child(2)>.icon_image, #links.in-page-icons .icons>a:nth-child(2)>.icon_image {
		background-position: -2.5px -225px;
		cursor: pointer;
	}

	#links .icons>a:hover:nth-child(2)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(2)>.icon_image {
		background-position: -77.5px -225px;
		cursor: pointer;
	}

	#links .icons>a:nth-child(3)>.icon_image, #links.in-page-icons .icons>a:nth-child(3)>.icon_image {
		background-position: -2.5px -152.5px;
		cursor: pointer;
	}

	#links .icons>a:hover:nth-child(3)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(3)>.icon_image {
		background-position: -77.5px -152.5px;
		cursor: pointer;
	}

	#links .icons>a:nth-child(4)>.icon_image, #links.in-page-icons .icons>a:nth-child(4)>.icon_image {
		background-position: -2.5px -77.5px;
		cursor: pointer;
	}

	#links .icons>a:hover:nth-child(4)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(4)>.icon_image {
		background-position: -77.5px -77.5px;
		cursor: pointer;
	}

	#links .icons>a:nth-child(5)>.icon_image, #links.in-page-icons .icons>a:nth-child(5)>.icon_image {
		background-position: -2.5px 0;
		cursor: pointer;
	}

	#links .icons>a:hover:nth-child(5)>.icon_image, #links.in-page-icons .icons>a:hover:nth-child(5)>.icon_image {
		background-position: -77.5px 0;
		cursor: pointer;
	}	
	#members {
		padding-bottom: 30px;
	}
	.new-header {
		margin-top: 30px;
	}
	#links, #walls, #volunteer_form {
		padding: 30px 0;
	}	
	.btn.btn-default.all_news {
		margin: 0 auto 45px auto;
	}
	
}
@media (max-width: 575px) {
	.page-template-page-frontpage .post-content .article_content {
		padding: 10px 0 10px 15px;
	}
	.page-template-page-frontpage .post-content .article_content .entry-header > .entry-title	 {
		font-size: 1.25em;
		margin-bottom: 5px;
	}
	.page-template-page-frontpage .post-content .article_content .entry-summary p {
		font-size: 0.85em;
	}
	#sample_slider .sa_hover_container {
		padding:0!important;
	}	
	.sa_vert_center .video_holder {
		padding-top:0;
	}
	.sa_vert_center .text_holder {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width: 425px) {
	.site-branding > div > a {
		font-size: 1em;
	}
	.hidden-xxs {
		display: none!important;
	}
	button#responsive-menu-button {
		top: 77.5px!important;
		left: 13%!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;
	}
	.checkbox_holder .custom-checkbox+label {
		font-size: 12px;
		margin-bottom: 0;
	}	
}


/**
 * 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;
	}
}

#myModal {
	position: fixed;
    right: -330px;
    top: 110px;
    z-index: 9999;
    background: #0084cf;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    padding: 15px;
    text-align: right;
	-webkit-transition: right 0.4s linear;
	 -moz-transition: right 0.4s linear;
	-o-transition: right 0.4s linear;
	transition: right 0.4s linear;
    border-radius: 5px 0 0 5px;
}
#myModal.active {
	right: 0px;
	-webkit-transition: right 0.4s linear;
	 -moz-transition: right 0.4s linear;
	-o-transition: right 0.4s linear;
	transition: right 0.4s linear;	
}

#myModalBtn {
	background: #0084cf;
    border: none!important;
    box-shadow: none!important;
    border-radius: 50% 0 0 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    display: inline-block;
    /* float: left; */
    top: 0;
    position: absolute;
    left: -50px;
    /*transform: translateY(-50%);	*/
}

#myModalBtn > .fa {
	color:#fff;
	/*line-height: 59px;*/
	font-size: 30px;
}
#myModal .mymodal-content {	
	width:300px;
	max-width: 100%;
    background: #0084cf;
    border: none;
}

#myModal .mymodal-content .widget_wysija {
	margin: 0 -15px;
}

#myModal .mymodal-content .widget_wysija > p:nth-child(1), #myModal .mymodal-content .widget_wysija > p:nth-child(2) {
	display: inline-block;
    width: 50%;
    float: right;
}
#myModal .mymodal-content .widget_wysija > p:nth-child(1) {
	padding: 0 15px 0 7.5px;
}
#myModal .mymodal-content .widget_wysija > p:nth-child(2) {
	padding: 0 7.5px 0 15px;
}
#myModal .mymodal-content .widget_wysija > p:nth-child(3) {
	padding: 0 15px;
	float:none;
	clear:both;
	display:block;
}
#myModal .mymodal-content .widget_wysija > p > input {
	margin-bottom: 0px;
	border-radius: 5px;
    font-weight: 500;
    font-size: 1.05rem;
    padding: 7.5px;
    background: transparent;
    color: #fff;
    border-color: #fff;
}
#myModal .mymodal-content .widget_wysija > p > label {
	margin-bottom: 0px;
    font-weight: 500;
    font-size: 1.05rem;
    /*padding: 7.5px;*/
    background: transparent;
    color: #fff;
    border-color: #fff;
}
#myModal .mymodal-content .widget_wysija .btn.btn-default {
	margin-right: 15px;
    background: #343a40;
    padding: 6px 25px;
    padding: 0.25rem 2rem;
    /* font-size: 1.25rem; */
    line-height: 1.5;
    border-radius: 0.3rem;
	max-width: 50%;
}
#myModal .mymodal-content h4 {
    color: #fff;
    padding-bottom: 0.5em;
}

@media (max-width: 639px) {
	#myModal {
		top:50px;
		max-width: 80%;
		right: -80%;
	}
}

.social-feed-container {
	height: auto !important;
}
