/* Reset */
* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent; font-style: normal;  text-decoration: none;}
input, textarea, select { box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

@font-face { font-family: GTAmerica-ExpandedBold; src: url(../fonts/GT-America-Expanded-Bold.woff); }
@font-face { font-family: GTAmerica-Regular; src: url(../fonts/GT-America-Standard-Regular.woff); }

/* Common */
html, body {
  font-family: GTAmerica-Regular;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

a, a:visited {
  color: #007FFF;
}

.clear {
  clear: both;
}


/* Main layout */

/* HEADER */

.headerBlock {
  margin: 0 auto 0 auto;
  max-width: 1060px;
  padding: 20px 2% 0 2%;  
}

.headerBlock a.logo {
  display: block;
  margin-top: 35px;
  float: left;
  height: 21px;
  width: 250px;
  background-image: url(../images/brights_advisory_logo.png);
  background-size : 100%;
  background-repeat: no-repeat;
}

.headerBlock h1 {
  display: none;
}

.headerBlock .menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; 
}

.headerBlock .menu a {
  font-weight: normal;
}

.headerBlock .menu a.langSwitcher {
  float: right;
  color: #000000;
  padding-left: 35px;
}

.adminMenu {
  clear:left;
  padding-top: 20px;
}

.adminMenu a {
  padding-right: 20px;
}

.adminMenu a.active {
  color: #000000;
  cursor: default;
}

/* CONTENT */

.contentBlock {
  clear: both;
  padding: 70px 2% 70px 2%;
  max-width: 1060px;
  margin: 0 auto;
}

.contentBlock table {
  width: 100%;
}
.contentBlock table th {
  text-align: left;
  background-color: #000000;
  color: #FFF;
  padding-left: 6px;
}
.contentBlock table td {
  text-align: left;
  padding-left: 6px;
}
.contentBlock table tr td {
  background-color: #EEE;
}
.contentBlock table tr.lighter td {
  background-color: #FFF;
}

.contentBlock table tr.opened td {
  background-color: #98FB98;
}

.contentBlock table tr.debited td {
  background-color: #FCC6BB;
}

.grayBox {
  background-color: #ebebeb;
  padding: 20px;
  margin-top: 50px;
}

.blueBox {
  margin-top: 200px;
  background-color: #007FFF;
  color: #ffffff;
}

.rightButtons {
  float: right;
  margin-left: 20px;
}

.starter {
  display: inline-block;
  border-bottom: 3px solid;
  line-height: 13px;
  position: relative;
  top: -3px;
}

.contentBlock h1 {
  font-family: GTAmerica-ExpandedBold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px; 
}

.contentBlock h2 {
  font-family: GTAmerica-ExpandedBold;
  font-size: 25px;
  line-height: 35px; 
}

.contentBlock h3 {
  font-family: GTAmerica-ExpandedBold;
  font-size: 14px;
  line-height: 20px; 
  text-transform: uppercase;
}

.contentBlock h3 strong {
  color: #007FFF;
}

.contentBlock p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contentBlock ul.paddedList {
  padding-top: 35px;
}

.blueList {
  color: #007FFF;
}

.contact p {
  padding-top: 10px;
}

.contentBlock ul {
  list-style-type: "- ";
  padding-left: 15px;
}

.centerBox {
  padding-top: 35px;
  text-align: center;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007FFF;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.flexContent {
  display: flex;
  gap: 20px;
}

.leftColumn {
  display: none;
}

.picture {
  background-image: url('../images/team/zeldin.jpg');
}

.picName {
  font-weight: bold;
  font-size: 12px;
}

.picTitle {
  line-height: 12px;
  font-size: 12px;
}

.squarePicture {
  margin: 30px auto 0 auto;
}

.rightPicturePart .squarePicture {
  margin-top: 130px;
}

.squarePicture .picture {
  aspect-ratio: 1/1;
  background-size: 223%;
  background-position: 45% 5%;
}

.leftPicturePart {
  flex: 25;
  margin-top: 20px;
}

.rightPicturePart {
  flex: 34;
  margin-top: 20px;
}

.subtitle {
  display: none;
  position: absolute;
  background-color: white;
  border: 2px solid #007FFF;
  padding: 5px;
}

td.showDetail {
  cursor: pointer;
}

.WspineBox {
  margin-top: 50px;
}

.WspineBox>div {
  background-size: 250px 95px;
  background-repeat: no-repeat;
  min-height: 95px;
  padding-left: 270px;
}

.WspineBox>div>div {
  padding-top: 17px;
  cursor: pointer;
}

.WspineBox>div>div:after {
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  left: 70px;
  width: 0;
  height: 0;
  z-index: 99999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #007FFF;
}

.WspineBox>div.spine-1>div:after {
  display: none;
}

.WspineBox>div.spine-1>div  {
  cursor: default;
}

.WspineBox>div ul {
  padding-top: 10px;
}

.WspineBox .spine-1 {
  background-image: url('../images/Wspine-1.png');
  background-size: 250px 77px;
  height: 77px;
  min-height: 77px;
  font-weight: bold;
  text-transform: uppercase;
}
.WspineBox .spine-2 {
  background-image: url('../images/Wspine-2.png');
}
.WspineBox .spine-3 {
  background-image: url('../images/Wspine-3.png');
}
.WspineBox .spine-4 {
  background-image: url('../images/Wspine-4.png');
}
.WspineBox .spine-5 {
  background-image: url('../images/Wspine-5.png');
}
.WspineBox .spine-6 {
  background-image: url('../images/Wspine-6.png');
}
.WspineBox .spine-7 {
  background-image: url('../images/Wspine-7.png');
  background-size: 250px 77px;
  cursor: default;
  height: 77px;
  min-height: 77px;
}

.expertBlock {
  background-image: url('../images/expert.svg');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 250px;
}

.sprintupBlock {
  background-image: url('../images/sprintup.svg');
  background-size: 200px 400px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 450px;
}  

.logoBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  gap: 40px;
}

.clientLogo {
  color: transparent;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center;
  flex-grow: 1;
  height: 50px;
}

.csobLogo {
  background-image: url('../images/logos/csob_logo_black.svg');
  width: 63px;
}
.eonLogo {
  background-image: url('../images/logos/eon_logo_black.svg');
  width: 164px;
}
.preLogo {
  background-image: url('../images/logos/pre_logo_black.png');
  width: 126px;
}
.vfsLogo {
  background-image: url('../images/logos/vw_logo_black.png');
  width: 253px;
}
.waulterLogo {
  background-image: url('../images/logos/Waulter_logo_black.png');
  width: 158px;
}
.cmfsLogo {
  background-image: url('../images/logos/cmfs_logo_black.svg');
  width: 91px;
}
.nohelLogo {
  background-image: url('../images/logos/nohelgarden_logo_black.png');
  width: 115px;
}



.refBlock {
  margin-top: 0px;
}

.refBlock>div {
  flex: 1;
  flex-basis: 40%; 
}

.refBlock>div h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  text-transform: none;
}

