@import url("https://fonts.googleapis.com/css?family=Istok+Web:400,600");
body {
  padding-top: 100px;
  font-family: "Istok Web",
    Arial,
    sans-serif;
  background: #f0f0f0;
  font-size: 1.5em;
  color: #505358;
}
h1 {
  font-size: 2.2em;
}
.subtitle {
  font-size: 1.2em;
}
.navbar-default {
  font-size: 1em;
  text-transform: uppercase;
}
.navbar-brand#small-logo {
  display: none;
}
.navbar-brand
  img {
  margin-top: -15px;
}

.content-center {
  position: relative;
  text-align: center;
  z-index: 150;
}
.content-center
  h2 {
  color: #505358;
  display: none;
  font-size: 1.6em;
  line-height: 1.2em;
}
.title.content-center
  h2 {
  display: block;
}
.line-s {
  border-top: 1px
    solid
    #cfd1d5;
  height: 2px;
  background-color: #ffffff;
  margin-top: 2.2em;
  margin-bottom: 2.2em;
}
/* loader*/
#loader {
  position: fixed;
  height: 5px;
  width: 100%;
  z-index: 99999;
  top: 0px;
}

#loader
  span {
  color: #e5301d;
  text-align: left;
  width: 100%;
  display: block;
}
#loader
  div {
  width: 1px;
  height: 5px;
  background: #e91300;
}
#loader.complete {
  top: -50px;
  transform: translate(
    0px,
    -50px
  );
  -webkit-transform: translate(
    0px,
    -50px
  );
  -moz-transform: translate(
    0px,
    -50px
  );
  -o-transform: translate(
    0px,
    -50px
  );
  -ms-transform: translate(
    0px,
    -50px
  );
}
/* end loader*/

/* pagination */
.pagination
  > li
  > a,
.pagination
  > li:last-child
  > a,
.pagination
  > li:first-child
  > a,
.pagination
  > li:first-child
  > span {
  border: 1px
    solid
    #b6b6b6;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  height: 20px;
  outline: 0;
  text-indent: -9999px;
  width: 20px;
  padding: 10px;
  margin-left: 10px;
}
.pagination
  > li
  > a:hover,
.pagination
  > li
  > a.current {
  background-color: #b6b6b6;
}
/*end pagination*/

/*message*/
input {
  width: 100%;
  height: 35px;
  margin: 0
    0
    20px
    0;
  background: #fff;
  padding: 0px
    10px
    0px
    10px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px
    solid
    #b0a693;
  color: #b0a693;
}
textarea {
  width: 100%;
  min-height: 120px;
  margin: 0
    0
    20px
    0;
  padding: 10px
    10px
    10px
    10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #b0a693;
}
textarea::-webkit-input-placeholder {
  color: #b0a693;
}
textarea:-moz-placeholder {
  color: #b0a693;
}
.message {
  max-width: 400px;
  margin: 0
    auto;
}
.message
  fieldset {
  border: 0px;
  margin-top: 30px;
}

input:focus,
textarea:focus {
  color: #000;
  outline-color: #e91300;
}
input[type="submit"] {
  width: 100%;
}
input[type="submit"]:hover {
  background: #ffb800; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #ffb800
      0%,
    #ff9900
      100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left
      top,
    left
      bottom,
    color-stop(
      0%,
      #ffb800
    ),
    color-stop(
      100%,
      #ff9900
    )
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffb800
      0%,
    #ff9900
      100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffb800
      0%,
    #ff9900
      100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #ffb800
      0%,
    #ff9900
      100%
  ); /* IE10+ */
  background: linear-gradient(
    to
      bottom,
    #ffb800
      0%,
    #ff9900
      100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb800', endColorstr='#ff9900',GradientType=0 ); /* IE6-8 */
}
/*end message */
/* footer */
footer {
  position: relative;
  color: #202123;
  line-height: 27px;
  margin-top: -20px;
}
footer
  a {
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px
    6px;
  color: #e91300;
  margin-bottom: 5px;
}
footer
  span {
  display: block;
  text-align: center;
  width: 100%;
}
footer
  a:active,
footer
  a:hover,
input[type="submit"] {
  background: #e91300;
  color: #fff;
  border: 0px;
  text-decoration: none;
}
/* end footer */

/* queries */
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0
      auto;
    display: table;
    table-layout: fixed;
    float: none;
  }
  .portfolio-mask
    .col-xs-12.col-md-2 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .navbar-portfolio,
  #big-logo.navbar-brand {
    display: none;
  }
  .navbar-default
    .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-header {
    background: #e5301d;
    min-height: 62px;
  }
  .navbar-collapse {
    background: #fff;
  }
  .navbar-default
    .navbar-toggle {
    background: #fff;
  }
  .navbar-default
    .navbar-toggle:hover,
  .navbar-default
    .navbar-toggle:focus {
    background: #ccc;
  }
  #small-logo.navbar-brand {
    display: block;
    color: #fff;
  }
  #small-logo.navbar-brand
    img,
  #small-logo.navbar-brand
    div {
    float: left;
  }
}
.opacity0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(
    opacity=0
  );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.opacity1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(
    opacity=100
  );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.anim300 {
  -webkit-transition: all
    300ms
    ease-in-out;
  -moz-transition: all
    300ms
    ease-in-out;
  -ms-transition: all
    300ms
    ease-in-out;
  -o-transition: all
    300ms
    ease-in-out;
  transition: all
    300ms
    ease-in-out;
}
