/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Aug, 2015, 8:28:08 PM
    Author     : srikiran
*/

//venue

.portfolio-box .project-post {
  text-align: center;
}
.portfolio-box .project-post .project-gal {
  position: relative;
}
.portfolio-box .project-post .project-gal img {
  width: 100%;
}
.portfolio-box .project-post .project-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.portfolio-box .project-post .project-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-box .project-post .project-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.portfolio-box .project-post .project-gal .hover-box a:hover {
  background: #3a3d41;
}
.portfolio-box .project-post .project-gal .hover-box a.zoom {
  right: 50%;
  margin-right: 35px;
}
.portfolio-box .project-post .project-gal .hover-box a.link {
  left: 50%;
  margin-left: 35px;
}
.portfolio-box .project-post .project-content {
  padding: 25px 10px;
  background: #f9fafb;
  border-bottom: 1px solid transparent;
}
.portfolio-box .project-post .project-content h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.portfolio-box .project-post .project-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
}
.portfolio-box .project-post:hover .project-gal .hover-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-box .project-post:hover .project-gal .hover-box a {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.portfolio-box .project-post:hover .project-gal .hover-box a.zoom {
  margin-right: 5px;
}
.portfolio-box .project-post:hover .project-gal .hover-box a.link {
  margin-left: 5px;
}
.portfolio-box .project-post:hover .project-content {
  border-bottom: 1px solid #e74c3c;
  background: #ffffff;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  left: 0;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #e74c3c;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a {
  position: relative;
  top: inherit;
  margin-bottom: 16px;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.zoom {
  right: inherit;
  margin-right: 40;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.link {
  left: inherit;
  margin-left: 40;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.zomm {
  margin-right: 5px;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.link {
  margin-left: 5px;
}
.portfolio-box.portfolio-style2.hover-second .project-post .project-gal .hover-box {
  background: rgba(58, 61, 65, 0.9);
}


.masonry.three-col .project-post {
  width: 33.32%;
}
.masonry.four-col .project-post {
  width: 24.98%;
}
.masonry.five-col .project-post {
  width: 19.99%;
}

@media (max-width: 1500px) {
  .masonry.five-col .project-post {
    width: 24.975%;
  }
}
@media (max-width: 1199px) {
.masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 33.3%;
  }
  .blog-box.masonry {
    width: 970px;
  }
  .blog-box.masonry .blog-post {
    width: 293px;
  }
  }
  
  @media (max-width: 991px) {
  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 49.98%;
  }
  .blog-box.masonry {
    width: 750px;
  }
  .blog-box.masonry .blog-post {
    width: 345px;
  }
  }
  @media (max-width: 767px) {
  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 100%;
  }
  .blog-box.masonry {
    width: 100%;
    margin-left: 0;
  }
  .blog-box.masonry .blog-post {
    width: 100%;
    margin: 15px 0;
  }
  }
  
/*programs */

.blog-section .title-section {
  background: #ffffff;
}
.blog-section .blog-post {
  margin: 0 10px;
}
.blog-section .blog-post img {
  width: 100%;
}
.blog-section .blog-post .post-content {
  overflow: hidden;
}
.blog-section .blog-post .post-content .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section .blog-post .post-content .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.blog-section .blog-post .post-content .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
.blog-section .blog-post .post-content .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
.blog-section .blog-post .post-content .content-data {
 /* margin-left: 60px;*/
  padding: 15px 20px;
  background: #f9fafb;
  min-height: 70px;
}
.blog-section .blog-post .post-content .content-data h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}
.blog-section .blog-post .post-content .content-data h2 a {
  color: #3a3d41;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.blog-section .blog-post .post-content .content-data h2 a:hover {
  color: #e74c3c;
}
.blog-section .blog-post .post-content .content-data p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #333;
  font-size: 12px;
  margin: 0;
}
.blog-section .blog-post .post-content .content-data p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
}
.blog-section .blog-post:hover .post-date {
  background: #e74c3c;
}
.blog-section.second-style .blog-post {
  overflow: hidden;
}
.blog-section.second-style .blog-post .post-gal {
  margin-left: 60px;
}
.blog-section.second-style .blog-post .post-content > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 16px 22px;
  margin: 0;
  margin-left: 60px;
  color: #333;
}
.blog-section.second-style .blog-post .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section.second-style .blog-post .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.blog-section.second-style .blog-post .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
.blog-section.second-style .blog-post .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
.blog-section.second-style .blog-post:hover .post-date {
  background: #e74c3c;
}
.blog-section {
  position: relative;
}