.refBlock>div>div.refDesc {
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}

.refBlock .readMore {
  color: #007FFF;
  text-transform: uppercase;
  cursor: pointer;
}

.refBlock .readMore:after {
  content: " ";
  display: inline-block;
  position: relative;
  left: 7px;
  background: transparent;
  width: 0;
  height: 0;
  z-index: 99999;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #007FFF;
}

.refPerson {
  color: transparent;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center center;
  float: right;
  height: 70px;
  width: 70px; 
}

.refNyvlt {background-image: url('../images/team/nyvlt.png')}
.refSindelka {background-image: url('../images/team/sindelka.png')}
.refTurchich {background-image: url('../images/team/turchich.png')}
.refMacoun {background-image: url('../images/team/macoun.png')}
.refForst {background-image: url('../images/team/forst.png')}
.refLakosil {background-image: url('../images/team/lakosil.png')}
.refSlavik {background-image: url('../images/team/slavik.png')}
.refZeldin {background-image: url('../images/team/zeldin.png')}
.refSladkova {background-image: url('../images/team/sladkova.png')}

.refBottom {
  border-bottom: 7px solid #007FFF;
  height: 70px;
  position: relative;
  top: -35px;
  z-index: -1;
}

#insiderContent>div {
  border-bottom: 7px solid #007FFF;  
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: bottom right;
  padding-bottom: 35px;
}

