body {
    background: url(../images/bg_noise.png) #9D9D9D;
       }

::selection {
    background: #444;
    color: #e3e3e3
    }

 .blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.btn{
outline:0;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
   -webkit-tap-highlight-color: transparent;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  
}

.btn:hover{
	
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	
	}

p {
  text-align: justify;
}
h3 {
    font-size: 18px
    }

h4 {
    color: #f60
    }

.well {
    background: #FFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
    }

.digital-identifier {
   background: url(../images/sprite_flags_social.png) no-repeat -8px -1185px;
   padding-bottom: 80px;
    }

.vcenter {
    vertical-align: middle !important
    }

a[href$=".pdf"]:after {
    content: " PDF";
    background: #f60;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 2px;
    margin-left: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px
    }

a[href$=".docx"]:after {
   content: "\f1c2";
  font-family: FontAwesome;
  background: #0094FF;
  border: 1px solid #60B9F9;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 4px;
  margin-left: 2px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

.container {
    background: #fff;
    margin-bottom: 10px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    }

section {
    margin-bottom: 10px
    }

/* .page-header h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif
    }
*/
	small{
		
		font-family: sans-serif;
		}

hr {
    position: relative;
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    margin: 15px 0
    }

header {
    background: #fff;
    
    }

 


.page-header {
    margin: 0;
    border-bottom: 1px solid white;
    }
	

.page-header h1 {
    margin: 10px 0px 30px 0px;
	font-family:impact;
    }

.page-header h1.logo {
    padding-top: 5px;
    margin-bottom: 0
    }

.page-header h1.logo a {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: inline-block
    }
.page-header h1.logo img {
 width:100%;
    }



.page-header h1 span {
   font-size: 40px;
   color: #4598a6;
  text-shadow: 1px 1px 0px rgba(252, 255, 239, 1);
  display: block;
    }

.page-header h1 small {
	font-family:sans-serif;
   color: #4598A6;
    font-size: 45%;
	display:inline-block;
	margin-top:5px;
    }

.navbar-default {
background: #7eb9c3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdlYjljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzQ1OThhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZWI5YzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7eb9c3 1%, #4598a6 52%, #7eb9c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7eb9c3), color-stop(52%,#4598a6), color-stop(100%,#7eb9c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb9c3', endColorstr='#7eb9c3',GradientType=0 ); /* IE6-8 */

    border-color: #e7e7e7;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);

	  border-radius: 0;
    }

.navbar-default .navbar-nav>li>a{
    color: #fff;
     }
	



	



.navbar-default .navbar-nav > li:last-child a {
    border-right: 0
    }
	.navbar-default .navbar-nav > li:first-child a {
    border-left: 0
    }

.dropdown-menu > li > a {
    padding: 6px 20px;
    border-bottom: 1px dashed #e3e3e3;
	color: #238393 !important;
    }

.dropdown-menu > li:last-child a {
    border-bottom: 0
    }



.carousel-control {
    padding-top: 10%;
    width: 3%
    }

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    margin: 0 auto;
    }

.glyphicon-hand-right, .slideout-menu ul li.active a {
    color: #f60
    }

.new:after {
    content: "New";
    color: #fff;
    background: red;
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 4px
    }

.banner-area {
    border: none;
    background: url(../images/bg_noise.png) #7EB9C3;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding-top: 10px
    }

.carousel-caption {
  /*  background: rgba(0, 0, 0, 0.5) */
    }

.conference-slide-show-main {
    padding: 2px;
    background: #FFF;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)
    }

.conference-slide-show-main:before {
    content: "";
    width: 96%;
    height: 2px;
    position: absolute;
    left: 2%;
    bottom: -3px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 99
    }

.conference-slide-show-main:after {
    content: "";
    width: 92%;
    height: 2px;
    position: absolute;
    left: 4%;
    bottom: -6px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 99
    }

.conference-slide-show-inner {
    border: 1px solid #e3e3e3
    }
	

	.carousel h4{
   color:#E8F433;
    }
	
	


span.badge {
    background-color: #F06521
    }

.quick-links div.heading-bg {
    background:#F5AE41;
    padding: 2px
    }

