@import url(http://fonts.googleapis.com/css?family=Bitter);
strong {
  color: #0ec6f6;
}
p {
  margin: 0 0 24px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
h2 a {
  display: inline-block;
  margin: 0 0 0 10px;
}
h3 {
  font-size: 23px;
  line-height: 40px;
}
h5 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
h6 {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ebca44;
  margin-top: -10px;
}
/*-------------------header-----------------*/
header {
/*  border-bottom: 1px solid #a4a5a8;
  background: url(../img/header-bg.jpg) 0 0 repeat;*/
  background: #000000;
}
.header-gradient {
/*  background-image: -webkit-radial-gradient(32% -200%, circle cover, #2c343f, rgba(22, 26, 33, 0.4) 78%);
  background-image: -o-radial-gradient(32% -200%, circle cover, #2c343f, rgba(22, 26, 33, 0.4) 78%);
  background-image: -moz-radial-gradient(32% -200%, circle cover, #2c343f, rgba(22, 26, 33, 0.4) 78%);
  background-image: radial-gradient(32% -200%, circle cover, #2c343f, rgba(22, 26, 33, 0.4) 78%);
  background-image: -ms-radial-gradient(32% -200%, circle cover, #2c343f, rgba(22, 26, 33, 0.4) 78%);
  behavior: url(js/PIE.htc);*/
  background: #000000;
}
h1 {
  padding-top: 34px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}
h1 a {
  display: inline-block;
  background: url(../img/logo-image.png) left 8px no-repeat;
  text-transform: uppercase;
  color: #ebca44;
  text-decoration: none;
  padding: 0 0 0 46px;
  position: relative;
}
h1 a span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #41454a;
  margin-top: -5px;
  margin-left: 10px;
}
h1 a:hover {
  text-decoration: none;
  color: #ebca44;
}
.nav {
  margin: 0 0px 0px 10px;
  list-style: none;
}
.collapsed-menu {
  position: relative;
}
.bar-icon {
  display: none;
  width: 50px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0 0 0;
  background: #2d3542;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: -moz-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3542), color-stop(33%, #272e39), color-stop(67%, #1c2128), color-stop(100%, #121419));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d3542', endColorstr='#121419', GradientType=0);
  /* IE6-8 */

  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #121419;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bar-icon:hover,
.bar-icon:focus {
  background: #2d3542;
}
.nav-pills {
  padding-top: 40px;
  float: right;
}
.nav-pills li em {
  background: url(../img/sub-menu-marker.png) 0px 0px no-repeat;
  display: block;
  width: 5px;
  height: 3px;
  position: relative;
  right: -110px;
  top: -30px;
}
.nav-pills > li > a {
  padding: 14px 33px 13px 33px;
  color: #909fb6;
  text-decoration: none;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #121419;
  background: url(../img/nav-pills-li-a-bg.gif) left top repeat-x #161a20;
  margin-right: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
.nav-pills > li {
  position: relative;
}
.nav-pills > li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  behavior: url(js/PIE.htc);
}
.nav-pills > li:last-child a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  behavior: url(js/PIE.htc);
}
.nav-pills > .active > a,
.nav-pills > li > a:hover,
.nav-pills > .active > a:hover,
.nav-pills li.sfHover > a {
  color: #1c2129;
  background: #ebca44;
}
.nav-pills ul {
  display: none;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background: url(../img/nav-pills-li-a-bg.gif) left top repeat-x #161a20;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #161a20;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.nav-pills ul ul {
  left: 100%;
  top: -9px;
}
.nav-pills ul li {
  position: relative;
}
.nav-pills ul li a {
  padding: 4px 0px 4px 10px;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-pills ul li a:hover,
.nav-pills ul li.sfHover > a {
  background: #cda916;
  color: #1c2129;
}
.nav-pills .sub-indicator {
  display: none;
}
/*---------content----------*/
/*-- about page --*/
#content {
  padding-bottom: 40px;
  background: #000000;
}
.slider {
  margin: 19px 0 52px 0;
/*  -webkit-box-shadow: 0px 15px 40px -2px rgba(106, 106, 106, 0.7);
  -moz-box-shadow: 0px 15px 40px -2px rgba(106, 106, 106, 0.7);
  box-shadow: 0px 15px 40px -2px rgba(106, 106, 106, 0.7);*/
  padding-bottom: 0px;
  height: 314px;
  behavior: url(js/PIE.htc);
}
.thumbnails > li {
  float: left;
  margin-bottom: 23px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 0px;
  line-height: 24px;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.thumbnail .caption {
  font-size: 11px;
  line-height: 14px;
  padding: 7px 32px 10px 10px;
  color: #ffffff;
  background: #2d3542;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: -moz-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3542), color-stop(33%, #272e39), color-stop(67%, #1c2128), color-stop(100%, #121419));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2d3542 0%, #272e39 33%, #1c2128 67%, #121419 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d3542', endColorstr='#121419', GradientType=0);
  /* IE6-8 */

  border: none;
  margin-top: 2px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  position: relative;
  behavior: url(js/PIE.htc);
}
.thumbnail .caption strong {
  color: #ebca44;
  display: block;
  line-height: 24px;
  margin-bottom: 0px;
}
.thumbnail .magnifier {
  position: absolute;
  right: 4px;
  top: 8px;
}
/* news block */
.news-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-block li {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
  margin: 0;
}
.news-block strong {
  color: #a1e557;
}

.news-date-one {
  background: #ebca44;
  width: 75px;
  height: 44px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1c2129;
  text-align: center;
  padding: 30px 0 0 0;
  font-family: 'Bitter', serif;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  behavior: url(js/PIE.htc);
  position: relative;
}

.news-date-one:hover {
  text-decoration: none;
  color: #1c2129;
  background: #f96200;
}

.news-date-one span {
  display: block;
  margin-top: -15px;
  font-size: 18px;
  line-height: 22px;
}


.news-date-two {
  background: #01e1ee;
  width: 75px;
  height: 44px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1c2129;
  text-align: center;
  padding: 30px 0 0 0;
  font-family: 'Bitter', serif;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  behavior: url(js/PIE.htc);
  position: relative;
}

.news-date-two:hover {
  text-decoration: none;
  color: #1c2129;
  background: #f96200;
}

.news-date-two span {
  display: block;
  margin-top: -15px;
  font-size: 18px;
  line-height: 22px;
}

.news-date-three {
  background: #e9149c;
  width: 75px;
  height: 44px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1c2129;
  text-align: center;
  padding: 30px 0 0 0;
  font-family: 'Bitter', serif;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  behavior: url(js/PIE.htc);
  position: relative;
}

.news-date-three:hover {
  text-decoration: none;
  color: #1c2129;
  background: #f96200;
}

.news-date-three span {
  display: block;
  margin-top: -15px;
  font-size: 18px;
  line-height: 22px;
}


/* 404 */
.image-404 {
  padding: 40px 0 0 15px;
}
.block-404 {
  padding: 105px 0 0 0;
}
.block-404 h2 {
  padding-bottom: 0;
  margin: 0;
}
.block-404 h3 {
  text-transform: uppercase;
  padding: 5px 0 30px 0;
  line-height: 25px;
  margin: 0;
}
#search-form {
  padding-top: 20px;
}
#search-form input[type="text"] {
  padding: 8px 10px;
  width: 186px;
}
#search-form .btn_ {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 17px 9px 17px;
  cursor: pointer;
  float: right;
}
#search-form .btn_:hover {
  text-decoration: none;
}
/**/
/* tweet /*/
.tm_tweet .tweet_list {
  padding: 5px 0 0 0px;
  margin: 0 0 20px 0;
  list-style: none;
}
.tm_tweet .tweet_list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.tm_tweet .tweet_list li.tweet_first {
  border-bottom: 1px solid #e8e8e9;
}
.tm_tweet .tweet_avatar {
  margin-right: 20px;
  float: left;
}
.tm_tweet .tweet_list li a {
  font-weight: bold;
  color: #ebca44;
}
/**//*-blog-block*/
.blog-block {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-block li {
  padding-bottom: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
}
.blog-block li img {
  float: left;
  margin: 5px 20px 0 0;
}
.blog-block a {
  color: #1c2129;
  text-decoration: none;
  font-weight: bold;
}
.blog-block a:hover {
  text-decoration: underline;
}
.blog-date {
  padding: 5px 0 0 80px;
  display: block;
  margin-bottom: -5px;
}
/* contact-form-1 */
#contact-form-1 input[type=text],
#contact-form-1 input[type=email],
#contact-form-1 textarea {
  background: #2d3542;
  /* Old browsers */

  background: -moz-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3542), color-stop(32%, #272e3a), color-stop(68%, #1b2027), color-stop(100%, #161a20));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* W3C */

  filter: none;
  color: #909fb6;
  border: none;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0px 10px;
  border-top: 1px solid #414d5f;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  box-shadow: none;
  behavior: url(js/PIE.htc);
  height: 30px;
}
#contact-form-1 label {
  min-height: 50px;
  position: relative;
  width: 100%;
}
#contact-form-1 textarea {
  height: 101px;
  resize: none;
}
#contact-form-1 .error,
#contact-form-1 .empty {
  display: none;
  font-size: 10px;
  color: #F00;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 100;
}
#contact-form-1 .success {
  display: none;
  color: #1c2129;
}
.btn_ {
  background: #2d3542;
  /* Old browsers */

  background: -moz-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3542), color-stop(32%, #272e3a), color-stop(68%, #1b2027), color-stop(100%, #161a20));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2d3542 0%, #272e3a 32%, #1b2027 68%, #161a20 100%);
  /* W3C */

  filter: none;
  border: none;
  text-shadow: none;
  padding: 10px 25px 10px 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: #909fb6;
  text-decoration: none;
  behavior: url(js/PIE.htc);
  position: relative;
}
.btn_:hover {
  color: #ebca44;
  background: #2d3542;
}
/*-- end about --*/



