/* This file will hold the main styles for your website. */

/* FONTS AND PURE HTML STYLES
--------------------------------------------------------------------------*/
html {
  font-size: 62.5% !important;

}

body {
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	font-family: Arial !important;
	color: #4a4a4a;
	line-height: 1.5 !important;

}


@font-face {
    font-family: 'robotothin';
    src: url('../font/roboto-thin-webfont.eot');
    src: url('../font/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-thin-webfont.woff') format('woff'),
         url('../font/roboto-thin-webfont.ttf') format('truetype'),
         url('../font/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular-webfont.woff') format('woff'),
         url('../font/roboto-regular-webfont.ttf') format('truetype'),
         url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold-webfont.eot');
    src: url('../font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold-webfont.woff') format('woff'),
         url('../font/roboto-bold-webfont.ttf') format('truetype'),
         url('../font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-webfont.eot');
    src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-light-webfont.woff') format('woff'),
         url('../font/roboto-light-webfont.ttf') format('truetype'),
         url('../font/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../font/roboto-medium-webfont.eot');
    src: url('../font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-medium-webfont.woff') format('woff'),
         url('../font/roboto-medium-webfont.ttf') format('truetype'),
         url('../font/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../font/robotocondensed-bold-webfont.eot');
    src: url('../font/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-bold-webfont.woff') format('woff'),
         url('../font/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('../font/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'robotoregular', Arial, sans-serif;
	color: #333333;
	font-weight: 300;
	letter-spacing: -0.1px;
	line-height: 1.25 !important;
  margin-bottom: 0.25em;
  margin-top: 1.5em;

}

h1 {
	font-size: 40px;
  margin-top: 0.5em;
  padding-bottom: 15px;

}

h2 {
	font-size: 30px;
  margin-top: 0.53em;


}

h3 {
	font-size: 28px;
  margin-top: 1em;

}

h4 {
	font-size: 16px;
  font-family: 'robotobold';
}

h4 a {
  color: #000 !important;
  text-decoration: none !important;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;

}

blockquote {
  border-left: 7px solid #34495e;
  padding-left: 20px;
}

.special-heading {
  border-bottom: 1px solid #F8F8F8;
  color: #AEAEAE;
  font-family: "georgia",helvetica,arial;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: lighter;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;

}

img, embed, object, video {
    height: auto;
    max-width: 100% !important;
    border-radius: 2px;
 }

 a:link, a {
  color: #d24130;

}

a.visited {
  color: #d24130 !important;
}

a:hover {
  color: #e45d4d;
}

p {
  margin: 0 0 9px;
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
}

hr {
  background: none repeat scroll 0 0 #EEEEEE;
  border: medium none;
  height: 1px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

ul ul, ol ol {
  padding-left: 15px;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
  background: transparent !important;
}

.node ol, .node ul {
  padding-left: 2em;
}

.node-links ul li a,
.comment-links ul li a {
  background: #00A0EE;
  background-image: none;
  font-size: 13px;
  color: #fff;
  border: none;
  text-shadow: none;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;

}

.node-links ul li a:hover,
.comment-links ul li a:hover  {
  background-color: #00a7f8;
  background-image: none;
  color: #fff;
    border-radius: 0;

}

/*SIDEBAR HEADING STYLE*/

h2.block-title {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 400;
	padding-bottom: 10px;
}

#zone-content .block {
	padding-bottom: 20px;
}

.region-sidebar-first ul .contextual-links-wrapper,
.region-sidebar-last ul .contextual-links-wrapper {
	padding-left: 0px !important;
}

.item-list ul li {
	margin: 4px !important;
}

ul.menu {
	margin-left: 0px !important;
}

ul.menu li {
	margin: 0px !important;
}

.region-sidebar-first ul li.collapsed,
.region-sidebar-first ul li.leaf,
.region-sidebar-last ul li.collapsed,
.region-sidebar-last ul li.leaf {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}

.region-sidebar-first ul.menu,
.region-sidebar-last ul.menu  {
	margin-left: 0px;
}

#block-system-navigation .contextual-links-wrapper {
	padding-left: 0px !important;
}

#block-block-3 .block-inner .content {
  padding: 0;
}

.login {
  float: left;
  width: 45px;
  border-right: 1px solid #d6d6d6;
}