#insiderContent h3 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 50px;
  text-transform: none;
}

.quotation {
  color: #007FFF;
  margin-top: 35px;
  margin-bottom: 30px;
}

#navigation {
  height: 0px;
  width: 100%;
}

#navigation #peopleLeft {
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  cursor: pointer;
  left: 0;
  top: 57px;
  width: 0;
  height: 0;
  z-index: 99999;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #007FFF;
}
#navigation #peopleRight {
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  cursor: pointer;
  left: 98%;
  top: 38px;
  width: 0;
  height: 0;
  z-index: 99999;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #007FFF;
}

.peopleBlock {
  margin: 0px;
}

#peoplePic {
  background-image: url('../images/team/nyvlt.jpg');
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 40% 0px;
  width: 30%;
  aspect-ratio: 1/1;
  /* aspect-ratio: 43/56; */
  position: absolute;
  margin-top: 128px;
}  

#peopleAbout {
  margin-left: 0px;
}

#peopleAbout p, #peopleAbout a{
  margin-left: 35%;
}

#peopleAbout h3 {
  color: #007FFF;
  padding-top: 50px;
}

#peopleAbout h3, #peopleAbout h4 {
  padding-left: 35px;
}

a.linkedin {
  background-image: url('../images/linkedin.png');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: block;
  margin-top: 35px;
}

.blueBox h2 {
  margin-right: 8%;
  padding-bottom: 35px;
}

.blueBox input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background: none;
  border: none;
  border-bottom: 3px solid #FFF;
  color: #ffffff;
  font-family: GTAmerica-Regular;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold; 
}

.blueBox input::placeholder {
  color: #eee;
}

.blueBox input:focus {
  outline: none;
}

.blueBox input[type=submit], .blueBoxButton {
  width: auto;
  color: #007FFF;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 50px;
  margin-bottom: 0px;
  cursor: pointer;
}

input.blueButton {
  display: block;
  border: none;
  border-bottom: 3px solid #FFF;
  color: #ffffff;
  font-family: GTAmerica-Regular;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold; 
  width: auto;
  color: #ffffff;
  background-color: #007FFF;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 50px;
  margin-bottom: 0px;
  cursor: pointer;
}


.contactBlock {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
  gap: 0px 10%; 
}

.contact {
  padding: 35px 2% 35px 2%;
}

.contact a {
  color: #000000;
}

.whoweare {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 53%;
  background-image: url('../images/tym_brights.jpg');
}

.companyBlock {
  background-repeat: no-repeat;
  background-size: 260px 260px;
  background-position: center bottom;
  padding-bottom: 220px;
}

.dreamjobBlock {
  background-image: url('../images/dreamjob.svg');
}

.podporaBlock {
  background-image: url('../images/podpora.svg');
}

.penizeBlock {
  background-image: url('../images/penize.svg');
}

