/**************************************************************************************************
 *      EMBEDDED FONTS
 **************************************************************************************************/
/* *************************************************************************************************
      SASS VARIABLES, MIXINS & MEDIA QUERIES
************************************************************************************************* */
/*===============================================
   Functions
===============================================*/
/*===============================================
   MIXINS
===============================================*/
/**************************************************************************************************
*      GLOBAL COMMON SELECTORS
**************************************************************************************************/
/*===============================================
        Parsers SASS files
 ===============================================*/
.home_slider .carousel {
  border: 10px solid #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }
  .home_slider .carousel .item {
    width: 100%;
    /*slider width*/ }
    .home_slider .carousel .item img {
      width: 100%;
      /*img width*/ }

.masonry {
  display: block;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .masonry.masonry-columns-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  .masonry.masonry-columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .masonry.masonry-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .masonry.masonry-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .masonry.masonry-columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .masonry .media {
    position: relative; }
    .masonry .media img {
      width: 100%; }
  .masonry .masonry-item {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    display: block;
    background-color: #fff;
    color: #484848;
    border-radius: 0;
    float: none !important;
    margin-right: 0 !important;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out; }
    .masonry .masonry-item .post-title {
      font-size: 19px;
      line-height: 30px;
      color: #999;
      font-style: normal;
      font-family: "Titillium Web", sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      padding: 10px 0 0px;
      text-align: center;
      margin: 0; }
    .masonry .masonry-item .post-info {
      margin: 0px;
      padding: 10px 0 8px 0;
      text-align: center;
      font-size: 11px;
      line-height: 15px;
      padding: 0px 0px 10px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #989898; }

/* 5 columns */
@media (max-width: 1170px) {
  .masonry.masonry-columns-5 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }
/*-4 columns------*/
/*-3 columns------*/
/*-2 columns------*/
/*-1 columns------*/
/*--------Responsive---------*/
@media (max-width: 991px) {
  .masonry.masonry-columns-4, .masonry.masonry-columns-5 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
@media (max-width: 767px) {
  .masonry.masonry-columns-4, .masonry.masonry-columns-5, .masonry.masonry-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (max-width: 540px) {
  .masonry.masonry-columns-4, .masonry.masonry-columns-5, .masonry.masonry-columns-3, .masonry.masonry-columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
.filter-button {
  font-size: 12px;
  border: 1px solid #172e45;
  border-radius: 0;
  text-align: center;
  color: #172e45;
  margin-bottom: 20px; }
  .filter-button:hover {
    font-size: 12px;
    border: 1px solid #172e45;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    background-color: #172e45; }

.btn-default:active .filter-button:active {
  background-color: #172e45;
  color: white; }

.port-image {
  width: 100%; }

.portfolio-more {
  width: 100%;
  height: 100%;
  background: url(../images/box-hover.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .portfolio-more:hover {
    opacity: 1; }
  .portfolio-more .portfolio-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/box-hover-plus.png) no-repeat center; }

.top_head .navbar-right {
  float: right;
  margin-right: 15px; }
.top_head .nav > li {
  display: inline-block; }

#navbar-collapse-1 ul {
  background: -webkit-linear-gradient(top, #9f9d9e 0%, #686765 23%, #52514f 98%);
  background: -o-linear-gradient(top, #9f9d9e 0%, #686765 23%, #52514f 98%);
  background: -ms-linear-gradient(top, #9f9d9e 0%, #686765 23%, #52514f 98%);
  background: -moz-linear-gradient(top, #9f9d9e 0%, #686765 23%, #52514f 98%);
  background: linear-gradient(to bottom, #9f9d9e 0%, #686765 23%, #52514f 98%);
  color: #FFF;
  box-shadow: none;
  border: none;
  text-shadow: none; }
  #navbar-collapse-1 ul li a {
    color: #ffffff; }
    #navbar-collapse-1 ul li a:hover {
      background: #424242; }

.footer-bottom {
  padding: 40px 0 30px;
  border-top: 1px solid #666;
  background: #1e1e1e; }

.copyright-text p {
  color: #ccc;
  margin-top: 9px;
  margin-bottom: 0; }

.social-link li {
  display: inline-block;
  margin: 0 5px; }
  .social-link li img {
    width: 40px;
    height: 40px; }

::selection {
  background: #ef4832;
  color: #FFF; }

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none; }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px; }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px; }
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
  display: none; }

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%; }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%; }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block; } }
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.66%; }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.66%; }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block; } }
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(16.66%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-16.66%, 0, 0);
    left: 0; }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }
.video-page-desc {
  width: 100%;
  text-align: justify;
  padding-top: 10px;
  clear: both;
  border-top: 1px solid #CCC;
  margin-top: 10px; }

.video-page-info {
  clear: both;
  overflow: hidden;
  padding-bottom: 5px; }
  .video-page-info .video-page-views, .video-page-info .video-page-category {
    float: right;
    text-align: right; }
  .video-page-info .video-page-rating {
    float: right; }
  .video-page-info .rating .ratethis {
    background: url(../images/stars831.png) no-repeat;
    width: 60px;
    height: 12px;
    clear: both;
    position: relative;
    list-style: none;
    float: left;
    margin: 4px 0; }
  .video-page-info .rating .nopos {
    background-position: 0 0px; }
  .video-page-info .rating .onepos {
    background-position: 0 -12px; }
  .video-page-info .rating .twopos {
    background-position: 0 -24px; }
  .video-page-info .rating .threepos {
    background-position: 0 -36px; }
  .video-page-info .rating .fourpos {
    background-position: 0 -48px; }
  .video-page-info .rating .fivepos {
    background-position: 0 -60px; }

.embedbtn, .iframebtn {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #000;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer; }

.embedcode, .iframecode {
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  width: 100%;
  height: 150px;
  margin-top: 10px; }

.buttons {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  padding-left: 60px;
  position: relative;
  background-color: black;
  color: white;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); }

.buttons span {
  position: absolute;
  left: 0;
  width: 50px;
  font-size: 24px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-align: center; }

.buttons:hover {
  text-decoration: none;
  color: #eeeaee; }

.buttons.twitter {
  background: #00acee; }

.buttons.facebook {
  background: #3b5998; }

.buttons.google-plus {
  background: #db4a39; }

.buttons p {
  font-size: 18px; }

.contactUs h1 {
  color: #000000;
  font-size: 20px;
  margin: 0 0 5px; }
.contactUs .double-line {
  width: 100%;
  height: 1px;
  display: block;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #f2f2f2;
  font-size: 1px;
  margin-bottom: 10px; }
.contactUs .flexAddress {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px; }
.contactUs .addressbox {
  border: 1px solid #dcdcdc;
  padding: 10px 15px; }

.aboutUs .wrapper img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
.aboutUs .wrapper h2 {
  font-size: 24px;
  font-family: "Titillium Web", sans-serif; }
.aboutUs .wrapper p {
  font-style: italic;
  text-align: justify;
  display: block;
  font-family: "Titillium Web", sans-serif; }
.aboutUs .wrapper span {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
  display: block;
  font-family: "Titillium Web", sans-serif; }

/*.ourVentures .wrapper {
    padding: 10%;
}*/
.ourVentures {
  margin-bottom: 20px; }
  .ourVentures .wrapper h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px; }
  .ourVentures .wrapper p {
    text-align: justify; }
  .ourVentures .wrapper .row {
    margin-top: 5%; }

.brand-img {
  text-align: center; }

.ourVentures .wrapper span {
  border-width: 0 0px 0px 10px;
  border-image: url(../images/shadow.png) 0% 73% stretch;
  margin-left: 20px;
  color: #525252;
  float: left;
  background: #d8d8d8;
  background: -moz-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, #e1e2e2));
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -o-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -ms-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #e1e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#e1e2e2',GradientType=1 );
  padding: 19px; }

.ourMarket .thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .ourMarket .thumbnail > img {
    width: 100%;
    display: block; }
  .ourMarket .thumbnail h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }
  .ourMarket .thumbnail > img, .ourMarket .thumbnail a > img {
    max-height: 261px; }

.impactStories .wrapper img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 33%; }
.impactStories .wrapper p {
  text-align: justify;
  display: block;
  font-family: "Titillium Web", sans-serif;
  line-height: 24px; }
.impactStories .btn:focus, .impactStories .btn:active {
  outline: none !important;
  box-shadow: none !important; }
.impactStories button:focus, .impactStories button:active {
  outline: none !important;
  box-shadow: none !important; }
.impactStories .modal {
  text-align: center; }
.impactStories #image-gallery .modal-footer {
  display: block; }