.quick-links h3 {
    text-align: center;
    color: #FFF;
    background: #F5AE41;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
    border: 1px dashed #fff
    }

.speakers {
    position: relative;
	 background: url(../images/bg_noise.png) #F5AE41;
    }
	
	.speakers img{
   
	

	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"); 
	filter: gray; 
	-webkit-filter: grayscale(100%);


-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	
    }
	
		.speakers .item>div:hover img{
   
	 filter: none;
  -webkit-filter: grayscale(0%);

	 /* CSS3 */
 -moz-transform:    scale(1.1); /* Firefox */
 -webkit-transform: scale(1.1); /* Webkit */
 -o-transform:      scale(1.1); /* Opera */
 -ms-transform:     scale(1.1); /* IE 9 */
 transform:         scale(1.1);
	
    }

.speakers h3 {
    display: inline-block;
    position: absolute;
    top: -15px;
  background: #3690A0;
  border: 1px solid #fff;
    padding: 4px 15px;
   
    text-align: center;
    font-size: 18px;
    color: #FFF;
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

.thumbnail-carousel {
    margin-top: 15px
    }

h2.heading-welcome, h2.heading-highlights {
background: #e7e7e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7e7e7), color-stop(50%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */


    margin: 0;
    padding: 5px 45px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
 color: #666;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
    }

h2.heading-highlights {
    font-size: 22px
    }

h2.heading-welcome:before, h2.heading-welcome:after {
    content: "";
    width: 13px;
    height: 34px;
    position: absolute;
    bottom: -18px;
    left: 20px;
    background: url(../images/paperclip.png) no-repeat
    }

h2.heading-welcome:after {
    left: auto;
    right: 20px
    }
/*Fixed position of tab headings(11-june-2016)*/
.welcome-message, .conference-highlights-body {
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 20px 10px 0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  
background: #4F9EAB;
  color: #FFFCFC;

    }
	.conference-highlights-body {
		  max-height: 660px;
    overflow: auto;
		
		}
.welcome-message{
	  padding: 20px 0 0 0;
	}
	.welcome-message .nav-tabs {
   border-color: #6EAFBA;
  margin-bottom: 10px;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}
.welcome-message .tab-content {
height: 500px;
  overflow: auto;
  padding: 15px 10px;
    }
	
	/*Fixed position of tab headings(11-june-2016)*/
	
	.welcome-message .tab-content a{
color:#E8F433;
    }

.welcome-message .nav-tabs>li>a{
  background: #297784;
  font-size: 16px;
  color: #FFFCFC;
  box-shadow: inset 0px -2px 4px -1px rgba(12, 94, 108, 1);
    }


	.welcome-message .nav-tabs>li.active>a, .welcome-message .nav-tabs>li.active>a:focus, .welcome-message .nav-tabs>li.active>a:hover {
 background: #e7e7e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7e7e7), color-stop(50%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e7e7e7 1%,#ffffff 50%,#d5d5d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
color: #2B7B89;
box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
}

.welcome-message h3, .conference-highlights-body h3 {
    margin: 15px 0
    }

	
	.conference-highlights-body,.show-special{
		background: #7eb9c3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM3ZWI5YzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM0NTk4YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2ViOWMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #7eb9c3 1%, #4598a6 52%, #7eb9c3 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#7eb9c3), color-stop(52%,#4598a6), color-stop(100%,#7eb9c3)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #7eb9c3 1%,#4598a6 52%,#7eb9c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb9c3', endColorstr='#7eb9c3',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

		color:white;
		}

.highlights {
    background: url(../images/bg_noise.png) #F5AE41;
    padding-top: 10px;
    border-top: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
    }

.conference-highlights .list-group {
    margin-bottom: 0;
	
    }

.conference-highlights .conference-highlights-body .list-group-item {
    margin-bottom: 0;
    border: none;
   border-bottom: 1px dashed #65B0BD;
    padding: 4px;
	background:transparent;
	color:white;
    }

.conference-highlights .conference-highlights-body .list-group-item:last-child {
    border: none
    }

.indicators .carousel-control {
    background: #EAEAEA;
    color: #C3C3C3;
    padding: 16px 13px;
    top: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none
    }

.indicators .carousel-control:hover {
    color: #555
    }

.indicators .carousel-control.left, .indicators .carousel-control.right {
    background-image: none !important
    }

.indicators .carousel-control .glyphicon {
    font-size: 20px;
    padding-top: 4px
    }

.welcome-message .pull-left {
    margin-right: 10px
    }

.welcome-message .affiliation {
    border-left: 3px solid #F5AE41;
    padding-left: 5px
    }

.content-block-top-border {
    -moz-border-radius: 0 0 2px;
    -webkit-border-radius: 0 0 2px;
    border-radius: 0 0 2px;
    border: 0;
    border-top: 4px solid tomato
    }

h3 {
    margin: 0 0 5px 0;
    padding-bottom: 6px;
    font-size: 18px;
    border-bottom: 1px dashed #e3e3e3
    }

.heading {
    margin: 5px 0 15px;
    font-size: 20px;
    padding: 5px;
    border-right: 4px solid whitesmoke;
    display: inline-block;
    background: #f55641;
    color: white;
    -moz-box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.15);
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    border-bottom: 0;
    border-left: 4px solid #FF9081
    }