.companyBlock h3 {
  text-transform: none;
  padding-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.companyBlock p {
 padding-top: 35px;
 padding-bottom: 50px;
}

.centerBox h3 {
  padding-top: 0px;
  padding-bottom: 35px;
}

.SpineBox {
  margin-top: 50px;
}

.SpineBox>div {
  background-size: 250px 95px;
  background-repeat: no-repeat;
  min-height: 95px;
  padding-left: 270px;
}

.SpineBox>div>div {
  padding-top: 33px;
}

.SpineBox .spine-1 {
  background-image: url('../images/spine-1.png');
  background-size: 250px 77px;
  height: 77px;
  min-height: 77px;
}
.SpineBox .spine-2 {
  background-image: url('../images/spine-2.png');
}
.SpineBox .spine-3 {
  background-image: url('../images/spine-3.png');
}
.SpineBox .spine-4 {
  background-image: url('../images/spine-4.png');
}
.SpineBox .spine-5 {
  background-image: url('../images/spine-5.png');
}
.SpineBox .spine-6 {
  background-image: url('../images/spine-6.png');
}
.SpineBox .spine-7 {
  background-image: url('../images/spine-7.png');
}
.SpineBox .spine-8 {
  background-image: url('../images/spine-8.png');
  background-size: 250px 77px;
  cursor: default;
  height: 77px;
  min-height: 77px;
}

/* EXTRA SMALL SCREENS */

@media all and (max-width: 540px) {
  .WspineBox>div {
    background-size: 150px 57px;
    min-height: 57px;
    padding-left: 170px;
  }
  .WspineBox .spine-1, .WspineBox .spine-7 {
    background-size: 150px 46px;
    height: 46px;
    min-height: 46px;
  }
}

/* BIGGER SCREENS */

@media all and (min-width: 800px) {
  html, body {
    font-size: 16px;
    line-height: 26px;
  }

  .headerBlock {
    padding-top: 50px;
  }

  .headerBlock a.logo {
    margin-top: 0px;
    height: 29px;
    width: 340px;    
  }

  .headerBlock .menu {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 18px;
    line-height: 30px;
  }

  .contentBlock {
    clear: both;
    padding: 150px 2% 150px 2%;
  }

  .leftColumn {
    display: block;
    flex: 43;
  }

  .rightContent {
    flex: 61;
  }

  .picName {
    font-size: 16px;
  }
  
  .picTitle {
    line-height: 8px;
    font-size: 16px;
  }  

  .teamPicture{
    height: 100%;
  }

  .teamPicture .picture {
    background-image: url('../images/tym_brights.jpg');
    background-position: 0px 68px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin-right: 50px;
  }

  .tallPicture {
    margin: 270px auto 0 auto;
    width: 250px;
  }

  .tallPicture .picture {
    height: 430px;
    background-size: 223%;
    background-position: 45% 0%;
  }

  .flatPicture {
    margin: 30px auto 0 auto;
    width: 100%;
  }

  .flatPicture .picture {
    height: 250px;
    background-size: 125%;
    background-position: 36% 5%;
  }  

  .centerContent {
    width: 610px;
    padding-left: 17%;
  }

  .contentBlock h1 {
    font-size: 40px;
    line-height: 55px; 
  }
  
  .contentBlock h2 {
    font-size: 40px;
    line-height: 50px; 
  }

  .contentBlock h3 {
    font-size: 25px;
    line-height: 35px; 
  }

  .contentBlock ul.paddedList {
    padding-top: 50px;
  }

  .blueBox {
    padding-bottom: 150px;
  }
  

  .peopleBlock p {
    padding-top: 35px;
  }
    
  .contact p {
    padding-top: 0px;
  }

  .centerBox {
    padding-top: 50px;
  }

  .expertBlock {
    background-size: 340px 340px;
    background-position: 0px 150px;
    padding-left: 360px;
    padding-bottom: 0px;
  }

  .sprintupBlock {
    background-size: 340px 720px;
    background-position: right 150px;
    padding-right: 360px;
    padding-bottom: 0px;
    min-height: 750px;
  }  

  .refBlock {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 0px 10%; 
  }

  .refBlock>div>div.refDesc {
    height: 50px;
  }

  .peopleBlock {
    margin-top: 100px;
  }

  #insiderContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; 
    gap: 0px 11%; 
  }

  #insiderContent>div {
    flex: 1;
    flex-basis: 78%; 
    display: table-cell;
  }
  
  #insiderContent h3 {
    padding-top: 100px;
  }
  
  #navigation #peopleLeft {
    left: 45%;
    top: 67px;
  }
  #navigation #peopleRight{
    left: 99%;
    top: 48px;
  }  

  #peoplePic {
    width: 40%;
    aspect-ratio: 43/56;
    float: left;
    position: static;
    margin-top: 0px;
  }  

  #peopleAbout {
    margin-left: 50%;
  }

  #peopleAbout h3, #peopleAbout h4 {
    padding-left: 0px;
  }

  #peopleAbout p, #peopleAbout a{
    margin-left: 0px;
  }  

  a.linkedin {
    margin-top: 50px;
  }

  .blueBox h2 {
    width: 42%;
    margin-right: 8%;
    float: left;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 44px; 
  }
  
  .blueBox form {
    width: 50%;
    float: left;
  }

  .contact {
    padding: 50px 2% 50px 2%;
  }

  .whoweare {
    padding-bottom: 0px;
    background-image: none;
  }

  .companyBlock {
    min-height: 233px;
    background-size: 340px 340px;
    background-position: 0 -45px;
    padding-bottom: 0px;
  }
  .companyBlock h3 {
    padding-top: 15px;
    padding-left: 450px;
    font-size: 36px;
    line-height: 44px;
  }

  .companyBlock p {
   padding-top: 35px;
   padding-bottom: 150px;
   padding-left: 450px;
  }

  .penizeBlock p, .penizeBlock h3 {
    padding-left: 0;
    padding-right: 450px;
  }

  .podporaBlock p {
    padding-bottom: 0px;
  }

  .penizeBlock {
    background-position: right -45px;
  }

  .centerBox h3 {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  #sandwitch {
    background-image: url('../images/sandwich.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 400px;
    margin-bottom: 150px;
  }

  #sandwitch h2 {
    width: 50%;
    float: left;
    display: block;
  }
  
  #sandwitch p {
    padding-left: 55%;
    padding-top: 0px;
    padding-bottom: 35px;
  }
  
}