.impactStories #image-gallery .modal-body {
  padding: 0; }
  .impactStories #image-gallery .modal-body .img-responsive {
    max-height: calc(100vh - 225px); }
.impactStories #image-gallery .modal-dialog {
  display: inline-block;
  width: auto; }
.impactStories .thumb {
  margin-top: 15px;
  margin-bottom: 15px; }
.impactStories .thumbnail {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }
.impactStories .caseStudy {
  background-color: #cccccc;
  margin: 20px 0; }

.ourEvents {
  margin-bottom: 20px; }
  .ourEvents .wrapper h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px; }
  .ourEvents .wrapper p {
    text-align: justify; }
  .ourEvents .wrapper .row {
    margin-top: 5%; }

.brand-img {
  text-align: center; }

.ourEvents .wrapper span {
  border-width: 0 0px 0px 10px;
  border-image: url(../images/shadow.png) 0% 73% stretch;
  margin-left: 20px;
  color: #525252;
  float: left;
  background: #d8d8d8;
  background: -moz-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, #e1e2e2));
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -o-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: -ms-linear-gradient(left, #d8d8d8 0%, #e1e2e2 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #e1e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#e1e2e2',GradientType=1 );
  padding: 19px; }

.ourAwards {
  margin-bottom: 20px; }
  .ourAwards .wrapper h3 {
    padding: 0px;
    margin: 0px 0px 14px 0px;
    font-weight: normal;
    font-size: 22px;
    text-align: center; }
  .ourAwards .wrapper h4 {
    padding: 0px;
    margin: 0px 0px 14px 0px;
    font-weight: normal;
    font-size: 22px;
    text-align: left !important; }
  .ourAwards .wrapper span p {
    text-align: justify; }
  .ourAwards .wrapper .row {
    margin-top: 5%; }
  .ourAwards .wrapper .thumbnail {
    min-height: 260px; }
  .ourAwards .wrapper .caption {
    height: 120px; }
    .ourAwards .wrapper .caption p {
      line-height: 1.5em;
      font-size: 12px;
      text-align: center;
      margin: 0; }
  .ourAwards .wrapper .awardGallery .thumbnail {
    min-height: auto !important;
    border-radius: 0;
    padding: 0; }
  .ourAwards .wrapper .awardGallery span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none; }
    .ourAwards .wrapper .awardGallery span:before {
      background: none;
      margin: 0;
      height: auto; }
    .ourAwards .wrapper .awardGallery span:after {
      background: none;
      margin: 0;
      height: auto; }
  .ourAwards .wrapper .awardGallery .modal-body {
    padding: 0; }
    .ourAwards .wrapper .awardGallery .modal-body .img-responsive {
      max-height: calc(100vh - 225px); }
  .ourAwards .wrapper .awardGallery .modal {
    text-align: center; }
  .ourAwards .wrapper .awardGallery .modal-dialog {
    display: inline-block;
    width: auto; }

.brand-img {
  text-align: center; }

.ourAwards .wrapper span {
  color: #474747;
  /* text-transform: uppercase; */
  float: left;
  padding: 0px 15px;
  border: 1px solid #EBEBEB;
  margin: 0 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: -2px 9px 21px -10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: -2px 9px 21px -10px rgba(0, 0, 0, 0.49);
  box-shadow: -2px 9px 21px -10px rgba(0, 0, 0, 0.49); }
  .ourAwards .wrapper span:before {
    content: "";
    height: 3px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #939393), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    display: block;
    margin-bottom: 28px;
    margin-top: 0px; }
  .ourAwards .wrapper span:after {
    content: "";
    height: 3px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #939393), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    display: block;
    margin-bottom: 0px;
    margin-top: 28px; }

.rateCard {
  margin-bottom: 20px; }
  .rateCard .wrapper .thumbnail .caption h4 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase; }
  .rateCard .wrapper .thumbnail .caption p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    text-transform: uppercase; }

.b2b .row {
  margin-bottom: 20px; }
.b2b h3 {
  font-weight: 100;
  font-size: 22px; }

.planetOutdoor .btn:focus, .planetOutdoor .btn:active, .digitalCampaign .btn:focus, .digitalCampaign .btn:active, .catchb2b .btn:focus, .catchb2b .btn:active {
  outline: none !important;
  box-shadow: none !important; }