.heading-out {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right-color: #B06E0A;
    margin-left: -20px;
    position: relative;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #573603;
   background: #F5C781;
    border-left: 0
    }

.heading-shadow {
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 11px solid transparent;
  border-top: 10px solid #B06E0A;
    position: absolute;
    top: 100%;
    left: 0
    }

.heading .glyphicon, .heading .fa {
    color: #388ABB;
    background: #F7F7F7;
    padding: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #F4F4F4
    }

blockquote {
    border-left: 5px solid #F5AE41 !important
    }

.conf-theme {
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2)
    }

.conf-theme p, .testimonial p {
    font-family: "Courgette", sans-serif
    }

span.highlight {
    color: tomato !important
    }

.glyphicon-bg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    padding: 5px;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2)
    }

.conf-available h3 {
    padding-left: 50px;
    color: #20A5DF
    }

.conf-available tr:first-child td {
    border-top: none
    }

.download ul {
    padding-left: 0
    }

.download li {
    list-style: none
    }

.download a {
    display: block;
    margin: 10px 0
    }

.indicators .thumbnail {
    margin: 0 10px 0 15px
    }

.testimonial-in {
    margin-bottom: 0
    }

footer .conference-category-contact-main {
    background: url(../images/bg_noise.png) #205861;
    }

footer .conference-category-contact-main h4 {
    color: #fff;
     border-bottom: 1px dashed #4E8791;
    padding-bottom: 5px
    }

footer .conference-category-contact-main dl {
    margin-bottom: 0
    }

footer .conference-category-contact-main dt {
    color: #E8F433;
    font-weight: normal
    }

