/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  color:#333;
  line-height: 22px;
  /*letter-spacing:-0.5px;*/
  font-size:16px;
  padding-top:158px;
}
h1,
h2,
h3,
h4{
  font-weight: 600;
  font-family: 'PT Sans Narrow', sans-serif;
  color:#ffffff;
}

h1{
  font-size: 48px;
  color:#fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  font-weight: 6  00;
}

h2{
  font-size: 32px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

h3{
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: -10px;
}

h4{
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
}
h5{
  font-size: 34px;
  color: #333;
  font-weight: 600;
  font-family: 'PT Sans Narrow', sans-serif;
}
h6{
  font-size: 26px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 600;
}

a {
  color: #ffffff;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

label{
  color: #6ca0dc;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
p {
    margin: 0 0 20px;
}
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
	height:110px;
}
.navbar {
    left: 0;
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 2;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.btn-primary {
  padding: 8px 20px;
  background: #6ca0dc;
  color: #fff;
  border:none;
  margin-top: 5px;
  font-weight: 600;
}


.btn-primary:hover,
.btn-primary:focus{
  background: #18508B;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.sub-menu {
  margin-top: -1px;
  min-width: 180px;
}
.navbar-nav li {
	position:relative;
}
.sub-menu .sub-menu {
	display:none;
	left: -9999px;
    top: 0;
}
.navbar-nav > li:hover .sub-menu li:hover .sub-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 200ms;
	left: 100%;
    top: 0;
}
.pushy .sub-menu-mobile .sub-menu-mobile{
	display:none;
}
.pushy .sub-menu-mobile .sub-menu-mobile a{
	padding-left:50px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding-bottom: 10px;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

.top-bar {
  /* padding: 15px 0; */
  padding: 5px 0 15px 0;
  background: #ffffff;
  text-align: right;
  vertical-align: middle;
}

.top-bar .logo-box{
  float: right;
  margin-top: 10px;
  margin-right: -97px;
  position: relative;
  z-index: 999;
}
.subscribe-holder {
  margin-top: 25px;
  display: none;
}

.social-share{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

input[type="email"],
input[type="text"]{
  /* padding: 7px 0px 7px 10px; */
  padding: 7px 0px 6px 10px;
  border: 1px solid #6ca0dc;
  color: #6ca0dc;
  max-width: 210px;
  line-height: 23px;
}

.subscribe input[type="submit"]{
  margin-left: -10px;
}
.subscribe label{
  font-size:17px;
  color:#1d4e89;
}
.subscribe #subscribe{
  font-size:15px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #1d4e89;
  padding: 0;
  padding-bottom: 0;
  text-align: center;
}

.navbar .container ul{
  margin: 0 auto;
}

.navbar-nav>li{
  float: none;
  display: inline-block;
  vertical-align: top;
}

.navbar-nav > li > a {
  padding: 13px 20px;
  margin: 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
}

.navbar-nav{
  float: none;
}

.navbar-nav > li > a:hover,.navbar-nav > li.li_clicked a{
  background-color: #6ca0dc;
  color: #fff;
  cursor: pointer;
}

.navbar-nav > .current-menu-item > a,
.navbar-nav > .current-menu-item > a:hover,
.navbar-nav > .current-menu-item > a:focus,
.navbar-nav > .current-menu-ancestor > a,
.navbar-nav > .current-menu-ancestor > a:hover,
.navbar-nav > .current-menu-ancestor > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  /*background-color: #6ca0dc;*/
  color: #fff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: #184070;
}

.navbar-inverse .navbar-nav .sub-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .sub-menu > li > a {
  padding: 8px 15px;
  color: #fff;
  text-align: left !important;
  font-size: 16px;
}

.navbar-nav .sub-menu > li:hover > a,
.navbar-nav .sub-menu > li:focus > a{
  background-color: #6ca0dc;
  color: #fff;
  cursor:pointer;
}

.navbar-nav .open .sub-menu>li>a:hover, .navbar-nav .open .sub-menu>li>a:focus{
  background-color: #6ca0dc;
  color: #fff;
}

.navbar-inverse .navbar-nav .sub-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .sub-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
  max-height: none !important;
}

.sub-menu{
  text-align: left;
  background-color: #184070;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;

  display:none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  list-style: outside none none;
}

.sub-menu>li>a{
  font-size: 16px;
  color: #ffffff;

  clear: both;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin{
}

#main-slider .carousel .carousel-content {
  margin-top: 50px;
}

#main-slider .carousel .slide-margin{
  margin-top: 100px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 630px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}


