﻿@charset "utf-8";




/************************** Import Fonts and Icons *************************/

/* Monserrat - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");




/************************* General Styles for Tags *************************/
a {
  color: #a5d9ed;
}
a:hover {
  text-decoration: none;
  color: #71a8bd;
}
article {
  color: #757c7f;
  padding: 30px 0 40px 0;
  border-bottom: 1px solid #e9e9e9;
}
address {
  line-height: 2em;
  padding: 0 0 10px 0;
}
address a {
  color: #757c7f;
}
address a:hover {
  color: #4ec7b8;
}
address.alt {
  margin: 30px 0;
}
address.alt p {
  font-size: 1.5em;
  line-height: 66px;
  min-height: 66px;
}

address.alt p .ico {
  background: rgba(0,0,0,0);
  border: 2px solid #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #d6dadd;
  float: left;
  font-size: 1.2em;
  height: 66px;
  line-height: 66px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 66px;
}

address.alt p:hover .ico {
  padding: 0;
  background: #a5d9ef;
  color: #fff;
  border: 6px double #fff;
}
blockquote {
  border: 1px solid #e4e4e4;
  border-left-width: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  color: #959595;
  line-height: 1.8em;
  padding: 10px 20px;
  width: 70%;
  margin: 30px 0;
}
body {
  font-size: 14px;
  padding: 90px 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #757c7f;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.3em;
  padding: 0 0 5px 0;
}
h4 {
  font-size: 1.15em;
  text-transform: uppercase;
}
h5 {
  font-size: 0.86em;
}
h6 {
  font-size: 0.7em;
}
img {
  width: 100%;
}
img.pull-right {
  margin: 0 0 1.5em 1.5em;
}
img.pull-left {
  margin: 0 1.5em 1.5em 0;
}
p {
  color: #959595;
  font-size: 14px;
  line-height: 1.7em;
}
ul {
  padding: 0;
}

textarea:focus, input[type="text"]:focus,textarea[type="text"]:focus,   input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,  input[type="color"]:focus, .uneditable-input:focus, .form-control:focus {  
border: 2px solid #c4d4d7;
box-shadow: none;
outline: #c4d4d7;
}

/***************************************************************************/
/********************** General Styles for Components **********************/

/********************************* Buttons ********************************/
.btn.btn-default {
  background: #e9eef1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: none;
  color: #a1a7a7;
}

.btn.btn-default:hover {
  background: #c7d9dc;
  color: #fff;
}

.btn.btn-primary {
  background: #1d9fd3;
  border: none;
  color: #2a5464;
  text-transform: uppercase;
}

.btn.readmore {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 7px 20px;
  color: #bac2c4;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 700;
}

.btn.readmore:hover {
  color: #7fc0e1;
  border-color: #7fc0e1;
}




/********************************* Carousel ********************************/
.carousel-control {
  background: none;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  height: 42px;
  line-height: 42px;
  margin: -8px 0 0 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  text-shadow: none;
  top: 36%;
  width: 42px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  font-size: 2.5em;
  filter: none;
}

.carousel-control.left:hover i,
.carousel-control.right:hover i {
  color: #a5d9ed;
}