footer .conference-contact-past-reports a {
    display: inline-block;
    margin-bottom: 5px;
    color: #e3e3e3;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }

footer .conference-contact-past-reports a:hover {
    padding-left: 5px
    }

footer .conference-contact-past-reports a:before {
    display: inline-block;
    content: "✉";
    font-family: "Glyphicons Halflings";
    margin: 0 5px;
    position: relative;
    top: 3px
    }

footer .conference-contact-past-reports .support a:before {
    content: "";
    color: #E8F433
    }

footer .conference-contact-past-reports .past-reports a:before {
    content: "";
    color: #E8F433
    }

footer .conference-contact-past-reports li {
    list-style: none
    }

footer .conference-category h2 {
    color: #e3e3e3;
    font-size: 20px;
     border: 1px solid #4E8791;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
    }

footer .conference-category ul {
    padding-left: 0;
    list-style: none
    }

footer .conference-category ul li a {
    font-size: 12px;
    color: #e3e3e3
    }

footer .conference-category .conference-place {
    border-left: 1px dashed #4E8791;
    border-right: 1px dashed #4E8791;
    }

.conference-country div, .conference-subjects div, .conference-place div {
    padding-left: 0;
    padding-right: 10px
    }

.conference-subjects div:last-child, .conference-place div:last-child {
    padding-right: 0
    }

.tiny-content {
    color: #e3e3e3;
    font-size: 12px;
    text-align: justify;
    padding: 4px;
    margin: 4px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
    }

.tiny-content h6 {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 4px;
    border-bottom: 1px dashed;
    padding-bottom: 2px
    }

.tiny-content p {
    margin-bottom: 0
    }

.conference-country .sprite {
    padding-left: 25px
    }

textarea {
    resize: vertical
    }

.form-horizontal .control-label {
    text-align: left
    }

.antispam {
    border: 1px solid #e3e3e3;
    padding: 9px;
    background: #fff
    }

.download-brochure-main {
    background-color: #fff;
    padding: 10px 15px
    }

.download-brochure {
    background-color: #fff;
    border: 1px dashed #D3D3D3;
    margin-bottom: 0
    }

.show-special .make-note p:first-child {
    margin-top: 20px
    }

.make-note p.bg-primary{
	
	color: #333;
  background-color: #FFFFFF;
  margin: 4px 0;
	}


.make-note p i.fa {
    padding: 10px;
    background: #5CB85C;
    top: 0;
    -moz-box-shadow: 4px 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #FFF;
    margin-right: 6px
    }

.make-note p p span.glyphicon {
    float: left;
    padding: 13px
    }

.abstract-submit-main {
    background: url(../images/bg_noise.png) #A5D3B0;
    border-top: 1px dashed #FFF
    }

form {
    margin-bottom: 10px
    }

.form-head {
    margin-bottom: 20px
    }



form h4 {
    margin: 20px 0
    }


form label:after,.reg-details > p:before,.form-head>p:before {
   content: "\f061";
  font-family: FontAwesome;
  color: red;
  font-weight: normal;
  font-size: .4em;
  bottom: 2px;
  position: relative;
    padding: 0 2px;
    }

form .notrequired:after {
    content: "";
    }

.show .list-group-item {
    border: 0;
    padding: 5px 10px
    }

.show .list-group-item:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #E8F433;
    padding-right: 2px
    }

.poster-contact {
    margin-top: 10px
    }

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
    }

.related-conf ul.dropdown-menu a:hover {
    background: #31B0D5;
    color: #FFF
    }

.related-conf ul.dropdown-menu a:hover {
    background: #31B0D5;
    color: #FFF
    }

.top-search form {
    margin: 0;
    padding: 0
    }

.top-search form .input-group, .top-search form .input-group button {
    width: 100%;
    }
	
	.input-group-addon, .input-group-btn{
		
		width:auto;
		
		}

.conf-list-region, .conf-list-region ul {
    list-style: none
    }

.conf-list-continental ul {
    padding-left: 0
    }

header h6 {
   margin: 0;
  text-align: left;
  color: #F16725;
  padding: 5px 10px 5px 0px;
  font-size: 22px;
  background: #fff;
  font-family: impact;
  letter-spacing: 0.2px;

    }
.conf-list-country .list-inline > li {
    padding: 0
    }

.conf-list-country li:first-child {
color: #4598a6;
    }
	.conf-list-country li:first-child span,header h6 span{
color: #687C65;
    }

.conf-list-region li a {
     color: #4598A6;
    padding: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    }
	.conf-list-region li a:hover {
  color: #797979;
   
    }

.show-special {
    margin-top: 5px;
 
    padding: 10px;
    -moz-box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative
    }
	.show-special a{
		color: #E8EACB;
		}
.day-schedule{
	background:beige;
	}
.show-special .list-group-item {
    background: none
    }

.show-special h4 {
    padding-left: 15px;
	color: #E8F433;
    }

.show-special:before {
    content: "";
    width: 53px;
    height: 47px;
    position: absolute;
    top: -17px;
    left: -5px;
    background: url(../images/clip.png) no-repeat
    }

blockquote.thumbnail {
    color: #444;
    font-size: inherit
    }

.help-desk {
    background: beige;
    padding: 10px;
    border-top: 4px solid #f60;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
    }

.help-desk h2 {
   
    margin: 0;
   padding: 5px;
    font-size: 19px;
    text-align: center
    }

.help-desk p span {
    font-family: "Courgette", sans-serif
    }

form .others {
    margin-top: 15px
    }