.register {
  float: left;
  width: 100px;
}


.register {
  background-color: #000;
  padding: 12px 5px;
  padding-left: 13px;
  background-image: url(../images/register.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

.register a {
  color: #fff;
  margin-left: 23px;
  text-decoration: none;
}

.register a:hover {
    text-decoration: underline;

}

.login {
  padding: 12px 5px 12px 13px;
}

.login a {
  color: #000;
  text-decoration: none;
  font-family: "robotomedium",helvetica;
}
.views-field-title{
padding-bottom: 15px;
}

.views-field-title a {
    color: #333333;
    font-size: 16px;
    font-family: "robotomedium";
    text-decoration:none;

}

.views-field-title a:hover {
  color: #d24130;
}

.views-field-title-1 a {
    color: #d24130;

}

.views-slideshow-cycle-main-frame-row-item .views-field-title a {
  font-size: 20px;
  font-family: 'georgia',helvetica;
  color: #000;
  text-decoration: none;
  font-style: italic;
}

.views-field-field-date {
  color: #595959;
  font-size: 12px;
  padding-bottom: 10px;
}

.views-field-field-banner-image {
  float: left;
  padding-right: 15px;

}

.views-field-view-node {
  float: right;
}

.views-field-view-node a {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  height: 31px;
  text-decoration: none;
  width: 114px;
  padding-top: 5px;
  padding-left: 10px;
}

#region-preface-third h2.block-title {
  text-align: center;
  font-family: georgia;
  text-transform: none;
  font-size: 20px;
  font-style: italic;
}

#region-preface-third .block {
  border-bottom: 1px solid #e6e6e6;

}

#block-views-headline-news-block .block-inner .content {
  padding: 0;
}

#block-views-headline-news-block {
  margin-bottom: 40px;
}

.views-field-field-thumbnail {
  text-align: center;
  padding-top: 10px;
}

.views-field-field-thumbnail img {
  border-radius: 54px;
}

.view-id-featured .views-row {
  padding-bottom: 15px;
}


/* teaser
-------------------------------------------------------------------------*/
.view-id-pages .views-row {
  float: left;
  width: 32%;
  background-image: url("../images/stripe.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  padding-top: 23px;
  position: relative;
  margin-right: 13px;
  margin-bottom: 20px;
  min-height: 105px;


}

.view-id-pages .field-name-field-thumbnail-front {
  float: left;
  position: absolute;
  top: 0;
}

.view-id-pages .views-row-odd {
    margin-right: 15px !important;
    position: relative;

}

.view-id-pages .node-readmore {
  margin-left: 116px;
  position: absolute;
  right: 0;
  top: 74px;

}


.view-id-pages  .node-title {
  font-size: 16px;
  margin-left: 116px;
  position: absolute;
  top: 0;
}

.view-id-pages  .node-title a {
  text-decoration: none;
  color: #4a4a4a;
}

.view-id-pages  .node-title a:hover {
  color: #d24130;
}

#block-views-archive-block .block-inner .content {
  padding: 0;
}

#region-sidebar-second h2.block-title {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

#region-sidebar-second h2.block-title a {
  text-decoration: none;
}

#region-sidebar-second .item-list ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  padding-top: 3px;

}

#region-sidebar-second ul li a {
  text-decoration: none;
  color: #1b1b1b;
}

#region-sidebar-second ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  padding-top: 6px;
}


#region-sidebar-second ul li.leaf {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

#region-sidebar-second ul li a:hover {
  color: #d24130;
}

#region-sidebar-second li a {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