.carousel-control.left .icon-right-open,
.carousel-control.right .icon-right-open {
  margin: 0 0 0 -6px;
}
.carousel-control.left .icon-left-open,
.carousel-control.right .icon-left-open {
  margin: 0 0 0 -10px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #000;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/**************************** Carousel with Thumb **************************/
.carousel.carousel-thumb ol {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.carousel.carousel-thumb ol li {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 79px;
  margin: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 79px;
}
.carousel.carousel-thumb ol li:first-child {
  margin-left: 0;
}
.carousel.carousel-thumb ol li:last-child {
  margin-right: 0;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid #757c7f;
}
.carousel.carousel-thumb ol li img {
  height: 100%;
  width: auto;
}
/********************************** Coupons ********************************/
.coupon {
  margin: 0 0 60px 0;
}
.coupon img {
  max-width: 380px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.coupon .expires {
  color: #959595;
  display: block;
  font-size: 0.9em;
  margin-top: 20px;
  text-transform: uppercase;
}
.coupon h3 {
  margin: 10px 0;
  color: #959595;
}
.coupon .old,
.coupon .val {
  color: #52c1ba;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 20px;
}
.coupon .old {
  color: #757c7f;
  text-decoration: line-through;
}
.coupon .btn {
  margin: 30px 0 0 0;
}
/********************************* Dropdowns *******************************/
.dropdown {
  z-index: 2000;
}
.dropdown ul {
  display: none;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: left;
  top: 75%;
}
.dropdown ul li {
  display: inline-block;
  list-style: none;
}
.dropdown ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}
/********************************* Filters *******************************/
.filters li {
  display: inline-block;
  list-style: none;
  color: #757c7f;
  padding: 0 25px;
  margin: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  height: 36px;
  line-height: 36px;
}
.filters li:hover,
.filters li.active {
  color: #959595;
  border-color: #959595;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
/********************************* Load *******************************/
.img-load {
  width: 40px;
}
/********************************* Services ********************************/
#carousel-services {
  text-align: center;
}
#carousel-services .carousel-indicators {
  border-top: 2px solid #bac4c6;
  display: inline-block;
  margin: 0;
  position: static;
  width: auto;
}
#carousel-services .carousel-indicators li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: -6px 12px 0;
  border: 2px solid #bac4c6;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
}
#carousel-services .carousel-indicators li:hover,
#carousel-services .carousel-indicators li.active {
  border-color: #a7daed;
}
#carousel-services .carousel-indicators li:first-child {
  margin-left: 0;
}
#carousel-services .carousel-indicators li:last-child {
  margin-right: 0;
}
#carousel-services .services-item {
  min-height: 90px;
  padding: 10px 60px 10px 100px;
  color: #959595;
  text-align: left;
}
#carousel-services .services-item .ico {
  background: rgba(0,0,0,0);
  border: 2px solid #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #d6dadd;
  float: left;
  font-size: 2em;
  height: 90px;
  line-height: 90px;
  margin: 0 10px 0 -100px;
  padding-top: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 90px;
}
#carousel-services .services-item .ico .glyphicon {
  top: -1px;
}
#carousel-services .services-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #5d5d5d;
}
#carousel-services .services-item:hover .ico {
  padding-top: 1px;
  background: #a5d9ef;
  color: #fff;
  border: 6px double #fff;
}
/********************************* Feedback ********************************/
#carousel-feedback {
  padding: 30px 0 0 0;
  text-align: center;
}
#carousel-feedback .carousel-indicators {
  display: inline-block;
  margin: 0;
  position: static;
  width: auto;
  margin-top: 20px;
}
#carousel-feedback .carousel-indicators li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 10px 5px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #bac4c6;
}
#carousel-feedback .carousel-indicators li:hover,
#carousel-feedback .carousel-indicators li.active {
  background: #a7daed;
}
#carousel-feedback .carousel-indicators li:first-child {
  margin-left: 0;
}
#carousel-feedback .carousel-indicators li:last-child {
  margin-right: 0;
}
#carousel-feedback .carousel-inner {
  width: 90%;
  margin: 0 5%;
}
#carousel-feedback .carousel-inner .item {
  text-align: center;
}
#carousel-feedback .carousel-inner .item .feedback-item {
  border: 1px solid #eaeeef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../img/quote.png");
  background-repeat: no-repeat;
  background-position: 380px 10px;
  color: #959595;
  display: inline-block;
  float: none;
  margin: 0 1%;
  min-height: 90px;
  padding: 20px 110px;
  text-align: left;
  width: 47%;
}
#carousel-feedback .carousel-inner .item .feedback-item .ico {
  background: none;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #d6dadd;
  float: left;
  height: 70px;
  margin: 10px 10px 10px -80px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 70px;
  overflow: hidden;
}
#carousel-feedback .carousel-inner .item .feedback-item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #b4bec2;
}
#carousel-feedback .carousel-inner .item .feedback-item:hover .ico {
  padding-top: 1px;
  background: #a5d9ef;
  color: #fff;
  border: 6px double #fff;
}
/********************************* Social *******************************/
.social {
  margin: 20px 0;
}
.social li {
  display: inline-block;
  margin: 0 5px;
}
.social li:hover {
  color: #bababa;
}



/********************************* Titles *******************************/
.title {
  margin: 50px 0 0 0;
  text-align: center;
}
.title.primary {
  margin: 0 0 20px 0;
}
.title.primary h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #b4bec2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.title.secondary {
  border-top: 1px solid #ededed;
  position: relative;
  padding: 40px 20% 0;
}
.title.secondary .centered {
  position: absolute;
  left: 50%;
  top: -20px;
}
.title.secondary .centered div {
  position: relative;
  left: -50%;
}
.title.secondary .centered div h2 {
  background: #fff;
  padding: 0 30px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #b4bebf;
  font-family: 'Montserrat', sans-serif;
}
.title.secondary hr {
  width: 50px;
  border: 1px solid #757c7f;
  margin: 50px auto;
}
.title span {
  font-size: 18px;
  color: #b4bec2;
}