.h2-pad-hotpink {
  padding-top: 50px;
  color: #e9149c;
}

.h2-pad-teal {
  padding-top: 50px;
  color: #0ec6f6;
}

.h2-pad-lime {
  padding-top: 50px;
  color: #c8e533;
}

.h2-pad-purple {
  padding-top: 50px;
  color: #df00fa;
}

.h2-pad {
  padding-top: 50px;
  color: #e9149c;
}

.hotpink {
  color: #e9149c;
}

.teal {
  color: #0ec6f6;
}

.lime {
  color: #c8e533;
}

.orange {
  color: #f96200;
}


.portfolio-item {
  padding: 10px 10px 18px 10px;
  background: #2d3441;
  max-width: 100%;
  margin-bottom: 29px;
}
.portfolio-item img {
  margin: 0 auto 10px auto;
}
.portfolio-item strong a {
  color: #0ec6f6;
}

.portfolio-item-banners {
  padding: 10px 10px 18px 10px;
  background: #1c2129;
  max-width: 100%;
  margin-bottom: 29px;
}

/*-- end portfolio --*/
/*-- services page --*/
.list {
  list-style: none;
  margin: 0;
  padding: 18px 0 0 0;
}
.list li {
  background: url(../img/list-marker.gif) left 10px no-repeat;
  line-height: 27px;
  padding-left: 20px;
}
.list li a {
  color: #5c5c5c;
  text-decoration: none;
}
.list li a:hover {
  color: #ebca44;
}
.offers-item {
  overflow: hidden;
  padding-bottom: 30px;
}
.offers-item .btn_ {
  margin-top: 10px;
  padding: 6px 9px 6px 9px;
  position: relative;
}
.offers-info {
  margin-left: 265px;
}
/*-- end services --*/
/*-- contacts page --*/
address {
  padding-top: 20px;
}
address span {
  display: inline-block;
  width: 100px;
}
.contact-form input {
  color: #8d9094;
  line-height: 18px;
  width: 331px;
  padding-left: 15px;
  margin: 0;
}
.contact-form label {
  min-height: 46px;
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  left: 0;
  bottom: 0px;
  font-size: 11px;
  line-height: 14px;
  color: #f6340a;
}
.contact-form .success {
  display: none;
}
.contact-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding: 0px 0 0 15px;
  resize: none;
  color: #8d9094;
}
.contact-form .btn_ {
  margin: 20px 0 0 16px;
  padding: 10px 16px 10px 16px;
}
/*-- end contacts --*/
/*-- other options --*/
.image-indent {
  margin: 10px 20px 10px 0;
}
.image-indent1 {
  margin: 5px 20px 10px 0;
}
/*-- end other options --*/
/*--------------footer--------------*/
footer {
  background: #1c2129;
  min-height: 54px;
  padding: 22px 0 0 0;
  text-transform: uppercase;
  color: #909fb6;
}
footer strong {
  color: #ebca44;
}
footer a {
  text-decoration: none;
  color: #909fb6;
}
.social-icons {
  margin-top: -5px;
}
.social-icons a {
  display: block;
  width: 39px;
  height: 39px;
  margin-left: 11px;
  float: left;
}

