html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  min-width: 800px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

#main {
  background: #fff;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table,
ul.hmenu {
  font-size: 16px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

header,
footer,
article,
nav,
#hmenu-bg,
.sheet,
.hmenu a,
.vmenu a,
.slidenavigator > a,
.checkbox:before,
.radiobutton:before {
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header,
footer,
article,
nav,
#hmenu-bg,
.sheet,
.slidenavigator > a,
.checkbox:before,
.radiobutton:before {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif Caption";
  font-weight: 400;
  color: #000;
}

h1 {
  font-size: 56px;
  line-height: 72px;
  text-align: center;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.hNote h4{
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: 600;
  color: #444444;
}

a {
  color: #0B4B88;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 7px 0;
}

.sheet ul {
  margin: 20px 0;
}

ul.list li,
.sheet ul li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin: 9px 0;
  padding-left: 44px;
}

.select ul li {
  margin: 0;
  line-height: inherit;
  font-size: 16px;
}

ul.list li:before,
.sheet ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\E800";
  font-family: "awards";
  color: #31AF5E;
}

.select ul li:before {
  display: none;
}

form {
  padding: 0 !important;
  margin: 0 !important;
}

table.position {
  position: relative;
  width: 100%;
  table-layout: fixed;
}

img {
  max-width: 100%;
}

.header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: auto !important;
  background-size: cover;
  background-position: center;
  padding-top: 92px;
}

.homepage .header h1 {
  color: #fff;
}

.homepage .header:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 75, 136, 0.30);
  z-index: 1;
}

.homepage .header:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1;
}

.nav {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 92px;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 99;
  background: #fff;
  border-bottom: solid 1px #e4e4e5;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav .container {
  
}

.nav .logo {
  height: 94px;
}

.nav .logo a {
  display: inline-block;
  margin-top: 12px;
}

.nav .logo img {
  width: 160px;
}

.nav .menu {
  text-align: right;
}

.nav ul.hmenu {
  display: inline-block;
}

.nav ul.hmenu li {
  display: inline-block;
  margin-left: 34px;
}

.nav ul.hmenu li:first-child {
  margin-left: 0;
}

.nav ul.hmenu li a {
  display: inline-block;
  color: #000;
  padding: 11px 14px;
  font-weight: 600;
  text-decoration: none;
}

/*.nav ul.hmenu li a.active,*/
.nav ul.hmenu li a:hover {
  color: #1B64AA;
}

.nav ul.hmenu li a.registration,
.nav.fixed ul.hmenu li a.registration {
  background: #402c6c;
  color: #fff !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.nav ul.hmenu li a.registration:hover {
  background: #1B64AA
}

.header > .container,
.header > .container > .row {
  position: relative;
  height: 100%;
  z-index: 2;
}

.header > .container {
  margin-top: 137px;
}

.header .desc {
  max-width: 730px;
  font-size: 18px;
  line-height: 28px;
  margin: 13px auto 0;
  text-align: center;
  font-weight: bold;
}

.desktop .homepage .header .desc {
  color: #ddd;
}

.header .cta {
  text-align: center;
  margin: 38px 0;
}

.header .bottom, .header .text4 {
  font-size: 15px;
  margin-top: 23px;
  text-align: center;
}

.desktop .homepage .header .bottom {
  color: #ddd;
}

.header .bottom .text1, .header .bottom .text3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}

.header .bottom .text3{
  color: #fff;
}

.header .bottom .text2, .header .text4 {
  width:90%;
  margin: 1em auto 0em auto;
}

.header .bottom .text3 a {
  color: #fff;
}

.homepage .header {
  padding-top: 0;
  height: 100vh;
  color: #fff;
}

.homepage .nav {
  background: transparent;
  border-color: transparent;
}

.homepage .nav.scrolled {
  background: #fff;
  border-color: #e4e4e5;
}

.homepage .nav ul.hmenu li a {
  color: #fff;
}

.homepage .nav ul.hmenu li a.active,
.homepage .nav ul.hmenu li a:hover {
  color: #ddd;
}

