.error_class {
    background-color: #FF6666;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(../fonts/roboto.woff) format("woff");
}

@font-face {
  font-family: "RobotoItalic";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/roboto-italic.woff) format("woff");
}

@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-light.woff) format("woff");
}

@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-bold.woff) format("woff");
}

@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(../fonts/roboto-slab.woff) format("woff");
}

@font-face {
  font-family: "RobotoSlabBold";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(../fonts/roboto-slab-bold.woff) format("woff");
}

/* line 1, ../sass/_typography.sass */
body {
  font-family: Roboto, sans-serif;
}

/* line 4, ../sass/_typography.sass */
.ttu, .top-menu > li > a {
  text-transform: uppercase;
}

/* line 7, ../sass/_typography.sass */
a {
  color: #fc6d02;
}
/* line 10, ../sass/_typography.sass */
a:hover {
  color: #999999;
  text-decoration: none;
}
/* line 14, ../sass/_typography.sass */
a:focus {
  outline: none;
}

/* line 17, ../sass/_typography.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: RobotoSlabBold, sans-serif;*/
  font-weight: normal;
}
/* line 26, ../sass/_typography.sass */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #fc6d02;
}

/* line 29, ../sass/_typography.sass */
h1 {
  font-size: 50px;
  line-height: 55px;
  max-width: 50%;
}
@media (max-width: 767px) {
  /* line 29, ../sass/_typography.sass */
  h1 {
    max-width: 100%;
  }
}

/* line 37, ../sass/_typography.sass */
h2 {
  font-size: 34px;
}

/* line 40, ../sass/_typography.sass */
h3 {
  font-size: 26px;
}

/* line 43, ../sass/_typography.sass */
h4 {
  font-size: 20px;
  line-height: 28px;
}

/* line 47, ../sass/_typography.sass */
h5 {
  font-size: 16px;
}

/* line 50, ../sass/_typography.sass */
.heading-alt-color {
  color: #f48022;
}

/* line 53, ../sass/_typography.sass */
.heading-sans {
  font-family: RobotoBold, sans-serif;
}

/* line 56, ../sass/_typography.sass */
.heading-grey {
  color: #999999;
}