.content-box {
    padding: 10px;
   background:beige;

    color: 888;
    border: 1px dashed #e3e3e3
    }

.content-box h4 {
   color: #573603;
    }

.content-box .list-group-item {
    background: none
    }

.content-box .list-group-item:before {
    color: #573603;
    }



.panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "";
    float: right;
    color: tomato
    }

.panel-heading .accordion-toggle.collapsed:after {
    content: ""
    }

.abstract-title .list-group-item span {
    font-weight: bold
    }

.abstract-title .list-group-item span:after {
    content: "";
    font-family: FontAwesome;
    color: #f60;
    padding: 0 4px
    }

.abstract-title .panel-title a {
    text-decoration: none;
    display: block
    }

.panel-default > .panel-heading {
    color: #666;
    background-color: #FFF;
    border-color: #ddd
    }

.panel>.panel-heading span {
 color: #FFFFFF;
  display: inline-block;
  margin: 0 5px 0 -20px;
  background: #388ABB;
  padding: 2px 10px;
  font-size: small;
  box-shadow: -3px 1px 2px rgba(0,0,0,0.3);
    }

.panel-default .panel-body {
    background-color: beige
    }

.scientific-prog li a span {
    color: #f60;
    margin-left: 10px;
    font-weight: bold
    }

.reg-form .thumbnail {
    margin: 0
    }

.reg-form .thumbnail img {
    display: inline-block
    }

.reg-form table label:after {
    content: "";
	padding: 0;
    }

.reg-form table tr > th {
    text-align: center;
    background: #388ABB;
    color: white
    }

.reg-form table tr > th:first-child {
    vertical-align: middle
    }

.reg-form .input-group-addon {
    color: #FFF;
    background-color: #5CB85C;
    border: 1px solid #0FB50F
    }
	


tfoot address {
    border-left: 4px solid #388ABB;
    padding-left: 15px
    }

address p:first-child:first-line {
    font-family: "Courgette", sans-serif
    }

.bill-info {
    margin: 0 0 20px 110px
    }

.reg-details > p {
    margin: 0 0 60px 0
    }

.bill-info h3 {
    color: #5CB85C
    }

.reg-price-holder, .submit-button {
    margin-bottom: 20px
    }

.bs-callout {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
    }
	
	.bs-callout .show .list-group-item:before {
  color: #888;
    }

.bs-callout-danger {
    border-left-color: #D9534F
    }

.bs-callout-danger h4, .bs-callout-danger h5 {
    color: #D9534F
    }

.bs-callout-warning {
    border-left-color: #f60
    }

.bs-callout-warning h4, .bs-callout-warning h5 {
    color: #f60
    }

.bs-callout-primary {
    border-left-color: #337AB7
    }

.bs-callout-primary h4, .bs-callout-primary h5 {
    color: #337AB7
    }

.bs-callout-info {
    border-left-color: #5BC0DE
    }

.bs-callout-info h4, .bs-callout-info h5 {
    color: #5BC0DE
    }

.bs-callout-success {
    border-left-color: #5CB85C
    }

.bs-callout-success h4, .bs-callout-success h5 {
    color: #5CB85C
    }

/*Flip Images*/
.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

			
			  margin-bottom: 10px;
		}

			
			.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		


		.flip-container, .front, .back {
		width: 100%;
  height: auto;

		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

		
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
						z-index: 2;
		}

		.back {
			background:#000;
			background:rgba(0,0,0,0.3);
			color:white;
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			  text-align: center;
  padding: 4px;
  position:absolute;
  height:100%;
		}

		


/*Flip images end*/

.content-box-dotted {
    border: 1px dashed #D3D3D3
    }

img.pull-left {
    margin-right: 6px
    }

.scientific-prog section {
    padding: 10px
    }
	
	.scientific-prog .speaker-bio-abs img{
    border-radius: 16px;
    }
.scientific-prog h3+section {
     background: white;
    }

/*
.scientific-prog section:nth-child(odd) {
    background: beige
    }
	
	.scientific-prog section:nth-child(even) {
   background: #EEFDF9;
    }
*/
.scientific-prog section:nth-child(odd) .bs-callout {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left-color: #f60
    }