.planetOutdoor button:focus, .planetOutdoor button:active, .digitalCampaign button:focus, .digitalCampaign button:active, .catchb2b button:focus, .catchb2b button:active {
  outline: none !important;
  box-shadow: none !important; }
.planetOutdoor .modal, .digitalCampaign .modal, .catchb2b .modal {
  text-align: center; }
.planetOutdoor #image-gallery .modal-footer, .digitalCampaign #image-gallery .modal-footer, .catchb2b #image-gallery .modal-footer {
  display: block; }
.planetOutdoor #image-gallery .modal-body, .digitalCampaign #image-gallery .modal-body, .catchb2b #image-gallery .modal-body {
  padding: 0; }
  .planetOutdoor #image-gallery .modal-body .img-responsive, .digitalCampaign #image-gallery .modal-body .img-responsive, .catchb2b #image-gallery .modal-body .img-responsive {
    max-height: calc(100vh - 225px); }
.planetOutdoor #image-gallery .modal-dialog, .digitalCampaign #image-gallery .modal-dialog, .catchb2b #image-gallery .modal-dialog {
  display: inline-block;
  width: auto; }
.planetOutdoor .thumb, .digitalCampaign .thumb, .catchb2b .thumb {
  margin-top: 15px;
  margin-bottom: 15px; }
.planetOutdoor .thumbnail, .digitalCampaign .thumbnail, .catchb2b .thumbnail {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }

.ourGallery {
  margin-bottom: 20px; }
  .ourGallery .wrapper .gallery h3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px; }
  .ourGallery .wrapper .gallery .thumbnail {
    min-height: auto !important;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0; }
  .ourGallery .wrapper .gallery .modal-body {
    padding: 0; }
    .ourGallery .wrapper .gallery .modal-body .img-responsive {
      max-height: calc(100vh - 225px); }
  .ourGallery .wrapper .gallery .modal {
    text-align: center; }
  .ourGallery .wrapper .gallery .modal-dialog {
    display: inline-block;
    width: auto; }
  .ourGallery .masonry {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px; }
    .ourGallery .masonry .masonry-item {
      margin-bottom: 0; }
  .ourGallery .imgHover {
    position: relative; }
  .ourGallery .imgHover .image {
    display: block;
    width: 100%;
    height: 135px; }
  .ourGallery .imgHover .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 20px; }
  .ourGallery .imgHover:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ourGallery .imgHover .text {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    right: 50%;
    margin-right: -50px;
    text-align: center; }
  .ourGallery a {
    color: #ffffff; }
    .ourGallery a:hover {
      text-decoration: none; }

.col-item {
  border: 1px solid #E1E1E1;
  border-radius: 0;
  background: #FFF;
  margin-bottom: 15px; }
  .col-item .photo {
    position: relative; }
    .col-item .photo img {
      margin: 0 auto;
      width: 100%; }
  .col-item .info {
    padding: 10px;
    margin-top: 1px; }
  .col-item .vidName {
    /*width: 50%;*/
    float: left;
    margin-top: 5px; }
    .col-item .vidName a {
      font-size: 12px;
      font-weight: 700;
      border-width: 0 !important;
      color: #9f9f9f;
      display: block; }
      .col-item .vidName a.starVisit {
        color: #21759b;
        font-size: 11px;
        font-weight: normal; }
      .col-item .vidName a:first-child {
        height: 32px;
        overflow: hidden;
        margin-bottom: 5px; }
  .col-item .rating .ratethis {
    background: url(../images/stars831.png) no-repeat;
    width: 60px;
    height: 12px;
    clear: both;
    position: relative;
    list-style: none;
    float: left;
    margin: 4px 0; }
  .col-item .rating .nopos {
    background-position: 0 0px; }
  .col-item .rating .onepos {
    background-position: 0 -12px; }
  .col-item .rating .twopos {
    background-position: 0 -24px; }
  .col-item .rating .threepos {
    background-position: 0 -36px; }
  .col-item .rating .fourpos {
    background-position: 0 -48px; }
  .col-item .rating .fivepos {
    background-position: 0 -60px; }
  .col-item .rating .video_views {
    font-size: 11px;
    float: right;
    opacity: .8;
    filter: alpha(opacity=80); }
  .col-item .photo .video_duration {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    background: #000;
    padding: 0 3px;
    color: #fff;
    line-height: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.video-more {
  float: right;
  clear: both;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #9f9f9f !important; }

.gallery_slider .carousel {
  height: 378px;
  overflow: hidden; }

.innovation h3 {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase; }

.carousel-inner.vertical {
  height: 100%;
  /*Note: set specific height here if not, there will be some issues with IE browser*/ }
  .carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top; }
  .carousel-inner.vertical > .active {
    top: 0; }
  .carousel-inner.vertical > .next, .carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto; }
  .carousel-inner.vertical > .next {
    left: 0;
    top: 33.33%;
    right: 0; }
  .carousel-inner.vertical > .prev {
    left: 0;
    top: -33.33%;
    right: 0; }
  .carousel-inner.vertical > .next.left, .carousel-inner.vertical > .prev.right {
    top: 0; }
  .carousel-inner.vertical > .active.left {
    left: 0;
    top: -33.33%;
    right: 0; }
  .carousel-inner.vertical > .active.right {
    left: 0;
    top: 33.33%;
    right: 0; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
    .carousel-inner.vertical > .item.next, .carousel-inner.vertical > .item.active.right {
      -webkit-transform: translate3d(0, 33.33%, 0);
      transform: translate3d(0, 33.33%, 0);
      top: 0; }
    .carousel-inner.vertical > .item.prev, .carousel-inner.vertical > .item.active.left {
      -webkit-transform: translate3d(0, -33.33%, 0);
      transform: translate3d(0, -33.33%, 0);
      top: 0; }
    .carousel-inner.vertical > .item.next.left, .carousel-inner.vertical > .item.prev.right, .carousel-inner.vertical > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      top: 0; } }
