/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/** scripts/flameGallery.less **/

/**
* Text container
*/
#fg_textcontainer {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20001;
  min-width: 200px;
  min-height: 100px;
  background: #ffffff;
  /* .rounded-corners(5px); */
}
#fg_content {
  border: 1px solid #ffffff;
  padding: 10px;
  color: #000000;
  /* .rounded-corners(5px); */
}
#fg_closetextbutton {
  background: url('images/ico-fg-close.png') no-repeat left top;
  width: 20px;
  height: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
}
#fg_closetextbutton a {
  display: block;
  width: -20px;
  height: 21px;
  padding-left: 40px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}
/**
* Loader
*/
#fg_loader {
  position: absolute;
  z-index: 20002;
  background: url('images/ico-fg-loader.gif') no-repeat center center #ffffff;
  border: 1px solid #ffffff;
  padding: 3px 3px 3px 3px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/**
* background
*/
#fg_background {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20000;
  background: #000000;
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
}
/**
* Gallery
*/
#fg_photocontainer {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20001;
  background: #ffffff;
  /* .rounded-corners(5px); */
}
#fg_photocontainer .fg_inner {
  border: 1px solid #ffffff;
  padding: 10px;
  /* .rounded-corners(5px); */
}
#fg_imagetext {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  color: #000000;
}
#fg_closebutton {
  background: url('images/ico-fg-close.png') no-repeat left top;
  width: 20px;
  height: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
}
#fg_closebutton a {
  display: block;
  width: 20px;
  height: 21px;
  color: #ffffff;
  text-decoration: none;
}
#fg_closebutton a span {
  padding-left: 50px;
  line-height: 21px;
  display: block;
}
#fg_nextbutton {
  position: absolute;
  background: url('images/ico-fg-next.png') no-repeat left top;
  width: 80px;
  height: 29px;
}
#fg_nextbutton a {
  display: block;
  padding-right: 22px;
  text-align: right;
  line-height: 29px;
  color: #ffffff;
  text-decoration: none;
}
#fg_prevbutton {
  position: absolute;
  background: url('images/ico-fg-prev.png') no-repeat left top;
  width: 80px;
  height: 29px;
}
#fg_prevbutton a {
  display: block;
  padding-left: 22px;
  text-align: left;
  line-height: 29px;
  color: #ffffff;
  text-decoration: none;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('images/font/OpenSans-Regular-webfont.eot');
    src: url('images/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/OpenSans-Regular-webfont.woff') format('woff'),
         url('images/font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('images/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('images/font/OpenSans-Italic-webfont.eot');
    src: url('images/font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/OpenSans-Italic-webfont.woff') format('woff'),
         url('images/font/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('images/font/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('images/font/OpenSans-Bold-webfont.eot');
    src: url('images/font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/OpenSans-Bold-webfont.woff') format('woff'),
         url('images/font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('images/font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('images/font/OpenSans-BoldItalic-webfont.eot');
    src: url('images/font/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('images/font/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('images/font/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}/** scripts/style.less **/

body {
  font-family: open_sansregular;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  color: #000000;
}
td,
th,
input {
  font-family: open_sansregular;
  font-size: 20px;
  color: #000000;
}
.submit,
.button {
  cursor: pointer;
  cursor: hand;
}
.allowCookie {
  padding: 10px;
  text-align: center;
}
.allowCookie .close {
  padding-left: 10px;
  color: ##172677;
  cursor: pointer;
  cursor: hand;
}
#topWrapper {
  background: url(images/banner.jpg) no-repeat center top #172677;
}
#top {
  width: 1616px;
  margin: 0px auto;
  height: 638px;
  overflow: hidden;
}
#top .logo {
  height: 558px;
  overflow: hidden;
}
#top .logo img {
  margin: 166px auto;
  display: block;
}
#top .menuButton {
  display: none;
}
#top .menu {
  height: 80px;
  display: table;
  width: 100%;
}
#top .menu ul.menuItems {
  list-style: none;
  display: table-row;
}
#top .menu ul.menuItems li.menuItem {
  display: table-cell;
  font-size: 1.25em;
  border-bottom: 8px solid transparent;
  text-align: center;
}
#top .menu ul.menuItems li.menuItem a {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  display: block;
}
#top .menu ul.menuItems li.menuItem.active,
#top .menu ul.menuItems li.menuItem.hover {
  border-bottom: 8px solid #d7be92;
}
#top .menu ul.menuItems li.menuItem.active a.menuAnchor,
#top .menu ul.menuItems li.menuItem.hover a.menuAnchor {
  color: #d7be92;
}
#top .menu ul.submenu {
  display: none;
  position: absolute;
  background: #002786;
  z-index: 10000;
}
#top .menu ul.submenu.visible {
  display: block;
}
#top .menu ul.submenu li.submenuItem a {
  padding-left: 60px;
  padding-right: 60px;
  color: white;
  text-decoration: none;
}
#top .menu ul.submenu li.submenuItem.active a,
#top .menu ul.submenu li.submenuItem.hover a {
  color: #d7be92;
}
.contentWrapper.brown {
  background: #e1bf91;
}
.contentWrapper.brown.helpBox h2 {
  color: black;
}
.contentWrapper.brown.helpBox .buttonBox {
  font-weight: bold;
}
.contentWrapper.blue {
  background: #102a83;
  color: #d7be92;
}
.contentWrapper.lightblue {
  background: #c8cee4;
}
.content {
  width: 1616px;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.content h1 {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #102a83;
  xxtext-transform: uppercase;
}
.content h2 {
  font-size: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #102a83;
}
.content h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #102a83;
}
.content h4 {
  background: url(images/background-reference-bottom-line.jpg) no-repeat left bottom;
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.content p {
  line-height: 1.5em;
}
.content strong,
.content b {
  font-weight: bold;
}
.content ul {
  /* list-style-type: disc; */
  list-style: none;
  padding-left: 30px;
}
.content ul li {
  margin-top: 30px;
  line-height: 1.5em;
}
.content ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #102a83;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  font-size: 1.8em;
  line-height: 0.1em;
  width: 0.6em;
  /* Also needed for space (tweak if needed) */
  margin-left: -0.6em;
  /* Also needed for space (tweak if needed) */
  vertical-align: middle;
}
.content ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.content ol li {
  margin-top: 30px;
}
.content .center {
  text-align: center;
}
.content .left {
  text-align: left;
}
.content .pageText {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content .buttonBox {
  width: 420px;
  float: left;
  border: 7px solid white;
  text-align: center;
  margin-left: 150px;
}
.content .buttonBox:first-of-type {
  margin-left: 0px;
}
.content .buttonBox a {
  display: block;
  line-height: 125px;
  color: black;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.content .column2 {
  width: 50%;
  float: left;
}
.content .references .reference {
  width: 33%;
  width: calc(33% - 54px);
  margin-left: calc(80px);
  display: inline-block;
  height: 415px;
  vertical-align: top;
  text-align: center;
  /* border-bottom: 5px solid #d7be92; */
  background: url(images/background-reference-bottom-line.jpg) no-repeat center bottom;
}
.content .references .reference.first {
  margin-left: 0px;
}
.content .references .reference .title {
  color: #102a83;
  font-size: 1.5em;
}
.content .references .reference .text {
  color: #000000;
  font-size: 1.1em;
}
.content .references .reference .norms {
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 25px;
}
.content .loadMoreTarget {
  overflow: visible;
  margin-top: 40px;
  clear: both;
}
.content .loadMore {
  background: #d7be92;
  color: #000000;
  font-size: 1.1em;
  text-decoration: none;
  padding: 40px 100px;
  display: inline-block;
}
.content .navigation {
  text-align: center;
  margin-top: 40px;
}
.content .navigation a {
  text-decoration: none;
  color: #000000;
}
.content .navigation a.active,
.content .navigation a:hover {
  color: #d7be92;
  font-weight: bold;
}
.content .panelThird {
  width: 33%;
  width: calc(33% - 55px);
  float: left;
  margin-left: calc(80px);
}
.content .panelThird:first-of-type {
  margin-left: 0;
}
.content .titlenumber {
  background: url(images/background-circle.png) no-repeat center center;
  width: 92px;
  height: 92px;
  margin: 0px auto;
  text-align: center;
  line-height: 92px;
  font-size: 2em;
  color: #102a83;
}
.content table.oblasti {
  margin: 0px auto;
}
.content table.oblasti th {
  background: #d7be92;
  border: 1px solid #102a83;
  padding: 5px;
  font-size: 0.7em;
}
.content table.oblasti td {
  border: 1px solid #102a83;
  padding: 5px;
  font-size: 0.7em;
}
.formTable .inputControl .description {
  padding-top: 25px;
  padding-bottom: 25px;
}
.formTable .inputControl .input input {
  width: 100%;
  padding: 10px;
  height: 60px;
  font-size: 30px;
}
.formTable .inputControl .textarea textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: vertical;
  font-size: 30px;
}
.formTable .inputImage {
  margin-top: 20px;
  text-align: center;
}
.formTable .inputImage img {
  vertical-align: middle;
}
.formTable .inputImage a {
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
.formTable .inputSubmit {
  text-align: center;
  margin-top: 40px;
}
.formTable .inputSubmit .submit {
  background: #d7be92;
  border: 0px;
  color: #102a83;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1em;
  font-weight: bold;
}
.formTable .inputSubmit .submit:hover {
  opacity: 0.8;
}
.message {
  border: 1px solid white;
  color: white;
  padding: 10px;
}
.error {
  border: 1px solid red;
  color: red;
  padding: 10px;
}
#bottomWrapper {
  background: #7585bb;
}
#bottom {
  width: 1616px;
  margin: 0px auto;
  height: 50px;
  overflow: hidden;
}
#bottom .copyright {
  margin-top: 20px;
  font-size: 0.8em;
  float: left;
}
#bottom .bottomMenu {
  margin-top: 17px;
}
#bottom .bottomMenu ul {
  float: right;
  list-style: none;
  display: inline-block;
}
#bottom .bottomMenu ul li {
  display: inline-block;
  margin-right: 30px;
}
#bottom .bottomMenu a {
  color: #102a83;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