.linkedin-icon {
  background: url(../img/social-icon-linkedin.png) left top no-repeat;
}
.linkedin-icon:hover {
  background: url(../img/social-icon-linkedin.png) left bottom no-repeat;
}

.facebook-icon {
  background: url(../img/social-icon-facebook.png) left top no-repeat;
}
.facebook-icon:hover {
  background: url(../img/social-icon-facebook.png) left bottom no-repeat;
}

.upwork-icon {
  background: url(../img/social-icon-upwork.png) left top no-repeat;
}
.upwork-icon:hover {
  background: url(../img/social-icon-upwork.png) left bottom no-repeat;
}

.freelancer-icon {
  background: url(../img/social-icon-freelancer.png) left top no-repeat;
}
.freelancer-icon:hover {
  background: url(../img/social-icon-freelancer.png) left bottom no-repeat;
}



.twitter-icon {
  background: url(../img/twitter-social-icon.png) left bottom no-repeat;
}
.twitter-icon:hover {
  background: url(../img/twitter-social-icon.png) left top no-repeat;
}
.google-plus-icon {
  background: url(../img/google-plus-social-icon.png) left bottom no-repeat;
}
.google-plus-icon:hover {
  background: url(../img/google-plus-social-icon.png) left top no-repeat;
}
@media (min-width: 1200px) {
  .offers-item .btn_ {
    margin-top: 30px;
  }
  #search-form input[type="text"] {
    width: 255px;
  }
  .thumbnail .caption {
    padding: 7px 52px 6px 17px;
    font-size: 13px;
    line-height: 24px;
  }
  .thumbnail .caption strong {
    line-height: 24px;
    margin-bottom: -7px;
  }
  .thumbnail .magnifier {
    right: 14px;
    top: 14px;
  }
  .slider {
    height: 391px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-pills li em {
    right: -100px;
    top: -30px;
  }
  .nav-pills > li > a {
    padding: 14px 23px 13px 23px;
  }
  .slider {
    height: 242px;
  }
  address span {
    width: 65px;
  }
  .offers-info {
    margin-left: 0;
  }
  .offers-item .image-indent1 {
    margin-bottom: 0;
  }
  #search-form input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  .thumbnail .caption {
    padding: 7px 36px 6px 17px;
    line-height: 14px;
  }
  .thumbnail .caption strong {
    line-height: 14px;
    margin-bottom: 3px;
  }
  .thumbnail .magnifier {
    right: 4px;
    top: 8px;
  }
  .services .caption {
    padding-right: 26px;
    font-size: 11px;
  }
  .collapsed-menu .collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .nav-pills li em {
    right: -90px;
    top: -20px;
  }
  .camera_caption > div h5 {
    padding: 4px 0;
    margin: 0;
  }
  .image-404 {
    display: none;
  }
  /*--- portfolio --*/
  .portfolio {
    margin-left: -30px;
  }
  .portfolio .span4 {
    width: 45%;
    float: left;
    margin-left: 30px;
  }
  .portfolio-item {
    text-align: center;
  }
  /*-*/
  /* nav */
  .bar-icon {
    display: block;
    float: right;
    margin: -100px 0 0 0;
    width: 100px;
  }
  .collapsed-menu .collapse {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 8;
    top: -30px;
    right: 0px;
    overflow: hidden;
  }
  .nav-pills {
    float: right;
    width: 300px;
    margin-left: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #121419;
    background: url(../img/nav-pills-li-a-bg.gif) left top repeat-x #161a20;
  }
  .nav-pills > li {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }
  .nav-pills > li > a {
    padding: 4px 8px 4px 30px;
    display: block;
    text-align: left;
    background: none;
    text-transform: capitalize;
    border: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
  }
  .nav-pills ul {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: none;
  }
  .nav-pills ul li a {
    padding-left: 40px;
    text-transform: capitalize;
    font-size: 12px;
    color: #909fb6;
  }
  .nav-pills ul ul {
    left: 0px;
    top: 3px;
    width: 100%;
    border: none;
    background: none;
  }
  .nav-pills ul li li a {
    padding-left: 60px;
  }
  .offers-info {
    margin: 0;
  }
  .slider {
    height: auto;
  }
  /*-*/
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  h2 {
    padding-top: 30px;
  }
  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .thumbnails > li {
    float: left;
    margin-left: 30px;
    width: 45%;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails .thumbnail {
    width: 100%;
  }
  .thumbnails img {
    width: 100%;
  }
  .offers-item img {
    float: left;
  }
  .thumbnail .caption {
    padding: 7px 36px 10px 17px;
    line-height: 14px;
  }
  .thumbnail .caption strong {
    line-height: 14px;
    margin-bottom: 3px;
  }
  .thumbnail .magnifier {
    right: 4px;
    top: 8px;
  }
  #search-form input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  footer {
    text-align: center;
  }
  .social-icons {
    float: none;
    padding: 20px 0 20px 0;
    overflow: hidden;
    width: 150px;
    margin: 0 auto;
  }
  .offers-item .image-indent1 {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .collapsed-menu .collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 626px) {
  .offers-item img {
    float: none;
    width: 100%;
  }
  .portfolio {
    margin-left: 0;
  }
  .portfolio .span4 {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .portfolio-item img {
    width: 100%;
  }
  .contact-form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
  }
  .camera_caption,
  .camera_prev,
  .camera_next {
    display: none !important;
  }
  .thumbnails > li {
    float: left;
    margin-left: 30px;
    width: 93%;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails .thumbnail {
    width: 100%;
  }
  .thumbnails img {
    width: 100%;
  }
  .thumbnail .caption {
    padding: 7px 36px 6px 17px;
    line-height: 14px;
  }
  .thumbnail .caption strong {
    line-height: 14px;
    margin-bottom: 3px;
  }
  .thumbnail .magnifier {
    right: 4px;
    top: 8px;
  }
  .offers-item .image-indent1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h2 a {
    display: none;
  }
  .bar-icon {
    width: 60px;
    margin-right: -5px;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
