body {
   /* padding:0 30px;*/
//   font-family: 'Open Sans', sans-serif;
   background-color: #f6f4f4;
   font-family: "source-sans-pro-n4","source-sans-pro",sans-serif;
   font-style: normal;
   font-weight: 400;
   color: #525252;
   font-size: 16px;
   line-height: 1.6666667;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
} 

.container {
    padding-left: 0px ;
    padding-right: 0px ;
}
a:hover, a:focus{
	text-decoration: none ;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #666;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
/***** Navbar Menu  **********************************************************************************
****************************************************************************************************/


.navigation_menu{
	width:100%;
	position: fixed;//relative;//fixed;
        top:0px;
        z-index:999;
	height: 90px;
}


#header_shadow {
	background: url('../images/shadow.png') no-repeat top center;
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 99;
	width:100%;
}
	.navbar-default {
	background-color: transparent;
	border:0;
	}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color:#fff;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color:#fff;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px;
}
.navbar-default .navbar-nav > li {
margin-right:7px;
}
.navbar-default .navbar-nav > li > a{
	color: #043F64;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	/*text-transform: uppercase;*/
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
//	font-family: source-sans-pro-n4, source-sans-pro, sans-serif;
	font-weight: normal;
	font-size:15px;
//	font-size:16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color:#fff;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
//	font-family: source-sans-pro-n4, source-sans-pro, sans-serif;
	font-weight: normal;
	font-size:15px;
//	font-size:16px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	right: auto;
	left:0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-clip: padding-box;
	border: 0px solid #fff;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	text-transform: uppercase;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
}
 
