/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
.regularfont {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.boldfont {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
}
.titlefont {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.roundcorner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.orange {
  color: #ffa500;
}
.blue {
  color: #4c85ad;
}
.paleblue {
  color: #aec8dc;
}
/* cont'd */
div,
p,
h1,
li,
img {
 -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
 -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
 -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
 transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
}
ul li {
  margin: 0.2em 0;
}
ul {
  margin-top: 1.5em;
}
.white {
  color: #ffffff;
}
.lightgradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecf2f7+0,ffffff+100 */
  background: #ecf2f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ecf2f7 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ecf2f7 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecf2f7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf2f7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.transparent_class {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
a {
  -webkit-transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  margin: 0 0 272px;
  /* bottom = footer height + 50px */
  font-size: 17px;
  line-height: 1.6em;
  color: #213849;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 612px;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
strong,
b {
  font-weight: normal;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
}
.center {
  text-align: center;
}
a {
  color: #4c85ae;
  text-decoration: underline;
}
a:visited {
  color: #4c85ae;
  text-decoration: underline;
}
a:active,
a:hover {
  color: #4c85ae;
}
.nowrap {
  white-space: nowrap;
}
/* text sizes */
h1 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #4D86AF;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 1.2em;
  margin-top: 0;
  text-transform: uppercase;
}
.content h1 {
  font-size: 2.5em;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 4em;
  background-size: 2em auto;
  padding: 1em 0 1em 2.5em;
  margin: 0;
  margin-bottom: 0.5em;
}
.content h1#e-post {
  background-image: url("../gfx/ico-e-post.png");
}
.content h1#veebimajutus {
  background-image: url("../gfx/ico-veebimajutus.png");
}
.content h1#virtuaalmasin {
  background-image: url("../gfx/ico-virtuaalmasin.png");
}
.content h1#serverihaldus {
  background-image: url("../gfx/ico-serverihaldus.png");
}
.content #nav-icon {
  margin-top: 15px;
  margin-right: 0px;
}
.content #nav-icon span {
  background: #b0c9dd;
}
.content #nav-icon:focus span,
.content #nav-icon:hover span {
  background: #4e88b2;
}
.content #nav-icon.open span:first-child,
.content #nav-icon.open span:nth-child(1) {
  background: #ffffff;
}
.content #nav-icon.open span:first-child + span + span,
.content #nav-icon.open span:nth-child(3) {
  background: #ffffff;
}
h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.3em;
}
h3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  margin-top: 0;
  font-weight: normal;
}
h4 {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.1em;
  margin-top: 1em;
}
#majutus {
  margin: 2em auto;
}
.bgger {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1ddf4+0,aec8dc+67 */
  background: #b1ddf4;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #b1ddf4 0%, #aec8dc 67%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #b1ddf4 0%, #aec8dc 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #b1ddf4 0%, #aec8dc 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1ddf4', endColorstr='#aec8dc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 560px;
}
#dbweb-logo {
  width: 268px;
  height: auto;
  margin-left: 1em;
  float: left;
}
.contentheader {
  padding: 1.5em 0 2.5em 0;
  overflow: hidden;
}
.contentheader ul.menu {
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  padding: 0;
  float: right;
}
.contentheader ul.menu li {
  float: left;
  padding: 1em;
  font-weight: normal;
  font-size: 1.1em;
  text-transform: uppercase;
}
.contentheader ul.menu li a {
  color: #aec8dc;
  text-decoration: none;
}
.contentheader ul.menu li a:active,
.contentheader ul.menu li a:hover {
  text-decoration: underline;
}
.contentheader ul.menu li a.active {
  color: #4c85ae;
  text-decoration: underline;
}

#headBlockWrapper {
  display: table;
  height: 560px;
}
#headBlockWrapper #headBlock {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 3em;
}
#headBlockWrapper #headBlock p {
  width: 60%;
  margin: 1em 20%;
  font-size: 1.2em;
  line-height: 1.5em;
}
#headBlockWrapper #headBlock img {
  margin: 0em 0 2em 0;
}
#products {
  margin-top: -70px;
  margin-bottom: 1em;
}
#products .icolumn {
  cursor: pointer;
  text-align: center;
  background: transparent url("../gfx/bg-dots.png") right 100px no-repeat;
  padding-bottom: 1em;
}
#products .icolumn:last-child {
  background-image: none;
}
#products .icolumn h1 {
  padding-top: 170px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 158px 137px;
}
#products .icolumn a {
  display: block;
}
#products .icolumn a .fa {
  color: #ce0a2c;
  margin-left: 0.2em;
}
#products .icolumn p {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 0.4em;
}
#products .icolumn strong,
#products .icolumn b {
  display: block;
}
#products #e-post h1 {
  background-image: url("../gfx/ico-e-post.png");
}
#products #veebimajutus h1 {
  background-image: url("../gfx/ico-veebimajutus.png");
}
#products #virtuaalmasin h1 {
  background-image: url("../gfx/ico-virtuaalmasin.png");
}
#products #serverihaldus h1 {
  background-image: url("../gfx/ico-serverihaldus.png");
}
/* menu */
#mobile-menu {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
}
#ex-menu {
  font-size: 13px;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