body #main-slider .carousel .csm-pos-2{
  background-position: center top;
}


.carousel-botom-text{
  width: 101%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0px;
  vertical-align: middle;
}

.csm-guest-manhattan, .csm-guest-napa, .csm-guest-london, .csm-guest-shanghai{
  display: none;
  margin-bottom:30px;
  line-height: 1.8; 
}
.csm-guest{
	line-height: 1.8; 
	margin-bottom:30px;
}

.postid-441 .csm-guest-manhattan{
  display: block !important;
}

/*.postid-441 .single_event ul, .postid-530 .single_event ul{
  padding-left: 15px;
}*/
.single_event ul{
  padding-left: 15px;
}

/*.postid-441 section h5, .postid-530 section h5 {
    margin: 30px 0;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}*/
.single-event section h5{
	margin: 30px 0;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
}

.postid-441 .single_event ul.listed-list, .postid-530 .single_event ul.listed-list{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.semb_155 {
		background-position: 60% 0% !important;
	}
}

.banner-overlay {
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	text-shadow: 2px 2px 0px #000;
	padding: 35px 20px;
	display:block;
	position:absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	line-height: 1.2;
}
ul.nav-tabs{
	padding-left:0 !important;
}

.postid-441 h6, .postid-530 h6, h6.event-heading-und {
  font-size: 26px;
  font-family: 'PT Sans Narrow',sans-serif;
  font-weight: 600;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #333; 
}

.postid-530 .csm-guest-napa{
  display: block !important;
}

.postid-587 .csm-guest-london{
  display: block !important;
}

.postid-496 .csm-guest-shanghai{
  display: block;
}

.event-location,.event-date,.learn-more-btn{
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.carousel-botom-text .col-sm-6{
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.carousel-botom-text .container{
  padding-right: 0px;
  padding-left: 0px;
}

.learn-more-btn{
  font-size: 22px;
  /*font-weight: 800;*/
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 20px 30px;
  border: 3px solid #fff;
  color: #ffffff;
  /* text-transform: uppercase; */
  margin: 20px 0px;
}

.learn-more-btn:hover{
  color: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.6);
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

/*
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
*/
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider h1{
  float:right;
  margin-right:15px;
  margin-top:60px;
}


/* Start: Blue Boxes Section*/

#blue-boxes, #speakers-carousel{
  padding: 10px 0;
  /* border-bottom: 1px solid #4fa601; */
  border-bottom: 2px solid #18508B;
}
#home-video{
	padding: 10px 0;
	border-bottom: 2px solid #18508B;
}

.csm-carousel-spk-wrapp{
  height: 223px;
  overflow: hidden;
  position: relative;
}

.csm-carousel-spk-wrapp img{
    height: auto;
    width: 210px;
    min-height: 223px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);

}

#blue-boxes{
  padding-top: 0;
}

#blue-boxes .container, #speakers-carousel .container, .top-bar .container, #footer .container{
  width: 100%;
  padding: 0px 15px;
}

#blue-boxes a, .speakers h6{
  font-size: 22px;
  font-family: 'PT Sans Narrow', sans-serif;
  /* font-weight: 700; */
  color: #ffffff;
  line-height: 22px;
  width: 100%;
  display: block;
  /* text-transform: uppercase; */
  background-color: #6ca0dc;
  text-align: center;
  padding-top:13px;
  padding-bottom:13px;
}

#blue-boxes a:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1d4e89;
}

#blue-boxes .col-sm-3{
  padding: 0px 5px;
}

#our-community p{
	margin:0;
	padding:173px 0 3px 0;
	margin-top:-160px;
	font-size:22px;
	text-align:center;
	line-height:22px;
	color:#1d4e89;
}


/* Start: jCarousel Responsive */
.jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 183px !important;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}


/* Start: Speakers Carousel */

#speakers-carousel .row{
  margin-left: -10px;
}

.speaker-slides{
  color: #ffffff;
  /*background-color:#18508B;*/
  display:block;
}

.speaker-slides span{
  display: block;
}

.speaker-short-bio{
  /* background-color: #6ca0dc; */
  background-color: #fff;
  padding: 10px 10px 0px 10px;
  line-height: 1.2;
  color: #18508B;
  font-size: 14px;
  letter-spacing: -0.5px;
}

