body {
    background: url(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #9D9D9D;
       }

::selection {
    background: #444;
    color: #e3e3e3
    }
 
	
	
	
	
	.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	  background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

 .cl-effect-2 a span::before {
	 text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	 background: transparent;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

 .cl-effect-2 a:hover span::before,
 .cl-effect-2 a:focus span::before {
	 background: transparent;
}


h2{
	font-size:24px;
	}
h3 {
    font-size: 18px
    }

h2,h4 {
    color: #f60
    }

.well {
    background: #FFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
    }

.digital-identifier {
   background: url(https://www.omicsonline.org/international-scientific-conferences/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,.container-fluid {
    background: #fff;
    margin-bottom: 10px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    }

section {
    margin-bottom: 10px
    }

.page-header h1  {
padding-top: 20px;
  font-size: 47px;
  font-family: Ubuntu, sans-serif;
  text-shadow: 0 4px 1px #CFCFCF;
  font-weight: bold;
  color: #004088;
}
 

    }

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 {

    border-bottom: 3px solid #e3e3e3;
    }

 


.page-header {
    margin: 0;
border-bottom: 1px solid #B8B8B8;
 position: relative;
    }
	



.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: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    display: block
    }

.page-header h1 small {
    color: beige;
    font-size: 45%;
	display:inline-block;
	margin-top:5px;
    }


.page-header ul{
  clear: both;
  position: absolute;
  right: 15px;
  top: 5px;
    }
	

.navbar-default {
    background-color: #fff;
    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: 0
    }

.navbar-default .navbar-nav li a {
    color: #333;

    }
	


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a {
  color: #f60;

}
	



.navbar-default .navbar-nav > li:last-child a {
    border-right: 0
    }

.dropdown-menu > li > a {
    padding: 6px 20px;
    border-bottom: 1px dashed #e3e3e3
    }

.dropdown-menu > li:last-child a {
    border-bottom: 0
    }

.browse-conf ul>li:first-child{
	  font-weight: bold;
  text-transform: uppercase;
	}
	.browse-conf ul>li:first-child i{
color:#f60;
	}
	.location-conf-list li{
		border: 0;
		border-left:4px solid transparent;

  margin: 0;
  padding: 5px 10px;
  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;
	}
	
		.location-conf-list li a:hover{

text-decoration:none;
	}
		.location-conf-list li:hover{
background:#E1F7FD !important;
border-left:4px solid #f60;
	}
	.location-conf-list li:nth-child(odd){
	  background: #EFEFEF;
	}
	.location-conf-list li:nth-child(odd) a{
	  color: #0391BB;
	}
.location-conf-list li span{
	  font-size: smaller;
  color: #666;
  font-style: italic;
  margin-left: 6px;
	}

.carousel-control {
    padding-top: 10%;
    width: 3%
    }

.carousel-inner > .item > 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(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #E8DBB9;
    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 {
	  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background:#444;
    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{
	  position: relative;
  z-index: 0;
	
	}
	.quick-links a:hover{
text-decoration:none;
	}
	
	.quick-links:before{
	  content: "";
  position: absolute;
  z-index: -1;
  -ms-transform: skew(-3deg,-2deg);
  -webkit-transform: skew(-3deg,-2deg);
  -o-transform: skew(-3deg,-2deg);
  -moz-transform: skew(-3deg,-2deg);
  bottom: 14px;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, .3);
  max-width: 90%;
  width: 90%;
  height: 50px;
  left: 1px;

	}

	.quick-links:hover:before,.quick-links:active:before{
		  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	box-shadow:none;
	
	}
	
.quick-links div.heading-bg {
    background: #f55641;
    padding: 2px
    }

.quick-links h3 {
    text-align: center;
    color: #FFF;
    background: #f55641;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
    border: 1px dashed #fff
    }

.speakers {
    position: relative
    }

.speakers h3 {
    display: inline-block;
    position: absolute;
    top: -15px;
    background: #388ABB;
    border: 1px solid #FFF;
    padding: 4px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
    }
	 #speaker-slide .item{
		
	overflow:hidden;
		}
 
 #speaker-slide .item div{
		
		padding-top:10px;
		padding-bottom:1000px;
		margin-bottom:-1000px;
		}

.thumbnail-carousel {
    margin-top: 15px
    }

h2.heading-welcome, h2.heading-highlights {
    background: #388ABB;
    margin: 0;
    padding: 5px 45px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
    }

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(https://www.omicsonline.org/international-scientific-conferences/images/paperclip.png) no-repeat
    }