.view-vuk-archive .views-row,
.view-id-clone_of_book_pages .views-row {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.view-vuk-archive .views-row a,
.view-id-clone_of_book_pages .views-row a {
  text-decoration: none;
  font-size: 14px;
  color: #4a4a4a;
}

.view-id-clone_of_book_pages .views-row a:hover {
  color: #d24130;
}

.view-display-id-attachment_1 {
    z-index: 9999 !important;
    height: 280px;

}

.view-display-id-attachment_1 .views-row {
  width: 25% !important;
  float: left;
}

.view-display-id-attachment_1 .views-field-field-thumbnail-front {
  float: none;
  padding: 0;
  padding: 15px 0;
}

.view-display-id-attachment_1 .views-field-field-thumbnail-front img {
  border: 10px solid #f8f8f8;
  border-radius: 0;
}

.view-display-id-attachment_1 .views-field-title {
  padding-bottom: 0;
  min-height: 51px;

}

.view-display-id-attachment_1 .views-field-title a {
  text-decoration: none;
  color: #4a4a4a;
  font-family: "robotobold";
  font-size: 16px;
}

.view-display-id-attachment_1 .views-field-title a:hover {
  color: #d24130;
}

.view-id-latest_news {
  padding-top: 25px;
}

.view-display-id-attachment_1 .views-field-body {
  border-bottom: 3px solid #1b1b1b;
    margin-bottom: 15px;
    margin-right: 20px;
    min-height: 175px;
    padding-bottom: 20px;
}

.page-latest-news h2.node-title a {
  text-decoration: none;
  color: #4a4a4a;
  font-family: "robotobold";
  font-size: 16px;
}

.page-latest-news h2.node-title a:hover {
  color: #4a4a4a;
}

.page-latest-news .views-row {
  width: 100%;
}

.page-latest-news .views-field-body {
  padding-right: 25px;
}

.page-latest-news .views-field-title {
  padding-right: 12px;
}


.view-id-vuk_archive .views-field-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-id-vuk_archive .views-field-title a {
  color: #4a4a4a;
  font-size: 16px;
}

.view-id-vuk_archive .views-field-title a:hover {
  color: #d24130;
}

.social-buttons ul li {
  list-style: none;
}

.view-latest-news .views-field-title a {
    font-family: 'robotobold';
    font-size: 14px;
    color: #d24130;
    text-decoration: none;
}

.view-latest-news .attachment .views-field-title a {
  color: #4a4a4a;
  font-size: 16px;
  font-family: 'robotobold';

}

.view-latest-news .attachment .views-field-title a:hover,
.view-latest-news .views-field-title a:hover {
      color: #d24130;
      text-decoration: underline;


}

/* Preface
-------------------------------------------------------------------------*/

#region-preface-first {
  background-color: #F8F8F8;
  text-align: center;

}

#region-preface-first .content {
  padding: 20px;
}

.block-views-featured-block h2.block-title {
  background-color: #00A0EE;
  padding: 10px;
  text-align: center;
  font-family: 'roboto_condensedbold';
  color: #fff;
  font-size: 25px;

}

#block-block-12 {
  width: 33%;
  float: left;

}

#block-views-translations-slideshow-block{
  width: 33%;
  float: right;

}

#block-views-translations-slideshow-block-1{
}

/* Countdown block. */
#region-preface-first #block-views-b038dac46f203fa4c017cc96830490f6 h2.block-title {
  background-color: #00A0EE;
  color: #fff;
  font-family: 'roboto_condensedbold';
  font-size: 25px;
  padding: 10px;
  text-align: center;
}
#region-preface-first #block-views-b038dac46f203fa4c017cc96830490f6 .countdown-clock {
  justify-content: center;
}

/* TOP ZONE
-------------------------------------------------------------------------*/

#zone-user-wrapper {
  height: 45px;
  margin-bottom: 5px;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid #d6d6d6;
}

#zone-branding-wrapper {
  border-bottom: 4px solid #00A0EE;
}

.book-navigation {
  display: none;
}

#block-block-4 {
  position: absolute;
  right: 0;
  top: -12px;
}

#block-block-3 {
  float: left;
}

#block-block-5 {
  float: left;
  padding-top: 13px;
  padding-left: 15px;
}

#block-block-5 .block-inner .content {
  padding: 0;
}
#block-block-5 .content {
  color: #1e1e1e;
  font-family: georgia;
  font-size: 14px;
  font-style: italic;
}

#block-block-5 a {
  color: #d43425;
  font-weight: bold;
  text-decoration: none;
}

#block-block-6 {
  float: left;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 9999;
}

.view-front-articles .views-field-title a {
  font-family: 'georgia';
  font-style: italic;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  line-height: 25px;
  padding-top: 20px;
}

.views-field-field-thumbnail-front {
  float: left;
  padding-right: 20px;
}

#block-views-front-articles-block .block-inner .content {
  padding: 0;
}

.node-teaser .field-name-field-category {
  padding-left: 117px;
    padding-top: 48px;
}

