/* CSS File. Milly - One Page Template
01. Main
  01. Typography
  02. Links
  03. List
  04. Blockquote
  05. Text
  06. Content
  07. Forms
  08. Helpers
  09. Buttons
  10. Images
02. Navbar
  01. Navbar Theme - Light Default
  02. Nav-tabs
03. Carousel
  01. General settings
  02. Carousel crossfade animation
  03. Carousel-landing
  04. Carousel-content
  05. Carousel-thumbnail
04. Portfolio
  01. Filter
  02. Portfolio exclusive
  03. Portfolio content
05. Blog
06. Contacts
07. Footer
08. Glass Sections
  08.01 Our Clients
  08.02 Pricing tables
  08.03 Text widget
09. Additional Elements
  09.01 Icons over thumbnail
  09.02 Panels. Accordion
  09.03 Mini-info
  09.04 Comments
  09.05 Site scroll
  09.06 Circle toggle
  09.07 Other
  09.08 Retina styles


/* 01. MAIN 
------------------------------------------------------------------ */
html { 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  background-color: #20cfb2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background: transparent;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  margin-top: 60px;
}
/* 01.01 Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 300;
}
h2 {
  font-size: 36px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  margin: 20px 0 10px;
}
h5 {
  font-size: 16px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
p {
  margin: 0 0 20px;
}
li p,
.blog-author p {
  margin-bottom: 10px;
}
#clients-list > li {
    text-align: center;
}
#s-team {
padding-top: 40px;
}
#s-portfolio {
padding-top: 40px;
}


.carousel-caption p {
  margin-bottom: 0;
}
.title-separator {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.bg-theme .title-separator {
  border-color: #5fd7c3;
}

/* 01.02 Links */
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
a:hover,
a:focus {
  color: #20cfb2;
}
p > a {
  color: #20cfb2;
}
p > a:hover {
  text-decoration: underline;
}

/* 01.03 List */
ul {
  list-style: none;
  padding-left: 0;
}
ul > ul {
  margin-left: 20px;
}
.list-theme-color li,
.list-white-color li,
.list-gray-color li {
  padding: 10px;
  padding-left: 0;
  margin-bottom: 0;
}
.list-theme-color li {
  border-bottom: 1px solid #20cfb2;
}
.list-white-color li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.list-gray-color li {
  border-bottom: 1px solid #ccc;
}
.list-theme-color li:last-child,
.list-white-color li:last-child,
.list-gray-color li:last-child {
  border-bottom: none;
}
dt {
  font-weight: 600;
}
dd {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    width: 100px;
  }
  .dl-horizontal dd {
    margin-left: 110px;
  }
}

/* 01.04 Blockquote */
blockquote {
  position: relative;
  margin-left: 30px;
}
blockquote small {
  color: inherit;
}
.bg-glass-theme blockquote {
  border-width: 0;
  color: #fff;
}
.bg-glass-theme blockquote p {
  color: #fff;
}
.bg-glass-theme blockquote cite {
  color: #fff;
}
.bg-theme blockquote {
  border-width: 5px;
  color: #ccc;
}
.bg-theme blockquote p {
  color: #666;
}
.bg-theme blockquote cite {
  color: #666;
}
blockquote p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
cite {
  font-style: italic;
}
.blockquote-icon {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 18px;
  opacity: 0.8;
}