/***************************************************************************/
/**************************** Plugins / Modules ****************************/
/**************************** Isotope filtering ****************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
/**************************** Revolution Slider ****************************/
.bannercontainer {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.bannercontainer .tp-leftarrow.default,
.bannercontainer .tp-rightarrow.default {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bannercontainer .tp-bullets.simplebullets.round {
  bottom: 0 !important;
  background: #fff;
  height: 32px;
  padding: 7px 19px;
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("../img/slider/bullet.png");
  margin-top: 0;
}
/****************************** Flickr Feed ********************************/
.flickr-feed {
  height: 154px;
  list-style: none;
}
.flickr-feed li {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 3.5px;
}
.flickr-feed li:hover {
  border: 3px solid #81c8e4;
  margin: 1.5px;
}
/***************************************************************************/
/******************* General Styles for Commons Sections *******************/
/********************************* General *******************************/
/*********************************** Aside *********************************/
aside {
  margin: 30px 0 0 0;
}
aside h3 {
  font-weight: 700;
  margin: 40px 0 20px;
  text-transform: uppercase;
}
aside h3:first-child {
  margin-top: 0;
}
aside i {
  color: #757c7f;
}
aside .recent-news {
  clear: both;
  margin: 0 0 20px 0;
  min-height: 75px;
}
aside .recent-news div {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 75px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 75px;
}
aside .recent-news div .post-icon {
  background: #61bbe0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
aside .recent-news div .post-icon img {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0 10px 0 0;
}
aside .recent-news a {
  color: #61bbe0;
  margin: 0 0 10px 0;
}
aside .recent-news a:hover {
  color: #52c1ba;
  text-decoration: none;
}
aside .recent-news span {
  display: block;
  font-weight: normal;
}
aside .recent-news:hover div .post-icon {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
/******************************* List Groups *****************************/
.list-group .list-group-item {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  color: #959595;
}
.list-group .list-group-item i {
  color: #959595;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.list-group .list-group-item:first-child {
  border: none;
}
.list-group .list-group-item:hover {
  background: none;
  color: #61bbe0;
}
.list-group .list-group-item:hover i {
  color: #61bbe0;
}
/********************************* Featured ********************************/
.featured .thumb {
  max-width: 201px;
  float: left;
  margin: 0 30px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.featured .foot {
  display: block;
  margin: 20px 0 0 0;
  color: #959595;
  font-size: 0.8em;
  font-weight: 700;
}
.featured .foot span {
  margin-left: 20px;
}
.featured h4 i {
  color: #a5d9ed;
}
.featured .vitals {
  border-left: 1px solid #eee;
  padding: 0 0 0 25px;
}



/********************************** Forms **********************************/
form label {
  color: #959595;
  font-size: 0.9em;
  font-weight: 400;
}

form .form-control {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #959595;
  margin: 0 0 20px 0;
  padding: 20px;
  border: 2px solid #e9eef1;
  height: 45px;
}

form textarea.form-control {
  height: auto;
}

form.form-alt {
  margin: 30px 150px 10px 0;
}

form.search .form-control {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.search .input-group-addon {
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
}




/********************************** Grid ***********************************/
.grid {
  padding: 30px 0 0 0;
}

.grid .filters {
  margin: 0 10px 2em;
  padding: 0 1em;
  text-align: center;
}

.grid .filters button {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  background: none;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #bac1c7;
  display: inline-block;
  padding: 0.5em 2.5em;
  text-transform: uppercase;
}

.grid .filters button:hover,
.grid .filters button.active {
  color: #95c6d7;
}

.grid .content .item {
  cursor: pointer;
  margin: 10px;
  width: 265px;
  position: relative;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.grid .content .item .item-content {
  padding: 20px;
  text-align: center;
}

.grid .content .item .item-content h4 {
  text-transform: none;
  font-size: 16px;
  color: #757c7f;
  margin: 0;
}

.grid .content .item .item-content p {
  margin: 0;
}

.grid.colum3 .content .item {
  width: 370px;
}

.grid.colum3 .content .item .item-content {
  text-align: left;
}

.grid.colum4 .content .item .item-content {
  text-align: left;
}

.lovers {
  float: right;
  display: block;
  font-size: 14px;
  color: #bdbec0;
  margin: 10px 0;
  cursor: pointer;
}

.lovers:hover {
  color: #1d9fd3;
}

.post .lovers {
  margin: 0;
  font-size: 16px;
}

.item-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.item-thumbnail img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.item-thumbnail .overthumb {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  background: #30bbc6;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.item-thumbnail .icons {
  font-size: 19px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.item-thumbnail .icons .lightzoom,
.item-thumbnail .icons .postlink {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  color: #000;
  margin-right: 5px;
  color: #7fc0e1;
}

.item-thumbnail .icons a:hover {
  color: #1d9fd3;
  text-decoration: none;
}

.item-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.item-thumbnail:hover .overthumb {
  top: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.item-thumbnail:hover .icons {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 45%;
}



/*********************************  Labels  *******************************/
.label.label-default {
  background-color: #a5d9ed;
  text-transform: uppercase;
}
/******************************* Skills *****************************/
.skills h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  color: #b2b2b2;
}
/******************************* Progress Bar *****************************/
.progress {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 90%;
}
.progress .progress-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #7fc6e2;
}
.progress .progress-bar span {
  position: absolute;
  right: 0;
  color: #bac2c5;
  font-weight: 700;
  font-size: 2em;
  text-align: right;
  margin: -6px 0 0 0;
}
/****************************** Pagination *********************************/
.center-pag {
  position: absolute;
  left: 50%;
  top: -20px;
}
.center-pag div {
  position: relative;
  left: -50%;
}
.center-pag div .pagination {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
}
.center-pag div .pagination li a {
  margin: 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #dfe3e6;
  color: #dfe3e6;
  background: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
}
.center-pag div .pagination li a:hover {
  color: #54c3bc;
  text-decoration: none;
  border: 2px solid #54c3bc;
}
.center-pag div .pagination li.active a {
  color: #54c3bc;
  text-decoration: none;
  border: 2px solid #54c3bc;
}
.center-pag div .pagination li.active a:hover {
  background: none;
}
.center-pag div .pagination li.disabled a:hover {
  color: #dfe3e6;
  border: 2px solid #dfe3e6;
}
/*********************************** Posts *********************************/
.post {
  margin-bottom: 60px;
}
.post .post-img {
  margin: 0;
  position: relative;
}
.post .post-author {
  border: 2px solid #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  left: -30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 36px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 60px;
  z-index: 2;
}
.post:hover .post-author {
  background: #a5d9ef;
  border: 6px double #fff;
}
.post p {
  margin: 0 0 20px 0;
}
/******************************* Single Posts *****************************/
.spost h2 {
  margin: 20px 0;
}
/***************************************************************************/
/************************ General Styles for Header ************************/
header .nav .caret {
  border-top-color: #959595;
  border-bottom-color: #959595;
}
header .navbar {
  background: #F2F2F2;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #959595;
  margin: 0;
  min-height: 90px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
header .navbar .navbar-header {
  margin: 0px 0;
}
header .navbar .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar .navbar-header .navbar-toggle {
  background: #a5d9ed;
}
header .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}
header .navbar .navbar-nav {
  padding: 0 40px 0 0;
  margin: 0;
}
header .navbar .navbar-nav li a {
  color: #000000;
  height: 90px;
  line-height: 90px;
  padding: 0 1.5em;
  background: none;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;  
}
header .navbar .navbar-nav li.active>a,
header .navbar .navbar-nav li:hover>a {
  background: #1d9fd3;
  color: #fff;
}
header .navbar .navbar-nav li.active>a .caret,
header .navbar .navbar-nav li:hover>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
header .navbar .navbar-nav .dropdown ul {
  font-size: 0.9em;
  margin: 22px 0 0 0;
  padding: 0;
  min-width: 150px;
  border: 1px solid #eee;
  right: auto;
  left: 0;
}
header .navbar .navbar-nav .dropdown ul li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 0;
}
header .navbar .navbar-nav .dropdown ul li:last-child {
  border: none;
}
header .navbar .navbar-nav .dropdown ul li a {
  margin: 1px 0 0;
  width: 150px;
  height: 28px;
  line-height: 28px;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  border-width: inherit;
  border-color: inherit;
}
header .navbar .navbar-form {
  margin: 27px 0;
  padding: 0 10px 0 0;
  text-align: right;
}
header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
  background-color: #fff;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  color: #959595;
  height: 36px;
  margin: 0;
  min-width: initial;
}
header .navbar .navbar-form .form-group {
  width: 270px;
}
header .navbar .navbar-form .form-group .form-control {
  border-left: none;
  color: #959595;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  color: #757c7f;
  font-size: 1.3em;
  padding: 0;
  width: 33px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .subheader {
  min-height: 136px;
  border: 1px solid #eaf0f0;
  background: #f6f7fb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 32px 0;
}
header .subheader h1 {
  font-size: 2.15em;
  color: #747c7f;
  font-family: 'Montserrat', sans-serif;
}
header .subheader h2 {
  font-size: 1.3em;
  color: #a4a8ab;
}

header .subheader .headabout .num {
  display: block;
  color: #71a8bd;
  font-size: 2em;
  font-weight: 400;
}

header .subheader .headabout .txt {
  color: #a4a8ab;
  display: block;
  font-weight: 400;
  font-size: 1em;
}

header .subheader .headblog {
  margin: 17px 0;
}

header .subheader .headblog .num {
  display: inline-block;
  color: #7fc0e1;
  font-size: 2em;
  font-weight: 400;
}

header .subheader .headblog .txt {
  display: inline-block;
  color: #a4a8ab;
  font-weight: 400;
  font-size: 2em;
}



/***************************************************************************/
/************************ General Styles for Footer ************************/
footer {
  margin-top: 80px;
}
footer .top-foot {
  min-height: 110px;
  line-height: 110px;
  text-align: center;
  background: #f6f7fb;
  font-size: 1.8em;
  color: #afb9bb;
  font-family: 'Montserrat', sans-serif;
}
footer .top-foot span {
  color: #767b7e;
}
footer .middle-foot {
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  background: #3a3a3a;
  padding: 30px;
  color: #636363;
  line-height: 1.8em;
}
footer .middle-foot h3 {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 20px;
}
footer .middle-foot ul li {
  list-style: none;
}
footer .middle-foot ul li a {
  color: #636363;
}
footer .middle-foot ul li a:hover {
  color: #fff;
}
footer .middle-foot .suscribe-form .form-group {
  width: 65%;
}
footer .middle-foot .suscribe-form .form-group .form-control {
  background: #333;
  border: none;
  margin: 0;
  height: auto;
  padding: 6px 12px;
}
footer .middle-foot .suscribe-form .btn {
  font-size: 0.8em;
}
footer .bottom-foot {
  color: #626262;
  background: #fff;
  min-height: 70px;
  line-height: 30px;
  padding: 20px 0;
}
footer .bottom-foot .copy-logo {
  width: 100px;
  display: block;
  float: right;
}
footer h5 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}


.team {
  text-align: center;
}
.team .row {
  margin: 0;
  padding: 40px 0;
}
.team .row .item-team {
  display: block;
}
.team .row .item-team img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  height: 180px;
  width: 180px;
  margin: 10px auto 20px;
}
.team .row .item-team h3 {
  font-family: 'Montserrat', sans-serif;
  color: #b4bec2;
  font-size: 24px;
  margin-bottom: 5px;
}
.team .row .item-team p {
  color: #cacaca;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.team .row .item-team .team-social {
  margin: 10px 0;
  text-align: center;
}
.team .row .item-team .team-social a {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px;
  background: #f6f6f6;
  color: #ccc;
  padding: 5px;
  font-size: 1.5em;
}
.team .row .item-team .team-social a:hover {
  background: #80c7e3;
  color: #fff;
}
.team .row .item-team:hover img {
  -webkit-box-shadow: 0 0 3px #a5d9ee;
  box-shadow: 0 0 3px #a5d9ee;
}
.team .row .item-team:hover p {
  color: #a5d9ee;
}
.team .row .item-team:hover h3 {
  color: #a5d9ee;
}
#map {
  height: 260px;
}
#map.fullwidth {
  height: 490px;
}
.comments .comment {
  margin: 0 0 20px 0;
}
.comments .comment .comment-author {
  width: 51px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0 0 0;
}
.comments .comment .comment-body {
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 70px;
  padding: 10px;
  position: relative;
}
.comments .comment .comment-body:after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  content: '';
  display: block;
  left: -6px;
  position: absolute;
  top: 32px;
  width: 0;
  z-index: 1;
}
.comments .comment .comment-body:before {
  border-color: transparent #e4e4e4;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  content: '';
  display: block;
  left: -9px;
  position: absolute;
  top: 31px;
  width: 0;
  z-index: 0;
}
.comments .comment .comment {
  margin: 20px 0 0 60px;
}
#go-top {
  background: #fff url("../img/arrow.png") no-repeat center 13px;
  border: 2px solid #e9eff0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  bottom: 50px;
  color: #FFBABC;
  display: none;
  font-size: 1.8em;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;      
}
#go-top:hover {
  background: #FFBABC url("../img/arrow.png") no-repeat center -31px;
  color: #fff;
  border: none;
}
.clients .col-sm-3 {
  margin: 0 0 20px 0;
}

.clients {
  border:none;
}

.clients img{
  border: 1px solid #f4f5f5;
}