.border-right {
  border-right: 1px solid #ccc;
}
.user-details figure {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 15px 0;
}
.img-circle {
  width: 130px;
}
.user-details p {
  color: #808080;
  font-size: 12px;
  line-height: 18px;
}
header.lightblue,
footer.lightblue {
  background: none repeat scroll 0 0 rgb(0, 193, 255) !important;
}
header.royalblue,
footer.royalblue {
  background: none repeat scroll 0% 0% rgb(0, 35, 101) !important;
}
header .navbar {
  background: none repeat scroll 0% 0% transparent;
}
header .navbar ul {
  float: right;
}
header .navbar ul li a,
.navbar-header a,
footer .container .row {
  color: #fff !important;
  font-weight: bold !important;
}
div.main {
  position: relative; /* needed for footer positioning*/
  margin: 0 auto; /* center, not in IE5 */

  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/

  min-height: 100%; /* real browsers */
}
.blog-list {
  margin: 0;
  padding: 0;
}
.blog-list li {
  list-style: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 12px;
  width: 100%;
  max-width: 260px;
}
.blog-list li img {
  max-width: 100%;
  height: 200px;
}
.loader-img {
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -32px 0 0 -32px;
}
.navbar {
  margin-bottom: 0px;
}
.min-win-height {
  min-height: 64px;
}
.sidelist {
  padding: 5px;
}
.sidelist a {
  text-decoration: none;
  color: #333333;
}
.sidelist a:hover {
  text-decoration: none;
  color: #fff;
}
.sidelist:hover {
  background: #002365 none repeat scroll 0 0;
  color: #fff;
}
.loader .sidelist:hover {
  background: none;
}
.personal_pics {
  float: left;
  list-style: outside none none;
  position: relative;
  width: 100%;
  margin-left: -10px;
}
.personal_pics li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: relative;
}
.personal_pics li img {
  bottom: -100%;
  left: -100%;
  margin: auto;
  max-height: 150%;
  max-width: 150%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
}
span.red {
  color: red;
}
span.green {
  color: green;
}
span.blue {
  color: blue;
}
span.gold {
  color: #f89406;
}
span.orange {
  color: #f64747;
}
.jumbotron {
  background: #e4f1fe none repeat scroll 0 0;
  margin-top: 10px;
}
.underline {
  text-decoration: underline;
}
.contact .email {
  background: #ffe361;
  border: 2px solid;
  border-top: 1px solid;
  height: 192px;
}
.contact .email a {
  font-size: 16px;
  text-decoration: underline;
}
.contact .email #triangle-down {
  width: 0;
  height: 0;
  border-left: 220px solid transparent;
  border-right: 220px solid transparent;
  border-top: 100px solid #6588ca;
  position: absolute;
  left: 0;
  width: 100%;
}
.contact .email h4 {
  position: relative;
  top: 20px;
  color: #fff;
}
.contact .email p {
  position: absolute;
  bottom: 0px;
  padding: 5px;
}
.contact .social {
  background-color: #d2d2d3;
  border-left: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.contact .social a {
  padding-left: 60px;
  line-height: 50px;
  display: block;
  height: 50px;
  background: url(../images/sprite_social.png) no-repeat;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px;
}
.contact .social a.facebook {
  background-position: 0px -547px;
  color: #43609c;
}
.contact .social a.twitter {
  background-position: 0px -598px;
  color: #5fc5ec;
}
.contact .social a.linkedin {
  background-position: 0px -700px;
  color: #0982c0;
}
#map {
  width: 100%;
  height: 400px;
}
.sideBlogsList {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
/* to make scrollbars always visible */
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/*Carousel Lightbox CSS start*/
.carouselLightboxOverlay {
  background: none repeat scroll 0 0 #000000;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  display: none;
}

.carouselLightboxDiv {
  background: url("../images/loader.gif") no-repeat scroll center center #ffffff;
  border: 1px solid #000000;
  height: 100px;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 51;
  top: 50%;
  left: 50%;
  padding: 30px 10px 10px;
  display: none;
}

.carouselLightboxDiv .loaderImg {
  margin-top: 30px;
}

.carouselLightboxDiv .closeCarouselLightbox {
  background: url("../images/close_middle.png") no-repeat;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 2px;
  width: 26px;
  z-index: 52;
  text-decoration: none;
}

.carouselLightboxDiv .imgTitleCarouselLightbox {
  color: #630460;
  height: 22px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 5px;
  white-space: nowrap;
  width: 50%;
}

.carouselLightboxDiv ul {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carouselLightboxDiv ul li {
  display: none;
  position: absolute;
}

.carouselLightboxDiv ul li img {
  float: left;
  max-height: 600px;
  max-width: 600px;
}

.carouselLightboxDiv ul li.active {
  display: block;
}

.carouselLightboxDiv .carouselLightboxPrev,
.carouselLightboxDiv .carouselLightboxNext {
  background: url("../images/next-prev.png") no-repeat;
  height: 46px;
  width: 35px;
  position: absolute;
  z-index: 52;
  top: 45%;
  text-decoration: none;

  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carouselLightboxDiv .carouselLightboxPrev:focus,
.carouselLightboxDiv .carouselLightboxNext:focus {
  outline: 0; /*removes the dotted border*/
  border: none;
}

.carouselLightboxDiv .carouselLightboxPrev {
  left: 0px;
  background-position: 10px 0px;
}

.carouselLightboxDiv .carouselLightboxNext {
  right: 0px;
  background-position: 0px -46px;
}

.carouselLightboxDiv:hover .carouselLightboxPrev,
.carouselLightboxDiv:hover .carouselLightboxNext,
.carouselLightboxDiv:hover .addToLookbook {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.carousel-main {
  cursor: pointer;
}

.hide {
  display: none !important;
}
/*Carousel Lightbox CSS end */