.homepage .nav:not(.scrolled) ul.hmenu li a.registration {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.homepage .nav:not(.scrolled) ul.hmenu li a.registration:hover {
  color: #ddd !important;
}

.homepage .header > .container {
  margin-top: 0;
}

.nav.fixed {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  background: #fff !important;
  border-bottom: solid 1px #e4e4e5 !important;
  color: #000 !important;
}

.nav.fixed ul.hmenu li a,
.homepage .nav.scrolled ul.hmenu li a {
  color: #000;
}

.nav.fixed ul.hmenu li a.active,
.nav.fixed ul.hmenu li a:hover,
.homepage .nav.scrolled ul.hmenu li a.active,
.homepage .nav.scrolled ul.hmenu li a:hover {
  color: #1B64AA;
}

/* content */

.sheet {
  margin: 0 auto;
  position: relative;
  cursor: auto;
  z-index: auto !important;
}

.section {
  position: relative;
  padding-top: 144px;
}

.section .outer {
  max-width: 920px;
  margin: 0 auto;
}

.section.video {
  text-align: center;
  padding-top: 96px;
}

.section.video .desc {
  margin-top: 21px;
  line-height: 28px;
}

.section.video .in {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 730px;
  
/*  padding-top: 37%;*/
  background: #ddd;
  margin-top: 50px;
}

.section.video .fb-video {
  height: 411px;
/*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
*/
}

.section.video .yt-video {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.section.video .yt-video .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.section.video .yt-video .thumb:before {
  content: "\E808";
  font-family: "awards";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  line-height: 64px;
  text-indent: 4px;
  font-size: 27px;
  background: #fff;
  text-align: center;
  color: #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.section.video .yt-video:hover .thumb:before {
  box-shadow: 0 0 16px 4px rgba(255, 255, 255, 0.30);
}

.section.video .yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.categories .items {
  margin-top: 48px;
  display: inline-block;
  width: 100%;
}

.section.categories .item {
  display: inline-block;
  width: 33%;
  float: left;
  padding-left: 30px;
  padding: 15px;
  text-align: center;
}

.section.categories .item:first-child,
.section.categories .item:nth-child(3n+1) {
  padding-left: 0;
}

.section.categories .item:nth-child(3n)
{
  padding-right: 0;
}

.section.categories .item a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #0B4B88;
  border: solid 1px #E4E4E5;
  padding: 32px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.section.categories .item a:hover {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #1B64AA;
}

.section.news .item .image {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 66%;
  vertical-align: top;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section.news .item .image.square {
  background-size: auto 90%;
}

.section.news .item .image a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.section.news .item .image img {
  vertical-align: top;
  max-height: 233px;
}
*/

.section.news .item h3 {
  text-align: left;
  margin-top: 24px;
}

.section.news .item h3 a {
  text-decoration: none;
  color: #000;
}

.section.news .item h3 a:hover {
  color: #1B64AA;
}

.section.news .item .perex {
  margin-top: 6px;
}

.section.news .item .link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #0B4B88;
  margin-top: 16px;
}

.section.news .item .link:hover {
  text-decoration: none;
}

.section.news .slider .item {
  padding-left: 7px;
  padding-right: 7px;
}

.section.news .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.section.questions {
  padding-top: 146px;
}

.section.questions .outer {
  background: #F4F4F4;
  padding: 89px 95px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.section.questions h2,
.section.questions h3 {
  text-align: left;
}

.section.questions h3 {
  margin-bottom: 6px;
}

.section.questions .items {
  margin-top: 47px;
}

.section.questions .items .item {
  margin-top: 34px;
}

.section.questions .items .item:first-child {
  margin-top: 0;
}

.section.gallery .items {
  display: inline-block;
  width: 100%;
  margin-top: 48px;
}

.section.gallery .items .row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.section.gallery .items .item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.gallery .items .item a {
  display: inline-block;
  width: 100%;
  padding-top: 67%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}

.section.gallery .items .item img {
  float: left;
}

.section.gallery .slider .item {
  padding-left: 7px;
  padding-right: 7px;
}

.section.winners {
  text-align: center;
  line-height: 22px;
}

.section.winners .select {
  margin-top: 48px;
}

.section.winners .items {
  display: none;
  width: 100%;
  margin-top: 40px;
}

.section.winners .items.active {
  display: inline-block;
}

.section.winners .items .row {
  margin-top: -24px;
  margin-bottom: -24px;
}

.section.winners .items .item {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.winners .item .logo {
  width: 80%;
  margin: 0 auto;
  height: 56px;
  margin-bottom: 22px;
}

.section.winners .item .logo img {
  max-height: 56px;
  max-width: 162px;
  vertical-align: top;
}

.section.winners .item strong {
  display: block;
  margin-bottom: 6px;
}

.section.cta {
  position: relative;
  margin-top: 146px;
  padding: 145px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.section.cta:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 75, 136, 0.40);
  z-index: 1;
}

.section.cta:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.section.cta h2 {
  color: #fff;
}

.section.cta .container {
  position: relative;
  z-index: 2;
}

.section.cta .text {
  max-width: 730px;
  margin: 21px auto 0;
  color: #ddd;
}

.section.cta .btn {
  margin-top: 50px;
}

.section.cta .bottom {
  margin-top: 23px;
  font-size: 15px;
  line-height: 19px;
  color: #ddd;
}

.section.partners {
  text-align: center;
}

.section.partners .category {
  margin-top: 48px;
}

.section.partners > span {
  display: inline-block;
  margin-bottom: 16px;
}

.section.partners .category > span {
  display: block;
  font-size: 16px;
  font-family: "PT Serif Caption";
  line-height: 24px;
  color: #444;
  margin-bottom: 16px;
}

.section.partners .items {
  display: inline-block;
  width: 100%;
  margin-top: -12px;
  margin-bottom: -12px;
}

.section.partners .items .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.partners .items .item:first-child {
  margin-left: 0;
}

.section.partners .item .logo {
  height: 48px;
}

.section.partners .cat1 .item .logo {
  height: 64px;
}

.section.partners .item .logo img {
  max-height: 100%;
  width: auto;
  max-width: none;
}

.section.partners .bottom {
  margin-top: 64px;
}

.section.partners .bottom p:first-child {
  font-size: 16px;
  font-family: "PT Serif Caption";
  line-height: 24px;
  color: #444;
}

.page.categories .section.categories {
  padding-top: 79px;
  padding-bottom: 79px;
}

.page.categories .section.categories .items {
  margin-top: 0;
}

.section.jury {
  text-align: center;
}

.page.category .section.jury {
  padding-top: 82px;
}

.section.jury .desc {
  margin-top: 22px;
}

.section.jury .items {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.section.jury .row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.section.jury .item {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (min-width: 992px) {
  .section.jury .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.section.jury .slider .item {
  padding-left: 7px;
  padding-right: 7px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.section.jury .item.more {
  display: none;
  opacity: 0;
}

.section.jury .item .photo {
  padding-top: 100%;
  background-size: cover;
  background-position: center top;
  background-color: #E4E4E5;
}

.section.jury .item .content {
  padding: 17px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  /* border: solid 1px #E4E4E5; */
  border-top: none;
/*
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
*/
}

.section.jury .item h3 {
  margin-bottom: 7px;
}

.section.jury .item .position {
  color: #888;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}

.section.jury .cta {
  margin-top: 30px;
}

.page.judges .section.jury {
  padding-top: 79px;
}

.page.judges .section.jury .items {
  margin-top: 0;
}

.section.winner {
  padding-top: 33px;
  text-align: center;
}

.section.winner h2 {
  margin-bottom: 22px;
}

.section.winner .desc {
  max-width: 729px;
  margin: 0 auto;
}

.section.winner .winner,
.section.winner .winner_intro{
  max-width: 729px;
  margin: 70px auto 0;
}

.section.winner .winner_intro .winner_interview{
  width: 60%;
}

.section.winner .winner_intro .winner_interview iframe{
  max-width: 100%;
}

.section.winner .winner_intro .winner_desc{
  width: 40%;
  padding: 0 1rem;
}

.sheet .winner_desc ul{
  margin: 0;
}

.sheet .winner_desc li{
  font-size: 16px;
}

.sheet .winner_desc{
  text-align: left;
}

.winner_intro_heading{
  text-align: center;
  margin: 0 auto 3rem auto !important;
}


.section.winner .winner .photo {
  padding-top: 67%;
  background-size: cover;
  background-position: center;
  background-color: #E4E4E5;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.section.winner .winner .content {
  padding: 38px 38px 48px;
  border: solid 1px #E4E4E5;
  border-bottom: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.section.winner .winner .content .text {
  margin-bottom: 18px;
}

/* page registration */

.page.registration .section.content {
  padding-top: 136px;
}

.page.registration h1,
.page.registration h2 {
  text-align: left;
}

.page.registration .outer {
  padding: 80px 95px;
}

.page.registration .section.content .outer {
  padding-top: 0;
}

.page.registration .section.content h1 {
  margin-bottom: 54px;
}

.page.registration .section.content .list {
  margin-bottom: 82px;
}

.page.registration .section.content .rules {
  margin-top: 22px;
}

.page.registration .section.content .end {
  position: relative;
  font-size: 18px;
  padding-left: 51px;
  margin-top: 37px;
}

.page.registration .section.content .end:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\E801";
  font-family: "awards";
  font-size: 34px;
  color: #444;
}

.page.registration .section.form {
  padding-top: 0;
}

.page.registration .section.form .outer {
  background: #F4F4F4;
}

.page.registration .section.form form .category {
  display: none;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #ddd;
}

.page.registration .section.form form .info {
  font-size: 15px;
  font-style: italic;
  background: #fff;
  padding: 20px;
}

.page.registration.success .section.content {
  text-align: center;
}

.page.registration.success .section.content h1 {
  margin-bottom: 24px;
}

.page.registration.success .section.content p {
  font-size: 18px;
  margin: 9px 0;
}

.page.registration.success .section.content .icon {
  display: inline-block;
  width: 72px;
  font-size: 55px;
  line-height: 1em;
  text-indent: -5px;
  color: #31AF5E;
  margin-bottom: 24px;
}

/* others */

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.owl-carousel .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  margin: 0 2px;
  border: solid 1px #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.black .owl-carousel .owl-dot {
  border-color: #fff;
}

.owl-carousel .owl-dot.active {
  background: #000;
}

.black .owl-carousel .owl-dot.active {
  background: #fff;
}

.SumoSelect {
  width: auto;
  cursor: pointer;
}

.SumoSelect > .CaptionCont {
  padding: 0;
  background: #F4F4F4;
  border: none;
  padding: 12px 40px 12px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > span {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label {
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  margin-top: -.17857em;
  border: 5px solid transparent;
  border-top-width: 6px;
  border-top-color: #77787B;
}

.SumoSelect > .CaptionCont > label i {
  display: none;
}

.SumoSelect > .optWrapper {
  border-radius: 8px;
}

.SumoSelect.open > .optWrapper {
  top: 58px;
}

.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
  box-shadow: none;
  border: none;
}

.button {
  display: inline-block;
  border: solid 2px #fff;
  background: #fff;
  padding: 13px 24px;
  font-size: 15px;
  color: #0B4B88;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.button:hover {
  background: #1B64AA;
  border-color: #1B64AA;
  color: #fff;
}

.button.inverted {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.button.inverted:hover {
  background: #fff;
  border-color: #fff !important;
  color: #0B4B88;
}

.button.blue,
.responsive .button.resBlue {
  background: #0B4B88;
  color: #fff;
  padding: 18px 24px;
}

.button.resGold {
  border: 2px solid #eed11e !important;
  background-color: #eed11e;
  color: #000;
  padding: 18px 24px;
}

.button.blue:hover {
  background: #fff;
  color: #0B4B88;
  border-color: #fff;
}

.button.blue.secondary {
  border-color: #0B4B88;
  color: #0B4B88;
  background: none;
}

.button.blue.secondary:hover {
  background: #0B4B88;
  color: #fff;
}

.button.v2:hover {
  background: #1B64AA;
  color: #fff;
}

.control-group {
  margin-top: 40px;
}

.control-group .control-label {
  margin-bottom: 8px;
}

.control-group .control-label label {
  font-weight: 600;
}

/* checkbox */

.control-group .checkbox input,
.control-group .checkboxes input {
  display: none;
}

.control-group .checkbox > label,
.control-group .checkboxes > label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 1.5em;
  margin: 8px 0;
}

.control-group .checkbox > label:before,
.control-group .checkboxes > label:before {
content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 9px;
  text-align: center;
  line-height: 16px;
  border: solid 2px #aab2b9;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.control-group .checkbox label.checked:before,
.control-group .checkboxes label.checked:before {
  content: "\E800";
  font-family: "awards";
  border-color: #0B4B88;
  background: #0B4B88;
  color: #fff;
}

.control-group .controls span.error {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 6px;
}

fieldset {
  border: none;
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  font-size: 16px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  padding: 13px 16px;
  border: solid 1px #ddd;
  color: #505d68;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: none;
  border-color: #505d68;
}

.control-group.error input,
.control-group.error textarea {
  border-color: red;
}

.control-group.error .control-label label,
.control-group.error label.checkbox {
  color: red;
}

.formLoader {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
}

.formLoader span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 110px;
  background-image: url(/images/ra-awards-logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -50px;
  margin-top: -50px;
  animation: pulsate 2400ms ease-out infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.form-info {
  display: none;
  color: red;
  margin-top: 24px;
  border-top: solid 1px;
}

.postheader {
  color: #4E6883;
  margin: 5px 10px;
  font-size: 24px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.footer {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 72px;
  padding-top: 33px;
}

.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -77px;
  width: 159px;
  height: 1px;
  background: #E4E4E5;
}

.footer p {
  margin: 0;
}

.footer .social {
  margin-top: 64px;
}

.footer .social p {
  margin-bottom: 8px;
  font-family: "PT Serif Caption";
}

.footer .social li {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
}

.footer .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer .social li a.facebook {
  background: #4A69A5;
}

.footer .social li a.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  font-size: 23px;
}

.footer .social li a.linkedin {
  background: #0271A3;
}

.icon:before {
  font-family: "awards";
}

.icon.check:before {
  content: "\E800";
}

.icon.close:before {
  content: "\E802";
}

.icon.facebook:before {
  content: "\E803";
}

.icon.instagram:before {
  content: "\F16D";
}

.icon.linkedin:before {
  content: "\F318";
}

@font-face {
  font-family: 'awards';
  src: url('../fonticons/awards.eot?1896643');
  src: url('../fonticons/awards.eot?1896643#iefix') format('embedded-opentype'),
       url('../fonticons/awards.woff2?1896643') format('woff2'),
       url('../fonticons/awards.woff?1896643') format('woff'),
       url('../fonticons/awards.ttf?1896643') format('truetype'),
       url('../fonticons/awards.svg?1896643#awards') format('svg');
  font-weight: normal;
  font-style: normal;
}

.milestone-box{
  position: relative;
  top: -8px;
}

.milestone-point{
  width: 15px;
  height: 15px;
  margin:0px auto;
  border: 2px solid #0B4B88;
  background-color: #E4E4E5;
  border-radius: 50%;
}

.milestone-date{
  text-align: center;
  padding: 1em;
}

.milestone-date span{
  font-weight: 600;
  font-size: 1.5em;
}

.timeline-row{
  position: relative;
  border-top: 1px solid #ccc;
}

.cta-button{
  display: block;
  width: 250px;
  padding: 1em;
  text-align: center;
  margin: 3em auto 0em auto;
  background-color: #0B4B88;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
}

.cat_5 .fields .control-group:nth-child(5), .cat_5 .fields .control-group:nth-child(6){
  margin-top: 10px !important;
}

.reasons_desc{
  max-width: 700px;
  margin: 3rem auto;
  text-align: justify;
}

section.categories > .container > .items .item:last-child{
  margin: 0 auto;
  float: none !important;
  display: block !important;
}

@media all and (min-width:320px){
p.text1{
  color: #000;
}

  .czech-slovak{
    color: #000000;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
  }

}

@media all and (min-width:990px){
  p.text1{
    color: #fff;
  }

  .czech-slovak{
    color: #ffffff;
  }

}