.scientific-prog section:nth-child(odd) .bs-callout h4, .scientific-prog section:nth-child(odd) .bs-callout h5 {
    color: #f60
    }

.scientific-prog section:nth-child(even) .bs-callout {
    border-left-color: #5BC0DE
    }

.scientific-prog section:nth-child(even) .bs-callout h4, .scientific-prog section:nth-child(even) .bs-callout h5 {
    color: #5BC0DE
    }

.tracks ul {
    margin-bottom: 0
    }

.tracks {
    margin-bottom: 10px;
	background-color: #2268A1;
	font-size: 16px;
	color: #fff;
 }

.footer-bottom {
  background: url(../images/bg_noise.png) #033942;
border-top: 1px solid #4E8791;
    -moz-box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, 0.2)
    }

.social-icons {
    margin: 5px 0
    }

.copy-right {
    margin: 10px 0;
    color: #e3e3e3
    }

.copy-right a {
    color: #E8F433
    }

.social-icons .fa {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #e3e3e3;
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }

.social-icons .fa.blog {
    font-weight: bold;
    font-family: "Courgette", sans-serif;
    }

.social-icons .fa.blog:hover {
    background-color: #fb8f3d;
    }

.social-icons .fa:hover, .social-icons .fa:active {
    color: white;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
    }

.social-icons .fa-facebook:hover {
    background-color: #3B5998
    }

.social-icons .fa-flickr:hover {
    background-color: #FE0883
    }

.social-icons .fa-google-plus:hover {
    background-color: #C63D2D
    }

.social-icons .fa-linkedin:hover {
    background-color: #4875B4
    }

.social-icons .fa-rss:hover {
    background-color: #FA9B39
    }

.social-icons .fa-pinterest:hover {
    background-color: #910101
    }

.social-icons .fa-twitter:hover {
    background-color: #00A0D1
    }

.social-icons .fa-youtube:hover {
    background-color: #C4302B
    }
	
.exhibition td a{
	
	margin:6px;
	}
	.cont-icon{
	color: #5CB85C;
		}
		.avail-icon{
			  color: #D9534F;
			}
.media-partners .thumbnail p{
	
	margin-top:10px;
	}
	.past-conferences-list{
		margin: 10px 0;
		}
		
		.past-conferences-list a:hover{
		text-decoration:none;
		}
		
		.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #FFF;
 }
 #speaker-slide .item div{
		
		padding-top:10px;
		height:290px;
		}
		 #speaker-slide .item div address{
		
	
   border: 1px dashed #e3e3e3;
  padding-left: 4px;
  background: #fff;
		}
 
	#speaker-slide .item div:nth-child(odd){
		
		background: #F4F4F4;
		}
		#speaker-slide .item div:nth-child(even){
		
		background:white;
		}
		.thumbnail-carousel .item .thumbnail,.thumbnail-carousel .item img{
	border-radius:50%;
	height: 150px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #4598A6;
}