#ex-menu ul {
  padding-left: 0;
  text-align: center;
  padding-top: 14px;
}
#ex-menu ul li {
  display: inline;
  list-style: none;
}
#ex-menu .languages,
#ex-menu #language-search,
#ex-menu .search {
  float: right;
}
#ex-menu .lang-search-wrapper {
  overflow: hidden;
  float: right;
}
#ex-menu .languages {
  float: left;
}
#ex-menu .languages li {
  font-size: 11px;
  margin: 0 5px 0 0 !important;
}
#ex-menu .search li,
#ex-menu #menu li {
  margin-left: 17px;
}
/* MOBILE NAC */
.overlay {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 57, 78, 0.8);
  z-index: 990;
  display: none;
}
.overlay .wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.overlay ul {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.overlay ul li {
  font-size: 1.3em;
  font-size: 2.5em;
  font-size: 7vmin;
  padding: 0.7em 0;
  padding: 3.5vmax 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.overlay ul li a {
  text-decoration: none;
  color: #ffffff;
}
.nav-wrapper {
  position: relative;
  float: right;
  width: 30px;
  height: 24px;
  margin-top: 13px;
}
#nav-icon {
  z-index: 999;
  width: 30px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon:focus span,
#nav-icon:hover span {
  background: #33394e;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:first-child,
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #ffffff;
}
#nav-icon.open span:first-child + span,
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:first-child + span + span,
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
  background: #ffffff;
}
.transp-white {
  color: rgba(255, 255, 255, 0.5);
}
a:hover .transp-white {
  color: #ffffff;
}
#footer {
  background-color: #AEC8DC;
  font-size: 0.9em;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 222px;
  width: 100%;
}
#footer .container {
  margin: 2em auto;
}
#footer .container h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.7em;
  margin-bottom: 0.7em;
  margin-top: 0;
}
#footer .container #kasutajatugi {
  background: transparent url("../gfx/ico-dbw-apple.png") left top no-repeat;
  background-size: 80px auto;
  padding-left: 115px;
  min-height: 160px;
  padding-top: 2em;
}
#footer .container #kontakt {
  padding-top: 2em;
}
#footer .container #kontakt .col {
  padding-left: 0;
}
#regForm .form-control {
  border-color: #213849;
  background-color: #edeff5;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #213849;
}
#regForm .form-control button {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  text-align: center;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 1.3em;
  padding: 0.8em;
}
/* placeholder bollox */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(33, 56, 73, 0.5) !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(33, 56, 73, 0.5) !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(33, 56, 73, 0.5) !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(33, 56, 73, 0.5) !important;
}
/* spinner */
form button .animated {
  font-size: 0.95em;
  display: none;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .7s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* modal */
.modal-content {
  padding: 0.5em;
}
.modal-content .buttonwrap {
  padding: 1em 0.5em;
  text-align: center;
}
#errorBlock {
  text-align: left;
  line-height: 1.4em;
  padding: 0em 1em;
}
#errorBlock a:link,
#errorBlock a:visited,
#errorBlock a:active,
#errorBlock a:hover {
  text-decoration: underline;
  color: #003ec2;
}
#errorBlock h3 {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 2em;
  margin-top: 0.5em;
}
#thanks {
  vertical-align: middle;
  display: none;
}
#thanks h2 {
  margin-top: 0.6em;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