/* MOBILE MENU -------------------------------------------------------------------------*/

#sidr-0-button {
  background-image: url(../images/menu.png);
  width: 43px;
  height: 36px;
  float: left;
  overflow: hidden;
  line-height: 300px;
  margin-top: 6px;

}

#edit-message {
  min-height: 150px;
}


/* LOGO -------------------------------------------------------------------------*/

#block-delta-blocks-logo {
  text-align: center;
}

#block-delta-blocks-logo .content {
	padding: 10px;
}

#zone-branding{
  padding: 20px 0 25px;
}

#zone-branding .content{
  padding: 0 !important;
}

#zone-branding .branding-data{
  float: left;
  width: 85%;
}

/* ***! PLEASE SPECIFY THE LOGO DIMENSIONS BELOW, THIS IS NECESSARY FOR FULL RESPONSIVENESS - OR JUST REMOVE THE DIMENSIONS IF YOU DO NOT REQUIRE IT!!*** */

.logo-img {
	padding: 0;
  float: none;
}

/* PRIMARY LINKS -------------------------------------------------------------------------*/
#block-system-main-menu{
  height: 31px;
}

#block-system-main-menu .menu {
  display: inline-block;
  float: left;
}

#block-system-main-menu {
  display: inline-block;
  float: left;


}

#block-system-main-menu {
	height: auto !important;
  padding-bottom: 12px;
  padding-top: 13px;
  width: 100%;
}


#block-system-main-menu .content {
	display: inline;
	left: 0;
	position: relative !important;
  padding: 0px;
	top: 4px;
}


#block-system-main-menu ul li a:hover {
	color: #1bb3fd !important;
}

#block-system-main-menu ul li a.active{
  color: #00A0EE !important;
}

#region-user-first {
}


#block-system-main-menu .block-inner .clearfix:after {
  clear: none !important;
}

/* DISABLED DEFAULT MENU REGION --------------------------------------------------------------------------*/
#main-menu {
	display: none;
}



/* CONTENT ZONE
---------------------------------------------------------------------------*/

#zone-content-wrapper {
  background-color: #fff;

}

.front .zone-content {
  display: none;
}

#zone-content {
	background-color: #fff;
}

#zone-content .region-inner {
	padding: 10px;
}

.content {
	padding: 3%;
}

#block-system-main .content {
	padding: 0 0 20px !important;
}

.field-name-field-tags a {
	display: inline;
	float: left;
	padding: 5px;
	font-size: 12px;
	padding-right: 3px;

}

/* LOGIN */

#region-user-second {
	float: right;
	display: block;
	position: relative;
	right: 0;
}

.popup-element {
	width: 75px;
}


#block-user-login {
	position: absolute;
	right: 0;
	top: 9px;
	width: 24%;
}

#block-user-login .content{
	float: right;
  color: #000;
}

.node-book .field-name-field-thumbnail-front {
  float: left;
  padding-right: 20px;

}

.breadcrumb a {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 13px;
}

.book-navigation {
  padding-bottom: 30px;
  padding-top: 25px;
}

.book-navigation a {
  font-size: 14px;
  text-decoration: none;
}
.book-navigation ul li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  line-height: 38px;
  font-size: 13px;
  border-bottom: 1px solid #f8f8f8;
  text-decoration: none;
}

.book-navigation ul li a {
  color: #4a4a4a;
}


.book-navigation ul li a:hover {
  color: #DE4130;
}

.book-navigation .menu {
  padding-left: 0;
}

.field-name-field-category {
  padding-top: 20px;
}

.field-name-field-category a {
  color: #6b6b6b;
  background-color: #f8f8f8;
  padding: 7px;
  border-radius: 2px;
  text-decoration: none;

}

.node-book img {
  padding: 10px;
}

/* LOGGED IN - EDIT TABS + LINKS
--------------------------------------------------------------------------*/

.navigation a {
	color: #b9b9b9;
	font-weight: 100;
}

.navigation {
	float: right;
	position: absolute;
	right: 0;
	top: -33px;
}

ul.menu {
	margin-left: 10px;
}

ul.primary {
	border-bottom: none;
	float: right;
}