/* 01.05 Text */
.text-muted {
  color: #999999;
}
.text-primary {
  color: #20cfb2;
}
.text-success {
  color: #62bd35;
}
.text-info {
  color: #35afbd;
}
.text-warning {
  color: #dc7021;
}
.text-danger {
  color: #ca2316;
}
.text-theme-color {
  color: #20cfb2;
}
.text-white {
  color: #fff;
}
.text-justify {
  text-align: justify;
}
.break-word {
  word-wrap: break-word;
}
.text-light {
  font-weight: 300;
}
.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* 01.06 Content */
section {
  min-width: 320px;
 // margin-bottom: 100px;
}
.section-title,
.container-title {
  text-align: center;
  word-wrap: break-word;
}
.section-title {
  margin-bottom: 70px;
}
.container-title {
  margin-bottom: 40px;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
  background: transparent;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
  margin-bottom: 60px;
}
.bg-glass-theme {
  padding: 50px 0 0px;
  background-color: rgba(95,215,195,0.2);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.bg-theme {
  padding-top: 40px;
  padding-bottom: 50px;
 /*margin-bottom: 30px;*/
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.separator-xs {
  height: 1px;
  background-color: #5fd7c3;
  margin: 20px 0;
}
.separator-sm {
  height: 2px;
  background-color: #5fd7c3;
  margin: 20px 0;
}
.separator-lg {
  height: 3px;
  background-color: #5fd7c3;
}
.title-stroke-left,
.title-stroke-right,
.title-stroke-center {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.title-stroke-wrapper {
  display: table-row;
}
.stroke-start,
.stroke-title,
.stroke-end {
  display: table-cell;
  vertical-align: middle;
}
.stroke-title {
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  color: #fff;
  width: 1px;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}
.stroke-circle {
  position: relative;
  margin: 0 -16px;
  color: #fff;
  width: 140px;
  height: 140px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  line-height: 130px;
  -webkit-transition: .5s opacity; 
  -moz-transition: .5s opacity; 
  -ms-transition: .5s opacity; 
  -o-transition: .5s opacity; 
  transition: .5s opacity;
}
.stroke-circle:hover {
  opacity: 1;
}
.stroke-circle-text {
  opacity: 1;
  -webkit-transition: .5s opacity; 
  -moz-transition: .5s opacity; 
  -ms-transition: .5s opacity; 
  -o-transition: .5s opacity; 
  transition: .5s opacity;
}
.stroke-circle:hover .stroke-circle-text {
  opacity: 0;
}
.stroke-arrow-down,
.stroke-arrow-up {
  width: 53px;
  height: 28px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -27px;
  background: url(../images/elements/arrows_vertical.png) 0 28px;
  opacity: 0;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.stroke-arrow-up {
  top: auto;
  bottom: 10%;
  background: url(../images/elements/arrows_vertical.png);
}
.stroke-circle:hover .stroke-arrow-down {
  opacity: 1;
  top: 50%;
  margin-top: -10px;
}
.stroke-circle:hover .stroke-arrow-up {
  opacity: 1;
  bottom: 50%;
  margin-bottom: -10px;
}
.stroke-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.title-stroke-left .stroke-start {
  width: 15%;
}
.title-stroke-right .stroke-end {
  width: 15%;
}
.stroke-wrapper {
  border: 1px solid rgba(255,255,255,0.5);
  padding: 8px;
}
.landing-more-stuff .title-stroke-left {
  margin-top: -155px;
}
@-moz-document url-prefix() { /* hack for FireFox. FF can't disply it correct */
  .landing-more-stuff .title-stroke-left {
    margin-top: -50px;
  }
}
.landing-more-stuff .title-stroke-center {
  margin-top: -80px;
}

/* features section */
.features-line {
  border-right: 2px solid #5fd7c3;
}
@media (max-width: 768px){
  .features-line {
    border-width: 0;
  }
}
/* team section */
.team-title {
  position: relative;
  border-top: 4px solid #5fd7c3;
  border-bottom: 1px solid #5fd7c3;
  font-size: 18px;
  padding: 14px 0;
}
.toggle-circle-team {
  position: absolute;
  bottom: -17px;
  right: 20px;
}

/* 01.07 Forms */
label {
  font-weight: 600;
}
textarea {
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #5fd7c3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 215, 195, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 215, 195, 0.6);
}
.help-block,
.has-success span,
.has-warning span,
.has-error span {
  font-size: 12px;
}
.has-success .help-block,
.has-success .control-label,
.has-success span {
  color: #20cfb2;
}
.has-success .form-control {
  border-color: #20cfb2;
}
.has-success .form-control:focus {
  border-color: #20cfb2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #20cfb2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #20cfb2;
}
.has-success .input-group-addon {
  color: #20cfb2;
  border-color: #20cfb2;
  background-color: rgba(32,207,178,0.2);
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning span {
  color: #dc7021;
}
.has-warning .form-control {
  border-color: #dc7021;
}
.has-warning .form-control:focus {
  border-color: #dc7021;
}
.has-warning .input-group-addon {
  color: #dc7021;
  border-color: #dc7021;
  background-color: #dc7021;
}
.has-error .help-block,
.has-error .control-label,
.has-error span {
  color: #ca2316;
}
.has-error .form-control {
  border-color: #ca2316;
}
.has-error .form-control:focus {
  border-color: #ca2316;
}
.has-error .input-group-addon {
  color: #ca2316;
  border-color: #ca2316;
  background-color: #ca2316;
}

/* 01.08 Helpers */
.indent-70, .indent-50, .indent-30 {
  height: 0;
  width: 0;
}
.indent-70 {
  margin-top: 70px;
}
.indent-50 {
  margin-top: 50px;
}
.indent-30 {
  margin-top: 30px;
}
.no-margin {
  margin: 0;
}
.spacer {
  display: inline-block;
  margin-right: 20px;
}
.relative {
  position: relative;
}
.displaynone {
  display: none !important;
}
.display-none { /* no important */
  display: none;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-top {
  padding-top: 0;
}
.opacity-75 {
  opacity: 0.75;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.i-size-24 { /* icon-size 24px */
  font-size: 24px;
}
.i-size-18 { /* icon-size 18px */
  font-size: 18px;
}
.top-border-sm {
  border-top: 3px solid #5fd7c3;
}
.top-border-bg {
  border-top: 5px solid #5fd7c3;
}
.border-gray {
  border-color: #ccc;
}
.border-white {
  border-color: #fff;
}
.heading-disable-margin-top {
  margin-top: 0;
}
@media (max-width: 991px) {
  .mobile-centering {
    margin: 0 auto;
    text-align: center !important;
  }
}

/* 01.09 Buttons */
.btn {
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.btn-square {
  border-radius: 0;
}
.btn-lg {
  padding: 12px 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.btn-group-margin .btn {
  margin-bottom: 5px;
}

/* Button Specific - Landing page */
.landing-buttons .btn {
  width: 45%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .landing-buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Button with hover expand */
.btn:focus {
  outline: none;
}
.btn-expand .btn {
  float: left;
  margin-bottom: 10px;
}
.expand-text {
  padding: 0 10px;
  color: #50a899;
  float: left;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  opacity: 0;
  background: rgba(32,207,178,0.2);
  overflow: hidden;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.btn-expand:hover .expand-text {
  opacity: 1;
}

/* Button Default */
.btn-default {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ccc;
  border-color: #ccc;
  opacity: 0.5;
}

/* Button Primary(Theme color) */
.btn-primary {
  background-color: #5fd7c3;
  border-color: #5fd7c3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #20cfb2;
  border-color: #20cfb2;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5fd7c3;
  border-color: #5fd7c3;
  opacity: 0.5;
}

/* Button success */
.btn-success {
  background-color: #92d75f;
  border-color: #92d75f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #7ec14d;
  border-color: #7ec14d;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #92d75f;
  border-color: #92d75f;
  opacity: 0.5;
}

/* Button info */
.btn-info {
  background-color: #5fcdd7;
  border-color: #5fcdd7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #40b9c4;
  border-color: #40b9c4;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5fcdd7;
  border-color: #5fcdd7;
  opacity: 0.5;
}

/* Button warning */
.btn-warning {
  background-color: #ec9e42;
  border-color: #ec9e42;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #d8821d;
  border-color: #d8821d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ec9e42;
  border-color: #ec9e42;
  opacity: 0.5;
}

/* Button danger */
.btn-danger {
  background-color: #e04530;
  border-color: #e04530;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #c8331f;
  border-color: #c8331f;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e04530;
  border-color: #e04530;
  opacity: 0.5;
}
/* Button white */
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #20cfb2;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-color: #20cfb2;
  border-color: #20cfb2;
  color: #fff;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
  opacity: 0.5;
}
/* Button transparent */
.btn-transparent {
  background-color: transparent;
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  font-weight: 300;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-color: transparent;
  border-color: rgba(255,255,255,1);
  color: #fff;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: rgba(255,255,255,0.2);
}

/* Button link */
.btn-link {
  color: #20cfb2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #20cfb2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #20cfb2;
  text-decoration: none;
  opacity: 0.5;
}

/* Button groups */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* 01.10 Images */
.img-inside {
  display: block;
  margin: 20px 0;
  width: 100%;
}
.img-inside-right {
  display: block;
  margin: 20px 0 20px 20px;
  width: 50%;
  float: right;
}
.img-inside-left {
  display: block;
  margin: 20px 20px 20px 0;
  width: 50%;
  float: left;
}

/* 02. NAVBAR
/*------------------------------------------------------------------*\

The point at which your navbar switches between 
collapsed and horizontal mode - 992px. 
(!) You need change main bootstrap.css if you wanna update it (!)
For more information see documentation

\*------------------------------------------------------------------*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li > a {
  padding: 0 15px;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 3px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #20cfb2;
  background-color: transparent;
  border-bottom: 3px solid #5fd7c3;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5fd7c3;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #20cfb2;
  background-color: transparent;
  border-bottom: 3px solid #5fd7c3;
}
.nav .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar {
  border-radius: 0;
  border: 0 solid transparent;
  background-color: rgba(255,255,255,1);
  min-height: 60px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    overflow-y: scroll;
  }
}
.navbar-brand {
  padding: 20px 15px;
  font-weight: 600;
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 10px 30px;
  }
}
.navbar-form {
  margin: 0 -15px;
  padding: 15px;
}
@media (min-width: 992px) {
  .navbar-form {
    margin-left: 15px;
    padding-top: 14px;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 15px 15px 30px;
  }
}
.dropdown-menu {
  border: 0 solid transparent;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #5fd7c3;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #20cfb2;
  background-color: #dff7f3;
}
.navbar-toggle {
  margin-top: 13px;
}

/* 02.01 Navbar Theme - Light Default */
.navbar-theme {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow:         0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.navbar-theme:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #b7e0d9;
  content: "";
}
doesnotexist:-o-prefocus, .navbar-theme:before { /* hack for Opera. Opera can't detect a height */
  display: none;
}
@media (max-width: 991px) {
  .navbar-theme {
    padding-bottom: 3px;
  }
}
.navbar-theme .navbar-brand {
  color: #666;
}
.navbar-theme .navbar-brand:hover,
.navbar-theme .navbar-brand:focus {
  color: #20cfb2;
  background-color: transparent;
}
.navbar-theme .navbar-text {
  color: #666;
}
.navbar-theme .navbar-nav > li > a {
  color: #666;
}
.navbar-theme .navbar-nav > li > a:hover,
.navbar-theme .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-theme .navbar-nav > .active > a,
.navbar-theme .navbar-nav > .active > a:hover,
.navbar-theme .navbar-nav > .active > a:focus {
  color: #20cfb2;
  background-color: transparent;
  border-bottom: 3px solid #5fd7c3;
}
.navbar-theme .navbar-nav > .disabled > a,
.navbar-theme .navbar-nav > .disabled > a:hover,
.navbar-theme .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-theme .navbar-nav > li > a:hover,
  .navbar-theme .navbar-nav > li > a:focus {
    color: #20cfb2;
    background-color: #dff7f3;
    border-bottom: 3px solid transparent;
  }
  .navbar-theme .navbar-nav > .active > a,
  .navbar-theme .navbar-nav > .active > a:hover,
  .navbar-theme .navbar-nav > .active > a:focus {
    color: #20cfb2;
    background-color: #dff7f3;
    border-bottom: 3px solid #5fd7c3;
  }
  .navbar-theme .navbar-nav > .disabled > a,
  .navbar-theme .navbar-nav > .disabled > a:hover,
  .navbar-theme .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-theme .navbar-toggle {
  border-color: #dddddd;
}
.navbar-theme .navbar-toggle:hover,
.navbar-theme .navbar-toggle:focus {
  background-color: #5fd7c3;
  border-color: #5fd7c3;
}
.navbar-theme .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-theme .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar-theme .navbar-collapse,
.navbar-theme .navbar-form {
  border-color: #e6e6e6;
}
.navbar-theme .nav .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.navbar-theme .nav a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-theme .navbar-nav > .dropdown > a:hover .caret,
.navbar-theme .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #5fd7c3;
  border-bottom-color: #5fd7c3;
}
.navbar-theme .navbar-nav > .open > a,
.navbar-theme .navbar-nav > .open > a:hover,
.navbar-theme .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #333;
  border-bottom: 3px solid #5fd7c3;
}
.navbar-theme .navbar-nav > .open > a .caret,
.navbar-theme .navbar-nav > .open > a:hover .caret,
.navbar-theme .navbar-nav > .open > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-theme .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
@media (max-width: 991px) {
  .navbar-theme .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .navbar-theme .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-theme .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #20cfb2;
    background-color: #dff7f3;
  }
  .navbar-theme .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-theme .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-theme .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #20cfb2;
    background-color: #dff7f3;
  }
  .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-theme .navbar-link {
  color: #5fd7c3;
}
.navbar-theme .navbar-link:hover {
  color: #333;
}
/* 02.02 Nav-tabs */
.nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  margin: 0;
  background: #f2f2f2;
  line-height: 55px;
  border: none;
  border-top: 4px solid #ccc;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  height: 60px;
  overflow: hidden;
}
.nav-tabs > li > a:hover {
  border-color: #5fd7c3;
  border-bottom: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #fff;
  border: none;
  border-top: 4px solid #5fd7c3;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: transparent;
}
@media (max-width: 768px) {
  .nav-tabs.nav-justified {
    width: 100%;
    display: table;
  }
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
}
.tab-pane .tab-inside {
  padding: 30px 30px 20px 30px;
}
.logo-nav-img {
  margin-top: -25px;
  margin-bottom: -15px;
}       
}

/* 03. Carousel
------------------------------------------------------------------ */
/* 03.01 General settings */
.carousel {
  margin-bottom: 40px;
}
.carousel-inner > .item,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border: 1px solid transparent;
  background-color: #fff;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #5fd7c3;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left, 
.carousel-control.right {
  background: none;
  filter: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  opacity: 0;
  width: 28px;
  height: 53px;
  margin-top: -27px;
  margin-left: -14px;
  -webkit-backface-visibility: hidden; /* hack for WebKit for disable shifting of elements*/
  -webkit-transition: .5s opacity; 
  -moz-transition: .5s opacity; 
  -ms-transition: .5s opacity; 
  -o-transition: .5s opacity; 
  transition: .5s opacity; 
}
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  background: url(../images/elements/arrows_horizontal.png);
}
.carousel-control .icon-next {
  background-position: 28px 0;
}
.carousel:hover .icon-prev,
.carousel:hover .icon-next  {
  opacity: 1;
}
.carousel-control .icon-prev:before {
  content: '';
}
.carousel-control .icon-next:before {
  content: '';
}
.carousel-caption {
  padding: 10px;
  text-shadow: none;
  background-color: #5fd7c3;
  border-radius: 5px;
}

/* 03.02 Carousel crossfade animation */
.carousel-fade .item { 
  -webkit-transition: .7s ease-in-out opacity; 
  -moz-transition: .7s ease-in-out opacity; 
  -ms-transition: .7s ease-in-out opacity; 
  -o-transition: .7s ease-in-out opacity; 
  transition: .7s ease-in-out opacity; 
  left: 0 !important; 
}
.carousel-fade .active.left, .carousel-fade .active.right { opacity: 0; z-index: 2; }

/* 03.03 Carousel-landing. Use it for full-width page content */
  
  /* settings for Carousel-landing */

/* 03.04 Carousel-content. Use it for full-width page content */
.carousel-features {
  margin-top: -280px;
  margin-bottom: 100px;
  border-top: 1px solid rgba(255,255,255,0.25)
}
.content-offset-240 { /* for a single event */
  margin-top: 240px;
}
.carousel-content .carousel-indicators {
  bottom: 0;
} 
.carousel-content .carousel-caption {
  bottom: 45px;
  padding-top: 10px;
  text-shadow: none;
  border-radius: 5px;
}
@media (max-width: 545px) { /* resize image for small devices */
  .carousel-full-widht {
    height: 300px;
  }
  .carousel-full-widht .carousel-inner > .item > img,
  .carousel-full-widht .carousel-inner > .item > a > img {
    height: auto;
    max-height: 300px;
    width: auto;
    max-width: 545px;
  }
  .carousel-full-widht .carousel-inner .item {
    overflow: hidden;
  }
}

/* 03.05 Carousel-thumbnail. May be used for inserting in the columns. Top navigation */
.thumb-carousel {
  margin-bottom: 0;
}
.thumb-carousel .carousel-control.left, 
.thumb-carousel .carousel-control.right {
  background: transparent;
  -webkit-transition: .7s all; 
  -moz-transition: .7s all; 
  -ms-transition: .7s all; 
  -o-transition: .7s all; 
  transition: .7s all;
}
.thumb-carousel .carousel-control {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.thumb-carousel .carousel-control.left {
  top: 0;
  left: auto;
  right: 40px;
}
.thumb-carousel .carousel-control .icon-prev,
.thumb-carousel .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  margin-left: -6px;
  background: url(../images/elements/arrows_horizontal_small.png);
}
.thumb-carousel .carousel-control .icon-next {
  background-position: 9px 0;
}
@media screen and (min-width: 768px) {
  .thumb-carousel .carousel-control .icon-prev,
  .thumb-carousel .carousel-control .icon-next {
    line-height: 30px;
  }
}
.thumb-carousel .carousel-control.left:hover, 
.thumb-carousel .carousel-control.right:hover {
  background: #5fd7c3;
}

/* 04. PORTFOLIO
------------------------------------------------------------------ */
/* 04.01 Filter */
.nav-filter {
  width: 100%;
  border-bottom: 2px solid #5fd7c3;
}
.text-center .nav,
.text-center .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.nav-pills > li > a {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  border-bottom: 3px solid transparent;
}
.nav-pills > li > a.current {
  color: #20cfb2;
  background-color: transparent;
  border-bottom: 3px solid #5fd7c3;
}
@media (max-width: 480px) {
  .nav-pills > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }
  .nav-pills > li > a {
    border-color: transparent;
    margin: 0;
  }
  .nav-pills > li > a.current,
  .nav-pills > li > a:hover {
    border-color: transparent;
    background-color: #5fd7c3;
    color: #fff;
  }
}
/* 04.02 Portfolio exclusive */
.img-portfolio {
  position: relative;
  overflow: hidden;
}
.img-portfolio:hover .img-portfolio-hover {
  opacity: 1;
}
.img-portfolio-hover,
.img-portfolio-slide-bottom,
.img-portfolio-slide-top {
  -webkit-backface-visibility: hidden;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.img-portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-portfolio-slide-bottom {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: -50px;
}
.img-portfolio:hover .img-portfolio-slide-bottom {
  bottom: 50%;
}
.hover-circle {
  position: relative;
  padding: 10%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(95,215,195,0.5);
}
.hover-circle-inside {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(95,215,195,0.8);
  border: 1px solid #fff;
}
.img-portfolio-slide-top {
  position: absolute;
  text-align: center;
  line-height: 105px;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.img-portfolio:hover .img-portfolio-slide-top {
  top: 50%;
}
.img-portfolio-slide-top i {
  font-size: 32px;
  color: #fff;
}
.open_fancybox {
  cursor: pointer;
}

/* 04.03 Portfolio content */
.portfolio-content {
  margin: 20px auto;
  list-style: none;
  padding: 0;
}
.portfolio-content li {
  display: inline-block;
  margin: 10px;
  overflow: hidden;
}
@media (max-width: 536px) {
  .portfolio-content li {
    width: 225px;
  }
}
.p-thumb-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
.p-thumb-name {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(95,215,195,0.9);
}
.p-thumb-description {
  position: absolute;
  bottom: -40%;
  padding: 5px 10px;
  width: 100%;
  height: 40%;
  background-color: rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 13px;
}
.p-thumb-description, .p-thumb-name, .p-thumbnail img {
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
.p-thumbnail:hover .round-icon,
.p-thumbnail:hover .p-thumb-caption {
  opacity: 1;
}
.p-thumbnail:hover .p-thumb-name,
.p-thumbnail:hover .p-thumb-description {
  bottom: 0;
}
.p-thumbnail:hover .p-thumb-description {
  transition-delay: 0.5s !important;
}
.p-thumbnail:hover img {
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.round-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(95,215,195,0.8);
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  -webkit-backface-visibility: hidden; /* hack for WebKit for disable shifting of elements*/
  -webkit-transition: opacity 0.7s ease;
     -moz-transition: opacity 0.7s ease;
      -ms-transition: opacity 0.7s ease;
       -o-transition: opacity 0.7s ease;
          transition: opacity 0.7s ease;
}
.round-icon i {
  position: relative;
  line-height: 50px;
  font-size: 18px;
  color: rgba(255,255,255,0.7);
}
.round-icon:hover i {
  color: rgba(255,255,255,1);
}

/* 05. Blog
------------------------------------------------------------------ */
.blog-content {
  margin: 20px auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) { /* fix isotope bug */
  .blog-content li {
    width: 467px;
  }
}
.blog-author {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(95,215,195,0.8);
  color: #8bfae8;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px 2px 155px;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
  cursor: pointer;
}
.blog-author:hover{
  background-color: rgba(95,215,195,1);
}
.blog-author:hover img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-author span {
  color: #fff;
}
.blog-author img {
  width: 125px;
  height: 125px;
  -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.blog-author-photo {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 133px; /* 125px image + 3px border + 3px border*/
  height: 133px; /* 125px image + 3px border + 3px border*/
  border: 1px solid rgba(225,255,255,0.8);
  padding: 3px; 
  overflow: hidden;
}
.thumb-blog-icons {
  padding-left: 150px;
  position: absolute;
  bottom: 100%;
  right: 0;
  list-style: none;
  color: #fff;
  margin: 0;
}
.thumb-blog-icons span {
  font-size: 16px
}
.thumb-blog-icons a {
  display: block;
  color: #fff;
}
.thumb-blog-icons i {
  margin-left: 10px;
  margin-right: 10px; 
}
.thumb-blog-icons li {
  width: auto;
  padding-right: 10px;
  height: 40px;
  background: transparent;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  float: right;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.thumb-blog-icons li:hover {
  background: #5fd7c3;
}
.blog-time {
  padding-top: 10px;
  margin-bottom: -10px;
  color: #808080;
  font-size: 14px;
}
.blog-tags {
  list-style: none;
  padding-left: 0;
}
.blog-tags li {
  position: relative;
  float: left;
  width: auto;
  font-size: 12px;
  padding: 4px 10px;
  color: #fff;
  background: #5fd7c3;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 25px;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.blog-tags li:after {
  display: block;
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -5px;
  background: url(../images/elements/blog_tag.png);
}
.blog-image { /* blog image min-width: 914px (Recommended)*/
  position: relative;
  overflow: hidden;
  min-height: 180px;
}
.blog-img {
  min-height: 180px;
  width: 100%;
  min-width: 480px;
}

/* 06. Contacts
------------------------------------------------------------------ */
.map-wrapper {
  position: relative;
  height: 600px;
  border-top: 5px solid #ccc;
  overflow: hidden;
}
.map-wrapper:hover {
  border-color: #5fd7c3;
}
.map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 595px;
}
.container-over-map {
  position: relative;
  margin-top: 145px;
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}
.over-map-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 450px;
  background: #fff;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.over-map-tabs-hideshow {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #5fd7c3;
}
.toggle-circle-map {
  position: absolute;
  z-index: 99;
  top: -17px;
  left: 50%;
  margin-left: -14px; 
}
.gmap-streetview-wrapper {
  position: relative;
  overflow: hidden;
}
.gmap-streetview {
  width: 100%;
  height: 390px;
}
.gmap-streetview-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 312px;
  height: 100%;
  background: rgba(255,255,255,0.8);
  border-right: 5px solid rgba(95,215,195,0.8);
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
  z-index: 99;
}
.gmap-streetview-wrapper:hover .gmap-streetview-hover,
.gmap-streetview-wrapper:focus .gmap-streetview-hover {
  left: -307px;
}
@media (min-width: 1024px) { /* Disable strong rule for mobiles */
  .gmap-streetview-hover:hover {
    left: 0 !important;
  }
}
/* Contact/Subscribe Form */
.success-message {
  background-color: #5fd7c3;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

/* 07. Footer
------------------------------------------------------------------ */
.footer-copyrights {
  margin-bottom: -50px;
  padding: 10px 0 0 0;
}
@media (max-width: 728px) {
  .footer-copyrights {
    text-align: center;
  }
  .footer-copyrights > .container > div {
    float: none;
  }
  .footer-social {
    margin-top: 0;
  }
}
.footer-copyrights p {
  font-size: 11px;
  color: #808080;
  margin: -5px 0 20px;
}
.footer-social {
  font-size: 30px;
  margin-top: 5px;
}
.footer-social li {
  display: inline-block;
}
.footer-social a {
  color: #ccc;
}
.footer-social a:hover {
  color: #20cfb2;
}
.contacts-list li i {
  font-size: 15px;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 20px;
}
.contacts-list li {
  margin-bottom: 5px;
}
.contacts-list p {
  margin-left: 30px;
}
.footer-list{
  margin-top: -10px; 
}
.footer-li {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  padding-left: 10px;
  line-height: 18px;
}
.footer-list li img {
  width: 55px;
  height: 55px;
  float: left;
}

/* 08. Glass Sections
------------------------------------------------------------------ */
/* 08.01 Our clients */
.clients-list {
  margin: 0 0px;
  margin-top: 40px;
  height: 440px;
  overflow: hidden;
}
.clients-list li {
  display: inline-block;
  width: 225px;
  height: 220px;
  padding: 0px;
  background: transparent;
  margin: 1px;
}
#clients-list-showmore {
  display: block;
  margin: 0 auto;
}
#clients-list-showless {
  display: none;
  margin: 0 auto;
}

/* 08.01 Our clients */
.clients-list1 {
  margin: 0 5px;
  margin-top: 40px;
  height: 150px;
  overflow: hidden;
}
.clients-list1 li {
  display: inline-block;
  width: 225px;
  height: 170px;
  padding: 0px;
  background: transparent;
  margin: 5px;
}
#clients-list1-showmore {
  display: block;
  margin: 0 auto;
}

/* 08.02 Pricing tables */
.pricing-table {
  margin-bottom: 50px;
}
.pricing-table > li {
  display: inline-block;
  width: 280px;
  margin: 5px;
  background-color: rgba(95,215,195,0.5);
  vertical-align: top;
}
.pricing-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  min-height: 70px;
  color: #000000;
  background: transparent;
}
.pricing-price {
  background-color: #fff;
  padding: 10px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.5);
  background-color: #5fd7c3;
}
.pricing-description {
  min-height: 220px;
  padding: 30px 10px;
  font-size: 16px;
  background-color: rgba(255,255,255,0.8);
}
.pricing-description li {
  margin-bottom: 10px;
}

/* 08.03 Text widget */
.text-widget p {
  padding: 50px 0;
}
.text-widget p {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

/* 09. Additional Elements
------------------------------------------------------------------ */
/* 09.01 Icons over thumbnail */
.icons-over-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  color: #fff;
  margin: 0;
}
.icons-over-thumb a {
  color: #fff;
  display: block;
}
.icons-over-thumb li {
  width: 40px;
  height: 40px;
  background: rgba(95,215,195,0.8);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  float: left;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.icons-over-thumb li:hover {
  background: rgba(95,215,195,1);
}
/* 09.02 Panels. Accordion */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ccc;
}
.panel-heading {
  border-radius: 0;
}
.panel-title {
  font-size: 16px;
}
.panel-footer {
  border-top: 1px solid #ccc;
  border-radius: 0;
}
.panel-title > a {
  display: block;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 3px solid #ccc;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border: none;
}
/* Panel default */
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f2f2f2;
  border-color: #ccc;
  font-weight: 300;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5fd7c3;
}
/* Panel Primary */
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5fd7c3;
  border-color: #5fd7c3;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ccc;
}
.panel-primary .panel-title a {
  color: #fff;
}
/* 09.03 Mini-info */
.mini-info .dl-horizontal {
  padding: 10px 20px 10px 10px;
  margin: 0;
}
.mini-info {
  overflow: hidden;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all;
  -o-transition: .5s all; 
  transition: .5s all;
}
.skill {
  margin-top: 5px;
  height: 10px;
  background-color: #5fd7c3;
}
.skill-5 {
  width: 100%;
}
.skill-4 {
  width: 80%;
}
.skill-3 {
  width: 60%;
}
.skill-2 {
  width: 40%;
}
.skill-1 {
  width: 20%;
}

