/*General styles*/
html {
  font-size: 14px;
}
body {
  font-family: "Roboto-Medium";
  color: #6767666;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body.bg-clr {
  background-color: #f8f8f9;
}
.container.bg-white {
  background-color: #ffffff;
}
.container.pd {
  padding: 30px 60px;
}
.contacts {
    flex: 1;
}
.btn-carousel {
  padding: 20px 40px;
  color: #262743;
  font-family: "Raleway-SemiBold";
  font-size: 1.214rem;
  line-height: 2.071rem;
  text-transform: uppercase;
  background-color: #fff600;
  border: none;
  border-radius: 0px;
}
.btn-custom {
  padding: 15px;
  color: #fff !important;
  font-family: "Raleway-SemiBold";
  font-size: 1rem;
  background-color: #9dc426;
  border: none;
  border-radius: 0px;
}
.btn-custom:hover {
  color: #ffffff;
  background: #676766
}
.btn-custom-gray {
  background-color: #fff600;
  color: #676767;
}
.btn-custom-gray:hover {
  color: #333;
}
.section_title {
  display: inline-block;
  padding: 0 30px;
  color: #676766;
  font-family: "EtelkaPro-Text";
  font-size: 1.786rem;
  text-transform: uppercase;
  text-align: center;
}
.section_title.white {
  color: #f8f8f9;
}
.section_title_line {
  display: inline-block;
  height: 1px;
  width: 40%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .section_title_line {
    width: 30%;
  }
  #bgvid{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section_title_line {
    width: 20%;
  }
  .videobanner_caption{
    display: none;
  }
}
.section_title_line.white {
  color: #f8f8f9;
}
a {
  color: #9dbd3c;
}
/*Header styles begin___________________________________________________________*/
.languages {
  height: 24px;
  background-color: #a5d11d;
}
.languages #languages_selector {
  border: none;
  background-color: #a5d11d;
  color: #fff;
  font-family: "Lato-Bold", sans-serif;
  font-size: 0.786rem;
  text-transform: uppercase;
  margin: 4px 0;
}
.header {
  padding: 10px 0;
}
.header .navbar-default {
  border: none;
  background-color: transparent;
  margin-bottom: 0px;
}
.header .navbar-default .navbar-nav > li > a {
  padding: 18px;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  text-transform: uppercase;
  border: 1px solid #dedede;
}
.header .navbar-default .navbar-nav > li:hover ul.sub-menu{
  opacity: 1;
  visibility: visible;
  top: 58px;
}
ul.sub-menu {
    position: absolute;
    top: 50px;
    background-color: #fff;
    z-index: 999;
    width: 277px;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    border: 1px solid #dedede;
    right: 0px;
}
.sub-menu li {
    list-style: none;
    display: block !important;
    text-align: left;
}
.sub-menu li a {
    padding: 10px 10px;
    color: #7f7f7f;
    display: block;
}
.sub-menu li a:hover {
    background-color: #9dc426;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1200px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 15px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 21px;
    font-size: 1.143rem;
  }
}
.header .navbar-default .navbar-nav > li > a.active,
.header .navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #a5d11d;
}
@media (min-width: 768px) {
  .header .navbar-default .navbar-nav > li:not(:last-child) > a {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .header .navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.3);
  }
  .header .navbar-fixed .navbar {
    min-height: 32px;
    border-radius: 0px;
  }
  .header .navbar-fixed .navbar-nav {
    padding: 0px;
    float: none !important;
    text-align: center;
    right: 0px;
  }
  .header .navbar-fixed .navbar-nav li {
    display: inline-block;
    float: none;
  }
  .header .navbar-fixed .navbar-nav .logo a {
    padding: 0;
    position: relative;
    top: 15px;
    right: 0;
    margin-right: 155px;
}
  .header .navbar-fixed .navbar-nav .logo a img {
    width: 160px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navbar-fixed .navbar-nav .logo {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .header .navbar-fixed .navbar-nav .logo a {
    right: 50px;
  }
}
.top_line {
  height: 8px;
  background: url(../web/top_line.png) center no-repeat;
  background-size: cover;
}
/*Header styles end*/
/*Carousel styles  begin___________________________________________________________*/
#carousel-header .carousel-inner {
  // background: url(../web/carousel_bg.jpg) center top no-repeat;
  // background-size: cover;
  // min-height: 455px;
  width: 100%;
}
#carousel-header .item {
  // margin-top: 3%;
}
#carousel-header .item .title {
  text-shadow: 0.071rem -0.007rem 0.143rem rgba(0, 0, 0, 0.55);
  color: #fff600;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 3.286rem;
  line-height: 3.643rem;
}
#carousel-header .item .text {
  color: #fff;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 2.643rem;
  line-height: 2.786rem;
  background-color: rgba(127, 152, 51, 0.36);
  padding: 4px;
}
#carousel-header .item .text .select {
  color: #fff600;
}
#carousel-header .item .note {
  color: #262743;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 0.857rem;
  line-height: 1.714rem;
}
#carousel-header .item .phone {
  display: inline-block;
  color: #262743;
  font-family: "Lato-Bold", sans-serif;
  font-size: 2.071rem;
  line-height: 2.071rem;
}
@media (min-width: 521px) {
  #carousel-header .item .phone {
    margin-left: 40px;
  }
}
@media (max-width: 520px) {
  #carousel-header .item .phone {
    margin-top: 10px;
  }
}
#carousel-header .carousel-control {
  position: absolute;
  width: 10%;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  background: transparent;
}
#carousel-header .carousel-control .left {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: url(../web/left_arr_slider.png) center center no-repeat;
}
#carousel-header .carousel-control .right {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: url(../web/right_arr_slider.png) center center no-repeat;
}
/*Carousel styles end*/