.navbar-default .navbar-toggle{
  background-color: #FFF;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: rgba(0,0,0,0.8);
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu-content{
	
	margin-top:20px;
	padding:4px;
	}
.sidebar-nav h3{
  color: #F5AE41;
  text-align: center;
  border-bottom-color: #F5AE41;
    margin-bottom: 20px;
	}
	.sidebar-nav ul {
padding-left:0pt;
}
.sidebar-nav li {
 margin-bottom:10px;
 list-style:none;
}
/*
.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}*/

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 200;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/*Side Menu ends here*/

	/*Media Queries Start*/
	
		@media (max-width: 415px) {
			
			 .conference-slide-show-inner .carousel-caption,.conference-slide-show-inner .carousel-indicators
	 {
		display:none;
	
			
			 }
 
	
			
			}
			@media (min-width: 767px) {
				 .navbar-default .navbar-nav > li > a {
   border-right: 1px solid #8EC3CD;
  border-left: 1px solid #2499AD;
   
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }

.navbar-default .navbar-nav > li > a:after {
    content: "\f0a7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e3e3e3;
    position: absolute;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }
	
	.navbar-default .navbar-nav > li:hover > a:after {
  top: -2px;
    left: 42%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
    }

	

.navbar-nav>li>a {
	padding: 15px 7px;
}
.dropdown:hover>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block !important;
}

/* .title-main {
	height:185px;
} */



			}

 @media (max-width: 767px) {
	 			  .navbar-default .navbar-nav > li > a {
   border: 0;
  border: 1px solid #BAD4D8 !important;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  margin: 4px;
    }
			
	 .dropdown-menu > li > a {
  padding: 6px 20px;
  border-bottom: 1px dashed #e3e3e3;
  color: #FFFFFF !important;
}
	 	.reg-form table h5 {
  font-size:12px;
    }
	
	  .conference-slide-show-inner .carousel-caption
	 {
		padding:4px;
		left:0;
		right:0;
	
			
			 }
			 
	 
	 .conference-slide-show-inner .carousel-caption *
	 {
			 font-size:1em;
			
			 }
			 
	 
	
.day-schedule a.btn {
	width: 100%;
	margin-bottom: 10px;
}
.page-header h1.logo {
width: 52%;
  margin-top: 30px;

}

.title {
	text-align: center;
}
.associations {
	float: right !important;
	width: 45%;
}
.indicators .carousel-control .glyphicon-chevron-left, .indicators .carousel-control .glyphicon-chevron-right {
	top: 0;
}
.journals h3 {
	font-size: 16px;
}
footer .conference-category ul li a {
	display: block;
	margin-bottom: 9px;
	padding: 2px;
	border: 1px solid #4687AD;
	border-radius: 4px;
}
.conference-slide-show-main .carousel-inner {
	width: 100%;
	max-height: 200px !important;
}

.bill-info {
	margin: 0 0 20px;
}
.reg-details>p {
	margin: 0 0 60px;
}
}
@media (max-width: 991px) {
.bill-info {
	margin: 0 0 20px;
}
.reg-details>p {
	margin: 0 0 10px;
}
.dropdown-submenu.open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
 @media (min-width: 768px) and (max-width:991px) {
	 
	
	 
.title-main {
	margin-bottom: 40px;
}
.conf-list-region .conf-list-continental {
	border-right: 1px dashed #e3e3e3;
	padding-right: 5px;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}
.thumbnail-carousel .item {
	float: left;
}


.navbar {
	border-radius: 0;
}

.dropdown-submenu>a:after {
	margin-top: 6px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
}

}
 @media (min-width: 992px) {

.page-header {
  position: relative;
}
.top-search{
	  position: absolute;
  right: 0;
  bottom: 10px;
	
	}
	
}
 @media (min-width: 1200px) {
	 

.navbar-nav>li>a {
	padding: 15px 10px;
}
}

/*  sidebar */

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

a.fancy3d {
	display:block;
	line-height: 2em;
	margin: 15px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	color:white;
	text-decoration:none;
}

 a.fancy3d span {
	position: relative;
display: block;
  width: 90%;
  text-align: center;
	padding: 0 14px;
	background: #e35041;
	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -100px;
	-moz-transform-origin: 50% 50% -100px;
	transform-origin: 50% 50% -100px;
}

a.fancy3d span::before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #b53a2d;
	content: attr(data-hover);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
}

a.fancy3d:hover span,
a.fancy3d:focus span {
	background: #b53a2d;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

a.fancy3d:hover span::before,
a.fancy3d:focus span::before {
	background: #ef5e50;	
}

.stampsizeimg {
	max-width:35% !important;
}

.paddingzero {
	padding: 0px;	
}

.tracks > ul > li.list-group-item {
  font-size: 16px;
}

.wrap-link {
	white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.affiliation h6 {
  font-size: 14px;
  color: rgb(99, 167, 244);
  font-weight: bold;
}

.navheader {
  text-align:center;	
  padding: 0px;
  text-align: center;
  color: rgb(37, 164, 222);
}

.navheader > h3 > a {
	color:#f60;
	text-decoration:underline;
}

.show-special .make-note a {
  color: rgb(75, 156, 169);
}

.main-content .panel-body .list-group-item {
  border: 0;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px;
}

.main-content .panel-body .list-group-item:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #489AA8;
  padding-right: 2px;	
}