ul.primary li a {
	background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #f1f1f1);
    border: 1px solid #E1E1E1;
    color: #666666;
    text-shadow: 1px 1px #fff;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0px;
    border-radius: 2px;
}

ul.primary li.active a {
	 background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #f1f1f1);
    border: 1px solid #E1E1E1;
    color: #666666;
    text-shadow: 1px 1px #fff;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
}

ul.primary li a:hover {
	background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #f0f0f0, #F8F8F8);
    border: 1px solid #e9e9e9;
    color: #414141;
    text-shadow: 1px 1px #fff;
}



/* FORMS & BUTTONS
--------------------------------------------------------------------------*/

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	 -moz-box-sizing: border-box;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    font-family: helvetica;
    font-size: 13px;
    height: 2.5em;
    outline: 0 none;
    padding: 2px 9px;
    width: 100%;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #1b1b1b;
  *background-color: #1b1b1b;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  *border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 15px;
}


.submitted {
	padding-bottom: 15px;
	font-size: 12px;
	color: #b9b9b9;
}

.form-actions input:hover {
   background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#block-search-form {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 145px;
    left: 118px;
    opacity: 0.91;
    position: absolute;
    top: -5px;
    width: 90%;
    z-index: 100;
}


#block-search-form .search-form {
    position: relative;
    width: 100%;
    margin-top: 3.3em;
}

#block-search-form .custom-search-box {

    -moz-box-sizing: border-box;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #333333;
    font-family: "robotoregular";
    font-size: 32px;
    height: 1.5em;
    outline: 0 none;
    padding: 2px 9px;
    width: 85%;
    margin-right: 5px;
    float: left;
}

#block-search-form .form-actions .form-submit {

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #000000;
    border-radius: 0;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 2.4em;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 1px 1px #000000;
    vertical-align: middle;
}

.search-results .title {
  font-size: 18px;
}

.search-results .title a {
  color: #d43e2f;
  text-decoration: none;

}

.search-snippet-info {
  padding-left: 0 !important;
}

.quick-links-top a {
  background-image: url(../images/arrow-right.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #d24130;

}
 .quick-links-a {
  list-style: none;list-style-image: none;
  border-bottom: 1px solid #eee;
  padding-top: 13px;
  padding-bottom: 13px;

 }

 .view-front-articles .views-field-view-node {
  background-image: none !important;

 }
 .read-more-front-articles a {
  color: #d43e2f;
  font-family: 'robotomedium';
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 20px;
  font-style: normal;
}

.view-front-articles .views-row {
  background-image: url(../images/stripe.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-top: 23px;
  padding-bottom: 5px;
}

.view-front-articles .views-row-last {
  background-image: none;
  border: none;
}

.view-front-articles .views-row-first {
  padding-top: 0px !important;
}

.read-more-front-articles {
 margin-bottom: 10px;
 padding-bottom: 10px;
 padding-top: 10px;
}

#block-block-10 .block-inner .content {
  padding: 0;
}

#region-preface-third .block  {
  padding-bottom: 25px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 20px;
}

#lang-dropdown-select-language {
  width: 100% !important;
}

.copyright-vuk {
  font-family: 'robotomedium';
  font-size: 16px;
  font-style: normal;
  padding-top: 10px;

}

/*******************************************
* 2.1.1. Region user first
*******************************************/
#region-user-first {
  /* LTR */ }

/* User menu */
.block-menu-user-menu .content {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .block-menu-user-menu .content ul.menu {
    list-style: none;
    margin-top: 2px;
    position: relative;
    left: 50%;
    text-align: center; }
    .block-menu-user-menu .content ul.menu li {
      display: block;
      float: left;
      /* LTR */
      font-size: 0.9em;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-bottom: 3px;
      position: relative;
      right: 50%; }
      .block-menu-user-menu .content ul.menu li a {
        display: block;
        color: white;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        padding: 5px 6px;
        text-decoration: none; }
        .block-menu-user-menu .content ul.menu li a.active {
          text-decoration: underline; }
        .block-menu-user-menu .content ul.menu li a.active:hover, .block-menu-user-menu .content ul.menu li a:hover {
          color: white;
          text-decoration: underline; }


#region-sidebar-second {
  background-color: #f8f8f8;
}

