/*
  base: #1C74A1
  border: #1f9fe0
*/

html {
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.body {
  padding-top: 90px;
}

.header {
  position: fixed;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  z-index: 200;
  border-bottom: 1px solid #1f9fe0;
}

.container {
  display: block;
  max-width: 1136px;
  margin: 0 auto;
}

.container:after {
  content: ' ';
  clear: both;
  display: block;
}

.container-position {
  position: relative;
}

.container-padding {
  padding: 0 40px;
}

.header-logo {
  display: inline-block;
  float: left;
  padding-left: 40px;
  padding-top: 4px;
  background-image: url('/img/logo.png');
  background-size: 140px 90px;
  width: 140px;
  height: 90px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

.header-title {
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #333333;
  font-size: 24px;
  line-height: 90px;
  font-family: 'Poppins', sans-serif;
}

.header .header-link-list {
  display: inline-block;
  float: right;
  padding-right: 40px;
}

.header-link-list .header-link {
  color: #888888;
  text-decoration: none;
  display: inline-block;
  line-height: 90px;
  margin-left: 20px;
  transition: color 0.2s;
}

.header-link-list .header-link:hover {
  color: #333333;
}


.section-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,1f9fe0+60,1f9fe0+60,1f9fe0+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 40%, #1f9fe0 60%, #1f9fe0 60%, #1f9fe0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 40%,#1f9fe0 60%,#1f9fe0 60%,#1f9fe0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#ffffff 40%,#1f9fe0 60%,#1f9fe0 60%,#1f9fe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1f9fe0',GradientType=1 ); /* IE6-9 */
}

.section-blue {
  background-color: #1f9fe0;
}

.section-map, #map_canvas {
  height: 460px;
}

.section-padding {
  padding: 100px 0;
}

.section-title {
  font-family: 'Poppins';
  font-size: 72px;
  padding: 0 40px;
  padding-bottom: 30px;
  width: 700px;
}

.section-title-white {
  color: #FFFFFF;
}

.section-under-title {
  font-family: 'Poppins';
  font-size: 28px;
  line-height: 1.3;
  color: #FFFFFF;
  padding: 0px 40px;
  opacity: 0.8;
}

.section-under-title-larger {
  font-size: 48px;
}

.registrator {
  width: 207px;
  height: 203px;
  background-image: url('/img/registrator@2x.png');
  background-size: 207px 203px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  right: 40px;
}

.komp {
  width: 281px;
  height: 200px;
  background-image: url('/img/komp@2x.png');
  background-size: 281px 200px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 40px;
}

.knjige {
  width: 200px;
  height: 200px;
  background-image: url('/img/knjige@2x.png');
  background-size: 200px 200px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.about-us {
  text-align: right;
}

.about-us-title {
  font-family: 'Poppins';
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
}

.about-us-text {
  margin-top: 20px;
  font-size: 18px;
  color: #888888;
  line-height: 1.5;
}

.column-holder {
  width: 100%;
}

.column-holder-small {
  width: 700px;
  float: right;
}

.column-3 {
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}

.column-2 {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.column-title {
  font-family: 'Poppins';
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}

.column-text {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
}

.column-holder:after {
  content: ' ';
  display: block;
  clear: both;
}

.column-text-color {
  opacity: 0.7;
}

.link {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.link:hover {
  opacity: 0.8;
}

.footer {
  font-size: 14px;
  color: #888888;
  text-align: center;
  line-height: 90px;
}

.what-we-do-title {
  padding-left: 20px;
  font-family: 'Poppins';
  font-size: 30px;
  padding-bottom: 40px;
}

.what-we-do {
  font-size: 18px;
  color: #888888;
}