.dropdown-menu > li > a {
  display: block;
  padding: 7px 32px 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #043F64;
  white-space: nowrap;
  color:#fff;
 -webkit-transition: padding 400ms;
-moz-transition: padding 400ms;
transition: padding 400ms;
font-family: 'Arimo',Arial, Helvetica, sans-serif;
  
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #043F64;
  text-decoration: none;
  background-color: #ffffff;
  padding: 7px 20px 7px 22px;
  font-family: 'Arimo',Arial, Helvetica, sans-serif;
}
.dropdown-menu > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  opacity: 0;
  font-size:16px;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #043F64;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -6px;
	left: 80%;
	margin-left: -10px;
	font-size: 26px;
}
 .navbar-nav > .open > a:after {
	color: #1fa67a;
	display:none;
}
.navbar-right .dropdown-menu {
	right: 0;
	right: auto;
}
.navbar-default .navbar-brand:hover {
	color: #999;
}
.navbar-default .navbar-brand {
color: #999;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';

}
.navbar-brand :hover{
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-toggle:hover {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #049CFD;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navber{
	border-top:none;
}
.fa-angle-down {
	font-size: 18px;
	margin-left: 6px;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:6px;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
  
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after {
	display: block;
	content: "\f105";
	float: right;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	width: 10px;
	height: 10px;
	margin-top: 0px;
	font-size: 16px;
	margin-right: -15px;
	
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/** slider css ***/

.carousel-indicators li{
	width:12px;
	height:12px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
}

.carousel-indicators .active{
	width:12px;
	height:12px;
	background-color: rgba(255, 196, 35, 1);
	border: 1px solid rgba(255, 196, 35, 1);
}

/*** page Header Breadcrum Title ******************************************************************************************************
**************************************************************************************************************************/

.enigma_header_breadcrum_title{
//	margin-bottom:70px;
	margin-bottom:10px;
//	background:#edf0f2;
        background-image: url(/wp-content/uploads/2014/11/pagetitle-bg.jpg);
	opacity:1;
//	padding-top:8px;
	padding-top:38px;
//	padding-bottom:8px;
	padding-bottom:38px;
	margin-top:90px;
	min-width:1200px;	
}
.enigma_header_breadcrum_title h1{
	color:#FFF;
font-weight: 700;
font-size: 3.125em;
}
.breadcrumb {
	font-size: 17px;
	padding: 0;
	position: relative;
	display: inline-block;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a{
	color:#31A3DD;
}
.breadcrumb > .active {
	color: #043F64;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #043F64;
	content: "/\00a0";
}
/** about us css ********/
.progress {
	height: 25px;
	margin-bottom: 12px;
	border-radius:0px;
}
.progress-bar {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	background-color: #31A3DD;
	padding-left:20px;
}

/*** blog css **/
.enigma_blog_right_side{
	float:right;
}
.enigma_sidebar_left_side{

float:left;

}
/* search btn css **/
.btn-search{
	color:#fff;
	background:#31A3DD;
	border-radius:0px;
	font-size: 14px;
}

.input-group{
	margin-top:10px;
	margin-bottom:30px;	

}
.form-control {
	border-radius:0px;
}
/** portfolio css **/
.nav-pills{
	margin-bottom:50px;
}
.nav-pills > li  > a{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-right:15px;
	margin-bottom:15px;
	border-radius: 0px;
	padding: 9px 27px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'Open Sans', sans-serif;

}
.nav-pills > li  > a:hover{
	color: #fff;
	background-position: 0 -100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.nav-stacked{
	margin-bottom:50px;
}
.nav-stacked > li  > a
{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-bottom:12px;
	border-width:3px !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'Open Sans', sans-serif;
	
}

.nav-stacked > li  > a:hover{
color: #fff;
background-position: 0 -100%;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/*Accordion & Tabs Styles for shortcode*/

.nav-tabs li a {
	background: #F5F5F5;
	color: #666666;
	border: 1px solid #e8e8e8;
	border-radius:0px;
	margin-right:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
}
.nav-tabs li.active > a{
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	border-bottom-color:transparent;
}
.nav-tabs li > a:hover {
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	
}
/** panels style **/
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-default {
	border-color: #e9e9e9;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f6f6f6;
	border-color: #e9e9e9;
}
.enigma_panel-pink {
	border-color: #F22853;
}
.enigma_panel-pink > .panel-heading {
	color: #fff;
	background-color: #F22853;
	border-color: #F22853;
}
.enigma_panel-green {
	border-color: #1FA67A;
}
.enigma_panel-green > .panel-heading {
	color: #fff;
	background-color: #1FA67A;
	border-color: #1FA67A;
}
.enigma_panel-black {
	border-color: #043F64;
}
.enigma_panel-black > .panel-heading {
	color: #fff;
	background-color: #043F64;
	border-color: #043F64;
}
.enigma_panel-orange{
	border-color: #ff8300;
}
.enigma_panel-orange > .panel-heading {
	color: #fff;
	background-color: #ff8300;
	border-color: #ff8300;
}
.enigma_panel-blue {
	border-color: #31A3DD;
}
.enigma_panel-blue > .panel-heading {
	color: #fff;
	background-color: #31A3DD;
	border-color: #31A3DD;
}
.enigma_panel-red {
	border-color: #db2723;
}
.enigma_panel-red > .panel-heading {
	color: #fff;
	background-color: #db2723;
	border-color: #db2723;
}
.enigma_panel-purple {
	border-color: #800080;
}
.enigma_panel-purple > .panel-heading {
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
.enigma_panel-brown {
	border-color: #555555;
}
.enigma_panel-brown > .panel-heading {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}

/*** search button css ***/

.input-group-btn {
display: inherit;
}
#searchform  .btn { 

font-size: 18px;
font-weight: normal;
height: 45px;
width: 62px;

}

#searchform  .form-control {
display: block;
width: 100%;
height: 45px;
padding: 6px 12px;
font-size: 17px;

}
  .input-group {
margin-top: 15px;
margin-bottom: 15px;
}

#langlist li{
    border-radius: 5px;
    height: 25px;
    display:block;
    padding-bottom: 3px;
}

#langlist li a{
    margin: 7px;
}

#menu-golovne-menyu{
    margin-top:10px;
}
.ft-lower .nyu{
    position:absolute;
    display:block;
    left:0;
    right:0;
    width:15em;
    margin:auto;
    min-width:1200px;
    margin-top:110px;
}
.ft-lower .nyu .nyu-byline{
    display:block;
    font-size:0.75em;
    text-align:center;
    margin-top:5em
}
.ft-lower a.nyu-giph{
    position:absolute;
    display:block;
    background-image:url(/wp-content/themes/enigma/images/nyu-giph-2x.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:62px 61px;
    width:62px;
    height:61px;
    top:-1.1875em; 
    right:0;
    left:0;
    margin:auto;
    text-indent:-99999px
}
#nyu-footer-text{
    font-size: 0.75em;
    color: #A0A7AB;
    float:left;
}
#menufooter{
    list-style: none;
    margin: 0;
    float:right;
    padding:0;
}
#menufooter ul{
    padding: 0;
}
#menufooter li{
    display: inline-block;
    border-left: 1px solid #A0A7AB;
    height:17px;
}
#menufooter a{
    font-size: 0.75em;
    position: relative;
    top: -0.1833333333333333em;
    color: #A0A7AB;
    padding: 0 0.4615384615384615em 0 0.6923076923076923em;
}
#menufooter li a:before{
    content:"";
}
#menufooter li:first-child{
    border-left: 0;
}
.nyu-byline {
    color: #a0a7ab;
}
.bottom-logo-a img{
   height:130px;
}
.bottom-logo{
//    position:relative;
    position:absolute;
    display:block;
    left:0;
    right:0;
    width:1200px;
    margin:auto;

//    margin-top:-160px;
    margin-top:-100px;
//    top:-160px;
padding:0 250px;
}
.bottom-logo-nyu{
    position:relative;
    display:block;
    left:0;
    right:0;
    width:1200px;
    margin:auto;

//    margin-top:-160px;
    top:-110px;
}
.slide-links {
    position: relative;
    top: 0;
    margin: auto;
    margin-top: -116px;
    z-index: 101;
}
.slide-links ul {
    width: 100%;
    height: 76px;
    list-style: none;
    background-color: #2e363b;
    margin-bottom:0;
  padding: 0;
}
ul.clearfix li, .sf-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
  healthright.org/media="all"
  .slide-links li {
  width: 25%;
  height: 100%;
}
.slide-links li {
  width: 25%;
  height: 100%;
  float: left;
font-size: 16px;
}
.slide-links a.button.donate {
  background-color: #e6ad1b;
  font-family: "source-sans-pro-n9","source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #FFF;
  font-size: 1.25em;
  line-height: 4.1em;
  text-shadow: 0 1px 0 rgba(10,10,10,0.2);
  text-transform: uppercase;
}

