/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #787878;
	font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

html {
	height:100%;
}
body {
    font-size: 1em;
    line-height: 1.4;
	margin:0 auto;
	background:#f6f4f1;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


h1, h2, h3, h4, h5 {
	word-wrap: break-word;
	font-weight:normal;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:20px;
}
h4 {
        color: #31316d;
	font-size:16px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

strong {
	font-weight:bold;
}

a {
	color:#31316d;
	text-decoration:none;
}
a:hover {
	color:#58589c;
	text-decoration:underline;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

[class^="icon-"], [class*=" icon-"] {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/icons-sprite.png");
	background-position: -17px -17px;
	background-repeat: no-repeat;
	margin-top:2px;
}
.icon-green-arrow-sml-r {
	background-position:-117px -17px;
}
.icon-green-arrow-sml-l {
	background-position:-167px -17px;
}
.icon-green-arrow-sml-d {
	background-position:-17px -17px;
}
.icon-green-arrow-sml-u {
	background-position:-67px -17px;
}
.icon-white-arrow-sml-r {
	background-position:-317px -17px;
}
.icon-white-arrow-sml-l {
	background-position:-367px -17px;
}
.icon-white-arrow-sml-d {
	background-position:-217px -17px;
}
.icon-white-arrow-sml-u {
	background-position:-267px -17px;
}
.icon-yellow-arrow-r {
	background-position:-117px -67px;
}
.icon-yellow-arrow-l {
	background-position:-167px -67px;
}
.icon-yellow-arrow-d {
	background-position:-17px -67px;
}
.icon-yellow-arrow-u {
	background-position:-67px -67px;
}
.icon-purple-arrow-r {
	background-position:-317px -67px;
}
.icon-purple-arrow-l {
	background-position:-367px -67px;
}
.icon-purple-arrow-d {
	background-position:-217px -67px;
}
.icon-purple-arrow-u {
	background-position:-267px -67px;
}
.icon-green-arrow-r {
	background-position:-117px -117px;
}
.icon-green-arrow-l {
	background-position:-167px -117px;
}
.icon-green-arrow-d {
	background-position:-17px -117px;
}
.icon-green-arrow-u {
	background-position:-67px -117px;
}

.btn, input[type="submit"] {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:25px;
	min-width:170px;
	*margin-right: .3em;
	line-height:25px;
	vertical-align:middle;
	background:#00b040;
	color:#fff;
	padding:0 25px;
	border:0 none;
	letter-spacing:0.2em;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
  -webkit-transition: background 200ms ease-in;
  -moz-transition: background 200ms ease-in;
  -ms-transition: background 200ms ease-in;
  -o-transition: background 200ms ease-in;
  transition: background 200ms ease-in;
}
.btn:hover, input[type="submit"]:hover {
	color:#fff;
	text-decoration:none;
  background:#008c33;
}
.edy-bubble .edy-btn {
  min-width:inherit;
}
.purple-btn {
	background:#31316d;
}

.sml-caps {
	letter-spacing:0.2em;
	font-size:12px;
	text-transform:uppercase;
}
.grid-row:before,
.grid-row:after {
    content: " ";
    display: table;
}
.grid-row:after {
    clear: both;
}
.grid-row {
    *zoom: 1;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
  font-size: 14px;
	font-weight:400;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	min-height:100%;
	height:100%;
	*height:auto;
}

body.logged-in .footer-wrap {
  padding-bottom:100px;
}

body > .grid-container {
	min-height:100%;
	height:auto;
	*height:auto;
 	position:relative;
}
.grid-container {
	max-width:1140px;
}
.grid-container > .grid-100 {
	position:relative;
}
.main-wrap {
	padding:0;
	min-height:100%;
	position:relative;
	overflow:hidden;
}
.footer-wrap {
	margin-top:-145px;
	clear:both;
}

.header-wrap, .home-slogan-wrap, .content-wrap, .footer-wrap {
	position:relative;
}

.home .sidebar, .home .main-content {
	margin-top:0;
}
.sidebar, .main-content {
	position:relative;
	min-height:100%;
	height:auto;
	*height:auto;
}
.sidebar {
  margin-top:25px;
}
.main-content {
	margin-top:15px;
}

.corner-bg {
	display:block;
	position:absolute;
	width:703px;
	height:703px;
	margin:0 0 0 -1063px;
	top:150px;
	left:50%;
	z-index:1;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* === CONTENT === */

.header-wrap {
	height:150px;
	background:url(../images/bg-header.png) no-repeat 35% top;
	z-index:4;
}
.header-wrap .grid-container, .header-wrap .grid-container > .grid-100 {
	height:150px;
}
.logo {
  position:absolute;
  left:0;
  top:0;
	margin:20px auto 0;
}
.top-actions {
	position:absolute;
	top:0;
	right:0;
	width:340px;
	/* border:1px solid #4c4c7f; */
  /*background:#31316D; */
  /* display:none; */
}
.top-actions p {
	margin:0;
	float:left;
	width:50%;
	text-align:center;
}
.top-actions p:first-child {
	border-right:1px solid #4c4c7f;
	margin-right:-1px;
}
.top-actions p a {
	display:block;
	text-decoration:none;
	font-size:12px;
	padding:5px 0;
	text-transform:uppercase;
	letter-spacing:0.2em;
}

.top-actions .language, .top-actions .login {
  display:none;
}

.top-actions p.language a {
	color:#9090a2;
}
.top-actions p.login a {
	color:#31316d;
	background:#00b040;
}
.top-actions .top-search {
	float:left;
	width:100%;
	padding:5px 0;
	border-top:1px solid #4c4c7f;
  border-top:0 none;
}
.top-actions .top-search input[type="text"] {
	border:0 none;
	background:none;
	color:#f6f4f1;
	outline:none;
	padding:5px 0;
	line-height:30px;
	font-size:16px;
	width:285px;
  vertical-align:middle;
}
.top-actions .top-search input[type="submit"] {
	border:0 none;
	background:none;
	text-indent:-200%;
	white-space:nowrap;
	overflow:hidden;
	width:30px;
	height:30px;
  min-width:30px;
  padding:0;
	margin:0 8px 0 10px;
	background-image:url(../images/icons-sprite.png);
	background-repeat:no-repeat;
	background-position:-10px -160px;
  *display:block;
  *float:left;
}
.gsc-search-box input[type="text"] {
  border:1px solid #00b040;
	background:#31316d;
	color:#f6f4f1;
	outline:none;
	padding:5px 0;
	line-height:30px;
	font-size:16px;
	width:285px;
}
.gsc-search-box input[type="submit"], .gsc-search-box input[type="button"]  {
  border:0 none;
	background:none;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
	width:30px;
	height:30px;
  min-width:30px;
  padding:0;
	margin:0 3px 0 10px;
	background-image:url(../images/icons-sprite.png);
	background-repeat:no-repeat;
	background-position:-10px -160px;
  text-transform: capitalize;
}

.edys-sw-search-popup {
  background:#fff;
  margin-left:-20px;
}
.edys-sw-search-popup .gs-title {
  color: #31316d;
}
.edys-sw-search-fin-bottom {
  margin-top: -20px;
}
.edys-sw-search-fin {
  border-width:10px;
  margin-top: -20px;
  margin-left: -10px;
  border-color: #fff;
}
.edys-sw-search-popup .gsc-cursor-page:hover, .edys-sw-search-popup .gsc-cursor-current-page {
  color: #31316d;
}
.edys-sw-search-popup .gsc-cursor-box {
	background: #f0f0f0;
}
.edys-sw-search-popup .gsc-cursor-page {
	color: #31316d;
}
.edys-sw-search-popup .gsc-cursor-page:hover {
	background: #31316d;
	color:#fff;
	text-shadow:none;
}
.edys-sw-search-popup .gsc-cursor-current-page {
	font-weight: bold;
}


.main-menu-wrap {
	text-align:right;
	margin:87px 0 0;
  float:right;
}

.main-menu-wrap .menu-button{
	text-transform:uppercase;
	font-size:14px;
	padding:12px 0;
	color:#eedc00;
	font-weight:700;
	cursor:pointer;
	margin:5px 0 0;
	letter-spacing:0.1em;
}
.main-menu-wrap .menu-button span{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../images/icons-sprite.png) no-repeat -17px -67px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin:0 0 4px 3px;
}

.main-menu {
	text-align:left;
	display:none;
	position:absolute;
	top:150px;
	left:-10px;
	right:-10px;
	background:#31316d;
}
.main-menu > li {
	display:block;
	margin:0;
	position:relative;
}
.main-menu li a {
	text-decoration:none;
}
.main-menu > li > a {
	color: #fff; /* color:#ece9e5; */
	font-size:14px;
	font-weight: bold;
	padding:14px 15px;
	text-transform:uppercase;
	display:block;
}
.main-menu > li > a.active {
	color:#00b040;
}
.main-menu > li:hover > a {
	color: #fff; /* color:#31316d; */
	background:#eedc00;
}
.main-menu > li > a b {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:10px;
	height:12px;
	background-image:url(../images/icons-sprite.png);
	background-repeat:no-repeat;
	background-position: -217px -18px; /* -20 -18 */
	margin:0 3px -1px 0;
}
.main-menu > li:hover > a b {
	background-position: -267px -18px; /* -70px -18px; */
}
.main-menu li ul {
	display:none;
	background: #00a3e3; /* background:#eedc00; */
	position:absolute;
	top:63px;
	left:0;
	width:150px;
	margin:0;
	padding:15px 24px 10px;
}
.main-menu > li ul li {
	display:block;
	*display:block;
	padding:0 0 10px;
}
.main-menu > li ul li a {
	color: #fff; /* color:#31316d; */
}
.main-menu > li ul li a:hover {
	color: #31316d; /* color:#00b040; */
	text-decoration:underline;
}
.main-menu > li ul .active {
        color: #31316d; /* color:#00b040; */
}

.home-slogan-wrap {
	background:#00b040;
  padding:70px 0;
	z-index:0;
}
.home-slogan-wrap .grid-parent {
	text-align:right;
}
.home-slogan-wrap p {
	color:#fff;
	margin:0 0 0 50px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	max-width:470px;
	font-size:17px;
	font-weight:700;
	line-height:130%;
	text-align:left;
  *padding-top:55px;
}

/* ### Content ### */
.content-wrap {
	z-index:2;
	padding:20px 0 180px;
}
.content-wrap .sidebar {
}
.content-wrap .main-content {
	float:right;
}
.home .content-wrap .main-content {
}

.main-content h1{
	margin:0 0 15px 10px;
	font-weight:bold;
	color:#31316d;
	font-size:34px;
	line-height:100%;
}
.events .main-content h1 {
  margin-left:0;
}

/* Default page */
.page-contact-wrap {
	/* background:url(../images/bg-white-diagonal-full.png) no-repeat 60% top; */
	height: 10px; /* height:110px; */
	position:relative;
	margin-bottom:-110px;
	z-index:3;
}
.page-contact {
	float:right;
	width:450px;
	margin:10px auto;
}
.page-contact .contact-img{
	float:left;
	width:200px;
	margin-top:10px;
}
.page-contact .contact-text{
	float:right;
	width:230px;
	color:#31316d;
	font-size:12px;
}
.page-contact .contact-text h2, .page-contact .contact-text h3, .page-contact .contact-text b, .page-contact .contact-text strong{
	font-weight:bold;
}
.page-contact .contact-text h2, .page-contact .contact-text h3, .page-contact .contact-text p{
	font-size:12px;
	margin:0 0 5px;
}
.page-contact .contact-text a{
	color:#31316d;
	text-decoration:underline;
}

/* Home news sidebar */
.white-block {
	background:#fff;
	margin-top:0;
	padding:0 30px 10px;
  position:relative;
}
.home .white-block {
}
.white-block .block-top-bg {
	background: url(../images/bg-white-block-header.png) no-repeat left top;
	margin-top:-45px;
	margin-left:-30px;
	height:45px;
	padding:0 30px;
	position:relative;
	float:left;
	width:100%;
}

/*white for block content */
.block-content {
  color: #fff;
  /* color: #00a3e3; */
}

.white-block .block-content > h2 {
	margin:0 30px;
	color: #00a3e3; /* color:#eedc00; */
	position: absolute;
	left:30px;
	top:-14px;
	bottom:auto;
  font-weight:bold;
}
.white-block .block-content {
	padding:3px 0 0;
}
.home .news-block .first-news {
	border-bottom:1px solid #f6f4f1;
	padding:0 10px 10px 30px;
	margin-bottom:10px;
}
.home .news-block .first-news .date{
	color:#eedc00;
	font-size:14px;
	margin:0;
	font-weight:700;
}
.home .news-block .first-news h3{
	font-weight:700;
	font-size:20px;
	color:#31316d;
	margin:0 0 10px;
}
.home .news-block .first-news h3 a{
}
.home .news-block .first-news img{
	display:block;
	margin:10px auto;
}
.home .news-block .latest-news {
}
.home .news-block .latest-news ul {
	list-style:none;
	margin:0;
	padding:0;
}
.home .news-block .latest-news li {
	margin:10px 10px 10px 30px;
}
.home .news-block .latest-news li:first-child {
  display:none;
}
.home .news-block .latest-news li a {
}
.home .news-block .latest-news li .icon-green-arrow-sml-r {
	display:block;
	float:left;
	margin-left:-18px;
}
.home .news-block .latest-news p a {
	color:#eedc00;
}
.home .news-block .latest-news .icon-yellow-arrow-r {
	margin-top:0;
	margin-left:3px;
}

/* Home partners list */
.partners-block{
  margin:20px auto;
}
.partners-block ul{
	margin:0 30px;
	display:block;
}
.partners-block li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:20%;
	margin:0 2% 20px;
	text-align:center;
}
.partners-block li a{
	display:block;
  position:relative;
	min-height:100px;
  background: no-repeat center center;
}
.partners-block li a:hover{
	text-decoration:none;
}
.partners-block li .logo-wrap{
	height:100px;
	line-height:100px;
  vertical-align:middle;
}
.partners-block li .hover-arrow{
  background: url(../images/bg-big-hover-arrow.png) no-repeat center center;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
  opacity:0;
  position:absolute;
  width:100%;
  height:100px;
  left:0;
  top:50%;
  margin:-50px 0 0;
}
.partners-block li a:hover .hover-arrow{
  opacity:1;
}

.lt-ie8 .partners-block li .hover-arrow{
  filter: alpha(opacity=0);
}
.lt-ie9 .partners-block li .hover-arrow{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.lt-ie8 .partners-block li a:hover .hover-arrow{
  filter: alpha(opacity=100);
}
.lt-ie9 .partners-block li a:hover .hover-arrow{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.partners-block li img{
	max-width:100%;
	height:auto;
}
.partners-block li h3{
	font-size:12px;
	color:#999;
	line-height:110%;
	text-transform:uppercase;
	margin:0 auto;
	max-width:120px;
}

/* Home events list */
.home .events-block{
  margin-top:20px;
}
.events-block{
	margin:0 auto 20px;
}
.events-block h2{
	color:#00b040;
	font-size:14px;
	line-height:48px;
	margin:0;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
}
.events-block h2 span{
	display:block;
	float:left;
	width:50px;
	min-height:48px;
	margin:0 10px 0 0;
	border-right:1px solid #e5e5e5;
}
.events-block ul{
}
.events-block li{
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.events-block li:hover{
	background:#fbfaf8;
}
.events-block li a{
	display:block;
	position:relative;
	padding:15px 0 15px 10px;
	margin:0 40px 0 50px;
	font-size:18px;
	border-left:1px solid #e5e5e5;
}
.events-block li .event-date{
	display:block;
	color:#00b040;
	text-align:center;
	float:left;
	width:50px;
	margin:0;
	padding:10px 0 0;
	font-size:10px;
	text-transform:uppercase;
}
.events-block li .event-date span{
	font-weight:bold;
	font-size:14px;
	display:block;
}
.events-block li .icon-arrow-r{
	background-position:-117px -117px;
	margin:-8px 0 0;
	position:absolute;
	right:-10px;
	top:50%;
	-webkit-transition: right 300ms ease-in;
	-moz-transition: right 300ms ease-in;
	-ms-transition: right 300ms ease-in;
	-o-transition: right 300ms ease-in;
	transition: right 300ms ease-in;
}
.events-block li a:hover .icon-arrow-r{
	background-position:-317px -67px;
	right:-20px;
}
.events-block .archive-link {
	margin:0 30px 0 0;
	color:#00b040;
	font-weight:bold;
}
.events-block .archive-link .icon-green-arrow-r {
	margin:0 0 0 5px;
}

/* News views */
.blue-block {
	background:#00a3e3;
	margin-top:20px;
	margin-right:30px;
	padding:0 30px 10px;
}
.blue-block a {
        color: #fff !important;
}
.blue-block .block-top-bg {
	background: url(../images/bg-blue-block-header.png) no-repeat left top;
	margin-top:-19px;
	margin-left:-30px;
	height:19px;
	padding:0 30px;
	position:relative;
	float:left;
	width:100%;
}
.blue-block .block-content > h2 {
	padding:5px 0 0;
	margin:0;
	color: #fff; /* color:#31316d; */
	font-size:14px;
	text-transform:uppercase;
}
.blue-block .block-content ul {
	margin:15px 0;
}
.blue-block .block-content li {
	margin:8px 0;
}
.blue-block .block-content li ul {
  margin-top:5px;
}
.blue-block .block-content li li {
  margin-left:15px;
}
.event-list .event-date {
  margin:0 0 5px;
  color:#00b040;
}
.event-list .archive-link {
  color:#00b040;
}
.news-block .latest-news {
}
.news-block .latest-news ul {
	list-style:none;
	margin:0;
	padding:0;
}
.news-block .latest-news li {
	margin:10px 10px 10px 0;
}
.news-block .latest-news li a {
}
.news-block .latest-news li a:hover {
}
.blue-block li .icon-white-arrow-sml-r {
	display:none;
	float:left;
	margin-left:-18px;
}
.blue-block li .active, .blue-block li.active a {
	text-decoration:none;
	color: #31316d !important; /* color:#00b040; */
}
.blue-block li .active .icon-white-arrow-sml-r, .blue-block li.active a .icon-white-arrow-sml-r {
	display:block;
}
.news-filters {
	background:#fbfaf8;
	padding:20px 20px;
	margin-right:30px;
}
.news-filters .block-column {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:43%;
	margin:0 0 0 10px;
}
.news-filters h2{
	font-size:12px;
	text-transform:uppercase;
	color:#eedc00;
	margin:0 0 10px;
	font-weight:bold;
}
.news-filters li{
	margin:3px 0;
}
.news-filters li a{
	font-size:12px;
}
.news-filters .tags-filter-list li{
	text-transform:uppercase;
}

.article-item{
	padding:0 10px 0 10px;
	margin:0 0 30px;
}
.article-item .article-header{
	margin:0 0 20px;
}
.article-detailed .article-header h1{
	margin-left:0;
}
.article-item .article-header .date{
	font-weight:bold;
	color:#eedc00;
	margin:0;
	font-size:20px;
}
.article-item .article-content{
}
.article-item .article-content h2, .article-item .article-content h3{
	font-size:16px;
	color:#31316d;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
.article-item .article-content p + h2, .article-item .article-content p + h3{
	margin-top:30px;
}
.article-item .article-content p{
	font-size:16px;
	line-height:160%;
	margin:0 0 15px;
}
.article-item .article-content a{
	color:#00b040;
	text-decoration:underline;
}
.article-item .article-content img{
	max-width:100%;
	height:auto;
}
.article-item .article-content ul{
	margin:0 0 15px;
}
.article-item .article-content ul li{
	margin:0;
	font-size:16px;
	line-height:160%;
	padding:0 0 0 20px;
	background:url(../images/bg-list-arrow.png) no-repeat left 6px;
}

.article-item .article-footer{
	padding-bottom:20px;
}
.article-item .article-footer .socials > *{
	margin-left:15px;
}

.article-list .article-item {
}
.article-list .article-item .article-header {
}
.article-list .article-item .article-header h2{
	font-size:20px;
	margin:0 0 5px;
	font-weight:bold;
}
.article-list .article-item .article-header h2 span{
  font-size:14px;
}
.article-list .article-item .article-header .date{
	font-size:15px;
}
.article-list .article-item .article-content p{
	margin:0;
}

.article-detailed .comments{
	margin:30px 0 20px;
	padding:25px 70px 0 30px;
  border-top:1px solid #e5e5e5;
}
.comments .comment-item{
	color:#31316d;
	margin:25px 0 30px;
}
.comments .comment-item h3{
	margin:0;
	font-size:14px;
	text-transform:uppercase;
}
.comments .comment-item em{
	font-size:12px
}
.comments .comment-item p{
	margin:10px 0;
}

.comments h2, .article-form h2{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#eedc00;
	letter-spacing:0.1em;
}
.comments h2{
  margin:0;
}
.article-form h2{
  margin:0 0 25px;
}

.article-detailed .article-form{
	margin:20px 0 20px;
	padding:0 70px 0 30px;
}
.news .article-detailed .article-form{
  border-top:1px solid #e5e5e5;
  padding-top:25px;
}
.article-form .form-row, .article-form .form_field{
	padding:0 0 20px;
}
.article-form fieldset, .article-form .form_field{
	margin:10px 0;
	padding:0 0 5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:375px;
	border-bottom:1px solid #eedc00;
}
.article-form fieldset.full-width, .article-form .form_field.full-width{
	width:100%;
}
.article-form fieldset.buttons, .article-form .form_submit{
	border-bottom:0 none;
	margin-top:0;
  text-align:right;
}
.article-form fieldset label, .article-form .form_field label{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:12px;
	color:#999;
	letter-spacing:0.1em;
}
.article-form fieldset input[type="text"], .article-form fieldset input[type="file"], .article-form fieldset textarea,
.article-form .form_field input[type="text"], .article-form .form_field input[type="file"], .article-form .form_field textarea{
	background:none;
	border:0 none;
	outline:none;
	color:#31316d;
	font-size:16px;
	line-height:20px;
  width:100%;
}
.article-form fieldset textarea, .article-form .form_field textarea{
  height:80px;
}

/* Job offers */
.job-offers-block{
	margin:0 auto 20px;
}
.job-offers-block h1{
}
.job-offers-block ul{
	border-top:1px solid #e5e5e5;
}
.job-offers-block li{
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.job-offers-block li:hover{
	background:#fbfaf8;
}
.job-offers-block li a{
	display:block;
	position:relative;
	padding:15px 0 15px 10px;
	margin:0 40px 0 0;
	font-size:18px;
}
.job-offers-block li .icon-arrow-r{
	background-position:-117px -117px;
	margin:-8px 0 0;
	position:absolute;
	right:-10px;
	top:50%;
	-webkit-transition: right 300ms ease-in;
	-moz-transition: right 300ms ease-in;
	-ms-transition: right 300ms ease-in;
	-o-transition: right 300ms ease-in;
	transition: right 300ms ease-in;
}
.job-offers-block li a:hover .icon-arrow-r{
	background-position:-317px -67px;
	right:-20px;
}
.back-to-offers{
	margin-top:-75px;
	margin-left:10px;
	float:left;
}

/* Contact */
#contactMap{
	width:90%;
	height:400px;
}
.personnel .main-content h1 {
}
.personnel-list {
  margin:10px 0 0;
}
.personnel-list .personnel-group {
	margin:0 10px;
	border-top:1px solid #e5e5e5;
}
.personnel-list .personnel-group:first-child {
	border-top:0 none;
	padding-top:0;
}
.personnel-list .personnel-group .group-name {
	margin:20px 0;
	font-size:14px;
	color:#00b040;
	text-transform:uppercase;
	letter-spacing:0.07em;
}
.personnel-list .personnel-group-title {
  text-align:center;
}
.personnel-list .personnel-wrap {
	border-top:1px solid #e5e5e5;
	padding:20px 0 0 ;
}
.personnel-list .personnel-item {
	margin:0 0 30px;
}
.personnel-list .personnel-item img {
	float:left;
}
.personnel-list .personnel-item h3 {
	margin:0 0 5px 100px;
	font-size:14px;
	font-weight:bold;
}
.personnel-list .personnel-item p {
	line-height:150%;
	margin:2px 0 2px 100px;
}
.personnel-list .personnel-item a {
	text-decoration:underline;
}

/* ### Footer ### */
.footer-wrap {
	z-index:2;
	background:#fff url(../images/bg-footer-pattern.png) no-repeat center top;
	padding:10px 0 5px;
	height:140px;
}
.footer-wrap .footer-contacts {
	list-style:none;
	margin:5px auto;
	padding:0;
}
.footer-wrap .footer-contacts p {
	margin:0 10px 0 0;
	color:#4c4c4c;
	font-size:14px;
}
.footer-wrap .footer-contacts li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px 0 0;
	color:#4c4c4c;
	font-size:18px;
}
.footer-wrap .footer-contacts a {
	text-decoration:none;
	color:#4c4c4c;
}
.footer-wrap .footer-contacts a:hover {
	color:#00b040;
}
.footer-wrap .disclaimer {
	font-size:12px;
	color:#999;
}

.edys-sw-search-container-close {
  white-space:no-wrap;
  text-indent:200%;
  overflow:hidden;
}

/* Modal */
.overlay {
	display:none;
	position:fixed;
	z-index:10;
	width:100%;
	top:0;
	bottom:0;
	background:url(../images/bg-gray-50.png) repeat center top;
	background:rgba(47,47,41,.5);
}
.modal-wrap {
	display:none;
	position:absolute;
	z-index:10;
	width:100%;
	left:0;
	top:0;
	top:160px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

	.sidebar-menu-wrap .toc-header {
	}

}

@media only screen and (min-width: 768px) {
  
  
  .top-actions {
    display:block;
  }
  .main-content {
    margin-top: 25px;
  }
  .article-item{
    padding:0 80px 0 10px;
  }
	.article-footer .article-nav span {
		display:block;
	}
  .content-wrap {
  	/* padding-bottom:270px; */
  }
  .main-content h1 {
    font-size: 35px;
  } 
  .sidebar {
    margin-top:25px;
  }
  
  .home-slogan-wrap {
    padding:0;
  	height:250px;
    background:#00b040 url(../images/bg-girl-pic.jpg) no-repeat 75% center;
  }
  .home-slogan-wrap p {
    font-size:20px;
  }
  .home-slogan-wrap .grid-parent {
    line-height:250px;
  	height:250px;
  }
  
  .page-contact-wrap {
     /*background:url(../images/bg-white-diagonal-full.png) no-repeat center top; */
  	position:absolute;
    width:100%;
    right:0;
  }
  
  .personnel-list {
    margin:10px 0 50px;
  }
  .personnel .main-content h1 {
		margin-left:265px;
	}
	.personnel-list .personnel-group {
		margin:0 20px 0 0;
		border-top:1px solid #e5e5e5;
	}
	.personnel-list .personnel-group:first-child .personnel-group-title {
		margin-top:20px;
	}
	.personnel-list .personnel-group:first-child .personnel-wrap {
		padding-top:20px;
	}
  .personnel-list .personnel-group-title {
  	float:left;
		width:120px;
		margin:47px 0 0 0;
		text-align:right;
  }
	.personnel-list .personnel-group .group-name {
    margin:0 0 5px;
	}
	.personnel-list .personnel-wrap {
		border-left:1px solid #e5e5e5;
		border-top:0 none;
		margin-left:145px;
		padding:50px 0 0 20px;
	}
	.personnel-list .personnel-item {
		display:inline-block;
		*display:inline;
		*zoom:1;
		vertical-align:top;
		width:48%;
		color:#31316d;
		margin:0 0 50px;
	}

}

@media only screen and (min-width: 1024px) {
  
  .home .white-block {
    margin-top:-100px;
  }
  .home-slogan-wrap p {
    max-width:inherit;
  	width:470px;
  }
  
  .header-wrap {
  	background:url(../images/bg-header.png) no-repeat center top;
  }
  .logo {
    margin-top:42px;
  }
  
	.main-menu-wrap .menu-button {
		display:none;
	}
	.main-menu {
		display:block;
		background:none;
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		width:auto;
	}
	.main-menu > li {
		float:left;
		margin:0;
	}
	.main-menu > li > a {
		font-size:14px;
		padding:22px 11px;
    *position:relative;
	}
	.main-menu > li:hover > a {
		background:url(../images/bg-menu-hover.png) no-repeat left top;
	}
	.main-menu > li:hover ul {
		display:block;
	}
  
  .personnel .main-content h1 {
		margin-left:360px;
	}
	.personnel-list .personnel-group {
		margin:0 40px 0 0;
	}
	.personnel-list .personnel-group .group-name {
	}
  .personnel-list .personnel-group-title {
		width:185px;
  }
	.personnel-list .personnel-wrap {
		margin-left:210px;
		padding:50px 0 0 50px;
	}
  
}

@media only screen and (min-width: 1200px) {

  .home-slogan-wrap {
    background:#00b040 url(../images/bg-girl-pic.jpg) no-repeat center top;
  }
  .main-menu > li > a {
		padding:22px 15px;
	}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-center{
	text-align:center;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* custom */

#etoNotice {
  display: none;
}

.mainmenu-block-container {
  width: 295px; 
  height: 270px;
  float: left; 
  margin: 0px 15px 30px 0;
  padding-top: 40px;
  border: 2px solid #fff;
  overflow: hidden;
}

/*
.mainmenu-block-container:hover {
  border: 2px solid #00a3e3;
}
*/

/* avalehe blokkide disain */

.index-block-container {
  width: 340px; 
  float: left; 
  margin: 0 30px 30px 0;
}

.index-block-header:before {
    margin-top: -2px;
    content:"";
    position:absolute;
    top:0;
    left:-60px;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-right: 60px solid #00a3e3;
}
.index-block-header {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;  
    background: #fff;
    height: 40px;
    width: 262px;
    position:relative;
    float:left;
    text-align: left;
    padding: 10px;
    margin-left: 60px;
    margin-bottom: -2px;
    color: #00a3e3;
}

.index-block-content-container {
    width: 320px;
    height: 240px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;  
    border-bottom: 2px solid transparent;
    background: #fff;
    clear: both;
    padding: 10px;
}

.index-block-container:hover > .index-block-header {
    border-top: 2px solid #00a3e3;    
    border-right: 2px solid #00a3e3;   
}

.index-block-container:hover > .index-block-content-container {
    border-left: 2px solid #00a3e3;    
    border-right: 2px solid #00a3e3;   
    border-bottom: 2px solid #00a3e3;
}

.index-block-content {
  height: 240px;
  position: relative;
  overflow: hidden;
}

/* footer separator */

.footer-contacts-separator {
  color: #00a3e3 !important;
}


#search {
  display: none; 
}

img.border1 {
  border: 1px solid #bbb;
}

img.border2 {
  border: 2px solid #bbb;
}

.index-block-header a, .index-block-header a:visited {
  color: #00a3e3;
}

#lang a {
  float: right;
  display: none;
  border: 1px solid #fff;
  border-top: 0;
  width: 100px;
  text-align: center;
  padding: 1px 1px 3px 1px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #31316D;
}

#lang a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#blue-block-extra {
  background: #fafafa;
  padding: 10px;
  margin-right: 30px;
  display: none;
}

.move-to-side { display: none; }

.article-item .article-content ol li{
        font-size:16px;
        line-height:160%;
}

# content kahte veergu

.subwrapcol {
  width: 100%;
  clear: both;
  padding: 1ex 0;
  border: 1px solid #f00;
}
.sub2col, .sub3col, .sub4col {
  float: left;
  margin-right: 3%;
  min-height: 1px;
}

.sub2col { width: 48%; }
.sub3col { width: 31%; }
.sub4col { width: 22.5%; }
.sublastcol { margin-right: 0px; } 

#looduskaamerad-konteiner .sub3col { height: 240px; }

#eenet_logo_top { 
  width: 235px;
  margin-top: -30px;
  margin-left: -30px;
}

table.table-borderline th {
  background: #00a3e3;
  color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
}

table.table-borderline td {
  border: 1px solid #aaa;
}

table.table-padding-10 td {
  padding: 10px;
}