ul.quicktabs-tabs.quicktabs-style-sky li.active a, ul.quicktabs-tabs.quicktabs-style-sky li.active a:visited {
  background-color: #ededed;
  background-image: none;
  border-color: #eee;
  color: #4a4a4a;
  line-height: 3em;
  font-style: normal;
}

.quicktabs-tabs li a {
  font-size: 14px;
  padding: 8px;
  text-transform: uppercase;
}

ul.quicktabs-tabs.quicktabs-style-sky li a, ul.quicktabs-tabs.quicktabs-style-sky li a:visited {
  background: none;
}
.caption.right.image-left{
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
    width: 280px;
    font-size: 10px;
    font-style: italic;

}
.caption.left.image-left{
    float: left;
    height: 300px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
    width: 280px;
    font-size: 10px;
    font-style: italic;
}

/**********************************************
* 2.3. Zone menu
**********************************************/
/**
* Navigation
*/
.menu-toggle {
background: #4a4a4a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  clip: inherit;
  display: none;
  height: 32px;
  margin: 0;
  padding: 0;
  position: relative;
  left: 10px;
  border: none;
  /* LTR */
  top: 3px;
  width: 38px; }
  .menu-toggle:hover {
    background: #5e5e5e; }
  .menu-toggle .toggle-help {
    color: #d0d0d0;
    font-family: "verdana", sans-serif;
    font-size: 1.1em;
    text-shadow: none;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0;
    position: absolute;
    text-transform: uppercase;
    left: 45px;
    /* LTR */
    top: 5px; }
  .menu-toggle .line {
    border-bottom: 2px solid #CCC;
    display: block;
    margin: 4px auto 4px auto;
    width: 26px; }
  .menu-toggle .first-line {
    padding-top: 4px; }
  .menu-toggle .last-line {
    padding-bottom: 0; }

.navigation {
  background: #444444;
  display: none;
  padding-bottom: 10px;
  /* Main menu */
  /* Secondary menu */ }
  .navigation h2 {
    color: #999;
    font-family: "verdana", sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0; }
  .navigation .primary-menu,
  .navigation .second-menu {
    display: block;
    font-size: 1em;
    margin: 0 10px;
    padding: 10px 0 0 0; }
    .navigation .primary-menu ul,
    .navigation .second-menu ul {
   margin: 0; }
   .navigation .primary-menu ul li,
   .navigation .second-menu ul li {
     display: inline-block;
     margin: 0 0 7px 0;
     padding: 0;
     width: 100%; }
     .navigation .primary-menu ul li a,
     .navigation .second-menu ul li a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 12px 16px;
    text-decoration: none; }
    .navigation .primary-menu ul li a:hover,
    .navigation .second-menu ul li a:hover {
      text-decoration: none; }
  .navigation .primary-menu ul li a {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    color: #888888;
    text-transform: capitalize; }
    .navigation .primary-menu ul li a.active, .navigation .primary-menu ul li a:hover {
   background-color: white; }
    .navigation .primary-menu ul li a.active {
   color: black; }
    .navigation .primary-menu ul li a:hover {
   color: #999999; }
  .navigation .second-menu {
    clear: left; }
    .navigation .second-menu ul li a {
   background-color: #eeeeee;
   border: 1px solid #cccccc;
   color: #888888;
   padding: 12px 18px;
   text-transform: capitalize; }
   .navigation .second-menu ul li a.active, .navigation .second-menu ul li a:hover {
     background-color: white; }
   .navigation .second-menu ul li a.active {
     color: black; }
   .navigation .second-menu ul li a:hover {
     color: #999999; }

.zone-menu .block-menu {
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 10px 0 0 0; }
  .zone-menu .block-menu ul.menu li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 0 7px 0;
    padding: 0;
   }
    .zone-menu .block-menu ul.menu li a {
   background-color: transparent;
   border-right: 1px solid #ededed;
   color: #000;
   text-decoration: none;
   text-transform: capitalize;
   text-shadow: none;
   font-size: 16px;
   font-family: 'robotoregular',helvetica;
}

   .zone-menu .block-menu ul.menu li a.active, .zone-menu .block-menu ul.menu li a:hover {
     }
   .zone-menu .block-menu ul.menu li a.active {
     color: black; }
   .zone-menu .block-menu ul.menu li a:hover {
     color: #999999;
     text-decoration: none; }

#zone-menu-wrapper {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;

}