h2.heading-welcome:after {
    left: auto;
    right: 20px
    }

.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);
    max-height: 660px;
    overflow: auto
    }

.tab-content {
    padding-top: 15px
    }

.nav-tabs li a {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #444
    }

.nav-tabs li.active a {
    color: #f60
    }

.welcome-message h3, .conference-highlights-body h3 {
    margin: 15px 0
    }

.highlights {
    background: url(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #04598C;
    padding-top: 10px;
    border-top: 1px dashed #CACAB6;
    border-bottom: 1px dashed #CACAB6
    }

.conference-highlights .list-group {
    margin-bottom: 0
    }

.conference-highlights .conference-highlights-body .list-group-item {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 4px;
    }

.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 #388ABB;
    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;
	background: url(https://www.omicsonline.org/international-scientific-conferences/images/pattern.png) #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: #0D6091;
    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: white;
    background: #388ABB;
    border-left: 0
    }

.heading-shadow {
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 11px solid transparent;
    border-top: 10px solid #5B98BD;
    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 #20A5DF !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)
    }



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
    }

.conferences{
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  margin: 0;
	}
.conferences {
  color: #f60;
  border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 5px
    }

.conference-category-contact-main h4 {
  color: #fff;
  border-bottom: 1px dashed #4687AD;
  padding-bottom: 5px;
}	

.conferences .conference-category-contact-main dl {
    margin-bottom: 0
    }

.conferences .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
    }

.conferences .conference-category h2 {
    color: #e3e3e3;
    font-size: 20px;
    border: 1px solid #4687AD;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
    }

.conferences .conference-category ul {
    padding-left: 0;
    list-style: none
    }


.conferences .conference-category .conference-place {
    border-left: 1px dashed #e3e3e3;
    border-right: 1px dashed #e3e3e3;
    }

.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
    }