.slide-links a.button {
  transition-property: color,background-color;
  transition-duration: 0.2s;
  background-color: #2e363b;
  display: inline-block;

  width: 100%;
  height: 100%;
  font-family: "source-sans-pro-n4","source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  font-size: 1em;
  line-height: 5.125em;
}
a.button.icon>span, .button.icon>span, input[type="submit"].icon>span, input[type="button"].icon>span, button.icon>span, .submit.icon>span, button.submit.icon>span {
  background-image: url(../images/icons-2x.png);
  background-size: 1.125em auto;
  background-repeat: no-repeat;
  height: 100%;
  padding: 0 0 0 1.75em;
  text-transform: none;
}
a.button, .button, input[type="submit"], input[type="button"], button, .submit, button.submit {
  border: 0;
  display: inline-block;
  letter-spacing: 0.6px;
  padding: 0 1em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

#menu{
  padding-left:10px;
  padding-right:10px;
}

.enigma_footer_widget_area,
.enigma_callout_area,
.enigma_callout_shadow,
.enigma_blog_area {
  min-width:1200px;
}

#news_events_h1 {
  //font-family: "source-sans-pro-n3","source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #043f64;
  text-align: center;
  margin: 0 0 0.48em;
  font-size: 3.125em;
  margin-top: 30px;
}
h3.news3col_h3 a{
  color: #043f64;
  font-size: 19px;
  font-weight:600;
}