.speaker-short-bio .speaker-name{
  font-size: 17px;
  /*font-weight: 600;*/
}
.speaker-position{
  font-size: 14px;
}
.speaker-short-bio .speaker-firm{
  font-size: 15px;
}

.speaker-short-bio .speaker-firm{
  /* font-weight: 600; */
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-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;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.custom_page a{
  color:#000;
}
.custom_page a:hover{
  text-decoration:underline;
}
.footer_fixed{
  position:fixed;
  bottom:0;
  width:100%;
}




/***********************
********* Footer ******
************************/
#bottom {
  background: #ffffff;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
  text-align: center;
}

#bottom ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #1d4e89;
}

#bottom ul li a:hover {
  color: #184273;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding: 20px 10px 10px;
  color: #1d4e89;
  background: #ffffff;
  text-align: center;
  border-top: 2px solid #18508B;
  margin-top: 30px;
}

body.home #footer{
  border-top: none;
  margin-top:0;
}

#footer ul, #footer p{
  width: 33.3%;
  margin: 0;
  display: inline-block;
}

#footer a {
  color: #1d4e89;
}

#footer a:hover {
  color: #184273;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
}

#footer ul > li {
  display: inline-block;
  text-align: left;
}

body.page-template-page-philanthropy section div.container{
  padding-left:50px;
  padding-right:50px;
}
section.custom_page {
  margin-top: 40px;
}
.inner_quote {
    margin: 35px 8% !important;  
    text-align: justify;
}
.testimonial_p {
  line-height: 1.3;
  margin-bottom: 20px;
}

.post-65 h6{
  margin-bottom: 20px !important;
}

.csm-top-quote{
    text-align: center;
    display: block;
    max-width: 500px;
    padding: 20px;
    border: 1px solid #F1F1F1;
    margin: 0 auto 40px !important;
}

.ngg-gallery-thumbnail{
	border: none !important;
	margin: 0 !important;
}
.ngg-gallery-thumbnail a{
	margin: 0 0 4px 0 !important;
}
.ngg-gallery-thumbnail img{
  border: none !important;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1) !important;
  transition: all 0.5s ease;
}

.ngg-gallery-thumbnail img:hover{
  background-color: #fff !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box{
	margin-top:10px;
	margin-right:20px;
}
.ngg-galleryoverview *:nth-child(4n) {
    margin-right: 0;
}
.ngg-galleryoverview *:nth-child(4n) img{
    margin-right: 0;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img{
	margin: 4px 0px 4px 0;
	padding:0;
}

/***********************
********* Responisve Menu ******
************************/

.navbar-toggle .icon-bar{
  background-color: #ffffff;
}

.navbar-toggle .icon-bar a:active{
  outline: none;
}

@media (max-width: 480px) {

  .subscribe input[type="submit"]{
    margin-left: 0px !important;
  }

  .ngg-galleryoverview .ngg-gallery-thumbnail-box{
    margin: 0;
    width: 100% !important;
    padding: 5px 0 !important;
  }

}

@media (max-width: 767px){

  .container{
    padding: 0px 15px;
  }

  .logo-box{
    display: block;
    float: left !important;
    text-align: left;
  }

  .logo-holder{
    display: block;
  } 

.subscribe-holder{
    display: none;
  }

  .subscribe{
    float: right;
    display: block;
    width: 100%;
    text-align: right;
  }

  input[type="email"], input[type="text"]{
    width:120px !important;
  }

  .ev-det-item .carousel-content{
    margin-top: 25% !important;
  }

  .postid-530 .single_event_banner .ev-det-item{
    background-position: 33% center;
  }

  .postid-496 .single_event_banner .ev-det-item{
    background-position: 49% center;
  }


  ul.nav.navbar-nav li{
    display: block;
    text-align: left;
  }

  ul.nav.navbar-nav li a{
    width: 100%;
    line-height: 45px;
    padding: 0px 0px 0px 10px;
  }

  .container>.navbar-header, .container>.navbar-collapse{
    padding-left: 0px;
    padding-right: 0px;
  }

  #main-slider .carousel .slide-margin{
    padding: 0 15px;
    margin-top: 50px;
  }

  #main-slider .carousel .slide-margin h1{
    font-size: 40px;
  }

  #main-slider .carousel .slide-margin h2{
    font-size: 25px;
  }

  .carousel-botom-text .container {
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .carousel-botom-text{
    width: 104%;
  }

  .learn-more-btn{
    font-size: 16px;
    padding: 10px 10px;
  }

  h3{font-size: 30px;}
  h4{font-size: 20px;}

  #blue-boxes a{
    margin-bottom: 10px;
  }

  #blue-boxes {
    padding-bottom: 0px;
  }

  #footer{
    text-align: left;
  }

  .terms{
    display: block;
    margin-top: 30px;
  }
  h2.animation br{
    display:none;
  }
  
  .sub-menu{
    display: block;
  }
	.ngg-galleryoverview *:nth-child(2n){
		margin-right:0px;
	}
	.ngg-galleryoverview .ngg-gallery-thumbnail-box{
	  margin: 0;
    width: 50%;
    padding: 5px;
	}

  .ngg-gallery-thumbnail{
    display: inline-block;
    padding: 0;
    width: 100%;
    vertical-align: top;
    float: none;
  }

  .ngg-gallery-thumbnail img{
    margin: 0;
    padding: 0;
  }

}