.blog-section.with-sidebar {
  padding: 50px 0;
}
.blog-section.with-sidebar .blog-post {
  margin-bottom: 60px;
}
.blog-section.with-sidebar .blog-post .post-content > p {
  font-size: 14px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 20px;
  margin-bottom: 0;
  /*margin-left: 60px;*/
  color: #333;
}
.blog-section.with-sidebar .blog-post .post-content > a {
  margin-left: 80px;
}
.blog-section.with-sidebar .blog-post iframe {
  width: 100%;
  height: 340px;
  margin-bottom: -6px;
}
.blog-section.with-sidebar {
  overflow: hidden;
}

.blog-box.masonry {
  width: 1170px;
  margin-left: -15px;
}
.blog-box.masonry .blog-post {
  margin: 15px;
  width: 360px;
}
.blog-box.masonry .blog-post .post-gal {
  position: relative;
}
.blog-box.masonry .blog-post .post-gal iframe {
  width: 100%;
}
.blog-box.masonry .blog-post .post-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.blog-box.masonry .blog-post .post-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  top: 50%;
  left: 50%;
  margin-left: 45px;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-box.masonry .blog-post .post-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.blog-box.masonry .blog-post .post-gal .hover-box a:hover {
  background: #3a3d41;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box {
  visibility: visible;
  opacity: 1;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box a {
  margin-left: -20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.blog-box.masonry.one-col {
  width: 100%;
  margin-left: 0;
}
.blog-box.masonry.one-col .blog-post {
  width: 100%;
  margin: 0 0 60px;
}
.blog-box.masonry.one-col .blog-post iframe {
  width: 100%;
  height: 360px;
}
.blog-box.masonry.one-col .blog-post .post-content > a {
  margin-left: 80px;
}

.shortcodes-section .shortcodes-elem {
  margin-bottom: 50px;
}
.shortcodes-section .shortcodes-elem > h1,
.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6eaed;
  margin-bottom: 24px;
  text-align: center;
}
.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  text-align: left;
}

.workshoptype{
	text-align: left;
	padding-left:10px;
background: #f8694d;
line-height: 18px;
color: #fff;
}