.one_news_list{
  border-top:1px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
  padding-left: 50px;
  padding-right: 20px;
  width: 360px;
  position: relative;
}
.one_news_list a:before {
  display: block;
  content: "";
  width: 1em;
  height: 2.2em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.one_news_list.item1 a:before {
  background-color: #577289;
}
.one_news_list.item2 a:before {
  background-color: #b2bac3;
}
.one_news_list.item3 a:before {
  background-color: #fcbf21;
}
a.button.arrw, a.button.plus, .button.arrw, .button.plus, input[type="submit"].arrw, input[type="submit"].plus, input[type="button"].arrw, input[type="button"].plus, button.arrw, button.plus, .submit.arrw, .submit.plus, button.submit.arrw, button.submit.plus{
  transition-property: background-color,padding;
  transition-duration: 0.2s;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 12px 4.466666666666667em 0 1.533333333333333em;
}
a.button, .button, input[type="submit"], input[type="button"], button, .submit, button.submit{
  background-color: #fcbf21;
  border: 0;
  color: #FFF;
  display: inline-block;
  font-size: 0.9375em;
  letter-spacing: 0.6px;
  margin: 0;
  height: 49px;
  font-family: "source-sans-pro-n7","source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
a.button.arrw:before, a.button.plus:before, .button.arrw:before, .button.plus:before, input[type="submit"].arrw:before, input[type="submit"].plus:before, input[type="button"].arrw:before, input[type="button"].plus:before, button.arrw:before, button.plus:before, .submit.arrw:before, .submit.plus:before, button.submit.arrw:before, button.submit.plus:before {
  right: 0;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0ic3R5bGUwIj48c3R5bGU+LnN0eWxlMHtlbmFibGUtYmFja2dyb3VuZDoJbmV3IDAgMCAzMiAzMjt9PC9zdHlsZT48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLjExNSAxNi4wMTFjMCA4LjggNy4xIDE2IDE1LjkgMTZjOC44MDUgMCAxNS45NDMtNy4xNjMgMTUuOTQzLTE2YzAtOC44MzctNy4xMzctMTYtMTUuOTQzLTE2IEM3LjI1MyAwIDAuMSA3LjIgMC4xIDE2LjAxMXogTTIuMTA4IDE2LjAxMWMwLTcuNzIgNi4yNTktMTQgMTMuOTUtMTRjNy42OTMgMCAxMy45IDYuMyAxMy45IDE0IGMwIDcuNzItNi4yNTcgMTQtMTMuOTUgMTRDOC4zNjcgMzAgMi4xIDIzLjcgMi4xIDE2LjAxMXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTkuNTIyIDE2LjAxMWwtMS40MDktMS40MTRsLTIuMTc3LTIuMTg1Yy0wLjM4OC0wLjM5MS0xLjAyLTAuMzkxLTEuNDA5IDBjLTAuMzg5IDAuMzktMC4zODkgMSAwIDEuNCBsMi4xNzcgMi4xODRsLTIuMTc3IDIuMTg0Yy0wLjM4OSAwLjM5MS0wLjM4OSAxIDAgMS40MTVjMC4zODkgMC40IDEgMC40IDEuNCAwbDIuMTc3LTIuMTg1TDE5LjUyMiAxNiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNy40NjcgMTYuNiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  right: 1.2em;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  shape-rendering: geometricPrecision;
}
a.button.arrw:before, a.button.plus:before, .button.arrw:before, .button.plus:before, input[type="submit"].arrw:before, input[type="submit"].plus:before, input[type="button"].arrw:before, input[type="button"].plus:before, button.arrw:before, button.plus:before, .submit.arrw:before, .submit.plus:before, button.submit.arrw:before, button.submit.plus:before, .narrowcolumn .widget-title li a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
a.button.plus:before, .button.plus:before, input[type="submit"].plus:before, input[type="button"].plus:before, button.plus:before, .submit.plus:before, button.submit.plus:before {
content: "\002B";
border: 2px solid #FFF;
background-image: none;
border-radius: 50%;
font-size: 20px;
margin: 0 -0.4em 0 0;
}
#menu-golovne-menyu i,
#menu-glavnoe-menyu i,
#menu-main-menu i{
  display : none;
}

.hline {
display: block;
width: 20%;
height: 5px;
margin: 1.125em auto 1.5625em;
background-color: #FFC423;
}
.goal-slogan h1{
    color: rgb(201, 148, 12);
    font-size: 3.125em;
}
.goal-slogan h2{
    font-size: 2.5em;
    color: #043F64;
}
.goal-slogan p{
    color: #043F64;
}
.goal-slogan p,
.goal-slogan h1,
.goal-slogan h2{
    text-align: center;
    font-family: "source-sans-pro-n3","source-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2em;
}