@media (min-width: 768px) and (max-width: 991px)  {
  .navbar-nav > li > a{
    font-size: 19px;
  }
  .our_events_thumbnails img{
	  margin-bottom:20px;
	  max-width:100%;
  }
}

/*@media (min-width: 1200px) {*/
  /* Make Navigation Toggle on Desktop Hover */
.navbar-nav > li:hover .sub-menu ,.navbar-nav > li.li_clicked .sub-menu{
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 200ms;
}

#portfolio .row {
	margin-left: -10px;
	margin-right: -10px;
}



/* } */


/* Adrian */
.under_construction {
  color: #aaa;
  font-size: 20px;
  padding-top: 10px;
  padding-right: 6%;
  text-align: left;
  margin-left:10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer_copyright{
  text-align:right;
}
.newsletter_success{
  color: #4fa601;
  font-size: 18px;
}
.grayscale:hover img{
  filter: none; /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
  opacity:1;
  filter: alpha(opacity=100);
}
old.grayscale img{
  -webkit-filter: grayscale(100%); /* Webkit Nightlies & Google Chrome Canary */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE8-9 */
  opacity:0.5;
  filter: alpha(opacity=50);
  */
}
/*
.grayscale img{
	opacity:0.85;
	filter: alpha(opacity=85);
}
*/
.img_wrapper{
  height:223px !important;
}

/*owl.carousel*/
.speaker-slides > img {
  width: 100%;
}
.owl-item {
  border-right: 1px solid white;
}
.owl-wrapper-outer {
  /*background-color: #6ca0dc;*/
  background-color: #fff;
}



/*Events Details*/

.ev-det-hedings{
  text-align: center;
}

.ev-det-item{
  height: 600px !important;
}

.phila-desc a{
  color: #1d4e89;
  display: block;
}

section h5{
  margin: 30px 0 60px 0;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
}
/*
.custom_page h5 {
    padding-left: 50px;
    padding-right: 50px;
}
*/

table{
  border:1px solid #6ca0dc;
  border-radius: 4px;
  border-color:  #6ca0dc;
}
.table tbody tr , thead {
  border-top:1px solid #6ca0dc !important;
}

.speakers ul{
  list-style: none;
}

.speakers ul li{
  padding: 10px 0px;
}

.speakers ul li a{
  color: #1d4e89;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
}

.speakers ul li a img{
  border-radius: 50%;
  max-width: 40px;
}

.speakers ul li a:hover > img{
  opacity: 0.8;
}

.speaker-names-list{
  border: 1px solid #6ca0dc;
  padding: 10px;
  margin-top: -10px;
}

.green-brd{
  border-bottom: 1px solid #ddd;
  padding:40px 0px;
}

.speakers-lib-head{
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}

.speakers-lib-head:last-child{
  border-right: none;
}

.speakers-lib-head img{
  max-width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.speakers-lib-head .spearker-head-name{
  font-size: 18px;
  color: #6ca0dc;
  font-weight: 600;
}

.speakers-lib-head span{
  display: block;
  font-size: 16px;
}

.speakers-lib-head span:first-child{
  font-weight: 600;
}

.speakers-lib-head span:last-child{
  margin-bottom: 10px;
}

.sm-bio{
  margin-bottom: 20px;
}

.read-more-btn{
  background-color: #4fa601;
  padding: 10px 20px;
}

.read-more-btn:hover{
  opacity: 0.8;
}

#footer ul.footer-social {
  text-align: center;
  font-size: 24px;
  /* padding-right: 50px; */
}

.footer-social a{
  font-size: 24px;
}

.footer-social a i.fa-linkedin{
  color: #1683bb;
}

.footer-social a i.fa-twitter{
  color: #55acee;
}
/*Manhattan*/

.csm-manhattan-full-width-image{
  background: url('http://www.icvevents.com/wp-content/gallery/boathouse-manhattan-banner-image/thumbs/thumbs_bg-home.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}

/* PAST EVENTS PAGE */

body .past-event h5{
  text-align: left;
  margin-bottom: 10px;
}

.past-ev-location{
  font-size: 18px;
  font-weight: 500;
}

.past-ev-date{
  font-size: 16px;
  font-weight: 500;
  color: #616161;
}

.past-event-testimonials h5{
  font-style: italic;
}

.carousel-indicators{
  bottom: -30px;
}

.carousel-indicators .active{
  background: #1d4e89;
}
.content{
  margin-top:20px;
}
.adjust1{
  float:left; width:100%;
  margin-bottom:0;
}
.adjust2{
  margin:0;
}
.carousel-indicators li{
  border :1px solid #ccc; }
.carousel-control{ color:#31708f; width:5%;
}
.carousel-control:hover, .carousel-control:focus{
  color:#31708f;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.media-object{
  margin:auto; margin-top:15%;
}

.philantr{
  text-align: center;
}


.philantr img{
  max-height: 200px;
  max-width: 100%;
  margin-bottom: 30px;
}

.donation-links{
  width: 100%;
  text-align: left;
}

.philantr p{
  text-align: justify;
}

.donation-links a{
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  background: #6ca0dc;
  padding: 8px 20px;
  max-width: 200px;
}

.donation-links a:hover{
  background: #18508B;
}
.caption p{
  font-style: italic;
}

.testimonial-name {
  font-size: 16px;
}

.caption a{
  color: #1d4e89;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .media-object{ margin-top:0; }
  #footer ul.footer-social {
    width: 100%;
    text-align: left;
  }
  #footer ul, #footer p{
    width: 100%;
  }
   .footer_copyright{
    text-align:left;
  }

  .nav-tabs > li{
    width: 100%;
    display: block;
  }

  .nav-tabs > li > a{
    width: 100%;
  }

  body #main-slider .carousel .csm_112{
    /*background-position: 80% center;*/
  }


  body #main-slider .carousel .csm_116{
    background-position: 38% center;
  }
	body #main-slider .carousel .csm_2117{
    background-position: 28% center;
  }
	body #main-slider .carousel .csm_1556{ /* Cambridge */
    background-position: 72% center;
  }
	body #main-slider .carousel .csm_2357{ /* Tokyo */
    background-position: 26% center;
  }
	body #main-slider .carousel .csm_2669{ /* Miami */
    background-position: 87% center;
  }
	body #main-slider .carousel .csm_2772{ /* Astana Home */
    background-position: 43% center;
  }
	body #main-slider .carousel .csm_4083 { /* Singapore Home */
		background-position: 8% center;
	}
	body #main-slider .carousel .item.semb_232{ /* Astana Landing */
		background-position: 58% center;
	}
	body #main-slider .carousel .item.semb_243{ /* Auckland Landing */
		background-position: 45% center;
	}
	body #main-slider .carousel .item.semb_245{ /* Auckland Landing */
		background-position: 81% center;
	}
	body #main-slider .carousel .csm_2851{ /* Auckland */
		background-position: 48% center;
	}
	body #main-slider .carousel .csm_2519{
		background-position: 25% center;
	}
	
	body .carousel .semb_2095{
		background-position: 42% center;
	}
	body .carousel .semb_2094{
		background-position: 70% center;
	}
	body #main-slider .carousel .item.semb_156{
		background-position: 52% center;
	}
	body #main-slider .carousel .item.semb_157{
		background-position: 49% center;
	}
	body #main-slider .carousel .item.semb_161{
		background-position: 52% center;
	}
	body #main-slider .carousel .item.semb_162{
		background-position: 70% center;
	}
	body #main-slider .carousel .item.semb_163{
		background-position: 65% center;
	}
	body #main-slider .carousel .item.semb_274 {
		background-position: 25% center;
	}
	body #main-slider .carousel .item.semb_280 { /* Singapore Landing */
		background-position: 33%;
	}
	body #main-slider .carousel .item.semb_285 { /* Singapore Landing */
		background-position: 41%;
	}
	body #main-slider .carousel .item.semb_286 { /* Singapore Landing */
		background-position: 47%;
	}
	body #main-slider .carousel .item.semb_300 { /* Philadelphia Landing */
		background-position: 48%;
	}
	body #main-slider .carousel .item.semb_301 { /* Philadelphia Landing */
		background-position: 75%;
	}
	body #main-slider .carousel .item.semb_302 { /* Philadelphia Landing */
		background-position: 14%;
	}
	body #main-slider .carousel .item.semb_303 { /* WashingtonDC Landing */
		background-position: 48%;
	}
	body #main-slider .carousel .item.semb_304 { /* WashingtonDC Landing */
		background-position: 49%;
	}
	body #main-slider .carousel .item.semb_317 { /* ICV - Investing in the Global Goals */
		background-position: 68%;
	}
	body #main-slider .carousel .item.semb_321 { /* Tel Aviv 2017 */
		background-position: 68%;
	}
	body #main-slider .carousel .item.semb_323 { /* Tel Aviv 2017 */
		background-position: 72%;
	}
  
  .our_events_thumbnails img{
	  margin-bottom:20px;
	  max-width:100%;
  }
  
}