@media (max-width: 1616px) {
  #topWrapper {
    background-size: cover;
  }
  #top {
    width: 100%;
    height: 438px;
    height: calc(100vw * 0.39);
  }
  #top .logo {
    height: inherit;
  }
  #top .logo img {
    margin: 100px auto;
    margin-top: 9%;
    max-width: 50%;
  }
  #top .menu {
    background: #102a83;
    height: auto;
    display: none;
    position: absolute;
  }
  #top .menu.visible {
    display: block;
  }
  #top .menu ul.menuItems {
    display: block;
  }
  #top .menu ul.menuItems li.menuItem {
    display: block;
  }
  #top .menu ul.menuItems li.menuItem a {
    text-align: left;
    padding-left: calc(100vw * 0.1);
  }
  #top .menu ul.submenu {
    position: static;
    padding-left: calc(100vw * 0.05);
  }
  #top .menuButton {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
  }
  .content {
    width: 100%;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .buttonBox {
    width: inherit;
    float: none;
    margin: 0px;
    margin-bottom: 10px;
  }
  .content .column2 {
    float: none;
    width: auto;
  }
  .content .references .reference {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 20px;
    margin-left: 0px;
  }
  #bottom {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  #bottom .copyright {
    float: none;
  }
  #bottom .bottomMenu a {
    padding: 5px;
    display: inline-block;
  }
  #bottom .bottomMenu ul {
    float: none;
  }
}