/*CSS Sprite*/
.sprite {
    background: url(https://www.omicsonline.org/international-scientific-conferences/images/sprite_flags_social.png) no-repeat top left
    }

.sprite.OMICS_Logo {
    background-position: 0 0;
    width: 255px;
    height: 85px
    }

.sprite.paperclip {
    background-position: 0 -95px;
    width: 13px;
    height: 34px
    }

.sprite.handshake-icon {
    background-position: 0 -150px;
    height: 35px;
    margin: 0;
    width: 100%
    }

.sprite.Usa {
	background-position: 0 0;
}
.sprite.Australia {
	background-position: 0 -34px;
}
.sprite.UAE {
	background-position: 0 -68px;
}
.sprite.Italy {
	background-position: 0 -102px;
}
.sprite.japan {
	background-position: 0 -136px;
}
.sprite.SouthKorea {
	background-position: 0 -170px;
}
.sprite.China {
	background-position: 0 -204px;
}
.sprite.France {
	background-position: 0 -238px;
}
.sprite.India {
	background-position: 0 -272px;
}
.sprite.Poland {
	background-position: 0 -306px;
}
.sprite.Spain {
	background-position: 0 -340px;
}
.sprite.Germany {
	background-position: 0 -374px;
}
.sprite.Brazil {
	background-position: 0 -408px;
}
.sprite.Austria {
	background-position: 0 -442px;
}
.sprite.Malaysia {
	background-position: 0 -476px;
}
.sprite.Turkey {
	background-position: 0 -510px;
}
.sprite.Finland {
	background-position: 0 -544px;
}
.sprite.NewZealand {
	background-position: 0 -578px;
}
.sprite.Ukraine {
	background-position: 0 -612px;
}
.sprite.UK {
	background-position: 0 -646px;
}
.sprite.Canada {
	background-position: 0 -680px;
}
.sprite.SouthAfrica {
	background-position: 0 -714px;
}
.sprite.Switzerland {
	background-position: 0 -748px;
}
.sprite.Denmark {
	background-position: 0 -782px;
}
.sprite.Mexico {
	background-position: 0 -816px;
}
.sprite.Netherlands {
	background-position: 0 -850px;
}
.sprite.Norway {
	background-position: 0 -884px;
}
.sprite.Singapore {
	background-position: 0 -918px;
}
.sprite.Philippines {
	background-position: 0 -952px;
}

.sprite.crossref {
    background-position: 230px -1185px
    }

/*CSS Sprite end*/
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 {
   	  position: relative;
  padding: 5px 0 5px 30px;
    }



.make-note p a {
    color: #E8F433
    }

.make-note p i.fa {
	 position: absolute;
	   top: 10%;
   
  left: -9px;
     padding: 10px;
  background: #5CB85C;

  -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(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #A5BCD3;
    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: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f60;
    font-size: 12px;
    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: center;
    color: #fff;
    padding: 2px 0;
    font-size: 14px
    }

.conf-list-country .list-inline > li {
    padding: 0
    }

.conf-list-country li:first-child {
    color: #fff
    }
	.conf-list-country li:first-child span,header h6 span{
 color: #61FF47;
    }

.conf-list-region li a {
    color: #E8F433;
    padding: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px
    }

.show-special {
    margin-top: 5px;
    background: beige;
    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 .list-group-item {
    background: none
    }

.show-special h4 {
    padding-left: 15px
    }

.show-special:before {
    content: "";
    width: 53px;
    height: 47px;
    position: absolute;
    top: -17px;
    left: -5px;
    background: url(https://www.omicsonline.org/international-scientific-conferences/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
    }



form .others {
    margin-top: 15px
    }

.content-box {
    padding: 10px;
    background: #70a1be; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM3MGExYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQ2MDkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #70a1be 1%, #0d6091 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#70a1be), color-stop(100%,#0d6091)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #70a1be 1%,#0d6091 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-radial-gradient(#70a1be 1%, #0d6091 100%);
background: -o-radial-gradient(center, ellipse cover,  #70a1be 1%,#0d6091 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #70a1be 1%,#0d6091 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #70a1be 1%,#0d6091 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70a1be', endColorstr='#0d6091',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    color: white;
    border: 1px dashed #e3e3e3
    }

.content-box h4 {
    color: #E8F433
    }

.content-box .list-group-item {
    background: none
    }

.content-box .list-group-item:before {
    color: #E8F433
    }



.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-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
    }



.bill-info {
    margin: 0 0 20px 110px
    }

.reg-details > p {
    margin: 0 0 60px 0
    }

.bill-info h3 {
    color: #5CB85C
    }
	.reg-price-holder  {
   
    }
	.reg-price-holder .fa  {
      color: #5CB85C;
  font-size: 18px;
  margin-left: 10px;
    }

.reg-price-holder, .submit-button {
    margin-bottom: 20px;
	 text-align: center;
    }

.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
    }

.callout-danger {
    border-left-color: #D9534F
    }

.callout-danger h3 {
    color: #D9534F
    }

.callout-warning {
    border-left-color: #f60
    }

.callout-warning h3{
    color: #f60
    }

.callout-primary {
    border-left-color: #337AB7
    }

.callout-primary h3 {
    color: #337AB7
    }

.callout-info {
    border-left-color: #5BC0DE
    }

.callout-info h3 {
    color: #5BC0DE
    }

.callout-success {
    border-left-color: #5CB85C
    }

.callout-success h3 {
    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);
}
		
.scientific-prog .speaker-bio-abs img{
    border-radius: 16px;
    }
	

		.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 section:nth-child(odd) {
    background: beige
    }

.scientific-prog section:nth-child(odd) .callout {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left-color: #f60
    }

.scientific-prog section:nth-child(odd) .callout h4, .scientific-prog section:nth-child(odd) .callout h5 {
    color: #f60
    }

.scientific-prog section:nth-child(even) .callout {
    border-left-color: #5BC0DE
    }

.scientific-prog section:nth-child(even) .callout h4, .scientific-prog section:nth-child(even) .callout h5 {
    color: #5BC0DE
    }

.tracks ul {
    margin-bottom: 0
    }

.tracks {
    margin-bottom: 10px
    }
.contact-list div{
		
		padding-right:0;
		}	
		.contact-list div div {
  padding: 0 2px;
}		
.contact-list address{
	
	border-bottom: 1px dashed #367498;
	
	}
	.contact-list address p {
	
	font-size:small;
	color: #e3e3e3;
	
	}
	
	
	.contact-list address p span{
	
	color: #FFF647;
	
	}
	.contact-list address p span:last-child{
	
  color: #B0D9E0;
	
	}	
	
	
	
	.contact-list address .glyphicon,.contact-list address a{
	
color:#C1E46E;
	
	}	
	footer{
		 background: url(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #0A3047;
		}
			footer h3{
				border-bottom:0;
				color:#e3e3e3;
				padding:10px;
				
				}
.footer-bottom {
     background: url(https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png) #04283D;
  border-top: 1px solid #367498;
  border-bottom: 1px solid #2B76A1;
    -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: #f60;
    }

.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 li a:hover, .social-icons li a: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.blog {
    font-weight: bold;
    font-family: "Courgette", sans-serif;
    }

.social-icons .fa.blog:hover {
    background-color: #fb8f3d;
    }



.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;
		}
		
	/* 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:70px;
	padding:4px;
	color: #e3e3e3;
	}
	
	.side-menu-content div{
	
	margin-bottom:20px;
	}
.sidebar-nav h3{
  color: #F5AE41;
  text-align: center;
  border-bottom-color: #F5AE41;
   margin: 10px 0;
	}
.subscribe form{
	
	text-align:center;
	
	}
	.subscribe form .input-group-addon {
  
  color: #FFF;
 
  background-color: #5BC0DE;
  border: 1px solid #5BC0DE;

}
	.subscribe form input{
	
	margin-bottom:10px;
	
	}
/*
.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: 1;
}

#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;	
}

/*Side Menu ends here*/	
	
	
	.routeMap i frame{
		
		width:100%;
		}

	/*Media Queries Start*/
	
		
			@media (min-width: 767px) {
.page-header h1  {
padding-top:35px;
    }
			}

 @media (max-width: 767px) {
	 	.reg-form table h5 {
  font-size:12px;
    }
	

			 
	 
	
.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;
}
.conferences .conference-category ul li a {
	display: block;
	margin-bottom: 9px;
	padding: 2px;
	border: 1px solid #e3e3e3;
	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) {
	.browse-conf .list-inline>li {
  display: block;
 margin:10px 0;
}
.bill-info {
	margin: 0 0 20px;
}
.reg-details>p {
	margin: 0 0 10px;
}
}
 @media (min-width: 768px) and (max-width:991px) {
	 
	

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}

.navbar {
	border-radius: 0;
}
.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;
}
.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) {

 	 .top-search{
	padding-top: 65px;
	}
	 .navbar-default .navbar-nav > li > a {
    border-right: 1px solid #e3e3e3;
    border-top: 4px solid transparent;
    -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 {
    border-top: 4px solid #f60;
    }
	

.navbar-nav>li>a {
	padding: 15px 7px;
}
.dropdown:hover>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block !important;
}



}
 @media (min-width: 1200px) {
	

.navbar-nav>li>a {
	padding: 15px;
}
}