@media screen and (min-width: 767px) and (max-width: 991px) {
	.item.csm_1476 { background-position: 15% 0 !important; }
	.item.csm_1556 { background-position: 95% 0 !important; }
}


@media screen and (max-width: 767px) {
	.item.csm_1476 { background-position: 24% 0 !important; }
	.item.csm_112 { background-position: 49% 0 !important; }
}


/* end of PAST EVENTS PAGE */


/* COMPANINES PAGE */

.companies-logos img{
  max-height: 150px;
  width: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0;
}


/* end of COMPANINES PAGE */

/* FAQ PAGE */

.question{
  color: #4fa601;
  font-size: 18px;
}

/* end of FAQ PAGE */

/* TEAM PAGE */

.team-member{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.team-member-image{
  text-align: right;
  padding-bottom: 20px;
}

.team-section{
  border-bottom: none;
}

/* end of TEAM PAGE */

/* CONTACT PAGE */

.contact-details{
  font-size: 20px;
  color: #1d4e89;
  line-height:1.3;
}

.contact-details a{
  color: #1d4e89 !important;
}

.contact-details i.fa{
  width: 30px;
  text-align: center;
  display: inline-block;
}

.contact-details li{
  list-style: none;
  margin: 5px 0px;
}


/* end of CONTACT PAGE */

/* SPKEAKERS PAGE */

.csm-speaker-image{
	text-align: center;
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}

.csm-speaker-image img{
  width: 100%;
  /*max-width: 220px;*/
}

.csm-speaker-name{
	font-size: 22px;
	margin: 0 0 10px;
	color: #1d4e89;
}

.csm-speaker-position{
	font-size: 16px;
    margin-bottom: 10px;
    height: 44px;
	line-height:1;
}

.csm-speaker-bio{
	/*text-align: justify;*/
	height: 108px;
	overflow: hidden;
}

.csm-speaker-bio-all{
  margin-bottom: 20px;
  text-align: justify;
}

.csm-speaker-wrapp{
	margin-bottom: 40px;
	padding-right: 30px;
}

.custom_page a.csm-read-more{
	color: #6ca0dc;
	margin: 10px 0;
	display: inline-block;
}

.custom_page a.csm-read-more:hover{
	color: #18508B;
	text-decoration: none;
}

.speaker-single-img{
    text-align: left;
    padding-right: 0;
    overflow: hidden;
    height: 250px;}

.speaker-single-img img{
    width: 100%;
    height: auto;
    max-width: 247px;
}

.icv-events-graph{
  text-align: center;
}

.icv-graph-info{
  text-align: center;
}

.csm-comp-logo{
  width: 50%;
  float: left;
  display: inline-block;
  margin-bottom: 40px;
}

.csm-comp-logo img{
  max-width: 100%;
}

.csm-comp-name{
  width: 50%;
  display: inline-block;
  padding-left: 20px;
  float: right;
}

.csm-comp-name p{
  margin: 0 0 10px;
  font-size: 20px;
  color: #1d4e89;
}

.csm-comp-name a{
  color: #6ca0dc;
  text-decoration: none;
}

.csm-comp-name a:hover{
  text-decoration: none;
  color: #1d4e89;
}

.icv-events-graph img{
  max-width: 100%;
}

.csm-mission-paragrphs p{
  margin-bottom: 20px;
}

/* end of SPEAKERS PAGE */

.company-row {
  display: flex;
  flex-direction: row;
}

.company-row > [class^="col-"],
.company-row > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  justify-content: center; /* Optional, to align inner flex-items
                              horizontally within the column  */
}
.company-cell{
  text-align:center;
  margin-bottom:50px;
}