#carousel-pager .carousel-control.left {
  bottom: initial;
  width: 100%;
  background-color: #36548c; }
#carousel-pager .carousel-control.right {
  top: initial;
  width: 100%;
  background-color: #36548c; }
  .ourAwards .wrapper .awardGallery .patrika-foundation-gallery .thumbnail {
	margin-bottom:0px;
}

/**************************************************************************************************
*      MAIN STRUCTURE
**************************************************************************************************/
html,
body {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  color: #484848;
  background-color: #e1e2e2;
  font-size: 14px; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #000000; }

/**************************************************************************************************
 *      MAIN STRUCTURE Patrika start here
 **************************************************************************************************/

/*# sourceMappingURL=styles.css.map */
.book_slider .carousel-inner > .item > img {
    width: 100%;
}
/**************************************************************************************************
 *      About us page
 **************************************************************************************************/

.container.aboutUs {
    background: #ffffef;
}
.aboutUs .about-logo {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.about-logo img {
    float: none !important;
    display: inline-block;
	width:250px;
}
.aboutUs .wrapper h2.about-hd {
    font-size: 24px;
    text-align: center;
    color: #8c730a;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
	margin-bottom:20px 0;
}
.aboutUs .wrapper span.about-sub-hd {
    color: #8c733b;
    font-style: italic;
    font-weight: bold;
    display: block;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
	font-size:16px;
	margin:20px;
}
.aboutUs .about-banner {
    text-align: center;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.aboutUs .about-banner img{
	width:100%;
}

.publication2-hd{	
	margin:25px 0;
	text-align:center;
	background:#fff;
	padding:5px;
}
.publication2-hd h3{
	font-weight:bold;
	line-height: 1.5;
}
.publication2 .brand-img a img {    
    margin-bottom: 15px;
	padding:0 19px;
}

.publication2 h5{
	font-size:18px;
	font-weight:bold;
}
.publication2 p{
	font-size:16px;
	line-height:1.6;
}
.book-list a {
    font-size: 30px;
    font-weight: bold;
    color: #0f62ac;
}
.aboutUs-new .about-content{
	padding-left:15%;
	position:relative;
	font-size:16px;
}
.aboutUs-new .about-hd, .aboutUs-new .about-sub-hd{
	text-transform:lowercase;
	margin:15px 0 10px;
	color:#484848;
}
.aboutUs-new .about-hd .hd-line, .aboutUs-new .about-sub-hd .hd-line{
	position:absolute;
	height:1px;
	background:#484848;
	left:0;
	right:0;
	top:25px;
}
.aboutUs-new .about-hd-img{
	margin:10px 0 30px;
}
.aboutUs-new .about-banner {
    text-align: center;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.timeline {
  list-style: none;
  padding: 20px 0 5px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #2e6da4;
  left: 18px;
  margin-left: 0px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  text-align:justify;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 12px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}