.stampsizeimg {
	max-width:35% !important;
}
.conference-category-contact-main {
  background: rgba(22, 84, 121, 0.91) url("https://www.omicsonline.org/international-scientific-conferences/images/bg_noise.png") repeat scroll 0% 0%;
}

.conference-category ul li a {
  font-size: 12px;
  color: #FFF;
}

.text-yellow {
	color: #FADB03;
}

section.location-conf-main .panel-heading {
  font-size: 22px;
  padding: 0px 18px;
}
section.location-conf-main .list-group>a {
  /* font-weight:bold; */
  padding: 4px;
}
section.location-conf-main .list-group>a:nth-child(even) {
	background:#F4F9F8;
}

.intro-message h3 {
  font-size: 18px;
  color: #00adef;
  text-align: center;
  float: right;
  text-shadow: 1px 1px 1px transparent;
}
.intro-message h3 span {
  color: #f60;
  font-weight: 600;
}
section.location-conf-main .panel .list-group-item>div:first-child span {
  color: #F16725;
  font-weight:bold;
}

section.location-conf-main .panel .list-group-item {
  color: black;
}
section.location-conf-main .panel .list-group-item>div:first-child:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: rgb(255, 102, 23);
  padding-right: 2px;
  font-size: 11px;
}
.row.col-md-12.center-block.intro-message {
  padding-bottom: 18px;
  border-radius: 8px;
  background-color: #E5E5E0;
  padding: 12px 2px 0px 0px;
  margin: 10px 0px;
}

h2.alert.alert-warning {
	padding:4px 16px;	
	}

.intro-message blockquote a {
    color: #f16725;
    font-family: courgette,sans-serif;
}	
.intro-message blockquote {
    font-size: 20px;
	font-family:'Alegreya Sans',sans-serif;
    color: #0773ba;
    line-height: 1.5;
    border-left: none !important;
    position: relative;
    padding-left: 10px;
}	
.intro-message {
    padding: 10px 0;
    margin-bottom: 20px;
}
.center-block {
    float: none!important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}