#programContentTop {
  background-color: rgba(44,44,44,0.5);
  height: 80px;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
}
#programContentTop a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  margin: 20px 0;
  line-height: 40px;
  cursor: pointer;
}
#programContentTop a strong {
  font-weight: 500;
}
#programContentTop a img {
  margin-right: 10px;
  margin-top: -5px;
}
#programContent {
  
  padding-bottom: 50px;
}
#programContent .title {
  font-size: 36px;
  font-weight: 300;
  line-height: 73px;
  padding-top: 60px;
  vertical-align: top;
}
#programContent .title img {
  margin-right: 20px;
}
#programContent .day {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
}
#programContent .day img {
  margin-top: -3px;
}
#programContent .day strong {
  font-weight: 500;
}
#programContent .oneInfo {
  font-size: 18px;
  margin-bottom: 20px;
}
#programContent .workshop {
  height: 90px;
  font-size: 20px;
  line-height: 89px;
  border-top: 1px solid #d0d0d0;
  cursor: pointer;
}
#programContent .workshop .workshops_speaker {
  width: 100%;
  height: 89px;
  display: block;
  color: #000000;
  padding-left: 30px;
  background: #f1efed;
  position: relative;
}
#programContent .workshop .workshops_speaker div.inside:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 17px solid transparent;
  left: -33px;
  top: 28px;
  position: absolute;
  border-right-color: #f1efed;
}
#programContent .workshop .workshops_speaker div.inside img {
  float: left;
  margin-top: 15px;
  width: 60px;
  height: 60px;
}
#programContent .workshop .workshops_speaker div.inside div {
  float: left;
  line-height: 150%;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  padding-left: 25px;
}
#programContent .workshop .workshops_speaker div.inside strong {
  font-size: 20px;
  font-weight: 400;
}
#programContent .workshop .workshops_speaker div.inside i:before,
#programContent .workshop .workshops_speaker div.inside i:after {
  content: " ";
  display: table;
}
#programContent .workshop .workshops_speaker div.inside i:after {
  clear: both;
}
#programContent .workshop .workshops_speaker:after {
  content: "";
  width: 30px;
  height: 29px;
  background: url(../img/corner-speaker.png) no-repeat center center;
  top: 0px;
  right: -30px;
  position: absolute;
}
#programContent .workshop .workshops_speaker:before {
  content: "";
  width: 30px;
  right: -30px;
  background: #f1efed;
  position: absolute;
  top: 29px;
  bottom: 0px;
  display: block;
}
#programContent .workshop:hover {
  background-color: #ffffff;
/*   border-bottom: 4px solid #733f87; */
}
#programContent .workshop:hover .workshops_speaker {
  background-color: #ffffff;
/*   border-bottom: 4px solid #733f87; */
}
#programContent .workshop:hover .workshops_speaker div.inside:before {
  border-right-color: #ffffff;
}
#programContent .workshop:hover .workshops_speaker:before {
  background-color: #ffffff;
}
#programContent .workshop:hover .workshops_speaker:after {
  background: url(../img/corner-speaker-white.png) no-repeat center center;
  background: #ffffff;
}
#programContent .borderbottom {
  border-bottom: 1px solid #d0d0d0;
}
#programContent .roomSelectd .room {
  background-color: #ccbfa6;
  padding: 0px;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
#programContent .roomSelectd .room:first-child {
  border-left: 1px solid transparent;
}
#programContent .time {
  font-size: 18px;
  color: #847559;
  font-weight: 500;
  min-height: 74px;
  vertical-align: baseline;
  text-align: center;
  padding-top: 32px;
}
#programContent .registration {
  min-height: 74px;
}
#programContent .registration .content {
  background-color: #f1efed;
  min-height: 74px;
  line-height: 74px;
  font-size: 14px;
  text-align: left;
}
#programContent .registration .content img {
  margin-right: 8px;
}
#programContent .registration .time {
  padding-top: 12px;
}
#programContent .speaker {
  padding: 0px !important;
}
#programContent .speaker .keynote {
  background-color: #e2dbe4;
}
#programContent .speaker .content {
  float: left;
  padding-left: 0px;
}
#programContent .speaker .content div.img {
  width: 60px;
  float: left;
}
#programContent .speaker .content div.img img {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}
#programContent .speaker .content div.txt {
  float: left;
  line-height: 150%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
  padding-top: 15px;
  padding-left: 0px;
}
#programContent .speaker .content div.txt strong {
  font-size: 14px;
  font-weight: 700;
}
#programContent .speaker .content .borderleft {
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
}
#programContent .speaker .link {
  min-height: 117px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
}
#programContent .speaker .link:hover {
  background-color: #FFFFFF;
/*   border-bottom: 4px solid #733f87; */
}
#programContent .twodays .content {
  padding: 0;
}
#programContent .twodays .content div.txt {
  width: 430px;
  width: calc(100% - 0px);
}
#programContent .titleRow {
  font-size: 18px;
  text-align: center;
  line-height: 73px;
}
#programContent .st1 {
/*   background: #f1e8da; */
}
#programContent .st2 {
/*   background: #e3e8f2; */
}
#programContent .st3 {
  background: #e6d6de;
}
#programContent .st4 {
  background: #e3ead2;
}