@media (min-width:1023px) and (max-width:1279px){

  .speaker-single-img{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .csm-speaker-position{
    height: 65px;
    overflow: hidden;
    font-size: 14px;
  }


} 


@media (min-width:768px) and (max-width:1024px) {

    #main-slider h1 {
    float: left!important;
    margin-left: 10%;
    margin-right: 10%;
  }

  .speaker-single-img{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .csm-speaker-position{
    height: 65px;
    overflow: hidden;
    font-size: 14px;
  }

  .csm-speaker-wrapp{
    padding-right: 0;
  }

}

@media (max-width: 767px){

  .csm-comp-logo{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.35);
  }


  .csm-comp-name{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
  }

  .csm-speaker-image{
  	width: 100%;
    text-align: center;
  }

  .speaker-single-img{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .csm-speaker-image img{
    max-width: 200px;
  }

  .csm-speaker-position{
    height: 65px;
    overflow: hidden;
    font-size: 14px;
  }

  .csm-read-more{
    display: block;
    text-align: center;
  }
	.donation-links {
		text-align: center;
	}
	.donation-links a{
		display:inline-block;
		width:200px;
	}

}

@media (max-width: 767px) {
  .company-row {
    display: block;
    flex-direction: row;
  }

  .company-row > [class^="col-"],
  .company-row > [class*=" col-"] {
    display: block;
    align-items: center; /* Align the flex-items vertically */
    justify-content: center;
    /* Optional, to align inner flex-items
                                   horizontally within the column  */
  }

  .ngg-gallery-thumbnail img{
    width: 100% !important; 
    height: auto !important;
  }

  .csm-manhattan-full-width-image{
    width: calc(100% - -30px);
    margin-left: -15px;
  }
}

/* SINGLE EVENT PAGE */

.single_event_banner .ev-det-item{
  background-position: center;
}

.ev-det-item .carousel-content{
  margin-top: 15%;
}

section.single_event .nav-tabs{
  border: none;
}

section.single_event .nav-tabs > li > a{
  background: #6ca0dc;
  color: #fff;
  border: none;
}

section.single_event .nav-tabs > li > a:hover{
  background: #1d4e89;
}

section.single_event .nav-tabs > li.active > a{
  background: #1d4e89;
  color: #fff;
  border: none;
}

section.single_event .tab-content{
  border: 1px solid #18508b;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

section.single_event .tab-content table, section.single_event .tab-content thead{
  border: none !important;
  margin-bottom: 0;
}

section.single_event .tab-content table{
  width: 100%;
}
/*
section.single_event .tab-content table tr:nth-child(odd) td {
  background-color:#f9f9f9;
}
*/
section.single_event .tab-content table tr td{
  padding: 5px 10px 5px 10px;
}
/*
section.single_event .tab-content table tr:first-child td{
  font-weight: bold;
  color: #000;
}
*/

section.single_event .tab-content a{
  color:#fff;
  text-decoration:underline;
}

.csm-napa-table .table > thead > tr > th{
  border-bottom: 1px solid #6ca0dc;
}
.custom_page a.etouches_link{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	display: inline-block; 
	padding: 10px 30px;
	background: #1d4e89;
	box-shadow: 0 0 0 3px #1d4e89;
	border: 4px solid #fff;
	text-decoration: none;
	margin: 40px auto 0;
}
/* end of SINGLE EVENT PAGE */

/* exceptions */
#post-590 h4{
	font-size: 26px;
    font-weight: 600;
	text-align:left;
	color:#333333;
	margin-top:0px;
}
#post-82 h6, #post-590 h6{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
#post-82 p,#post-590 p{
	margin-bottom:40px;
}
article#post-425 p {
    margin-bottom: 40px;
}
/* exceptions */