/* 09.04 Comments */
.hide-add-comment {
  display: none;
}
.show-add-comment {
  display: block;
}
.add-comment {
  display: block;
  height: 0;
  padding-top: 20px;
  max-width: 600px;
  overflow: hidden;
  -webkit-transition: .5s all; 
  -moz-transition: .5s all; 
  -ms-transition: .5s all; 
  -o-transition: .5s all; 
  transition: .5s all;
}
.comments li{
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.comments li:first-child {
  padding: 20px 0;
  border-top: none;
}
.comments-reply {
  padding-left: 30px;
  margin-top: 20px;
}
.comments-reply li:first-child {
  border-top: 1px solid #e5e5e5;
}
.comments-reply li:last-child {
  padding-bottom: 0;
}
.comment-avatar {
  width: 125px;
  height: 125px;
  margin-right: 20px;
  float: left;
}
.comment-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}
.comment-body {
  padding-left: 150px;
}
.comment-name {
  font-size: 18px;
}
.comment-date {
  font-size: 12px;
  color: #808080;
}
.comment-text {
  padding: 10px 0;
}
/* 09.05 Site scroll */
.gotop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  border-radius: 5px;
}
/* 09.06 Circle toggle */
.toggle-circle {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #5fd7c3;
  border-radius: 17px;
  cursor: pointer;
}
.toggle-circle-inside {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background-color: #5fd7c3;
  border-radius: 14px; 
}
.toggle-circle-down .toggle-circle-arrow,
.toggle-circle-up .toggle-circle-arrow {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 16px;
  height: 9px;
  background: url(../images/elements/arrows_vertical_small.png) 0 9px;
}
.toggle-circle-up .toggle-circle-arrow {
  background: url(../images/elements/arrows_vertical_small.png);
  top: 10px;
}
/* 09.07 Other */
.transparent-line {
  width: 100%;
  height: 15px;
  background: #5fd7c3;
  opacity: 0.5;
}
.rights-reserved {
  padding: 10px 0;
  font-size: 12px;
}

/* 09.08 Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  .blog-tags li:after {
    background: url(../images/elements/blog_tag@2x.png);
    background-size: 20px 25px;
  }
  .toggle-circle-down .toggle-circle-arrow {
    background: url(../images/elements/arrows_vertical_small@2x.png) 0 9px;
    background-size: 16px 18px;
  }
  .toggle-circle-up .toggle-circle-arrow {
    background: url(../images/elements/arrows_vertical_small@2x.png);
    background-size: 16px 18px;
  }
  .carousel-control .icon-prev{
    background: url(../images/elements/arrows_horizontal@2x.png);
    background-size: 56px 53px;
  }
  .carousel-control .icon-next{
    background: url(../images/elements/arrows_horizontal@2x.png) 28px 0;
    background-size: 56px 53px;
  }
  .thumb-carousel .carousel-control .icon-prev {
    background: url(../images/elements/arrows_horizontal_small@2x.png);
    background-size: 18px 16px;
  }
  .thumb-carousel .carousel-control .icon-next {
    background: url(../images/elements/arrows_horizontal_small@2x.png) 9px 0;
    background-size: 18px 16px;
  }
}