/* line 59, ../sass/_typography.sass */
.heading-footer {
  color: #f48022;
  font-family: RobotoBold, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

/* line 65, ../sass/_typography.sass */
p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
/* line 71, ../sass/_typography.sass */
p a,
p a:hover {
  text-decoration: underline;
}

/* line 75, ../sass/_typography.sass */
.page-intro {
  font-family: RobotoBold, sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

/* line 81, ../sass/_typography.sass */
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  text-shadow: none;
}

/* line 86, ../sass/_typography.sass */
.label-warning {
  background-color: #f48022;
}

/* line 89, ../sass/_typography.sass */
.label-success {
  background-color: #fc6d02;
}

/* line 92, ../sass/_typography.sass */
.text-primary {
  color: #fc6d02;
}

/* line 95, ../sass/_typography.sass */
blockquote {
  background: #fc6d02 url(../img/icons/blockquote.png) 30px 30px no-repeat;
  border: 0;
  -webkit-border-radius: 3px 3px 0 3px;
  -moz-border-radius: 3px 3px 0 3px;
  -ms-border-radius: 3px 3px 0 3px;
  -o-border-radius: 3px 3px 0 3px;
  border-radius: 3px 3px 0 3px;
  color: white;
  padding: 30px 30px 30px 80px;
  position: relative;
  overflow: hidden;
}
/* line 104, ../sass/_typography.sass */
blockquote p {
  color: white;
  font-family: RobotoItalic, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 112, ../sass/_typography.sass */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 115, ../sass/_typography.sass */
blockquote:before {
  background: #70e0c4;
  border-color: transparent white white transparent;
  border-width: 12px 12px 0 0;
  border-style: solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -ms-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
}

/* line 129, ../sass/_typography.sass */
.label,
.badge {
  font-size: 14px;
}

/* line 1, ../sass/_layout.sass */
html,
body {
  height: 100%;
}

/* line 5, ../sass/_layout.sass */
body {
  padding-top: 68px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/_layout.sass */
  body {
    padding-top: 20px;
  }
}

/* line 11, ../sass/_layout.sass */
.body-nopt {
  padding-top: 0;
}

/* line 14, ../sass/_layout.sass */
.container-grey {
  background: #000;
}
/* line 17, ../sass/_layout.sass */
.portfolio-single-item .container-grey {
  background-color: #f5f0e9;
}

/* line 20, ../sass/_layout.sass */
.container-top {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  /* line 20, ../sass/_layout.sass */
  .container-top {
    position: static;
  }
}

/* line 30, ../sass/_layout.sass */
.container-content {
  margin-top: 70px;
}
/* line 33, ../sass/_layout.sass */
.portfolio-single-item .container-content {
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/_layout.sass */
  .portfolio-single-item .container-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 42, ../sass/_layout.sass */
  .portfolio-single-item .container-content .portfolio-item-img-container {
    max-width: 95%;
  }
}

/* line 45, ../sass/_layout.sass */
.logo-container {
  display: block;
  padding-top: 0px;
}
@media (max-width: 767px) {
  /* line 45, ../sass/_layout.sass */
  .logo-container {
    text-align: center;
  }
}

/* line 52, ../sass/_layout.sass */
.container-our-services {
  padding-bottom: 20px;
  padding-top: 30px;
}

/* line 56, ../sass/_layout.sass */
.container-primary {
  background: #fc6d02;
  color: white;
  margin-top: 45px;
}

/* line 61, ../sass/_layout.sass */
.container-footer-grey {
  background: #201f1e;
  color: #999999;
  padding-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 61, ../sass/_layout.sass */
  .container-footer-grey {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 71, ../sass/_layout.sass */
.container-footer-grey p {
  color: #999999;
  font-size: 12px;
  line-height: 25px;
}
/* line 76, ../sass/_layout.sass */
.container-footer-grey a {
  color: #fc6d02;
}
/* line 79, ../sass/_layout.sass */
.container-footer-grey a:hover {
  color: #999999;
}
/* line 82, ../sass/_layout.sass */
.container-footer-grey input[type=text],
.container-footer-grey input[type=email],
.container-footer-grey textarea {
  background-color: #292929;
  width: 100%;
  max-width: 286px;
}

/* line 89, ../sass/_layout.sass */
.container-footer-bottom {
  font-size: 11px;
  padding: 26px 0;
  text-transform: uppercase;
}

/* line 94, ../sass/_layout.sass */
.container-team {
  margin-bottom: 30px;
  margin-top: 15px;
  padding-top: 30px;
}

/* line 99, ../sass/_layout.sass */
.container-404 {
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 104, ../sass/_layout.sass */
.container-404 .img-404 {
  width: 534px;
  height: 392px;
}
@media (max-width: 767px) {
  /* line 99, ../sass/_layout.sass */
  .container-404 {
    position: static;
    padding-bottom: 40px;
  }
}

/* line 112, ../sass/_layout.sass */
.top-menu-selectbox {
  display: none;
  float: right;
  margin-top: 10px;
}
@media (max-width: 979px) {
  /* line 112, ../sass/_layout.sass */
  .top-menu-selectbox {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 112, ../sass/_layout.sass */
  .top-menu-selectbox {
    float: none;
    margin: 10px auto;
  }
}

/* line 124, ../sass/_layout.sass */
.demo-colors {
  background: #f7f5f2;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0 20px 20px;
  position: fixed;
  left: -170px;
  top: 40%;
  z-index: 50;
}

/* line 133, ../sass/_layout.sass */
.demo-colors-inner {
  position: relative;
}

/* line 136, ../sass/_layout.sass */
.demo-colors-toggle-block {
  background: #cc2128;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: -60px;
  width: 40px;
  height: 40px;
}

/* line 144, ../sass/_layout.sass */
.demo-colors-toggle {
  background: url(../img/icons/demo-colors-toggle.png) 0 0 no-repeat;
  display: block;
  height: 100%;
}

/* line 2, ../sass/_table.sass */
.table td,
.table th {
  background: url(../img/elements/table-cell-divider.png) 0 50% no-repeat;
  border: 0;
  color: #4c4c4c;
  padding-left: 25px;
}
/* line 9, ../sass/_table.sass */
.table td:first-child,
.table th:first-child {
  background-image: none;
  padding-left: 20px;
}
/* line 13, ../sass/_table.sass */
.table th {
  background-color: #e6e4e1;
}

/* line 18, ../sass/_table.sass */
.table-first-col-bold td:first-child {
  font-weight: bold;
}

/* line 24, ../sass/_table.sass */
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #f7f5f2;
}
/* line 28, ../sass/_table.sass */
.table-striped tbody > tr:nth-child(even) > td {
  background: white;
}

/* line 1, ../sass/_lists.sass */
.unstyled, .top-menu, .sub-menu, .breadcrumbs, .tags-list, .tags-cloud, .sidebar-categories, .share, .comments-list, .list-colors, .social-links, .sidebar-popular-posts, .blog-widget-categories, .pagination-list, .portfolio-filter-list {
  list-style: none;
  margin: 0;
}

/* line 5, ../sass/_lists.sass */
.list-horizontal, .top-menu, .breadcrumbs, .tags-list, .tags-cloud, .share, .list-colors, .social-links, .blog-widget-categories, .pagination-list, .portfolio-filter-list {
  overflow: hidden;
}
/* line 8, ../sass/_lists.sass */
.list-horizontal > li, .top-menu > li, .breadcrumbs > li, .tags-list > li, .tags-cloud > li, .share > li, .list-colors > li, .social-links > li, .blog-widget-categories > li, .pagination-list > li, .portfolio-filter-list > li {
  float: left;
}

/* line 11, ../sass/_lists.sass */
.top-menu {
  float: right;
  overflow: visible;
}
@media (max-width: 979px) {
  /* line 11, ../sass/_lists.sass */
  .top-menu {
    display: none;
  }
}
/* line 20, ../sass/_lists.sass */
.top-menu > li {
  margin-right: 0;
  position: relative;
}
/* line 24, ../sass/_lists.sass */
.top-menu > li > a {
  border-bottom: 4px solid transparent;
  color: #999999;
  display: block;
  font-size: 13px;
  padding: 65px 20px 20px;
}
/* line 32, ../sass/_lists.sass */
.top-menu > li > a.active, .top-menu > li > a:hover {
  border-color: #fc6d02;
  color: #fc6d02;
  text-decoration: none;
}

/* line 38, ../sass/_lists.sass */
.sub-menu {
  background: #f7f5f2;
  -webkit-box-shadow: inset 0 1px 5px #dcdad7;
  -moz-box-shadow: inset 0 1px 5px #dcdad7;
  box-shadow: inset 0 1px 5px #dcdad7;
  display: none;
  font-size: 13px;
  padding: 20px;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 15;
}
/* line 50, ../sass/_lists.sass */
.sub-menu > li {
  margin-top: 14px;
}
/* line 53, ../sass/_lists.sass */
.sub-menu > li:first-child {
  margin-top: 0;
}
/* line 56, ../sass/_lists.sass */
.sub-menu > li > a {
  color: #999999;
  display: block;
  height: 100%;
}
/* line 61, ../sass/_lists.sass */
.sub-menu > li > a:hover, .sub-menu > li > a.active {
  color: #fc6d02;
}

/* line 65, ../sass/_lists.sass */
.breadcrumbs {
  margin-top: 30px;
}
/* line 72, ../sass/_lists.sass */
.breadcrumbs > li > a {
  background: url(../img/elements/breadcrumbs.png) 100% 50% no-repeat;
  color: #fc6d02;
  display: block;
  padding-right: 18px;
  margin-right: 15px;
}

/* line 79, ../sass/_lists.sass */
.tags-list {
  margin-bottom: 30px;
}
/* line 84, ../sass/_lists.sass */
.tags-list > li {
  margin-bottom: 5px;
}
/* line 87, ../sass/_lists.sass */
.tags-list > li > a {
  background: #f48022;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  display: block;
  height: 100%;
  margin-right: 5px;
  padding: 5px 15px;
  text-shadow: 0 1px #c2661b;
}
/* line 97, ../sass/_lists.sass */
.tags-list > li > a:hover {
  background: #f69c53;
}

/* line 100, ../sass/_lists.sass */
.tags-cloud {
  margin-top: 20px;
}
/* line 105, ../sass/_lists.sass */
.tags-cloud > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
/* line 110, ../sass/_lists.sass */
.tags-cloud > li:before {
  content: "";
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #fc6d02 transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 0px;
  height: 4px;
  z-index: 10;
}
/* line 123, ../sass/_lists.sass */
.tags-cloud > li:hover:before {
  border-color: transparent #999999 transparent transparent;
}
/* line 126, ../sass/_lists.sass */
.lt-ie9 .tags-cloud > li:hover:before {
  top: -1px;
  height: 5px;
}
/* line 130, ../sass/_lists.sass */
.tags-cloud > li:after {
  content: "";
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #cccccc transparent transparent;
  position: absolute;
  left: 0;
  top: 1px;
  width: 0px;
  height: 4px;
  z-index: 5;
}
/* line 142, ../sass/_lists.sass */
.lt-ie9 .tags-cloud > li:after {
  display: none;
}
/* line 145, ../sass/_lists.sass */
.tags-cloud > li > a {
  background: #fc6d02;
  -webkit-box-shadow: 0 1px #cccccc;
  -moz-box-shadow: 0 1px #cccccc;
  box-shadow: 0 1px #cccccc;
  color: white;
  font-size: 11px;
  display: block;
  overflow: hidden;
  margin-right: 5px;
  padding: 5px 17px 5px 5px;
  position: relative;
  text-transform: uppercase;
}
/* line 157, ../sass/_lists.sass */
.tags-cloud > li > a:hover {
  background: #999999;
}
/* line 160, ../sass/_lists.sass */
.tags-cloud > li > a:after {
  background: #7dfadb;
}
/* line 164, ../sass/_lists.sass */
.tags-cloud > li > a:hover:after {
  background: #aefce9;
}

/* line 171, ../sass/_lists.sass */
.sidebar-categories > li {
  border-bottom: 1px solid #f0eeeb;
}
/* line 174, ../sass/_lists.sass */
.sidebar-categories > li > a {
  background: url(../img/icons/sidebar-categories.png) 0 10px no-repeat;
  color: #4c4c4c;
  display: block;
  font-family: RobotoBold, sans-serif;
  padding: 10px 0 10px 35px;
}
/* line 181, ../sass/_lists.sass */
.sidebar-categories > li > a:hover {
  color: #999999;
}

/* line 184, ../sass/_lists.sass */
.sidebar-categories-count {
  float: right;
  margin-top: 10px;
}

/* line 188, ../sass/_lists.sass */
.share {
  border-top: 1px solid #f0eeeb;
  border-bottom: 1px solid #f0eeeb;
  margin-top: 20px;
  padding: 8px 0;
}
/* line 196, ../sass/_lists.sass */
.share > li {
  color: #4c4c4c;
  font-size: 11px;
  margin-right: 10px;
  text-transform: uppercase;
  width: 34px;
  height: 34px;
}
/* line 204, ../sass/_lists.sass */
.share > li:first-child {
  line-height: 34px;
  margin-right: 25px;
  width: auto;
}
/* line 209, ../sass/_lists.sass */
.share > li > a {
  display: block;
  height: 100%;
}

/* line 213, ../sass/_lists.sass */
.share-twitter {
  background: url(../img/elements/share-twitter.png);
}

/* line 216, ../sass/_lists.sass */
.share-facebook {
  background: url(../img/elements/share-facebook.png);
}

/* line 219, ../sass/_lists.sass */
.share-googleplus {
  background: url(../img/elements/share-googleplus.png);
}

/* line 222, ../sass/_lists.sass */
.share-pinterest {
  background: url(../img/elements/share-pinterest.png);
}

/* line 225, ../sass/_lists.sass */
.share-stumbleupon {
  background: url(../img/elements/share-stumbleupon.png);
}

/* line 228, ../sass/_lists.sass */
.share-rss {
  background: url(../img/elements/share-rss.png);
}

/* line 231, ../sass/_lists.sass */
.share-email {
  background: url(../img/elements/share-email.png);
}

/* line 234, ../sass/_lists.sass */
.comments {
  margin-top: 35px;
}
/* line 238, ../sass/_lists.sass */
.comments h3 span {
  font-family: RobotoBold, sans-serif;
  font-size: 14px;
  margin-left: 20px;
  text-transform: uppercase;
}

/* line 247, ../sass/_lists.sass */
.comments-list .comments-list {
  margin-bottom: 28px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  /* line 247, ../sass/_lists.sass */
  .comments-list .comments-list {
    margin-left: 15px;
  }
}

/* line 254, ../sass/_lists.sass */
.comment {
  background: #f7f5f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px #dedcd9;
  -moz-box-shadow: 0 2px #dedcd9;
  box-shadow: 0 2px #dedcd9;
  margin-bottom: 20px;
  padding: 20px;
}

/* line 261, ../sass/_lists.sass */
.comment-author-avatar {
  border: 3px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #dedcd9;
  -moz-box-shadow: 0 0 0 1px #dedcd9;
  box-shadow: 0 0 0 1px #dedcd9;
  margin: 0 auto;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  /* line 261, ../sass/_lists.sass */
  .comment-author-avatar {
    margin: 0 0 10px;
  }
}

/* line 273, ../sass/_lists.sass */
.comment-author-name {
  font-family: RobotoBold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

/* line 278, ../sass/_lists.sass */
.comment-date {
  color: #999999;
  font-size: 11px;
  line-height: 26px;
  margin-left: 20px;
  text-transform: uppercase;
  vertical-align: top;
}

/* line 286, ../sass/_lists.sass */
.comment-reply {
  background: url(../img/icons/comment-reply.png) 0 50% no-repeat;
  display: block;
  float: right;
  font-family: RobotoBold, sans-serif;
  font-size: 11px;
  padding-left: 24px;
  text-transform: uppercase;
}

/* line 295, ../sass/_lists.sass */
.comments-reply {
  margin-top: 50px;
}

/* line 302, ../sass/_lists.sass */
.list-colors > li {
  margin-bottom: 10px;
}
/* line 305, ../sass/_lists.sass */
.list-colors > li > a {
  background: url(../img/themes/color-template-standard.png) 0 0 no-repeat;
  border: 2px solid #bdac93;
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
}
/* line 313, ../sass/_lists.sass */
.list-colors > li > a.active {
  border-color: #123456;
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-first {
  background-image: url(../img/themes/color-template-first.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-second {
  background-image: url(../img/themes/color-template-second.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-third {
  background-image: url(../img/themes/color-template-third.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-fourth {
  background-image: url(../img/themes/color-template-fourth.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-fifth {
  background-image: url(../img/themes/color-template-fifth.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-sixth {
  background-image: url(../img/themes/color-template-sixth.png);
}

/* line 320, ../sass/_lists.sass */
.list-colors .color-template-seventh {
  background-image: url(../img/themes/color-template-seventh.png);
}

/* line 1, ../sass/_elements.sass */
a,
.btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 5, ../sass/_elements.sass */
.marketing-block {
  margin-top: 70px;
  text-align: center;
}
/* line 9, ../sass/_elements.sass */
.single-page .marketing-block {
  margin-bottom: 50px;
}
/* line 12, ../sass/_elements.sass */
.marketing-block h3 {
  color: #4c4c4c;
  font-family: RobotoSlabBold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
/* line 18, ../sass/_elements.sass */
.marketing-block p {
  line-height: 25px;
}
/* line 22, ../sass/_elements.sass */
.marketing-block:hover h3 {
  color: #fc6d02;
}
/* line 25, ../sass/_elements.sass */
.marketing-block:hover .marketing-img {
  background-position: 0 -150px;
}
/* line 28, ../sass/_elements.sass */
.marketing-block:hover .ellipsis-1 {
  background: white;
}
/* line 31, ../sass/_elements.sass */
.marketing-block:hover .ellipsis-2 {
  background: red;
  left: 10px;
  top: 0;
}
/* line 36, ../sass/_elements.sass */
.marketing-block:hover .ellipsis-3 {
  background: #feb814;
  left: -5px;
  top: 15px;
}
/* line 41, ../sass/_elements.sass */
.marketing-block:hover .ellipsis-4 {
  background: #598527;
  left: 15px;
  top: 15px;
}

/* line 46, ../sass/_elements.sass */
.marketing-img {
  margin: 0 auto 20px;
  position: relative;
  width: 145px;
  height: 150px;
}
/* line 52, ../sass/_elements.sass */
.lt-ie9 .marketing-img {
  background: url(../img/elements/marketing-img-bg.png) 0 0 no-repeat;
}
/* line 55, ../sass/_elements.sass */
.marketing-img > img {
  margin-top: -32px;
  margin-left: -32px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  z-index: 15;
}

/* line 65, ../sass/_elements.sass */
.ellipsis {
  background: #e6e4e1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 130px;
  height: 130px;
}
/* line 74, ../sass/_elements.sass */
.lt-ie9 .ellipsis {
  display: none;
}

/* line 77, ../sass/_elements.sass */
.ellipsis-1 {
  left: 5px;
  top: 10px;
  z-index: 10;
}

/* line 82, ../sass/_elements.sass */
.ellipsis-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  left: 10px;
  top: 20px;
}

/* line 87, ../sass/_elements.sass */
.ellipsis-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  left: 10px;
  top: 0;
}

/* line 92, ../sass/_elements.sass */
.ellipsis-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  left: -5px;
  top: 10px;
}

/* line 97, ../sass/_elements.sass */
.carousel-heading {
  color: #4c4c4c;
  font-size: 26px;
  line-height: 30px;
}

/* line 102, ../sass/_elements.sass */
.carousel-heading-link {
  color: #fc6d02;
  font-family: RobotoBold, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

/* line 109, ../sass/_elements.sass */
.bdb {
  border-bottom: 1px solid #dedcd9;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

/* line 114, ../sass/_elements.sass */
.bdb-larger {
  margin-bottom: 35px;
  padding-bottom: 30px;
}

/* line 118, ../sass/_elements.sass */
.bdt {
  border-top: 1px solid #dedcd9;
  margin-top: 50px;
  padding-top: 20px;
}

/* line 123, ../sass/_elements.sass */
.pic-large {
  background-position: 55px 0;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  padding-left: 170px;
}
@media (max-width: 767px) {
  /* line 123, ../sass/_elements.sass */
  .pic-large {
    background-position: 20px 0;
    padding-left: 100px;
    padding-right: 20px;
  }
}
/* line 134, ../sass/_elements.sass */
.pic-large a {
  color: #fc6d02;
}
/* line 137, ../sass/_elements.sass */
.pic-large a:hover {
  color: #999999;
}
/* line 140, ../sass/_elements.sass */
.pic-large p {
  color: gray;
  font-size: 14px;
  line-height: 25px;
}

/* line 145, ../sass/_elements.sass */
.pic-strategy {
  background-image: url(../img/icons/pic-strategy.png);
}

/* line 148, ../sass/_elements.sass */
.pic-bulb {
  background-image: url(../img/icons/pic-bulb.png);
}

/* line 151, ../sass/_elements.sass */
.pic-bell {
  background-image: url(../img/icons/pic-bell.png);
}

/* line 154, ../sass/_elements.sass */
.pic-phone {
  background-image: url(../img/icons/pic-phone.png);
}

/* line 157, ../sass/_elements.sass */
.row-social {
  padding: 24px 0 20px;
}

/* line 160, ../sass/_elements.sass */
.twitter-quote {
  background: url(../img/elements/twitter-quote.png) 20px 50% no-repeat;
  font-style: italic;
  padding-left: 100px;
}
@media (max-width: 767px) {
  /* line 160, ../sass/_elements.sass */
  .twitter-quote {
    padding-right: 20px;
  }
}

/* line 168, ../sass/_elements.sass */
.social-links, .share {
  float: right;
}
@media (max-width: 767px) {
  /* line 168, ../sass/_elements.sass */
  .social-links, .share {
    float: none;
    margin: 10px auto 0;
    width: auto;
  }
  /* line 178, ../sass/_elements.sass */
  .blog-item .social-links, .blog-item .share {
    width: auto;
  }
}
/* line 181, ../sass/_elements.sass */
.social-links > li, .share > li {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
/* line 187, ../sass/_elements.sass */
.social-links > li > a, .share > li > a {
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #82d1be;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 198, ../sass/_elements.sass */
.share {
  float: none;
}
/* line 203, ../sass/_elements.sass */
.share > li > a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 206, ../sass/_elements.sass */
.share > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 209, ../sass/_elements.sass */
.social-links-twitter {
  background-image: url(../img/icons/social-links-twitter.png);
}
/* line 212, ../sass/_elements.sass */
.share .social-links-twitter, ul > li > .social-links-twitter:hover {
  background-color: #02aded;
}

/* line 216, ../sass/_elements.sass */
.social-links-facebook {
  background-image: url(../img/icons/social-links-facebook.png);
}
/* line 219, ../sass/_elements.sass */
.share .social-links-facebook, ul > li > .social-links-facebook:hover {
  background-color: #3d5b98;
}

/* line 223, ../sass/_elements.sass */
.social-links-linkedin {
  background-image: url(../img/icons/social-links-linkedin.png);
}
/* line 226, ../sass/_elements.sass */
.share .social-links-linkedin, ul > li > .social-links-linkedin:hover {
  background-color: #02679a;
}

/* line 230, ../sass/_elements.sass */
.social-links-behance {
  background-image: url(../img/icons/social-links-behance.png);
}
/* line 233, ../sass/_elements.sass */
.share .social-links-behance, ul > li > .social-links-behance:hover {
  background-color: #1a1a1a;
}

/* line 237, ../sass/_elements.sass */
.social-links-googleplus {
  background-image: url(../img/icons/social-links-googleplus.png);
}
/* line 240, ../sass/_elements.sass */
.share .social-links-googleplus, ul > li > .social-links-googleplus:hover {
  background-color: #b73425;
}

/* line 244, ../sass/_elements.sass */
.social-links-pinterest {
  background-image: url(../img/icons/social-links-pinterest.png);
}
/* line 247, ../sass/_elements.sass */
.share .social-links-pinterest, ul > li > .social-links-pinterest:hover {
  background-color: #cc2128;
}

/* line 251, ../sass/_elements.sass */
.social-links-stumbleupon {
  background-image: url(../img/icons/social-links-stumbleupon.png);
}
/* line 254, ../sass/_elements.sass */
.share .social-links-stumbleupon, ul > li > .social-links-stumbleupon:hover {
  background-color: #eb4923;
}

/* line 258, ../sass/_elements.sass */
.social-links-rss {
  background-image: url(../img/icons/social-links-rss.png);
}
/* line 261, ../sass/_elements.sass */
.share .social-links-rss, ul > li > .social-links-rss:hover {
  background-color: #f26109;
}

/* line 265, ../sass/_elements.sass */
.social-links-email {
  background-image: url(../img/icons/social-links-email.png);
}
/* line 268, ../sass/_elements.sass */
.share .social-links-email, ul > li > .social-links-email:hover {
  background-color: #999999;
}

/* line 272, ../sass/_elements.sass */
.img-rounded, .img-block, .recent-projects-img {
  -webkit-border-radius: 5px 4px;
  -moz-border-radius: 5px / 4px;
  border-radius: 5px / 4px;
}

/* line 275, ../sass/_elements.sass */
.img-block {
  margin-bottom: 20px;
}

/* line 279, ../sass/_elements.sass */
.team-block {
  margin-bottom: 40px;
  text-align: center;
}
/* line 283, ../sass/_elements.sass */
.team-block h4 {
  margin-bottom: 0;
}

/* line 286, ../sass/_elements.sass */
.team-img {
  border: 5px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #dedcd9;
  -moz-box-shadow: 0 0 0 1px #dedcd9;
  box-shadow: 0 0 0 1px #dedcd9;
  margin: 0 auto;
  max-width: 235px;
  max-height: 229px;
  overflow: hidden;
  position: relative;
}
/* line 297, ../sass/_elements.sass */
.team-img:hover .team-img-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 300, ../sass/_elements.sass */
.lt-ie9 .team-img:hover .team-img-overlay {
  display: block;
}

/* line 303, ../sass/_elements.sass */
.team-img-overlay {
  background: rgba(99, 198, 174, 0.75);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
/* line 312, ../sass/_elements.sass */
.lt-ie9 .team-img-overlay {
  background: url(../img/elements/green-overlay.png);
  display: none;
}

/* line 316, ../sass/_elements.sass */
.team-social-links {
  margin: -18px 0 0 -92px;
  height: 36px;
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 323, ../sass/_elements.sass */
.team-social-links > li {
  display: inline-block;
  font-size: 0;
  width: 36px;
  height: 36px;
}
/* line 329, ../sass/_elements.sass */
.team-social-links > li > a {
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #82d1be;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 340, ../sass/_elements.sass */
.team-position {
  color: #999999;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 348, ../sass/_elements.sass */
.pricing-block {
  background: #f7f5f2;
  border-bottom: 1px solid #dedcd9;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -ms-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -webkit-box-shadow: 0 5px 0 -2px #f7f5f2, 0 8px 0 -4px #dedcd9, 0 13px 0 -6px #f7f5f2, 0 16px 0 -8px #dedcd9;
  -moz-box-shadow: 0 5px 0 -2px #f7f5f2, 0 8px 0 -4px #dedcd9, 0 13px 0 -6px #f7f5f2, 0 16px 0 -8px #dedcd9;
  box-shadow: 0 5px 0 -2px #f7f5f2, 0 8px 0 -4px #dedcd9, 0 13px 0 -6px #f7f5f2, 0 16px 0 -8px #dedcd9;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

/* line 359, ../sass/_elements.sass */
.pricing-block:before {
  background: #f5a96c;
  border-color: white white transparent transparent;
  border-width: 0 12px 13px 0;
  border-style: solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -ms-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/* line 373, ../sass/_elements.sass */
.pricing-title {
  background: #f48022;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  margin: 0;
}

/* line 382, ../sass/_elements.sass */
.pricing-cost {
  background: #f0eeeb;
  color: #fc6d02;
  font-size: 50px;
  line-height: 80px;
}
/* line 388, ../sass/_elements.sass */
.pricing-cost span {
  font-size: 30px;
  line-height: 26px;
}

/* line 392, ../sass/_elements.sass */
.pricing-features {
  list-style: none;
  margin: 0;
}
/* line 396, ../sass/_elements.sass */
.pricing-features > li {
  background: #f0eeeb;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 403, ../sass/_elements.sass */
.pricing-features > li:nth-child(odd) {
  background: #f7f5f2;
}

/* line 406, ../sass/_elements.sass */
.btn-pricing-select {
  margin: 20px auto;
  width: 160px;
}

/* line 410, ../sass/_elements.sass */
.google-map-contact-us {
  width: 100%;
  height: 500px;
}

/* line 414, ../sass/_elements.sass */
.alert {
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  border-width: 0;
  overflow: hidden;
  padding: 12px 35px 12px 18px;
  position: relative;
}

/* line 421, ../sass/_elements.sass */
.alert-corner, .tags-cloud > li > a:after, .alert-success:before, .alert-info:before, .alert-danger:before, .alert-warning:before {
  border-color: white white transparent transparent;
  border-width: 0 12px 13px 0;
  border-style: solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -ms-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/* line 434, ../sass/_elements.sass */
.alert-success {
  background: #c9d9b6;
  color: #92a67b;
  text-shadow: 0 1px #e1f2cb;
}
/* line 439, ../sass/_elements.sass */
.alert-success p {
  color: #92a67b;
}
/* line 442, ../sass/_elements.sass */
.alert-success:before {
  background: #dff0ca;
}

/* line 446, ../sass/_elements.sass */
.alert-info {
  background: #9ddcf5;
  color: #55a3c2;
  text-shadow: 0 1px #bdecff;
}
/* line 451, ../sass/_elements.sass */
.alert-info p {
  color: #55a3c2;
}
/* line 454, ../sass/_elements.sass */
.alert-info:before {
  background: #bbebfe;
}

/* line 458, ../sass/_elements.sass */
.alert-danger {
  background: #ffadad;
  color: #cc6262;
  text-shadow: 0 1px #ffc7c7;
}
/* line 463, ../sass/_elements.sass */
.alert-danger p {
  color: #cc6262;
}
/* line 466, ../sass/_elements.sass */
.alert-danger:before {
  background: #ffc7c7;
}

/* line 470, ../sass/_elements.sass */
.alert-warning {
  background: #ffe7ad;
  color: #b0975b;
  text-shadow: 0 1px #fcefcf;
}
/* line 475, ../sass/_elements.sass */
.alert-warning p {
  color: #b0975b;
}
/* line 478, ../sass/_elements.sass */
.alert-warning:before {
  background: #fff4d9;
}

/* line 482, ../sass/_elements.sass */
.sidebar-widget {
  margin-bottom: 25px;
}
/* line 485, ../sass/_elements.sass */
.sidebar-widget h3 {
  border-bottom: 1px solid #f0eeeb;
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* line 493, ../sass/_elements.sass */
.sidebar-popular-posts > li {
  border-bottom: 1px solid #f0eeeb;
  overflow: hidden;
  padding: 15px 0;
}
/* line 498, ../sass/_elements.sass */
.sidebar-popular-posts h5 {
  font-family: RobotoBold, sans-serif;
  font-size: 14px;
  margin: 0;
}

/* line 1, ../sass/_form.sass */
input[type=text],
input[type=email],
input[type=password],
textarea {
  background: #f7f5f2;
  border-color: #dedcd9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 14px;
}
/* line 12, ../sass/_form.sass */
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
textarea:focus,
textarea:active {
  border-color: #fc6d02;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 17, ../sass/_form.sass */
input[type=text],
input[type=email],
input[type=password] {
  height: 40px;
}

input[type=text].error_class,
input[type=email].error_class,
input[type=password].error_class {
    background-color: #FF6666;
}


/* line 22, ../sass/_form.sass */
textarea {
  min-height: 150px;
}

/* line 25, ../sass/_form.sass */
label {
  font-family: RobotoBold, sans-serif;
}

/* line 29, ../sass/_form.sass */
.container-footer-grey input[type=text],
.container-footer-grey input[type=email],
.container-footer-grey input[type=password] {
  border: 1px solid transparent;
}
/* line 34, ../sass/_form.sass */
.container-footer-grey input[type=text]:focus, .container-footer-grey input[type=text]:active,
.container-footer-grey input[type=email]:focus,
.container-footer-grey input[type=email]:active,
.container-footer-grey input[type=password]:focus,
.container-footer-grey input[type=password]:active {
  border-color: #fc6d02;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 39, ../sass/_form.sass */
input.username {
  background-image: url(../img/icons/input-username.png);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 30px;
}

/* line 46, ../sass/_form.sass */
input.email {
  background-image: url(../img/icons/input-email.png);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 30px;
}

/* line 53, ../sass/_form.sass */
.subscribe {
  margin-top: 5px;
  padding-left: 100px;
}
/* line 57, ../sass/_form.sass */
.subscribe .btn {
  text-transform: uppercase;
}

/* line 60, ../sass/_form.sass */
.btn {
  background: #dedcd9;
  border: 0;
  -webkit-box-shadow: 0 3px #aba9a7;
  -moz-box-shadow: 0 3px #aba9a7;
  box-shadow: 0 3px #aba9a7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #787775;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px;
  text-shadow: 0 1px #f7f5f2;
  text-transform: uppercase;
}
/* line 72, ../sass/_form.sass */
.btn:hover {
  background: #eae9e7;
}
/* line 75, ../sass/_form.sass */
.btn:active, .btn:focus {
  background: #dedcd9;
}
/* line 79, ../sass/_form.sass */
.btn.active {
  padding-bottom: 6px;
  position: relative;
  top: 1px;
}
/* line 84, ../sass/_form.sass */
.btn:focus {
  outline: none;
}
/* line 87, ../sass/_form.sass */
.btn[disabled] {
  background-color: #dedcd9;
  color: #aba9a6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  text-shadow: 0 1px #f7f5f2;
}
/* line 93, ../sass/_form.sass */
.form-search .btn {
  position: relative;
  top: -1px;
}

/* line 97, ../sass/_form.sass */
.btn-primary {
  background: #fc6d02;
  color: white;
  -webkit-box-shadow: 0 3px #cccccc;
  -moz-box-shadow: 0 3px #cccccc;
  box-shadow: 0 3px #cccccc;
  text-shadow: 0 1px #cacaca;
}
/* line 103, ../sass/_form.sass */
.btn-primary:hover, .btn-primary:focus {
  background: #333333;
  color: white;
}
/* line 108, ../sass/_form.sass */
.btn-primary:active {
  background: #fc6d02;
}
/* line 111, ../sass/_form.sass */
.btn-primary.active {
  background: #cacaca;
  -webkit-box-shadow: 0 3px #cccccc, inset 0 1px #cccccc;
  -moz-box-shadow: 0 3px #cccccc, inset 0 1px #cccccc;
  box-shadow: 0 3px #cccccc, inset 0 1px #cccccc;
}
/* line 115, ../sass/_form.sass */
.btn-primary[disabled] {
  background-color: #8bc7b8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #cacaca;
  text-shadow: 0 1px #9de0d0;
}

/* line 121, ../sass/_form.sass */
.btn-success {
  background: #a8bf8e;
  color: white;
  -webkit-box-shadow: 0 3px #7b8c68;
  -moz-box-shadow: 0 3px #7b8c68;
  box-shadow: 0 3px #7b8c68;
  text-shadow: 0 1px #7b8c68;
}
/* line 127, ../sass/_form.sass */
.btn-success:hover, .btn-success:focus {
  background: #b5c89e;
}
/* line 131, ../sass/_form.sass */
.btn-success:active {
  background: #a8bf8e;
  -webkit-box-shadow: inset 0 1px #7b8c68;
  -moz-box-shadow: inset 0 1px #7b8c68;
  box-shadow: inset 0 1px #7b8c68;
}
/* line 135, ../sass/_form.sass */
.btn-success.active {
  background: #7b8c68;
  -webkit-box-shadow: 0 3px #7b8c68, inset 0 1px #7b8c68;
  -moz-box-shadow: 0 3px #7b8c68, inset 0 1px #7b8c68;
  box-shadow: 0 3px #7b8c68, inset 0 1px #7b8c68;
}
/* line 139, ../sass/_form.sass */
.btn-success[disabled] {
  background-color: #c9d9b6;
  color: #92a67b;
  text-shadow: 0 1px #e1f2cb;
}

/* line 144, ../sass/_form.sass */
.btn-info {
  background: #6dcff6;
  color: white;
  -webkit-box-shadow: 0 3px #4a8ea8;
  -moz-box-shadow: 0 3px #4a8ea8;
  box-shadow: 0 3px #4a8ea8;
  text-shadow: 0 1px #4a8ea8;
}
/* line 150, ../sass/_form.sass */
.btn-info:hover, .btn-info:focus {
  background: #85d7f7;
}
/* line 154, ../sass/_form.sass */
.btn-info:active {
  background: #6dcff6;
  -webkit-box-shadow: inset 0 1px #4a8ea8;
  -moz-box-shadow: inset 0 1px #4a8ea8;
  box-shadow: inset 0 1px #4a8ea8;
}
/* line 158, ../sass/_form.sass */
.btn-info.active {
  background: #4a8ea8;
  -webkit-box-shadow: 0 3px #4a8ea8, inset 0 1px #4a8ea8;
  -moz-box-shadow: 0 3px #4a8ea8, inset 0 1px #4a8ea8;
  box-shadow: 0 3px #4a8ea8, inset 0 1px #4a8ea8;
}
/* line 162, ../sass/_form.sass */
.btn-info[disabled] {
  background-color: #9ddcf5;
  color: #55a3c2;
  text-shadow: 0 1px #bdecff;
}

/* line 167, ../sass/_form.sass */
.btn-danger {
  background: #ff7a7a;
  color: white;
  -webkit-box-shadow: 0 3px #cc6262;
  -moz-box-shadow: 0 3px #cc6262;
  box-shadow: 0 3px #cc6262;
  text-shadow: 0 1px #cc6262;
}
/* line 173, ../sass/_form.sass */
.btn-danger:hover, .btn-danger:focus {
  background: #ff9494;
}
/* line 177, ../sass/_form.sass */
.btn-danger:active {
  background: #ff7a7a;
  -webkit-box-shadow: inset 0 1px #cc6262;
  -moz-box-shadow: inset 0 1px #cc6262;
  box-shadow: inset 0 1px #cc6262;
}
/* line 181, ../sass/_form.sass */
.btn-danger.active {
  background: #cc6262;
  -webkit-box-shadow: 0 3px #cc6262, inset 0 1px #cc6262;
  -moz-box-shadow: 0 3px #cc6262, inset 0 1px #cc6262;
  box-shadow: 0 3px #cc6262, inset 0 1px #cc6262;
}
/* line 185, ../sass/_form.sass */
.btn-danger[disabled] {
  background-color: #ffadad;
  color: #cc6262;
  text-shadow: 0 1px #ffc7c7;
}

/* line 190, ../sass/_form.sass */
.btn-warning {
  background: #f48022;
  color: white;
  -webkit-box-shadow: 0 3px #c2661b;
  -moz-box-shadow: 0 3px #c2661b;
  box-shadow: 0 3px #c2661b;
  text-shadow: 0 1px #c2661b;
}
/* line 196, ../sass/_form.sass */
.btn-warning:hover, .btn-warning:focus {
  background: #f58e3a;
}
/* line 200, ../sass/_form.sass */
.btn-warning:active {
  background: #f48022;
  -webkit-box-shadow: inset 0 1px #c2661b;
  -moz-box-shadow: inset 0 1px #c2661b;
  box-shadow: inset 0 1px #c2661b;
}
/* line 204, ../sass/_form.sass */
.btn-warning.active {
  background: #c2661b;
  -webkit-box-shadow: 0 3px #c2661b, inset 0 1px #c2661b;
  -moz-box-shadow: 0 3px #c2661b, inset 0 1px #c2661b;
  box-shadow: 0 3px #c2661b, inset 0 1px #c2661b;
}
/* line 208, ../sass/_form.sass */
.btn-warning[disabled] {
  background-color: #f59c53;
  color: #c2661b;
  text-shadow: 0 1px #ffbe8a;
}

/* line 213, ../sass/_form.sass */
.btn-large {
  font-size: 16px;
  padding: 12px 30px;
  height: 45px;
  text-transform: none;
}

/* line 219, ../sass/_form.sass */
.btn-small {
  -webkit-box-shadow: 0 1px #aba9a7;
  -moz-box-shadow: 0 1px #aba9a7;
  box-shadow: 0 1px #aba9a7;
  font-size: 11px;
  height: 30px;
  padding: 5px 20px;
}
/* line 225, ../sass/_form.sass */
.btn-small.primary {
  -webkit-box-shadow: 0 1px #aba9a7;
  -moz-box-shadow: 0 1px #aba9a7;
  box-shadow: 0 1px #aba9a7;
}
/* line 228, ../sass/_form.sass */
.btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #cccccc;
  -moz-box-shadow: 0 1px #cccccc;
  box-shadow: 0 1px #cccccc;
}
/* line 231, ../sass/_form.sass */
.btn-small.btn-success {
  -webkit-box-shadow: 0 1px #7b8c68;
  -moz-box-shadow: 0 1px #7b8c68;
  box-shadow: 0 1px #7b8c68;
}
/* line 234, ../sass/_form.sass */
.btn-small.btn-info {
  -webkit-box-shadow: 0 1px #4a8ea8;
  -moz-box-shadow: 0 1px #4a8ea8;
  box-shadow: 0 1px #4a8ea8;
}
/* line 237, ../sass/_form.sass */
.btn-small.btn-danger {
  -webkit-box-shadow: 0 1px #cc6262;
  -moz-box-shadow: 0 1px #cc6262;
  box-shadow: 0 1px #cc6262;
}
/* line 240, ../sass/_form.sass */
.btn-small.btn-warning {
  -webkit-box-shadow: 0 1px #c2661b;
  -moz-box-shadow: 0 1px #c2661b;
  box-shadow: 0 1px #c2661b;
}

/* line 243, ../sass/_form.sass */
.btn-larger, .btn-read-more {
  font-size: 16px;
  line-height: 23px;
  padding: 11px 30px 11px 16px;
  text-transform: none;
  vertical-align: top;
}

/* line 250, ../sass/_form.sass */
.btn-larger-reverse {
  padding-left: 30px;
  padding-right: 16px;
}

/* line 254, ../sass/_form.sass */
.btn-larger-even, .btn-read-more {
  padding-right: 16px;
}

/* line 257, ../sass/_form.sass */
.btn-read-more {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 264, ../sass/_form.sass */
#contacts_form input[type=text],
#contacts_form input[type=email],
#contacts_form textarea,
.form-contact input[type=text],
.form-contact input[type=email],
.form-contact textarea {
  margin-bottom: 20px;
  width: 100%;
}
/* line 270, ../sass/_form.sass */
.form-contact input[type=submit] {
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 274, ../sass/_form.sass */
.typeahead, .dropdown-menu {
  background: #f7f5f2;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 0;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

/* line 286, ../sass/_form.sass */
.dropdown-menu > li > a {
  color: #4c4c4c;
}
/* line 289, ../sass/_form.sass */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #fc6d02;
  color: white;
}
/* line 295, ../sass/_form.sass */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #fc6d02;
  color: white;
}

/* line 302, ../sass/_form.sass */
.btn .caret {
  border-top-color: #787775;
  margin-left: 8px;
}
/* line 306, ../sass/_form.sass */
.btn-primary .caret, .btn-success .caret, .btn-info .caret, .btn-danger .caret, .btn-warning .caret {
  border-top-color: white;
}

/* line 313, ../sass/_form.sass */
.modal {
  border-top-color: #f4f4f4;
  border-left-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #bbbbbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 321, ../sass/_form.sass */
.modal-header,
.modal-body,
.modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 327, ../sass/_form.sass */
.modal-header {
  border-bottom: 0;
  padding-top: 25px;
}
/* line 331, ../sass/_form.sass */
.modal-header > h3 {
  border-bottom: 1px solid #f0eeeb;
  padding-bottom: 15px;
}

/* line 335, ../sass/_form.sass */
.modal-footer {
  background: #f7f5f2;
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 342, ../sass/_form.sass */
.nav-tabs > li > a {
  font-family: RobotoBold, sans-serif;
  font-weight: bold;
}

/* line 346, ../sass/_form.sass */
.accordion-toggle {
  background: #f7f5f2;
  font-weight: bold;
}
/* line 350, ../sass/_form.sass */
.accordion-toggle.active {
  color: #4c4c4c;
}

/* line 353, ../sass/_form.sass */
.tooltip-inner {
  background: #999999;
}

/* line 358, ../sass/_form.sass */
.tooltip.top .tooltip-arrow {
  border-top-color: #999999;
}
/* line 361, ../sass/_form.sass */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #999999;
}
/* line 364, ../sass/_form.sass */
.tooltip.left .tooltip-arrow {
  border-left-color: #999999;
}
/* line 367, ../sass/_form.sass */
.tooltip.right .tooltip-arrow {
  border-right-color: #999999;
}

/* line 1, ../sass/_blog.sass */
.blog-widget-date {
  background: url(../img/elements/calendar.png) 0 0 no-repeat;
  display: block;
  float: left;
  margin-right: 10px;
  width: 52px;
  height: 53px;
}

/* line 9, ../sass/_blog.sass */
.blog-widget-date-month, .blog-item-date-month {
  color: white;
  font-family: RobotoBold, sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px #c2661b;
  text-transform: uppercase;
}

/* line 18, ../sass/_blog.sass */
.blog-widget-date-day, .blog-item-date-day {
  color: #666666;
  font-family: RobotoLight, sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

/* line 29, ../sass/_blog.sass */
.blog-widget-categories > li {
  background: #f48022;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 36, ../sass/_blog.sass */
.blog-widget-categories > li:hover {
  background: #f69c53;
}
/* line 39, ../sass/_blog.sass */
.blog-widget-categories > li > a {
  color: white;
  display: block;
  font-size: 11px;
  height: 100%;
  padding: 2px 15px;
  text-transform: uppercase;
}

/* line 47, ../sass/_blog.sass */
.blog-widget-author {
  color: #999999;
  font-family: RobotoBold, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
}
/* line 54, ../sass/_blog.sass */
.blog-widget-author a {
  color: #fc6d02;
}

/* line 57, ../sass/_blog.sass */
.blog-widget-heading {
  font-family: RobotoBold, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
/* line 62, ../sass/_blog.sass */
.blog-widget-heading a {
  color: #fc6d02;
}

/* line 65, ../sass/_blog.sass */
.blog-widget-intro {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 25px;
}

/* line 70, ../sass/_blog.sass */
.blog-widget-240 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 75, ../sass/_blog.sass */
.swiper-blog-updates .media > .pull-left {
  margin-right: 20px;
}

/* line 85, ../sass/_blog.sass */
.single-page-blog-item > .pull-left {
  margin-right: 20px;
}

/* line 88, ../sass/_blog.sass */
.blog-feed-item {
  border-bottom: 1px solid #f0eeeb;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 88, ../sass/_blog.sass */
  .blog-feed-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/* line 97, ../sass/_blog.sass */
.blog-feed-item h2 {
  margin-bottom: 23px;
}
/* line 100, ../sass/_blog.sass */
.blog-feed-item h2 a {
  color: #f48022;
}
/* line 103, ../sass/_blog.sass */
.blog-feed-item h2 a:hover {
  color: #f69c53;
}

/* line 106, ../sass/_blog.sass */
.blog-item-meta {
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 112, ../sass/_blog.sass */
  .blog-feed-sidebar-right .blog-item-meta {
    margin-bottom: 10px;
    margin-top: 0;
  }
  /* line 116, ../sass/_blog.sass */
  .blog-feed-sidebar-left .blog-item-meta {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 120, ../sass/_blog.sass */
.blog-item-meta .tags-list {
  float: left;
  margin-bottom: 0;
}
/* line 124, ../sass/_blog.sass */
.blog-item-meta .blog-item-author {
  float: left;
}

/* line 127, ../sass/_blog.sass */
.blog-item-date {
  background: url(../img/elements/blog-item-date.png) 0 0 no-repeat;
  margin-bottom: 14px;
  width: 70px;
  height: 73px;
}
/* line 133, ../sass/_blog.sass */
.lt-ie9 .blog-item-date {
  background-image: url(../img/elements/blog-item-date-ie.png);
  width: 60px;
  height: 61px;
}
@media (max-width: 1200px) and (min-width: 980px) {
  /* line 127, ../sass/_blog.sass */
  .blog-item-date {
    background-image: url(../img/elements/blog-item-date-ie.png);
    width: 60px;
    height: 61px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 127, ../sass/_blog.sass */
  .blog-item-date {
    background-image: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 127, ../sass/_blog.sass */
  .blog-item-date {
    float: left;
  }
}

/* line 150, ../sass/_blog.sass */
.blog-item-date-month {
  height: 20px;
  line-height: 18px;
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 150, ../sass/_blog.sass */
  .blog-item-date-month {
    color: #666666;
    text-shadow: none;
  }
}

/* line 159, ../sass/_blog.sass */
.blog-item-date-day {
  font-size: 36px;
  line-height: 45px;
}
/* line 164, ../sass/_blog.sass */
.lt-ie9 .blog-item-date-day {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1200px) and (min-width: 980px) {
  /* line 159, ../sass/_blog.sass */
  .blog-item-date-day {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 159, ../sass/_blog.sass */
  .blog-item-date-day {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 176, ../sass/_blog.sass */
.blog-item-type {
  background: url(../img/elements/blog-item-type.png) 0 0 no-repeat;
  width: 70px;
  height: 71px;
}
@media (max-width: 767px) {
  /* line 176, ../sass/_blog.sass */
  .blog-item-type {
    float: left;
    margin-left: 10px;
  }
}
/* line 185, ../sass/_blog.sass */
.lt-ie9 .blog-item-type {
  background-image: url(../img/elements/blog-item-type-ie.png);
  width: 60px;
  height: 61px;
}
@media (max-width: 1200px) and (min-width: 980px) {
  /* line 176, ../sass/_blog.sass */
  .blog-item-type {
    background-image: url(../img/elements/blog-item-type-ie.png);
    width: 60px;
    height: 61px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 176, ../sass/_blog.sass */
  .blog-item-type {
    display: none;
  }
}

/* line 198, ../sass/_blog.sass */
.blog-item-video,
.blog-item-image,
.blog-item-audio,
.blog-item-post {
  background: 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* line 207, ../sass/_blog.sass */
.blog-item-video {
  background-image: url(../img/icons/blog-item-video.png);
}

/* line 210, ../sass/_blog.sass */
.blog-item-image {
  background-image: url(../img/icons/blog-item-image.png);
}

/* line 213, ../sass/_blog.sass */
.blog-item-audio {
  background-image: url(../img/icons/blog-item-audio.png);
}

/* line 216, ../sass/_blog.sass */
.blog-item-post {
  background-image: url(../img/icons/blog-item-post.png);
}

/* line 219, ../sass/_blog.sass */
.blog-item-featured-img {
  margin-bottom: 20px;
}
/* line 222, ../sass/_blog.sass */
.blog-item-featured-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 225, ../sass/_blog.sass */
.blog-item-author {
  color: #999999;
  font-size: 11px;
  margin-left: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}

/* line 232, ../sass/_blog.sass */
.blog-item-comments {
  color: #999999;
  float: right;
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
}

/* line 239, ../sass/_blog.sass */
.blog-pagination {
  margin: 0 auto 15px;
  overflow: hidden;
  width: 50%;
  min-width: 420px;
}

/* line 245, ../sass/_blog.sass */
.pagination-prev,
.pagination-next {
  background: #fc6d02;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #cacaca;
  -moz-box-shadow: 0 1px #cacaca;
  box-shadow: 0 1px #cacaca;
  float: left;
}
/* line 252, ../sass/_blog.sass */
.pagination-prev > a,
.pagination-next > a {
  display: block;
  padding: 8px 13px;
  width: 4px;
  height: 14px;
}
/* line 258, ../sass/_blog.sass */
.pagination-prev:hover,
.pagination-next:hover {
  background-color: #f48022;
  -webkit-box-shadow: 0 1px #c2661b;
  -moz-box-shadow: 0 1px #c2661b;
  box-shadow: 0 1px #c2661b;
}

/* line 262, ../sass/_blog.sass */
.pagination-prev {
  margin-right: 40px;
}
/* line 265, ../sass/_blog.sass */
.pagination-prev > a {
  background: url(../img/icons/carousel-prev.png) 10px 50% no-repeat;
}

/* line 268, ../sass/_blog.sass */
.pagination-next {
  margin-left: 40px;
}
/* line 271, ../sass/_blog.sass */
.pagination-next > a {
  background: url(../img/icons/carousel-next.png) 50% 50% no-repeat;
}

/* line 274, ../sass/_blog.sass */
.pagination-list {
  float: left;
}
/* line 279, ../sass/_blog.sass */
.pagination-list > li {
  padding-bottom: 2px;
}
/* line 282, ../sass/_blog.sass */
.pagination-list > li > a {
  background: #fc6d02;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #cacaca;
  -moz-box-shadow: 0 1px #cacaca;
  box-shadow: 0 1px #cacaca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 3px;
  text-align: center;
  text-shadow: 0 1px #cacaca;
  width: 30px;
  height: 29px;
}
/* line 297, ../sass/_blog.sass */
.lt-ie8 .pagination-list > li > a {
  line-height: 14px;
  padding: 8px 13px;
  width: auto;
  height: auto;
}
/* line 303, ../sass/_blog.sass */
.pagination-list > li > a:hover, .pagination-list > li > a.active {
  background: #f48022;
  -webkit-box-shadow: 0 1px #c2661b;
  -moz-box-shadow: 0 1px #c2661b;
  box-shadow: 0 1px #c2661b;
  text-shadow: 0 1px #c2661b;
}

/* line 309, ../sass/_blog.sass */
.blog-item-content-img {
  float: left;
  display: table;
  margin-right: 20px;
}
/* line 314, ../sass/_blog.sass */
.blog-item-content-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
}

/* line 318, ../sass/_blog.sass */
.blog-item-content-img-caption {
  caption-side: bottom;
  color: #999999;
  display: table-caption;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px 5px;
}

/* line 327, ../sass/_blog.sass */
.blog-item h2 {
  margin-bottom: 23px;
}

/* line 1, ../sass/_slider.sass */
.slider {
  overflow: hidden;
  position: relative;
}

/* line 5, ../sass/_slider.sass */
.swiper {
  position: relative;
}

/* line 8, ../sass/_slider.sass */
.swiper-container {
  height: 350px;
}
/* line 11, ../sass/_slider.sass */
.swiper-blog-updates .swiper-container {
  height: 280px;
}
@media (max-width: 767px) {
  /* line 11, ../sass/_slider.sass */
  .swiper-blog-updates .swiper-container {
    height: 500px;
  }
}

/* line 17, ../sass/_slider.sass */
.swiper-container-medium {
  height: 720px;
}
/* line 20, ../sass/_slider.sass */
.swiper-container-medium .slider-text-container {
  position: relative;
  height: 720px;
}
/* line 24, ../sass/_slider.sass */
.swiper-container-medium .slider-text {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  bottom: 90px;
  right: 320px;
}
@media (max-width: 767px) {
  /* line 24, ../sass/_slider.sass */
  .swiper-container-medium .slider-text {
    left: 20px;
    right: 20px;
  }
}
/* line 35, ../sass/_slider.sass */
.swiper-container-medium .slider-text p {
  color: white;
}

/* line 38, ../sass/_slider.sass */
.swiper-container-large {
  width: 100%;
  height: auto;
  max-height: 700px;
}

/* line 43, ../sass/_slider.sass */
.swiper-slide-large-bg {
  background: 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  width: 100%;
  height: 670px;
}

/* line 51, ../sass/_slider.sass */
.swiper-slide-medium {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 54, ../sass/_slider.sass */
.slider-heading {
  color: #f7f5f2;
  font-family: RobotoSlabBold, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 62px;
  margin-top: 20px;
  padding-left: 20px;
}
/* line 63, ../sass/_slider.sass */
.slider-heading span {
  background: url(../img/elements/slider-heading.png) repeat-x;
  background: rgba(99, 198, 174, 0.4);
  color: white;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: -20px;
  padding: 0 20px;
}

/* line 72, ../sass/_slider.sass */
.slider-text {
  color: white;
  line-height: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

/* line 78, ../sass/_slider.sass */
.slider-controls {
  padding-bottom: 3px;
  padding-left: 20px;
}
/* line 82, ../sass/_slider.sass */
.slider-controls .btn {
  font-family: RobotoBold, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
}

/* line 88, ../sass/_slider.sass */
.btn-slider {
  background: transparent;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
  margin-right: 10px;
  padding: 6px 28px 5px;
}
/* line 98, ../sass/_slider.sass */
.btn-slider:hover, .btn-slider:focus, .btn-slider:active {
  background: transparent;
  color: white;
}

/* line 104, ../sass/_slider.sass */
.slider-arrow-down {
  background: white url(../img/icons/arrow-down.png) 50% 50% no-repeat;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-left: -30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 26px;
  z-index: 10;
}

/* line 115, ../sass/_slider.sass */
.carousel-container-controls {
  position: absolute;
  right: 0;
  top: -50px;
}

/* line 120, ../sass/_slider.sass */
.carousel-prev,
.carousel-next {
  background-color: #fc6d02;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px #cacaca;
  -moz-box-shadow: 0 1px #cacaca;
  box-shadow: 0 1px #cacaca;
  -webkit-border-radius: 4px 3px;
  -moz-border-radius: 4px / 3px;
  border-radius: 4px / 3px;
  display: block;
  float: left;
  font-size: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  /* line 120, ../sass/_slider.sass */
  .carousel-prev,
  .carousel-next {
    display: none;
  }
}
/* line 137, ../sass/_slider.sass */
.carousel-prev:hover, .carousel-prev:active,
.carousel-next:hover,
.carousel-next:active {
  background-color: #88d4c1;
}
/* line 141, ../sass/_slider.sass */
.carousel-prev:active,
.carousel-next:active {
  -webkit-box-shadow: inset 0 1px #cacaca;
  -moz-box-shadow: inset 0 1px #cacaca;
  box-shadow: inset 0 1px #cacaca;
}

/* line 144, ../sass/_slider.sass */
.carousel-prev {
  background-image: url(../img/icons/carousel-prev.png);
  background-position: 45% 50%;
  margin-right: 3px;
}

/* line 149, ../sass/_slider.sass */
.carousel-next {
  background-image: url(../img/icons/carousel-next.png);
}

/* line 152, ../sass/_slider.sass */
.swiper-prev-large,
.swiper-next-large {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  /* line 152, ../sass/_slider.sass */
  .swiper-prev-large,
  .swiper-next-large {
    display: none;
  }
}

/* line 167, ../sass/_slider.sass */
.swiper-prev-large {
  background-image: url(../img/icons/swiper-prev-large.png);
  left: 10px;
}

/* line 171, ../sass/_slider.sass */
.swiper-next-large {
  background-image: url(../img/icons/swiper-next-large.png);
  right: 10px;
}

/* line 175, ../sass/_slider.sass */
.row-recent-projects,
.row-blog-updates {
  margin-bottom: 10px;
  margin-top: 30px;
}

/* line 180, ../sass/_slider.sass */
.swiper-recent-projects {
  max-height: 350px;
}
/* line 183, ../sass/_slider.sass */
.swiper-recent-projects .swiper-slide {
  height: 330px;
}
/* line 186, ../sass/_slider.sass */
.swiper-recent-projects h4 {
  font-family: RobotoBold, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
}
/* line 192, ../sass/_slider.sass */
.swiper-recent-projects h4 > a {
  color: #fc6d02;
  text-decoration: none;
}
/* line 196, ../sass/_slider.sass */
.swiper-recent-projects h4 > a:hover {
  color: #999999;
}
/* line 199, ../sass/_slider.sass */
.swiper-recent-projects h5 {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 5px;
}
/* line 205, ../sass/_slider.sass */
.swiper-recent-projects h5 > a {
  color: #999999;
}

/* line 208, ../sass/_slider.sass */
.recent-projects-img-container, .blog-updates-img-container {
  position: relative;
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 208, ../sass/_slider.sass */
  .recent-projects-img-container, .blog-updates-img-container {
    max-width: 220px;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  /* line 208, ../sass/_slider.sass */
  .recent-projects-img-container, .blog-updates-img-container {
    max-width: 293px;
  }
}

/* line 217, ../sass/_slider.sass */
.recent-projects-img {
  max-width: 370px;
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 217, ../sass/_slider.sass */
  .recent-projects-img {
    max-width: 220px;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  /* line 217, ../sass/_slider.sass */
  .recent-projects-img {
    max-width: 293px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  /* line 227, ../sass/_slider.sass */
  .swiper-recent-projects {
    max-height: 280px;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  /* line 227, ../sass/_slider.sass */
  .swiper-recent-projects {
    max-height: 310px;
  }
}
/* line 234, ../sass/_slider.sass */
.swiper-recent-projects .swiper-slide-visible {
  padding-left: 10px;
}
/* line 237, ../sass/_slider.sass */
.swiper-recent-projects .swiper-slide-active {
  padding: 0;
}

/* line 240, ../sass/_slider.sass */
.recent-projects-overlay, .blog-updates-overlay, .portfolio-list-item-overlay {
    -webkit-border-radius: 5px 4px;
    -moz-border-radius: 5px / 4px;
    border-radius: 5px / 4px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    /* max-width: 370px; */
    margin-top: 20px;
    height: 100%;
}
/* line 251, ../sass/_slider.sass */
.swiper-slide:hover .recent-projects-overlay, .swiper-slide:hover .blog-updates-overlay, .swiper-slide:hover .portfolio-list-item-overlay, .single-page-blog-item:hover .recent-projects-overlay, .single-page-blog-item:hover .blog-updates-overlay, .single-page-blog-item:hover .portfolio-list-item-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 255, ../sass/_slider.sass */
.portfolio-list-item.span6 .recent-projects-overlay, .portfolio-list-item.span6 .blog-updates-overlay, .portfolio-list-item.span6 .portfolio-list-item-overlay {
  max-width: 100%;
}

/* line 258, ../sass/_slider.sass */
.overlay-elements {
    margin-top: -20px;
    position: absolute;
    /* top: 50%; */
    width: 240px;
    left: 0px;
    height: 240px;
}

/* line 264, ../sass/_slider.sass */
.overlay-zoom {
  background: url(../img/icons/overlay-zoom.png) 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  vertical-align: top;
  width: 40px;
  height: 40px;
}

/* line 273, ../sass/_slider.sass */
.overlay-more {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px 4px;
    -moz-border-radius: 5px / 4px;
    border-radius: 5px / 4px;
    color: white;
    display: inline-block;
    font-size: 13px;
    height: 240px;
    line-height: 240px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    width: 240px;
}
/* line 284, ../sass/_slider.sass */
.overlay-more:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 288, ../sass/_slider.sass */
.swiper-pagination-container {
  background: white;
  height: 50px;
  margin-bottom: -30px;
  margin-top: -70px;
  padding-bottom: 35px;
  padding-top: 20px;
  position: relative;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: 101%;
  z-index: 10;
}

/* line 300, ../sass/_slider.sass */
.swiper-pagination {
  text-align: right;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

/* line 304, ../sass/_slider.sass */
.swiper-pagination-switch {
  background: url(../img/icons/swiper-pagination-button.png) 0 0 no-repeat;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
/* line 312, ../sass/_slider.sass */
.swiper-pagination-switch:first-child {
  margin-left: 0;
}

/* line 315, ../sass/_slider.sass */
.swiper-active-switch {
  background-position: 0 -20px;
}

/* line 318, ../sass/_slider.sass */
.slider-heading-semitransparent {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 322, ../sass/_slider.sass */
.slider-heading-large {
  font-size: 80px;
  line-height: 1em;
}

/* line 326, ../sass/_slider.sass */
.slider-heading-subheading {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

/* line 1, ../sass/_portfolio.sass */
.portfolio-list {
  margin-left: -9px;
  width: 960px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/_portfolio.sass */
  .portfolio-list {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 1, ../sass/_portfolio.sass */
  .portfolio-list {
    width: 744px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/_portfolio.sass */
  .portfolio-list {
    margin-left: -14px;
    width: 1206px;
  }
}

/* line 16, ../sass/_portfolio.sass */
.portfolio-list-item {
  display: inline-block;
  float: none;
  margin: 0 9px 30px 8px;
  min-height: 323px;
  vertical-align: top;
}
/* line 23, ../sass/_portfolio.sass */
.portfolio-list-item.span6 {
  min-height: 400px;
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 23, ../sass/_portfolio.sass */
  .portfolio-list-item.span6 {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/_portfolio.sass */
  .portfolio-list-item.span6 {
    min-height: 300px;
  }
}
/* line 32, ../sass/_portfolio.sass */
.portfolio-list-item.span3 {
  min-height: 260px;
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 32, ../sass/_portfolio.sass */
  .portfolio-list-item.span3 {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/_portfolio.sass */
  .portfolio-list-item.span3 {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../sass/_portfolio.sass */
  .portfolio-list-item {
    margin: 0 0 15px;
    min-height: 300px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 16, ../sass/_portfolio.sass */
  .portfolio-list-item {
    margin: 0 8px 25px 9px;
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  /* line 16, ../sass/_portfolio.sass */
  .portfolio-list-item {
    margin: 0 14px 35px;
  }
}
/* line 52, ../sass/_portfolio.sass */
.portfolio-list-item h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
}
/* line 57, ../sass/_portfolio.sass */
.portfolio-list-item h5 {
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 64, ../sass/_portfolio.sass */
.portfolio-list-item-img-container {
  position: relative;
}
/* line 67, ../sass/_portfolio.sass */
.portfolio-list-item-img-container img {
  -webkit-border-radius: 5px 4px;
  -moz-border-radius: 5px / 4px;
  border-radius: 5px / 4px;
}

/* line 73, ../sass/_portfolio.sass */
.portfolio-list-item:hover .portfolio-list-item-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 76, ../sass/_portfolio.sass */
.portfolio-filter {
  margin-bottom: 40px;
}

/* line 79, ../sass/_portfolio.sass */
.portfolio-filter-label {
  cursor: default;
  float: left;
  font-family: RobotoBold, sans-serif;
  font-size: 11px;
  margin-right: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}

/* line 88, ../sass/_portfolio.sass */
.portfolio-filter-list {
  float: left;
}
/* line 93, ../sass/_portfolio.sass */
.portfolio-filter-list > li {
  background: #f0eeeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: gray;
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px 15px 9px;
  text-transform: uppercase;
}
/* line 105, ../sass/_portfolio.sass */
.portfolio-filter-list > li.selected, .portfolio-filter-list > li:hover {
  background: #f48022;
  color: white;
}

@media (max-width: 767px) {
  /* line 112, ../sass/_portfolio.sass */
  .portfolio-navigation-btns .span6 {
    margin-bottom: 10px;
    text-align: center;
  }
}

/* line 1, ../sass/_icn.sass */
[class^="icn-"] {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
}

/* line 9, ../sass/_icn.sass */
[class^="icn-large-"] {
  vertical-align: top;
}

/* line 12, ../sass/_icn.sass */
.icn-calendar {
  background-image: url(../img/icons/icn-calendar.png);
  width: 13px;
  height: 13px;
}

/* line 17, ../sass/_icn.sass */
.icn-settings {
  background-image: url(../img/icons/icn-settings.png);
}

/* line 20, ../sass/_icn.sass */
.icn-user {
  background-image: url(../img/icons/icn-user.png);
}

/* line 23, ../sass/_icn.sass */
.icn-large-link {
  background-image: url(../img/icons/icn-link-large.png);
  width: 22px;
  height: 23px;
}

/* line 28, ../sass/_icn.sass */
.icn-large-prev {
  background: url(../img/icons/carousel-prev.png) 0 5px no-repeat;
  margin-right: 14px;
  width: 9px;
  height: 22px;
}

/* line 34, ../sass/_icn.sass */
.icn-large-next {
  background: url(../img/icons/carousel-next.png) 0 6px no-repeat;
  margin-left: 14px;
  width: 9px;
  height: 22px;
}

/* line 40, ../sass/_icn.sass */
.icn-close,
button.icn-close {
  background: url(../img/icons/icn-close.png) 0 0 no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 20px;
  height: 20px;
}
/* line 47, ../sass/_icn.sass */
.icn-close:hover,
button.icn-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 1, ../sass/_single-page.sass */
.single-page-bg {
  background-attachment: fixed;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 70px;
  width: 100%;
  height: 400px;
}

/* line 12, ../sass/_single-page.sass */
.single-page-bg-1 {
  background-image: url(../img/fish/single-page-bg-1.jpg);
}

/* line 12, ../sass/_single-page.sass */
.single-page-bg-2 {
  background-image: url(../img/fish/single-page-bg-2.jpg);
}

/* line 12, ../sass/_single-page.sass */
.single-page-bg-3 {
  background-image: url(../img/fish/single-page-bg-3.jpg);
}

/* line 12, ../sass/_single-page.sass */
.single-page-bg-4 {
  background-image: url(../img/fish/single-page-bg-4.jpg);
}

/* line 15, ../sass/_single-page.sass */
.single-page-bg-overlay {
  background: url(../img/elements/single-page-bg-overlay.png);
  height: 100%;
}

/* line 19, ../sass/_single-page.sass */
.portfolio-single-item {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 19, ../sass/_single-page.sass */
  .portfolio-single-item {
    width: 90%;
  }
}

/* line 28, ../sass/_single-page.sass */
.container-grey-arrow-top {
  background: url(../img/elements/container-grey-arrow-top.png) 0 0 no-repeat;
  margin: 0 auto;
  width: 49px;
  height: 25px;
}

/* line 34, ../sass/_single-page.sass */
.single-page-blog-item {
  margin-bottom: 30px;
}

/* line 17, ../sass/_themes.sass */
.first a {
  color: #30a1cb;
}
/* line 20, ../sass/_themes.sass */
.first a:hover {
  color: #80c7e1;
}
/* line 23, ../sass/_themes.sass */
.first h1 span,
.first h2 span,
.first h3 span,
.first h4 span,
.first h5 span,
.first h6 span,
.first .text-primary,
.first .marketing-block:hover h3,
.first .carousel-heading-link,
.first .pricing-cost,
.first .sub-menu > li > a:hover,
.first .sub-menu > li > a.active {
  color: #30a1cb;
}
/* line 37, ../sass/_themes.sass */
.first .carousel-prev,
.first .carousel-next,
.first .label-success,
.first blockquote {
  background-color: #30a1cb;
}
/* line 43, ../sass/_themes.sass */
.first .container-primary {
  background: #30a1cb;
}
/* line 46, ../sass/_themes.sass */
.first .pic-large a,
.first .container-footer-grey a,
.first .breadcrumbs > li > a,
.first .blog-widget-author a,
.first .blog-widget-heading a,
.first .swiper-recent-projects h4 > a {
  color: #30a1cb;
}
/* line 54, ../sass/_themes.sass */
.first .pic-large a:hover,
.first .container-footer-grey a:hover,
.first .breadcrumbs > li > a:hover,
.first .blog-widget-author a:hover,
.first .blog-widget-heading a:hover,
.first .swiper-recent-projects h4 > a:hover {
  color: #80c7e1;
}
/* line 57, ../sass/_themes.sass */
.first a.btn {
  color: white;
}
/* line 60, ../sass/_themes.sass */
.first .top-menu > li > a.active, .first .top-menu > li > a:hover {
  border-color: #30a1cb;
  color: #30a1cb;
}
/* line 64, ../sass/_themes.sass */
.first .tags-cloud > li:before {
  border-color: transparent #30a1cb transparent transparent;
}
/* line 67, ../sass/_themes.sass */
.first .tags-cloud > li > a:after {
  background: #80c7e1;
}
/* line 70, ../sass/_themes.sass */
.first .tags-cloud > li > a {
  background-color: #30a1cb;
}
/* line 73, ../sass/_themes.sass */
.first .tags-cloud > li > a:hover {
  background-color: #80c7e1;
}
/* line 76, ../sass/_themes.sass */
.first input[type=text]:focus,
.first input[type=text]:active,
.first input[type=email]:focus,
.first input[type=email]:active,
.first input[type=password]:focus,
.first input[type=password]:active,
.first textarea:focus,
.first textarea:active,
.first .container-footer-grey input[type=text]:focus,
.first .container-footer-grey input[type=text]:active,
.first .container-footer-grey input[type=email]:focus,
.first .container-footer-grey input[type=email]:active,
.first .container-footer-grey input[type=password]:focus,
.first .container-footer-grey input[type=password]:active {
  border-color: #30a1cb;
}
/* line 92, ../sass/_themes.sass */
.first .btn-primary,
.first .btn-primary:active,
.first .dropdown-menu > li > a:hover,
.first .dropdown-menu > li > a:focus,
.first .dropdown-menu > .active > a,
.first .dropdown-menu > .active > a:hover,
.first .dropdown-menu > .active > a:focus,
.first .pagination-prev,
.first .pagination-next,
.first .pagination-list > li > a {
  background: #30a1cb;
}
/* line 104, ../sass/_themes.sass */
.first .pagination-prev,
.first .pagination-next,
.first .pagination-list > li > a {
  -webkit-box-shadow: 0 1px #257a99;
  -moz-box-shadow: 0 1px #257a99;
  box-shadow: 0 1px #257a99;
}
/* line 109, ../sass/_themes.sass */
.first .pagination-list > li > a:hover,
.first .pagination-list > li > a.active {
  -webkit-box-shadow: 0 1px #992546;
  -moz-box-shadow: 0 1px #992546;
  box-shadow: 0 1px #992546;
  text-shadow: 0 1px #992546;
}
/* line 114, ../sass/_themes.sass */
.first .tags-cloud > li:after {
  border-color: transparent #257a99 transparent transparent;
}
/* line 117, ../sass/_themes.sass */
.first .tags-cloud > li > a {
  -webkit-box-shadow: 0 1px #257a99;
  -moz-box-shadow: 0 1px #257a99;
  box-shadow: 0 1px #257a99;
}
/* line 120, ../sass/_themes.sass */
.first .btn-primary {
  -webkit-box-shadow: 0 3px #257a99;
  -moz-box-shadow: 0 3px #257a99;
  box-shadow: 0 3px #257a99;
  text-shadow: 0 1px #257a99;
}
/* line 124, ../sass/_themes.sass */
.first .btn-primary.active {
  -webkit-box-shadow: 0 3px #257a99, inset 0 1px #257a99;
  -moz-box-shadow: 0 3px #257a99, inset 0 1px #257a99;
  box-shadow: 0 3px #257a99, inset 0 1px #257a99;
}
/* line 127, ../sass/_themes.sass */
.first .btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #257a99;
  -moz-box-shadow: 0 1px #257a99;
  box-shadow: 0 1px #257a99;
}
/* line 130, ../sass/_themes.sass */
.first .team-img-overlay,
.first .recent-projects-overlay,
.first .blog-updates-overlay,
.first .portfolio-list-item-overlay,
.first .blog-updates-overlay,
.first .portfolio-list-item-overlay {
  background: rgba(48, 161, 203, 0.75);
}
/* line 136, ../sass/_themes.sass */
.first .slider-heading span {
  background: rgba(48, 161, 203, 0.4);
  color: white;
}
/* line 140, ../sass/_themes.sass */
.first .heading-alt-color,
.first .heading-footer {
  color: #cb305c;
}
/* line 144, ../sass/_themes.sass */
.first .label-warning,
.first .pagination-prev:hover,
.first .pagination-next:hover {
  background-color: #cb305c;
}
/* line 149, ../sass/_themes.sass */
.first .pricing-title,
.first .tags-list > li > a,
.first .btn-warning,
.first .btn-warning:active,
.first .blog-widget-categories > li {
  background: #cb305c;
}
/* line 156, ../sass/_themes.sass */
.first .blog-feed-item h2 a {
  color: #cb305c;
}
/* line 159, ../sass/_themes.sass */
.first .blog-feed-item h2 a:hover {
  color: #e1809c;
}
/* line 162, ../sass/_themes.sass */
.first .pagination-list > li > a:hover,
.first .pagination-list > li > a.active,
.first .portfolio-filter-list > li.selected,
.first .portfolio-filter-list > li:hover {
  background: #cb305c;
  color: white;
}
/* line 169, ../sass/_themes.sass */
.first .pricing-block:before {
  background: #e1809c;
}
/* line 172, ../sass/_themes.sass */
.first .tags-list > li > a {
  text-shadow: 0 1px #992546;
}
/* line 175, ../sass/_themes.sass */
.first .slider-arrow-down {
  background-image: url(../img/themes/first/icons/arrow-down.png);
}
/* line 178, ../sass/_themes.sass */
.first blockquote {
  background-image: url(../img/themes/first/icons/blockquote.png);
}
/* line 181, ../sass/_themes.sass */
.first blockquote:before {
  background: #80c7e1;
}
/* line 184, ../sass/_themes.sass */
.first .blog-item-date {
  background-image: url(../img/themes/first/elements/blog-item-date.png);
}
/* line 187, ../sass/_themes.sass */
.first .blog-widget-date {
  background-image: url(../img/themes/first/elements/calendar.png);
}
/* line 190, ../sass/_themes.sass */
.first .sidebar-categories > li > a {
  background-image: url(../img/themes/first/icons/sidebar-categories.png);
}
/* line 193, ../sass/_themes.sass */
.first .pagination-next > a,
.first .icn-large-next,
.first .carousel-next {
  background-image: url(../img/themes/first/icons/carousel-next.png);
}
/* line 198, ../sass/_themes.sass */
.first .pagination-prev > a,
.first .icn-large-prev,
.first .carousel-prev {
  background-image: url(../img/themes/first/icons/carousel-prev.png);
}
/* line 203, ../sass/_themes.sass */
.first .comment-reply {
  background-image: url(../img/themes/first/icons/comment-reply.png);
}
/* line 206, ../sass/_themes.sass */
.first .pic-bell {
  background-image: url(../img/themes/first/icons/pic-bell.png);
}
/* line 209, ../sass/_themes.sass */
.first .pic-bulb {
  background-image: url(../img/themes/first/icons/pic-bulb.png);
}
/* line 212, ../sass/_themes.sass */
.first .pic-phone {
  background-image: url(../img/themes/first/icons/pic-phone.png);
}
/* line 215, ../sass/_themes.sass */
.first .pic-strategy {
  background-image: url(../img/themes/first/icons/pic-strategy.png);
}
/* line 218, ../sass/_themes.sass */
.first .swiper-pagination-switch {
  background-image: url(../img/themes/first/icons/swiper-pagination-button.png);
}
/* line 221, ../sass/_themes.sass */
.first .blog-item-video {
  background-image: url(../img/themes/first/icons/blog-item-video.png);
}
/* line 224, ../sass/_themes.sass */
.first .blog-item-image {
  background-image: url(../img/themes/first/icons/blog-item-image.png);
}
/* line 227, ../sass/_themes.sass */
.first .blog-item-audio {
  background-image: url(../img/themes/first/icons/blog-item-audio.png);
}
/* line 230, ../sass/_themes.sass */
.first .blog-item-post {
  background-image: url(../img/themes/first/icons/blog-item-post.png);
}

/* line 17, ../sass/_themes.sass */
.second a {
  color: #7cc576;
}
/* line 20, ../sass/_themes.sass */
.second a:hover {
  color: #c1e3be;
}
/* line 23, ../sass/_themes.sass */
.second h1 span,
.second h2 span,
.second h3 span,
.second h4 span,
.second h5 span,
.second h6 span,
.second .text-primary,
.second .marketing-block:hover h3,
.second .carousel-heading-link,
.second .pricing-cost,
.second .sub-menu > li > a:hover,
.second .sub-menu > li > a.active {
  color: #7cc576;
}
/* line 37, ../sass/_themes.sass */
.second .carousel-prev,
.second .carousel-next,
.second .label-success,
.second blockquote {
  background-color: #7cc576;
}
/* line 43, ../sass/_themes.sass */
.second .container-primary {
  background: #7cc576;
}
/* line 46, ../sass/_themes.sass */
.second .pic-large a,
.second .container-footer-grey a,
.second .breadcrumbs > li > a,
.second .blog-widget-author a,
.second .blog-widget-heading a,
.second .swiper-recent-projects h4 > a {
  color: #7cc576;
}
/* line 54, ../sass/_themes.sass */
.second .pic-large a:hover,
.second .container-footer-grey a:hover,
.second .breadcrumbs > li > a:hover,
.second .blog-widget-author a:hover,
.second .blog-widget-heading a:hover,
.second .swiper-recent-projects h4 > a:hover {
  color: #c1e3be;
}
/* line 57, ../sass/_themes.sass */
.second a.btn {
  color: white;
}
/* line 60, ../sass/_themes.sass */
.second .top-menu > li > a.active, .second .top-menu > li > a:hover {
  border-color: #7cc576;
  color: #7cc576;
}
/* line 64, ../sass/_themes.sass */
.second .tags-cloud > li:before {
  border-color: transparent #7cc576 transparent transparent;
}
/* line 67, ../sass/_themes.sass */
.second .tags-cloud > li > a:after {
  background: #c1e3be;
}
/* line 70, ../sass/_themes.sass */
.second .tags-cloud > li > a {
  background-color: #7cc576;
}
/* line 73, ../sass/_themes.sass */
.second .tags-cloud > li > a:hover {
  background-color: #c1e3be;
}
/* line 76, ../sass/_themes.sass */
.second input[type=text]:focus,
.second input[type=text]:active,
.second input[type=email]:focus,
.second input[type=email]:active,
.second input[type=password]:focus,
.second input[type=password]:active,
.second textarea:focus,
.second textarea:active,
.second .container-footer-grey input[type=text]:focus,
.second .container-footer-grey input[type=text]:active,
.second .container-footer-grey input[type=email]:focus,
.second .container-footer-grey input[type=email]:active,
.second .container-footer-grey input[type=password]:focus,
.second .container-footer-grey input[type=password]:active {
  border-color: #7cc576;
}
/* line 92, ../sass/_themes.sass */
.second .btn-primary,
.second .btn-primary:active,
.second .dropdown-menu > li > a:hover,
.second .dropdown-menu > li > a:focus,
.second .dropdown-menu > .active > a,
.second .dropdown-menu > .active > a:hover,
.second .dropdown-menu > .active > a:focus,
.second .pagination-prev,
.second .pagination-next,
.second .pagination-list > li > a {
  background: #7cc576;
}
/* line 104, ../sass/_themes.sass */
.second .pagination-prev,
.second .pagination-next,
.second .pagination-list > li > a {
  -webkit-box-shadow: 0 1px #5c9157;
  -moz-box-shadow: 0 1px #5c9157;
  box-shadow: 0 1px #5c9157;
}
/* line 109, ../sass/_themes.sass */
.second .pagination-list > li > a:hover,
.second .pagination-list > li > a.active {
  -webkit-box-shadow: 0 1px #594d44;
  -moz-box-shadow: 0 1px #594d44;
  box-shadow: 0 1px #594d44;
  text-shadow: 0 1px #594d44;
}
/* line 114, ../sass/_themes.sass */
.second .tags-cloud > li:after {
  border-color: transparent #5c9157 transparent transparent;
}
/* line 117, ../sass/_themes.sass */
.second .tags-cloud > li > a {
  -webkit-box-shadow: 0 1px #5c9157;
  -moz-box-shadow: 0 1px #5c9157;
  box-shadow: 0 1px #5c9157;
}
/* line 120, ../sass/_themes.sass */
.second .btn-primary {
  -webkit-box-shadow: 0 3px #5c9157;
  -moz-box-shadow: 0 3px #5c9157;
  box-shadow: 0 3px #5c9157;
  text-shadow: 0 1px #5c9157;
}
/* line 124, ../sass/_themes.sass */
.second .btn-primary.active {
  -webkit-box-shadow: 0 3px #5c9157, inset 0 1px #5c9157;
  -moz-box-shadow: 0 3px #5c9157, inset 0 1px #5c9157;
  box-shadow: 0 3px #5c9157, inset 0 1px #5c9157;
}
/* line 127, ../sass/_themes.sass */
.second .btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #5c9157;
  -moz-box-shadow: 0 1px #5c9157;
  box-shadow: 0 1px #5c9157;
}
/* line 130, ../sass/_themes.sass */
.second .team-img-overlay,
.second .recent-projects-overlay,
.second .blog-updates-overlay,
.second .portfolio-list-item-overlay,
.second .blog-updates-overlay,
.second .portfolio-list-item-overlay {
  background: rgba(124, 197, 118, 0.75);
}
/* line 136, ../sass/_themes.sass */
.second .slider-heading span {
  background: rgba(124, 197, 118, 0.4);
  color: white;
}
/* line 140, ../sass/_themes.sass */
.second .heading-alt-color,
.second .heading-footer {
  color: #736357;
}
/* line 144, ../sass/_themes.sass */
.second .label-warning,
.second .pagination-prev:hover,
.second .pagination-next:hover {
  background-color: #736357;
}
/* line 149, ../sass/_themes.sass */
.second .pricing-title,
.second .tags-list > li > a,
.second .btn-warning,
.second .btn-warning:active,
.second .blog-widget-categories > li {
  background: #736357;
}
/* line 156, ../sass/_themes.sass */
.second .blog-feed-item h2 a {
  color: #736357;
}
/* line 159, ../sass/_themes.sass */
.second .blog-feed-item h2 a:hover {
  color: #a6968a;
}
/* line 162, ../sass/_themes.sass */
.second .pagination-list > li > a:hover,
.second .pagination-list > li > a.active,
.second .portfolio-filter-list > li.selected,
.second .portfolio-filter-list > li:hover {
  background: #736357;
  color: white;
}
/* line 169, ../sass/_themes.sass */
.second .pricing-block:before {
  background: #a6968a;
}
/* line 172, ../sass/_themes.sass */
.second .tags-list > li > a {
  text-shadow: 0 1px #594d44;
}
/* line 175, ../sass/_themes.sass */
.second .slider-arrow-down {
  background-image: url(../img/themes/second/icons/arrow-down.png);
}
/* line 178, ../sass/_themes.sass */
.second blockquote {
  background-image: url(../img/themes/second/icons/blockquote.png);
}
/* line 181, ../sass/_themes.sass */
.second blockquote:before {
  background: #c1e3be;
}
/* line 184, ../sass/_themes.sass */
.second .blog-item-date {
  background-image: url(../img/themes/second/elements/blog-item-date.png);
}
/* line 187, ../sass/_themes.sass */
.second .blog-widget-date {
  background-image: url(../img/themes/second/elements/calendar.png);
}
/* line 190, ../sass/_themes.sass */
.second .sidebar-categories > li > a {
  background-image: url(../img/themes/second/icons/sidebar-categories.png);
}
/* line 193, ../sass/_themes.sass */
.second .pagination-next > a,
.second .icn-large-next,
.second .carousel-next {
  background-image: url(../img/themes/second/icons/carousel-next.png);
}
/* line 198, ../sass/_themes.sass */
.second .pagination-prev > a,
.second .icn-large-prev,
.second .carousel-prev {
  background-image: url(../img/themes/second/icons/carousel-prev.png);
}
/* line 203, ../sass/_themes.sass */
.second .comment-reply {
  background-image: url(../img/themes/second/icons/comment-reply.png);
}
/* line 206, ../sass/_themes.sass */
.second .pic-bell {
  background-image: url(../img/themes/second/icons/pic-bell.png);
}
/* line 209, ../sass/_themes.sass */
.second .pic-bulb {
  background-image: url(../img/themes/second/icons/pic-bulb.png);
}
/* line 212, ../sass/_themes.sass */
.second .pic-phone {
  background-image: url(../img/themes/second/icons/pic-phone.png);
}
/* line 215, ../sass/_themes.sass */
.second .pic-strategy {
  background-image: url(../img/themes/second/icons/pic-strategy.png);
}
/* line 218, ../sass/_themes.sass */
.second .swiper-pagination-switch {
  background-image: url(../img/themes/second/icons/swiper-pagination-button.png);
}
/* line 221, ../sass/_themes.sass */
.second .blog-item-video {
  background-image: url(../img/themes/second/icons/blog-item-video.png);
}
/* line 224, ../sass/_themes.sass */
.second .blog-item-image {
  background-image: url(../img/themes/second/icons/blog-item-image.png);
}
/* line 227, ../sass/_themes.sass */
.second .blog-item-audio {
  background-image: url(../img/themes/second/icons/blog-item-audio.png);
}
/* line 230, ../sass/_themes.sass */
.second .blog-item-post {
  background-image: url(../img/themes/second/icons/blog-item-post.png);
}

/* line 17, ../sass/_themes.sass */
.third a {
  color: #6fb0c2;
}
/* line 20, ../sass/_themes.sass */
.third a:hover {
  color: #b7d7e0;
}
/* line 23, ../sass/_themes.sass */
.third h1 span,
.third h2 span,
.third h3 span,
.third h4 span,
.third h5 span,
.third h6 span,
.third .text-primary,
.third .marketing-block:hover h3,
.third .carousel-heading-link,
.third .pricing-cost,
.third .sub-menu > li > a:hover,
.third .sub-menu > li > a.active {
  color: #6fb0c2;
}
/* line 37, ../sass/_themes.sass */
.third .carousel-prev,
.third .carousel-next,
.third .label-success,
.third blockquote {
  background-color: #6fb0c2;
}
/* line 43, ../sass/_themes.sass */
.third .container-primary {
  background: #6fb0c2;
}
/* line 46, ../sass/_themes.sass */
.third .pic-large a,
.third .container-footer-grey a,
.third .breadcrumbs > li > a,
.third .blog-widget-author a,
.third .blog-widget-heading a,
.third .swiper-recent-projects h4 > a {
  color: #6fb0c2;
}
/* line 54, ../sass/_themes.sass */
.third .pic-large a:hover,
.third .container-footer-grey a:hover,
.third .breadcrumbs > li > a:hover,
.third .blog-widget-author a:hover,
.third .blog-widget-heading a:hover,
.third .swiper-recent-projects h4 > a:hover {
  color: #b7d7e0;
}
/* line 57, ../sass/_themes.sass */
.third a.btn {
  color: white;
}
/* line 60, ../sass/_themes.sass */
.third .top-menu > li > a.active, .third .top-menu > li > a:hover {
  border-color: #6fb0c2;
  color: #6fb0c2;
}
/* line 64, ../sass/_themes.sass */
.third .tags-cloud > li:before {
  border-color: transparent #6fb0c2 transparent transparent;
}
/* line 67, ../sass/_themes.sass */
.third .tags-cloud > li > a:after {
  background: #b7d7e0;
}
/* line 70, ../sass/_themes.sass */
.third .tags-cloud > li > a {
  background-color: #6fb0c2;
}
/* line 73, ../sass/_themes.sass */
.third .tags-cloud > li > a:hover {
  background-color: #b7d7e0;
}
/* line 76, ../sass/_themes.sass */
.third input[type=text]:focus,
.third input[type=text]:active,
.third input[type=email]:focus,
.third input[type=email]:active,
.third input[type=password]:focus,
.third input[type=password]:active,
.third textarea:focus,
.third textarea:active,
.third .container-footer-grey input[type=text]:focus,
.third .container-footer-grey input[type=text]:active,
.third .container-footer-grey input[type=email]:focus,
.third .container-footer-grey input[type=email]:active,
.third .container-footer-grey input[type=password]:focus,
.third .container-footer-grey input[type=password]:active {
  border-color: #6fb0c2;
}
/* line 92, ../sass/_themes.sass */
.third .btn-primary,
.third .btn-primary:active,
.third .dropdown-menu > li > a:hover,
.third .dropdown-menu > li > a:focus,
.third .dropdown-menu > .active > a,
.third .dropdown-menu > .active > a:hover,
.third .dropdown-menu > .active > a:focus,
.third .pagination-prev,
.third .pagination-next,
.third .pagination-list > li > a {
  background: #6fb0c2;
}
/* line 104, ../sass/_themes.sass */
.third .pagination-prev,
.third .pagination-next,
.third .pagination-list > li > a {
  -webkit-box-shadow: 0 1px #51818f;
  -moz-box-shadow: 0 1px #51818f;
  box-shadow: 0 1px #51818f;
}
/* line 109, ../sass/_themes.sass */
.third .pagination-list > li > a:hover,
.third .pagination-list > li > a.active {
  -webkit-box-shadow: 0 1px #bd8657;
  -moz-box-shadow: 0 1px #bd8657;
  box-shadow: 0 1px #bd8657;
  text-shadow: 0 1px #bd8657;
}
/* line 114, ../sass/_themes.sass */
.third .tags-cloud > li:after {
  border-color: transparent #51818f transparent transparent;
}
/* line 117, ../sass/_themes.sass */
.third .tags-cloud > li > a {
  -webkit-box-shadow: 0 1px #51818f;
  -moz-box-shadow: 0 1px #51818f;
  box-shadow: 0 1px #51818f;
}
/* line 120, ../sass/_themes.sass */
.third .btn-primary {
  -webkit-box-shadow: 0 3px #51818f;
  -moz-box-shadow: 0 3px #51818f;
  box-shadow: 0 3px #51818f;
  text-shadow: 0 1px #51818f;
}
/* line 124, ../sass/_themes.sass */
.third .btn-primary.active {
  -webkit-box-shadow: 0 3px #51818f, inset 0 1px #51818f;
  -moz-box-shadow: 0 3px #51818f, inset 0 1px #51818f;
  box-shadow: 0 3px #51818f, inset 0 1px #51818f;
}
/* line 127, ../sass/_themes.sass */
.third .btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #51818f;
  -moz-box-shadow: 0 1px #51818f;
  box-shadow: 0 1px #51818f;
}
/* line 130, ../sass/_themes.sass */
.third .team-img-overlay,
.third .recent-projects-overlay,
.third .blog-updates-overlay,
.third .portfolio-list-item-overlay,
.third .blog-updates-overlay,
.third .portfolio-list-item-overlay {
  background: rgba(111, 176, 194, 0.75);
}
/* line 136, ../sass/_themes.sass */
.third .slider-heading span {
  background: rgba(111, 176, 194, 0.4);
  color: white;
}
/* line 140, ../sass/_themes.sass */
.third .heading-alt-color,
.third .heading-footer {
  color: #efaa6f;
}
/* line 144, ../sass/_themes.sass */
.third .label-warning,
.third .pagination-prev:hover,
.third .pagination-next:hover {
  background-color: #efaa6f;
}
/* line 149, ../sass/_themes.sass */
.third .pricing-title,
.third .tags-list > li > a,
.third .btn-warning,
.third .btn-warning:active,
.third .blog-widget-categories > li {
  background: #efaa6f;
}
/* line 156, ../sass/_themes.sass */
.third .blog-feed-item h2 a {
  color: #efaa6f;
}
/* line 159, ../sass/_themes.sass */
.third .blog-feed-item h2 a:hover {
  color: #f9e0cb;
}
/* line 162, ../sass/_themes.sass */
.third .pagination-list > li > a:hover,
.third .pagination-list > li > a.active,
.third .portfolio-filter-list > li.selected,
.third .portfolio-filter-list > li:hover {
  background: #efaa6f;
  color: white;
}
/* line 169, ../sass/_themes.sass */
.third .pricing-block:before {
  background: #f9e0cb;
}
/* line 172, ../sass/_themes.sass */
.third .tags-list > li > a {
  text-shadow: 0 1px #bd8657;
}
/* line 175, ../sass/_themes.sass */
.third .slider-arrow-down {
  background-image: url(../img/themes/third/icons/arrow-down.png);
}
/* line 178, ../sass/_themes.sass */
.third blockquote {
  background-image: url(../img/themes/third/icons/blockquote.png);
}
/* line 181, ../sass/_themes.sass */
.third blockquote:before {
  background: #b7d7e0;
}
/* line 184, ../sass/_themes.sass */
.third .blog-item-date {
  background-image: url(../img/themes/third/elements/blog-item-date.png);
}
/* line 187, ../sass/_themes.sass */
.third .blog-widget-date {
  background-image: url(../img/themes/third/elements/calendar.png);
}
/* line 190, ../sass/_themes.sass */
.third .sidebar-categories > li > a {
  background-image: url(../img/themes/third/icons/sidebar-categories.png);
}
/* line 193, ../sass/_themes.sass */
.third .pagination-next > a,
.third .icn-large-next,
.third .carousel-next {
  background-image: url(../img/themes/third/icons/carousel-next.png);
}
/* line 198, ../sass/_themes.sass */
.third .pagination-prev > a,
.third .icn-large-prev,
.third .carousel-prev {
  background-image: url(../img/themes/third/icons/carousel-prev.png);
}
/* line 203, ../sass/_themes.sass */
.third .comment-reply {
  background-image: url(../img/themes/third/icons/comment-reply.png);
}
/* line 206, ../sass/_themes.sass */
.third .pic-bell {
  background-image: url(../img/themes/third/icons/pic-bell.png);
}
/* line 209, ../sass/_themes.sass */
.third .pic-bulb {
  background-image: url(../img/themes/third/icons/pic-bulb.png);
}
/* line 212, ../sass/_themes.sass */
.third .pic-phone {
  background-image: url(../img/themes/third/icons/pic-phone.png);
}
/* line 215, ../sass/_themes.sass */
.third .pic-strategy {
  background-image: url(../img/themes/third/icons/pic-strategy.png);
}
/* line 218, ../sass/_themes.sass */
.third .swiper-pagination-switch {
  background-image: url(../img/themes/third/icons/swiper-pagination-button.png);
}
/* line 221, ../sass/_themes.sass */
.third .blog-item-video {
  background-image: url(../img/themes/third/icons/blog-item-video.png);
}
/* line 224, ../sass/_themes.sass */
.third .blog-item-image {
  background-image: url(../img/themes/third/icons/blog-item-image.png);
}
/* line 227, ../sass/_themes.sass */
.third .blog-item-audio {
  background-image: url(../img/themes/third/icons/blog-item-audio.png);
}
/* line 230, ../sass/_themes.sass */
.third .blog-item-post {
  background-image: url(../img/themes/third/icons/blog-item-post.png);
}

/* line 17, ../sass/_themes.sass */
.fourth a {
  color: #0fadda;
}
/* line 20, ../sass/_themes.sass */
.fourth a:hover {
  color: #5bd2f4;
}
/* line 23, ../sass/_themes.sass */
.fourth h1 span,
.fourth h2 span,
.fourth h3 span,
.fourth h4 span,
.fourth h5 span,
.fourth h6 span,
.fourth .text-primary,
.fourth .marketing-block:hover h3,
.fourth .carousel-heading-link,
.fourth .pricing-cost,
.fourth .sub-menu > li > a:hover,
.fourth .sub-menu > li > a.active {
  color: #0fadda;
}
/* line 37, ../sass/_themes.sass */
.fourth .carousel-prev,
.fourth .carousel-next,
.fourth .label-success,
.fourth blockquote {
  background-color: #0fadda;
}
/* line 43, ../sass/_themes.sass */
.fourth .container-primary {
  background: #0fadda;
}
/* line 46, ../sass/_themes.sass */
.fourth .pic-large a,
.fourth .container-footer-grey a,
.fourth .breadcrumbs > li > a,
.fourth .blog-widget-author a,
.fourth .blog-widget-heading a,
.fourth .swiper-recent-projects h4 > a {
  color: #0fadda;
}
/* line 54, ../sass/_themes.sass */
.fourth .pic-large a:hover,
.fourth .container-footer-grey a:hover,
.fourth .breadcrumbs > li > a:hover,
.fourth .blog-widget-author a:hover,
.fourth .blog-widget-heading a:hover,
.fourth .swiper-recent-projects h4 > a:hover {
  color: #5bd2f4;
}
/* line 57, ../sass/_themes.sass */
.fourth a.btn {
  color: white;
}
/* line 60, ../sass/_themes.sass */
.fourth .top-menu > li > a.active, .fourth .top-menu > li > a:hover {
  border-color: #0fadda;
  color: #0fadda;
}
/* line 64, ../sass/_themes.sass */
.fourth .tags-cloud > li:before {
  border-color: transparent #0fadda transparent transparent;
}
/* line 67, ../sass/_themes.sass */
.fourth .tags-cloud > li > a:after {
  background: #5bd2f4;
}
/* line 70, ../sass/_themes.sass */
.fourth .tags-cloud > li > a {
  background-color: #0fadda;
}
/* line 73, ../sass/_themes.sass */
.fourth .tags-cloud > li > a:hover {
  background-color: #5bd2f4;
}
/* line 76, ../sass/_themes.sass */
.fourth input[type=text]:focus,
.fourth input[type=text]:active,
.fourth input[type=email]:focus,
.fourth input[type=email]:active,
.fourth input[type=password]:focus,
.fourth input[type=password]:active,
.fourth textarea:focus,
.fourth textarea:active,
.fourth .container-footer-grey input[type=text]:focus,
.fourth .container-footer-grey input[type=text]:active,
.fourth .container-footer-grey input[type=email]:focus,
.fourth .container-footer-grey input[type=email]:active,
.fourth .container-footer-grey input[type=password]:focus,
.fourth .container-footer-grey input[type=password]:active {
  border-color: #0fadda;
}
/* line 92, ../sass/_themes.sass */
.fourth .btn-primary,
.fourth .btn-primary:active,
.fourth .dropdown-menu > li > a:hover,
.fourth .dropdown-menu > li > a:focus,
.fourth .dropdown-menu > .active > a,
.fourth .dropdown-menu > .active > a:hover,
.fourth .dropdown-menu > .active > a:focus,
.fourth .pagination-prev,
.fourth .pagination-next,
.fourth .pagination-list > li > a {
  background: #0fadda;
}
/* line 104, ../sass/_themes.sass */
.fourth .pagination-prev,
.fourth .pagination-next,
.fourth .pagination-list > li > a {
  -webkit-box-shadow: 0 1px #0c84a6;
  -moz-box-shadow: 0 1px #0c84a6;
  box-shadow: 0 1px #0c84a6;
}
/* line 109, ../sass/_themes.sass */
.fourth .pagination-list > li > a:hover,
.fourth .pagination-list > li > a.active {
  -webkit-box-shadow: 0 1px #ab1515;
  -moz-box-shadow: 0 1px #ab1515;
  box-shadow: 0 1px #ab1515;
  text-shadow: 0 1px #ab1515;
}
/* line 114, ../sass/_themes.sass */
.fourth .tags-cloud > li:after {
  border-color: transparent #0c84a6 transparent transparent;
}
/* line 117, ../sass/_themes.sass */
.fourth .tags-cloud > li > a {
  -webkit-box-shadow: 0 1px #0c84a6;
  -moz-box-shadow: 0 1px #0c84a6;
  box-shadow: 0 1px #0c84a6;
}
/* line 120, ../sass/_themes.sass */
.fourth .btn-primary {
  -webkit-box-shadow: 0 3px #0c84a6;
  -moz-box-shadow: 0 3px #0c84a6;
  box-shadow: 0 3px #0c84a6;
  text-shadow: 0 1px #0c84a6;
}
/* line 124, ../sass/_themes.sass */
.fourth .btn-primary.active {
  -webkit-box-shadow: 0 3px #0c84a6, inset 0 1px #0c84a6;
  -moz-box-shadow: 0 3px #0c84a6, inset 0 1px #0c84a6;
  box-shadow: 0 3px #0c84a6, inset 0 1px #0c84a6;
}
/* line 127, ../sass/_themes.sass */
.fourth .btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #0c84a6;
  -moz-box-shadow: 0 1px #0c84a6;
  box-shadow: 0 1px #0c84a6;
}
/* line 130, ../sass/_themes.sass */
.fourth .team-img-overlay,
.fourth .recent-projects-overlay,
.fourth .blog-updates-overlay,
.fourth .portfolio-list-item-overlay,
.fourth .blog-updates-overlay,
.fourth .portfolio-list-item-overlay {
  background: rgba(15, 173, 218, 0.75);
}
/* line 136, ../sass/_themes.sass */
.fourth .slider-heading span {
  background: rgba(15, 173, 218, 0.4);
  color: white;
}
/* line 140, ../sass/_themes.sass */
.fourth .heading-alt-color,
.fourth .heading-footer {
  color: #de1b1b;
}
/* line 144, ../sass/_themes.sass */
.fourth .label-warning,
.fourth .pagination-prev:hover,
.fourth .pagination-next:hover {
  background-color: #de1b1b;
}
/* line 149, ../sass/_themes.sass */
.fourth .pricing-title,
.fourth .tags-list > li > a,
.fourth .btn-warning,
.fourth .btn-warning:active,
.fourth .blog-widget-categories > li {
  background: #de1b1b;
}
/* line 156, ../sass/_themes.sass */
.fourth .blog-feed-item h2 a {
  color: #de1b1b;
}
/* line 159, ../sass/_themes.sass */
.fourth .blog-feed-item h2 a:hover {
  color: #ee7171;
}
/* line 162, ../sass/_themes.sass */
.fourth .pagination-list > li > a:hover,
.fourth .pagination-list > li > a.active,
.fourth .portfolio-filter-list > li.selected,
.fourth .portfolio-filter-list > li:hover {
  background: #de1b1b;
  color: white;
}
/* line 169, ../sass/_themes.sass */
.fourth .pricing-block:before {
  background: #ee7171;
}
/* line 172, ../sass/_themes.sass */
.fourth .tags-list > li > a {
  text-shadow: 0 1px #ab1515;
}
/* line 175, ../sass/_themes.sass */
.fourth .slider-arrow-down {
  background-image: url(../img/themes/fourth/icons/arrow-down.png);
}
/* line 178, ../sass/_themes.sass */
.fourth blockquote {
  background-image: url(../img/themes/fourth/icons/blockquote.png);
}
/* line 181, ../sass/_themes.sass */
.fourth blockquote:before {
  background: #5bd2f4;
}
/* line 184, ../sass/_themes.sass */
.fourth .blog-item-date {
  background-image: url(../img/themes/fourth/elements/blog-item-date.png);
}
/* line 187, ../sass/_themes.sass */
.fourth .blog-widget-date {
  background-image: url(../img/themes/fourth/elements/calendar.png);
}
/* line 190, ../sass/_themes.sass */
.fourth .sidebar-categories > li > a {
  background-image: url(../img/themes/fourth/icons/sidebar-categories.png);
}
/* line 193, ../sass/_themes.sass */
.fourth .pagination-next > a,
.fourth .icn-large-next,
.fourth .carousel-next {
  background-image: url(../img/themes/fourth/icons/carousel-next.png);
}
/* line 198, ../sass/_themes.sass */
.fourth .pagination-prev > a,
.fourth .icn-large-prev,
.fourth .carousel-prev {
  background-image: url(../img/themes/fourth/icons/carousel-prev.png);
}
/* line 203, ../sass/_themes.sass */
.fourth .comment-reply {
  background-image: url(../img/themes/fourth/icons/comment-reply.png);
}
/* line 206, ../sass/_themes.sass */
.fourth .pic-bell {
  background-image: url(../img/themes/fourth/icons/pic-bell.png);
}
/* line 209, ../sass/_themes.sass */
.fourth .pic-bulb {
  background-image: url(../img/themes/fourth/icons/pic-bulb.png);
}
/* line 212, ../sass/_themes.sass */
.fourth .pic-phone {
  background-image: url(../img/themes/fourth/icons/pic-phone.png);
}
/* line 215, ../sass/_themes.sass */
.fourth .pic-strategy {
  background-image: url(../img/themes/fourth/icons/pic-strategy.png);
}
/* line 218, ../sass/_themes.sass */
.fourth .swiper-pagination-switch {
  background-image: url(../img/themes/fourth/icons/swiper-pagination-button.png);
}
/* line 221, ../sass/_themes.sass */
.fourth .blog-item-video {
  background-image: url(../img/themes/fourth/icons/blog-item-video.png);
}
/* line 224, ../sass/_themes.sass */
.fourth .blog-item-image {
  background-image: url(../img/themes/fourth/icons/blog-item-image.png);
}
/* line 227, ../sass/_themes.sass */
.fourth .blog-item-audio {
  background-image: url(../img/themes/fourth/icons/blog-item-audio.png);
}
/* line 230, ../sass/_themes.sass */
.fourth .blog-item-post {
  background-image: url(../img/themes/fourth/icons/blog-item-post.png);
}

/* line 17, ../sass/_themes.sass */
.fifth a {
  color: #404040;
}
/* line 20, ../sass/_themes.sass */
.fifth a:hover {
  color: #737373;
}
/* line 23, ../sass/_themes.sass */
.fifth h1 span,
.fifth h2 span,
.fifth h3 span,
.fifth h4 span,
.fifth h5 span,
.fifth h6 span,
.fifth .text-primary,
.fifth .marketing-block:hover h3,
.fifth .carousel-heading-link,
.fifth .pricing-cost,
.fifth .sub-menu > li > a:hover,
.fifth .sub-menu > li > a.active {
  color: #404040;
}
/* line 37, ../sass/_themes.sass */
.fifth .carousel-prev,
.fifth .carousel-next,
.fifth .label-success,
.fifth blockquote {
  background-color: #404040;
}
/* line 43, ../sass/_themes.sass */
.fifth .container-primary {
  background: #404040;
}
/* line 46, ../sass/_themes.sass */
.fifth .pic-large a,
.fifth .container-footer-grey a,
.fifth .breadcrumbs > li > a,
.fifth .blog-widget-author a,
.fifth .blog-widget-heading a,
.fifth .swiper-recent-projects h4 > a {
  color: #404040;
}
/* line 54, ../sass/_themes.sass */
.fifth .pic-large a:hover,
.fifth .container-footer-grey a:hover,
.fifth .breadcrumbs > li > a:hover,
.fifth .blog-widget-author a:hover,
.fifth .blog-widget-heading a:hover,
.fifth .swiper-recent-projects h4 > a:hover {
  color: #737373;
}
/* line 57, ../sass/_themes.sass */
.fifth a.btn {
  color: white;
}
/* line 60, ../sass/_themes.sass */
.fifth .top-menu > li > a.active, .fifth .top-menu > li > a:hover {
  border-color: #404040;
  color: #404040;
}
/* line 64, ../sass/_themes.sass */
.fifth .tags-cloud > li:before {
  border-color: transparent #404040 transparent transparent;
}
/* line 67, ../sass/_themes.sass */
.fifth .tags-cloud > li > a:after {
  background: #737373;
}
/* line 70, ../sass/_themes.sass */
.fifth .tags-cloud > li > a {
  background-color: #404040;
}
/* line 73, ../sass/_themes.sass */
.fifth .tags-cloud > li > a:hover {
  background-color: #737373;
}
/* line 76, ../sass/_themes.sass */
.fifth input[type=text]:focus,
.fifth input[type=text]:active,
.fifth input[type=email]:focus,
.fifth input[type=email]:active,
.fifth input[type=password]:focus,
.fifth input[type=password]:active,
.fifth textarea:focus,
.fifth textarea:active,
.fifth .container-footer-grey input[type=text]:focus,
.fifth .container-footer-grey input[type=text]:active,
.fifth .container-footer-grey input[type=email]:focus,
.fifth .container-footer-grey input[type=email]:active,
.fifth .container-footer-grey input[type=password]:focus,
.fifth .container-footer-grey input[type=password]:active {
  border-color: #404040;
}
/* line 92, ../sass/_themes.sass */
.fifth .btn-primary,
.fifth .btn-primary:active,
.fifth .dropdown-menu > li > a:hover,
.fifth .dropdown-menu > li > a:focus,
.fifth .dropdown-menu > .active > a,
.fifth .dropdown-menu > .active > a:hover,
.fifth .dropdown-menu > .active > a:focus,
.fifth .pagination-prev,
.fifth .pagination-next,
.fifth .pagination-list > li > a {
  background: #404040;
}
/* line 104, ../sass/_themes.sass */
.fifth .pagination-prev,
.fifth .pagination-next,
.fifth .pagination-list > li > a {
  -webkit-box-shadow: 0 1px #0d0d0d;
  -moz-box-shadow: 0 1px #0d0d0d;
  box-shadow: 0 1px #0d0d0d;
}
/* line 109, ../sass/_themes.sass */
.fifth .pagination-list > li > a:hover,
.fifth .pagination-list > li > a.active {
  -webkit-box-shadow: 0 1px #737373;
  -moz-box-shadow: 0 1px #737373;
  box-shadow: 0 1px #737373;
  text-shadow: 0 1px #737373;
}
/* line 114, ../sass/_themes.sass */
.fifth .tags-cloud > li:after {
  border-color: transparent #0d0d0d transparent transparent;
}
/* line 117, ../sass/_themes.sass */
.fifth .tags-cloud > li > a {
  -webkit-box-shadow: 0 1px #0d0d0d;
  -moz-box-shadow: 0 1px #0d0d0d;
  box-shadow: 0 1px #0d0d0d;
}
/* line 120, ../sass/_themes.sass */
.fifth .btn-primary {
  -webkit-box-shadow: 0 3px #0d0d0d;
  -moz-box-shadow: 0 3px #0d0d0d;
  box-shadow: 0 3px #0d0d0d;
  text-shadow: 0 1px #0d0d0d;
}
/* line 124, ../sass/_themes.sass */
.fifth .btn-primary.active {
  -webkit-box-shadow: 0 3px #0d0d0d, inset 0 1px #0d0d0d;
  -moz-box-shadow: 0 3px #0d0d0d, inset 0 1px #0d0d0d;
  box-shadow: 0 3px #0d0d0d, inset 0 1px #0d0d0d;
}
/* line 127, ../sass/_themes.sass */
.fifth .btn-small.btn-primary {
  -webkit-box-shadow: 0 1px #0d0d0d;
  -moz-box-shadow: 0 1px #0d0d0d;
  box-shadow: 0 1px #0d0d0d;
}
/* line 130, ../sass/_themes.sass */
.fifth .team-img-overlay,
.fifth .recent-projects-overlay,
.fifth .blog-updates-overlay,
.fifth .portfolio-list-item-overlay,
.fifth .blog-updates-overlay,
.fifth .portfolio-list-item-overlay {
  background: rgba(64, 64, 64, 0.75);
}
/* line 136, ../sass/_themes.sass */
.fifth .slider-heading span {
  background: rgba(64, 64, 64, 0.4);
  color: white;
}
/* line 140, ../sass/_themes.sass */
.fifth .heading-alt-color,
.fifth .heading-footer {
  color: #a6a6a6;
}
/* line 144, ../sass/_themes.sass */
.fifth .label-warning,
.fifth .pagination-prev:hover,
.fifth .pagination-next:hover {
  background-color: #a6a6a6;
}
/* line 149, ../sass/_themes.sass */
.fifth .pricing-title,
.fifth .tags-list > li > a,
.fifth .btn-warning,
.fifth .btn-warning:active,
.fifth .blog-widget-categories > li {
  background: #a6a6a6;
}
/* line 156, ../sass/_themes.sass */
.fifth .blog-feed-item h2 a {
  color: #a6a6a6;
}
/* line 159, ../sass/_themes.sass */
.fifth .blog-feed-item h2 a:hover {
  color: #d9d9d9;
}
/* line 162, ../sass/_themes.sass */
.fifth .pagination-list > li > a:hover,
.fifth .pagination-list > li > a.active,
.fifth .portfolio-filter-list > li.selected,
.fifth .portfolio-filter-list > li:hover {
  background: #a6a6a6;
  color: white;
}
/* line 169, ../sass/_themes.sass */
.fifth .pricing-block:before {
  background: #d9d9d9;
}
/* line 172, ../sass/_themes.sass */
.fifth .tags-list > li > a {
  text-shadow: 0 1px #737373;
}
/* line 175, ../sass/_themes.sass */
.fifth .slider-arrow-down {
  background-image: url(../img/themes/fifth/icons/arrow-down.png);
}
/* line 178, ../sass/_themes.sass */
.fifth blockquote {
  background-image: url(../img/themes/fifth/icons/blockquote.png);
}
/* line 181, ../sass/_themes.sass */
.fifth blockquote:before {
  background: #737373;
}
/* line 184, ../sass/_themes.sass */
.fifth .blog-item-date {
  background-image: url(../img/themes/fifth/elements/blog-item-date.png);
}
/* line 187, ../sass/_themes.sass */
.fifth .blog-widget-date {
  background-image: url(../img/themes/fifth/elements/calendar.png);
}
/* line 190, ../sass/_themes.sass */
.fifth .sidebar-categories > li > a {
  background-image: url(../img/themes/fifth/icons/sidebar-categories.png);
}
/* line 193, ../sass/_themes.sass */
.fifth .pagination-next > a,
.fifth .icn-large-next,
.fifth .carousel-next {
  background-image: url(../img/themes/fifth/icons/carousel-next.png);
}
/* line 198, ../sass/_themes.sass */
.fifth .pagination-prev > a,
.fifth .icn-large-prev,
.fifth .carousel-prev {
  background-image: url(../img/themes/fifth/icons/carousel-prev.png);
}
/* line 203, ../sass/_themes.sass */
.fifth .comment-reply {
  background-image: url(../img/themes/fifth/icons/comment-reply.png);
}
/* line 206, ../sass/_themes.sass */
.fifth .pic-bell {
  background-image: url(../img/themes/fifth/icons/pic-bell.png);
}
/* line 209, ../sass/_themes.sass */
.fifth .pic-bulb {
  background-image: url(../img/themes/fifth/icons/pic-bulb.png);
}
/* line 212, ../sass/_themes.sass */
.fifth .pic-phone {
  background-image: url(../img/themes/fifth/icons/pic-phone.png);
}
/* line 215, ../sass/_themes.sass */
.fifth .pic-strategy {
  background-image: url(../img/themes/fifth/icons/pic-strategy.png);
}
/* line 218, ../sass/_themes.sass */
.fifth .swiper-pagination-switch {
  background-image: url(../img/themes/fifth/icons/swiper-pagination-button.png);
}
/* line 221, ../sass/_themes.sass */
.fifth .blog-item-video {
  background-image: url(../img/themes/fifth/icons/blog-item-video.png);
}
/* line 224, ../sass/_themes.sass */
.fifth .blog-item-image {
  background-image: url(../img/themes/fifth/icons/blog-item-image.png);
}
/* line 227, ../sass/_themes.sass */
.fifth .blog-item-audio {
  background-image: url(../img/themes/fifth/icons/blog-item-audio.png);
}
/* line 230, ../sass/_themes.sass */
.fifth .blog-item-post {
  background-image: url(../img/themes/fifth/icons/blog-item-post.png);
}