#block-system-main-menu ul li > a {
  text-align: left;
  color: #000;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "robotoregular";
  position:relative;

}
html.js #block-system-main-menu ul li > a {
  padding: 13px 25px;
}

#block-system-main-menu ul li > a.active,
#block-system-main-menu ul li > a:hover {
  border-bottom: 1px solid;
}


#block-system-main-menu .menu {
  display: table-cell !important;
  width: 100% !important;
}

#block-system-main-menu ul > li {
  display: table-cell !important;
  width: auto !important;
}

#block-system-main-menu ul li.leaf {
  text-align: center;
}


.pager li.first,
.pager li.first a,
{

}

.pager li {
  border-right: 0;
}

.pager li a {
  background: none;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  height: 35px;
  line-height: 34px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 35px;
  color: #919191;
  border-right: 0;
}

.pager li.pager-current {
  border-radius: 100px 100px 100px 100px;
  float: left;
  height: 35px;
  line-height: 34px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 35px;
  background: #919191 !important;

}

.pager {
  background: none;
  border: none;
  border-radius: 0;

}

.pager li a:hover {
  background-color: #919191 !important;
  color: #FFFFFF !important;
}

.pager li.pager-previous a,
.pager li.pager-next a,
.pager li.pager-last a {
  border: none;
  background: none;
  box-shadow: none;
}

.pager li.pager-previous a:hover,
.pager li.pager-next a:hover,
.pager li.pager-last a:hover {
  border: none;
  background: none;
  box-shadow: none;
}


#views_slideshow_cycle_div_headline_news-block_1 {
  text-align: left;
  width: 960px
}

/* Footer
---------------------------------------------------------------------------*/
#section-footer {
  background-color: #fafafa;
  padding-top: 15px;
  margin-top: 20px;
}

#block-block-11 {
  text-align: center;
  font-family: georgia;
  font-style: italic;
  font-size: 18px;
  color: #6a6a6a;

}

#block-block-11 a {
    color: #6a6a6a;
    text-decoration: none;

}


/* Responsive mobile style
---------------------------------------------------------------------------*/

.responsive-layout-mobile #block-block-4 {
  display: none;
}

.responsive-layout-mobile #block-block-3 {
  float: right;
}

.responsive-layout-mobile #sidr-0-button {
  top: -262px;
  position: absolute;
}

.responsive-layout-mobile #zone-user-wrapper {
  height: 55px;
}

.responsive-layout-mobile .register {
  padding: 18px 12px 16px 16px;
}

.responsive-layout-mobile .login {
  padding: 19px 13px 16px 20px;
}

.responsive-layout-mobile .views-field-field-banner-image {
  text-align: center;
  float: none;
  padding-bottom: 15px;
}

.responsive-layout-mobile #block-block-6 {
  display: none !important;
}

.responsive-layout-mobile .quick-links-a {
  border-top: 1px solid #eee;
}

.responsive-layout-mobile .view-id-pages .views-row {
  width: 100%;
}

.responsive-layout-mobile .views-field-field-banner-image {
  padding-bottom: 20px;
}

.responsive-layout-mobile #region-preface-third {
  width: 100%;
}


.responsive-layout-mobile .quick-links-top li {
  background-color: #D24130;
  width:100%;

}

.responsive-layout-mobile .quick-links-top li:hover {
  background-color: #e1412f;
}

.responsive-layout-mobile .quick-links-top li a {
  color: #fff;
  background-image: none;
}

.responsive-layout-mobile .views-slideshow-cycle-main-frame-row-item .views-field-view-node a {
  display: none;
}

.responsive-layout-mobile .view-display-id-attachment_1 .views-row{
  width: 100%;
}
/* MEDIA QUERIES
---------------------------------------------------------------------------*/

@media (max-width: 560px) {
	#zone-user-wrapper {

}

	.popup-element {
	display: none;
}

#block-system-main-menu {
  height: auto !important;
  width: 100%;
  padding-bottom: 20px;
  position: relative !important;

}



.menu-toggle {
	display: block;
}
#block-system-main-menu .menu {
  display: none;
  float: none;
  width: 100%;
  position: relative;
}

}

body.node-type-news-article-job h2.node-title {
	display: none;
}