@media all and (min-width: 1065px) {
  .headerBlock {
    padding-left: 0;
    padding-right: 0;
  }

  .contentBlock {
    padding: 100px 0 100px 0;
  }

  .expertBlock {
    background-size: 340px 340px;
    background-position: 80px 150px;
    padding-left: 450px;
  }

  .refBlock {
    margin-left: 90px;
  }

  #insiderContent {
    margin-left: 90px;
  }  

  #navigation #peopleLeft {
    left: 465px;
    top: 117px;
  }

  #navigation #peopleRight {
    top: 98px;
  }

  #navigation:after {
    left: 956px;
    top: 98px;
  }

  .peopleBlock {
    margin-left: 90px;
  }

  #peopleAbout h3 {
    padding-top: 100px;
  }
   
  #peoplePic {
    width: 430px;
    height: 560px;
  }    

  #peopleAbout {
    margin-left: 530px;
  }

  .blueBox h2 {
    font-size: 40px;
    line-height: 50px; 
  }

  .blueBox h3 {
    padding-top: 35px;
  }
  .contact {
    padding: 50px 0 50px 0;
  }

  #sandwitch {
    padding-bottom: 450px;
  }

  #sandwitch h2 {
    width: 45%;
  }
  
  #sandwitch p {
    padding-left: 50%;
  }

  .starter {
    border-bottom: 4px solid;
    line-height: 24px;
    top: -7px;
  }
      
}

@media all and (min-width: 1200px) {
  #navigation #peopleLeft {
    left: -150px;
    top: 250px;
  }
  #navigation #peopleRight{
    left: 1020px;
    top: 232px;
  }

  .teamPicture {
    position: absolute;
  }

  .teamPicture .picture {
    position: relative;
    width: 450px;
    left: -70px;
    margin-right: 0px;
  }  
}

@media all and (min-width: 1300px) {
  .teamPicture .picture {
    position: relative;
    width: 500px;
    left: -120px;
  }  
}

@media all and (min-width: 1400px) {
  .teamPicture .picture {
    position: relative;
    width: 550px;
    left: -170px;
  }  
}

@media all and (min-width: 1500px) {
  .teamPicture .picture {
    position: relative;
    width: 575px;
    left: -195px;
  }  
}