/* bootstrap tooltip */
.tooltip-inner {
  max-width: 220px;
  background-color: #ffa500;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffa500;
}
/* MEDIA QUERIES */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  #dbweb-logo {
    width: 228px;
    height: auto;
    margin-left: 1em;
    float: left;
  }
  .bgger {
    height: 460px;
  }
  #products {
    margin-top: -195px;
  }
  #products .icolumn {
    padding-top: 140px;
    background-size: 130px auto;
    background: transparent url("../gfx/bg-dots.png") right 260px no-repeat;
  }
  #products .icolumn h1 {
    padding-top: 150px;
    background-size: 128px auto;
    font-size: 1.4em;
  }
  #products .icolumn p {
    font-size: 0.95em;
  }
  #headBlockWrapper {
    display: table;
    height: 460px;
  }
  #headBlockWrapper #headBlock {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3em;
  }
  #headBlockWrapper #headBlock p {
    width: 76%;
    margin: 1em 12%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #headBlockWrapper #headBlock img {
    margin: 0em 0 1.5em 0;
    width: 390px;
    height: auto;
  }
  .nowrap {
    white-space: normal;
  }
  #footer {
    font-size: 0.85em;
    line-height: 1.6em!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  #dbweb-logo {
    width: 208px;
    height: auto;
    margin-left: 1em;
    float: left;
  }
  h1 {
    margin-bottom: 1em;
  }
  .bgger {
    height: 460px;
  }
  #products {
    margin-top: -90px;
  }
  #products .icolumn {
    padding-top: 20px;
    background-size: 130px auto;
    background-size: 158px 137px;
    margin-bottom: 1.7em;
    background: transparent url("../gfx/bg-dots.png") right 130px no-repeat;
  }
  #products .icolumn:nth-child(2) {
    background-image: none;
  }
  #products .icolumn:nth-child(3) {
    padding-top: 10px;
    background: transparent url("../gfx/bg-dots.png") right 30px no-repeat;
  }
  #products .icolumn:nth-child(4) {
    padding-top: 10px;
  }
  #products .icolumn p {
    font-size: 1.1em;
    padding: 0 2em;
  }
  #headBlockWrapper {
    display: table;
    height: 460px;
  }
  #headBlockWrapper #headBlock {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3.5em;
  }
  #headBlockWrapper #headBlock p {
    width: 90%;
    margin: 1em 5%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #headBlockWrapper #headBlock img {
    margin: 0em 0 1.5em 0;
    width: 390px;
    height: auto;
  }
  .nowrap {
    white-space: normal;
  }
  #footer {
    font-size: 0.85em;
    line-height: 1.5em!important;
  }
  #footer .container #kasutajatugi {
    padding-left: 0;
    background-image: none;
    padding-top: 1.5em;
    min-height: auto;
  }
  #footer .container #kontakt {
    padding-top: 1.5em;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    margin: 0 0 0;
    /* no sticky */
  }
  .contentheader {
    padding: 1em 0 2em 0;
  }
  #dbweb-logo {
    width: 150px;
    height: auto;
    margin-left: 1em;
    float: left;
  }
  h1 {
    margin-top: 0em;
    margin-bottom: 0.7em;
    font-size: 2em;
  }
  .bgger {
    height: auto;
  }
  #products {
    margin-top: -70px;
  }
  #products .icolumn {
    padding-top: 0px;
    margin-bottom: 1.7em;
    background-image: none;
  }
  #products .icolumn h1 {
    background-size: 158px 137px;
  }
  #products .icolumn p {
    font-size: 1em;
    padding: 0 0.5em;
  }
  #products .icolumn:last-child {
    margin-bottom: 0;
  }
  #headBlockWrapper {
    display: table;
    height: auto;
  }
  #headBlockWrapper #headBlock {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 80px;
  }
  #headBlockWrapper #headBlock p {
    width: 94%;
    margin: 1em 3%;
    font-size: 1em;
    line-height: 1.5em;
  }
  #headBlockWrapper #headBlock img {
    margin: 2em 0 1.5em 0;
    width: 80%;
    height: auto;
  }
  .nowrap {
    white-space: normal;
  }
  #footer {
    position: relative;
    height: auto;
    padding-bottom: 2em;
    margin-top: 3em;
    font-size: 1em;
  }
  #footer .container {
    text-align: center;
  }
  #footer .container #kasutajatugi {
    background-image: none;
    background-size: 80px auto;
    padding: 0 15px;
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #footer .container #kontakt {
    background-image: url("../gfx/ico-dbw-apple.png");
    background-position: center bottom;
    background-size: 80px auto;
    background-repeat: no-repeat;
    padding: 0 15px;
    padding-bottom: 130px;
    min-height: auto;
  }
  .content h1 {
    font-size: 8vw;
  }
}

/* ull.css */
.md-content strong {
  color: #4c85ad;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