/*Announcement styles  begin___________________________________________________________*/
.announcement {
  background-color: #3c4147;
  padding: 25px 0;

  color: #fff600;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 1.786rem;

  position: relative;
}

.announcement:after {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}

.announcement .btn-custom {
  margin-top: 10px;
}
/*Announcement styles end*/

/*About styles begins___________________________________________________________*/
.about {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about .title {
  color: #222;
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.286rem;
  text-transform: uppercase;
  margin: 12px 0;
}
.about .text {
  color: #000;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1rem;
  line-height: 1.429rem;
}
.about .item {
  padding-left: 85px;
  background: url(http://www.robocamp.space/css/style.css) left top no-repeat;
}
.about .col-xs-12 .item:not(:last-child) {
  padding-bottom: 40px;
}
.about .item.item1 {

}
.about .item.item2 {

}
.about .item.item3 {

}
.about .page_title,
.about .page_text {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.143rem;
}
.about .page_title {
    margin: 0;
    color: #718e1a;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.about .page_text {
  color: #676766;
}
.about .page_text p {
    padding-bottom: 20px;
    font-family: "Roboto-Light", sans-serif;
}
/*About styles end*/
/*Courses styles begins___________________________________________________________*/
.courses {
  padding: 65px 0;
  background-color: #f8f8f9;
}
.courses .bg-white {
  background-color: #ffffff;
}
.courses .age {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 1.214rem;
}
.courses .age:hover {
  color: #ffffff;
}
.courses .pull-right-xs .age {
  right: auto;
  left: 0;
}
.courses .title,
.courses .text {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.143rem;
  color: #676766;
  padding: 0 40px 20px 40px;
}
.courses .title {
  margin: 0;
  text-transform: uppercase;
}
.courses .title.title-highlight {
  color: #718e1a;
}
.courses .br1px {
  border-right: 1px solid #f8f8f9;
}
.courses .bb1px {
  border-bottom: 1px solid #f8f8f9;
}
.courses .pl40px {
  padding-left: 40px;
}
/*Courses styles end*/
/*Scheldue styles begins___________________________________________________________*/
.scheldue {
  padding: 40px 0;
}
.scheldue .scheldue_list {
  list-style: none;
  padding-left: 0px;
}
.scheldue .scheldue_list > li {
  padding-left: 70px;
  margin-bottom: 20px;
  line-height: 51px;
  background: url(../web/calendar.png) left center no-repeat;
}
.scheldue .scheldue_list > li > a {
  color: #222;
  font-family: "Lato-Bold", sans-serif;
  font-size: 1.071rem;
  display: inline-block;
}
@media (max-width: 480px) {
  .scheldue .scheldue_list > li > a {
    font-size: 0.8rem;
  }
}
.scheldue .look_more {
  color: #222;
  font-family: "Lato-Bold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.scheldue .title {
  color: #2a2a2a;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 1.286rem;
  line-height: 1.714rem;
  text-transform: uppercase;
}
.scheldue .shadow_bg {
  padding: 5px 0 65px 0;
  background-color: #f3f3f3;
  margin-bottom: -60px;
}
.scheldue .col-x7 {
  display: inline-block;
  border: 1px solid #dedede;
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 14%;
  min-width: 109px;
}
.scrollable {
  white-space: nowrap;
  overflow-x: auto;
}
@media(min-width: 1170px) {
  .scrollable {
    padding-left: 15px; 
  }
}
.scheldue .col-x5:not(:nth-child(5n)) {
  border-right: none;
}
.scheldue .weekday,
.scheldue .date {
  white-space: normal;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
}
.scheldue .weekday {
  height: 50px;
  color: #2a2a2a;
  font-family: "EtelkaPro-Text", sans-serif;
  font-size: 1.286rem;
  line-height: 1.714rem;
  text-transform: uppercase;
}
@media (max-width: 579px) {
  .scheldue .weekday {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .scheldue .weekday {
    font-size: .7rem;
  }
}
.scheldue .date {
  height: 150px;
  color: #4d4d4d;
  font-family: "Roboto-Medium", sans-serif;
}
.scheldue .date.reserved {
  background-color: #e9e9e9;
}
.scheldue .date.reserved:hover {
  background-color: #a5d11d;
  cursor: pointer;
}
.scheldue .date .group {
  font-size: 1.429rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .scheldue .date .group {
    font-size: 1.2rem;
  }
}
@media (max-width: 579px) {
  .scheldue .date .group {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .scheldue .date .group {
    font-size: .6rem;
  }
}
.scheldue .date .age {
  font-size: 1.214rem;
}
@media (max-width: 579px) {
  .scheldue .date .age {
    font-size: .9rem;
  }
}
@media (max-width: 480px) {
  .scheldue .date .age {
    font-size: .7rem;
  }
}
.scheldue .date .time {
  font-size: 1.429rem;
}
@media (max-width: 579px) {
  .scheldue .date .time {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .scheldue .date .time {
    font-size: .8rem;
  }
}
/*Scheldue styles end*/
/*Feedback styles begins___________________________________________________________*/
.feedback {
  padding: 65px 0;
  background: url(../web/feedback_bg.jpg);
}
.feedback #carousel-feedback .item .quotes {
  display: inline-block;
  height: 26px;
  width: 32px;
  background: url(../web/quotes.png) center no-repeat;
  margin-bottom: 25px;
}
.feedback #carousel-feedback .item img {
  border-radius: 50%;
}
.feedback #carousel-feedback .item .text {
  margin: 25px 0 40px 0;
  opacity: 0.85;
  color: #fff;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.143rem;
  line-height: 1.857rem;
}
@media (min-width: 1024px) {
  .feedback #carousel-feedback .item .text {
    padding: 0 15%;
  }
}
.feedback #carousel-feedback .item .author {
  color: #fff;
  font-family: "Roboto-Black", sans-serif;
  font-size: 1rem;
  line-height: 1.571rem;
}
.feedback #carousel-feedback .item .profession {
  opacity: 0.7;
  color: #fff;
  font-family: "Roboto-Light", sans-serif;
  font-size: 0.929rem;
  line-height: 1.571rem;
}
.feedback #carousel-feedback .carousel-control {
  position: absolute;
  width: 10%;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  background: transparent;
}
.feedback #carousel-feedback .carousel-control .left {
  display: inline-block;
  height: 19px;
  width: 11px;
  background: url(../web/left_arr_feedback.png) center center no-repeat;
}
.feedback #carousel-feedback .carousel-control .right {
  display: inline-block;
  height: 19px;
  width: 11px;
  background: url(../web/right_arr_feedback.png) center center no-repeat;
}
.feedback_page {
  padding: 50px 0;
}
.feedback_page .title,
.feedback_page .text {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.143rem;
}
.feedback_page .title {
  color: #718e1a;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 20px;
}
.feedback_page .text {
  color: #676766;
}
.feedback_page .text p {
  padding-bottom: 20px;
}
/*Feedback styles end*/
/*Footer styles begin___________________________________________________________*/
.footer {
  padding: 45px 0;
  background-color: #f9f9fa;
  color: #676766;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.214rem;
  line-height: 1.786rem;
}
.footer .title {
  color: #676766;
  font-family: "Roboto-Black", sans-serif;
  font-size: 1.286rem;
  line-height: 2.286rem;
}
.footer .address {
  padding-left: 35px;
  background: url(../web/pointer.png) left 3px top no-repeat;
}
.footer .phone {
  padding-left: 35px;
  background: url(../web/phone_f.png) left 3px top no-repeat;
}
.footer [href*="mailto:"] {
  color: #9dbd3c;
}
#mydata13 {
    width: 100%;
    margin: 5px;
    padding: 15px;
}
#footer_message input {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 5px;
}
.footer .social {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(http://www.robocamp.space/css/style.css) center no-repeat;
  margin-top: 8px;
}
.footer .social.facebook {
  background-image: url('../web/facebook.png');
}
.footer .social.twitter {
  background-image: url('../web/twitter.png');
}
.footer .social.googleplus {
  background-image: url('../web/googleplus.png');
}
.footer_bottom {
  background: url(../web/footer_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.143rem;
  line-height: 2.286rem;
}
.footer_bottom .logo {
  position: relative;
  top: 3px;
  display: inline-block;
  height: 18px;
  width: 120px;
  background: url(../web/focusweb.png) center no-repeat;
}
/*Footer styles end*/
/*Elements for vertical align___________________________________________________________*/
.h100 {
  height: 100px;
}
.h80 {
  height: 80px;
}
.h60 {
  height: 60px;
}
.h55 {
  height: 55px;
}
.h40 {
  height: 40px;
}
.h20 {
  height: 20px;
}
.h10 {
  height: 10px;
}
/*Additional universal classes___________________________________________________________*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0px;
}
.show-in {
  display: inline-block !important;
}
.scrolloff {
  pointer-events: none;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vbottom {
  vertical-align: bottom;
}
.border-none {
  border: none !important;
}
.wave {
  display: inline-block;
  width: 70px;
  height: 22px;
  background: url(http://www.robocamp.space/web/wave.png) center center no-repeat;
  margin: 0 14px;
}
@media (max-width: 641px) {
  .wave {
    width: 20px;
  }
}
.wd100 {
  width: 100%;
}
.round {
  border-radius: 100%;
}
.mr0px {
  margin-right: 0px !important;
}
.pd0px {
  padding: 0px !important;
}
@media (min-width: 1170px) {
  .pl0px-lg {
    padding-left: 0px !important;
  }
  .pr0px-lg {
    padding-right: 0px !important;
  }
}
/*Custom grid system additional to Bootstrap___________________________________________________________*/
@media (min-width: 992px) {
  .col-md-x5 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
    width: 20%;
  }
}
@media (min-width: 1199px) {
  .col-lg-x5 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    width: 20%;
  }
}
@media (max-width: 641px) {
  .col-mb-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    width: 100%;
  }
  .col-mb-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    width: 50%;
  }
  .hidden-mb {
    display: none;
  }
}
/* all columns same height in the row */
.row-eq-height {
  overflow: hidden;
}
.row-eq-height [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* centered columns styless */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: top;
}
.btn.btn-custom.btn_footer_new {
    display: block;
    margin-bottom: 10px;
}
.g-recaptcha {
    padding: 5px;
}
@media (min-width: 992px) {
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .pull-right-xs {
    float: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
}

.light-header {
  color: #000;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.286rem;
  margin: 0;
  margin-bottom: 20px;
}

.light-text {
  color: #000;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.071rem;
}

.list-check {
  padding: 24px 0;
}

.list-check > li {
  color: #000;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.286rem;
  text-align: left;
  padding: 9px 0;

  padding-left: 50px;
  min-height: 25px;
  background: url(../web/check.png) left center no-repeat;
}

@media(min-width: 991px) {
  .list-check > li {
    margin-left: 70px;
  }
}

.new-robocamp-tab a {
  color: #9dbd3c;
}
.new-robocamp-tab.nav-tabs {
  border-bottom: none;
}

.new-robocamp-tab.nav-tabs > li >a { 
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.143rem;
  color: #fff;
  background-color: #9dc426;

  padding: 12px 50px;
  border: none;
  border-radius: 0;
}

.new-robocamp-tab.nav-tabs > li.active >a {
  color: #4c4c4c;
  background: none;
}
.new-robocamp-tab.nav-tabs > li >a {
  border: none !important;
}

.new-robocamp-tab .tab-pane {
  padding: 40px;
}

.new-robocamp-tab .tab-pane .phone {
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.214rem;
  color: #676766;

  margin-top: 36px;
  padding-left: 40px;
  background: url(../web/phone_f.png) left top no-repeat;
}

.clr-green {
  color: #718e1a;
}

.courses-card {
  text-align: center;
  padding-bottom: 20px;
}
.contacts_city {
    padding-top: 40px;
    padding-bottom: 20px;
}
.contacts_city h2.page_title {
    margin: 20px 0 20px 0;
}
.contacts_city .address {
    padding: 0 0 20px 35px;
    background: url(../web/pointer.png) left 3px top no-repeat;
}
.contacts_city .phone {
    padding-left: 35px;
    background: url(../web/phone_f.png) left 3px top no-repeat;
}
.header .navbar-default .navbar-fixed .navbar-nav > li > a {
    border: none;
}
.box_adresss {
    border: 1px solid #a5d11d;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    min-height: 196px;
}
.box_adresss:hover {
    border: 1px solid #676766;
}
.contacts h2.page_title {
    margin: 20px 0 20px 0;
}
.box_adresss h4 {
    text-align: center;
    margin: 0 0 15px 0;
    color: #676766;
}
.box_adresss a.link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer .title.addr {
    background-color: #fefdfc;
    margin: 16px 0 10px 0;
    border: 1px solid #dedede;
}
.footer .title.addr a {
    color: #777777;
    padding: 10px 16px;
    display: block;
    font-size: 16px;
    line-height: 1;
}
.footer .title.addr a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #9dc426;
}
.link_footer {
    margin-top: 20px;
}
.link_footer a {
    font-size: 15px;
    border: 1px solid #9dc426;
    display: block;
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.link_footer a:hover {
    color: #ffffff;
    background-color: #9dc426;
    text-decoration: none;
}
.robocamp_world {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 2px;
}
.robocamp_world:hover {
    color: #ffffff;
}
.robocamp_world img {
    width: 25px;
    margin-bottom: 3px;
    margin-left: 3px;
}
.post_img {
    max-width: 100%;
    height: auto;
}
.post_title {
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    color: #000;
}
.blog_item {
    background-color: #ececec;
}
.full_title .post_title {
    padding: 0;
    font-size: 30px;
    color: #718e1a;
}
.blog_items {
    margin-bottom: 30px;
}
.videobanner {
    background-color: #000;
    position: relative;
    overflow: hidden;
}
#bgvid {
    opacity: .5;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    max-height: calc(100vh - 106px);
}
.videobanner_caption {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.videobanner_text{
  color: #fff;
  font-size: 50px;
}
.videobanner_btn {
  background-color: #a5d11d;
  border: 1px solid #a5d11d;
  color: #fff;
  font-size: 25px;
  padding: 10px 35px 15px;
  transition: all .3s ease 0s;
}
.videobanner_btn:hover {
  background-color: rgba(165, 209, 29, .25);
  border: 1px solid #a5d11d;
  color: #fff;
}
.course_figure {
  margin-bottom: 30px;
}
.course_figure>a {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, .10);
}
.course_figure_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    min-height: 44px;
}
.course_figure_title>a:hover{
  color: #9dbd3c;
}
.course_figure .btn-custom {
  border: 1px solid transparent;
}
.course_figure .btn-custom.btn-custom-gray {
  background-color: #f8f8f9;
  color: #777 !important;
  border: 1px solid #9dc427;
}
.course_figure .btn-custom.btn-custom-gray:hover {
  background-color: #9dc427;
  color: #fff !important;
}
.block-education {
    margin-bottom: 30px;
}
.button-zapis {
    margin-top: 15px;
    text-align: right;
}
.button-zapis .btn-custom.btn-custom-gray {
    background-color: #9dc426;
}
.block-education {
    font-family: "Roboto-Light", sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.block-education::after{
    content: "";
    display: block;
    clear: both;
}
.block-education-title {
    color: #fff;
    font-size: 23px;
    background-color: #8fa433;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto-Medium", sans-serif;
}
.block-education img {
    margin: 0px 15px 5px 0;
    max-width: 100%;
    height: auto;
    padding: 0 10px 0 0;
}
.float-right {
    float: right;
}
.programming .float-right {
    width: 350px;
    margin: 10px 0 0 15px;
}
.programming-logo {
    margin-bottom: 20px;
    width: 300px;
    display: block;
}