/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/


@font-face {
  font-family: Noto Serif;
  src: url(../fonts/NotoSerif-Regular.ttf);
  font-display: swap;
}



@font-face {
  font-family: Noto Serif;
  font-weight: 700;
  src: url(../fonts/NotoSerif-Bold.ttf);
  font-display: swap;
}


/*
@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome-webfont.woff'), url('../fonts/fontawesome-webfont.ttf'), url('../fonts/fontawesome-webfont.svg'), url('../fonts/fontawesome-webfont.eot');
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/FontAwesome.otf');
  font-display: swap;
}
*/



.container{ max-width:1280px;} 

.menu-heading-mobile{ display:none;}


* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family:"PT Serif", serif;
  font-size: 14px;
  overflow-x: hidden;
  background-color: #FFF;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

.header{background:#FFF;}


.ad_header{
padding-bottom: 20px; display:none;
}
#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
}
.topbar{
	background-color: #000;
    padding-top: 0px;
    padding-bottom:0px;
}
.topbarlists{
  margin-top: 6px;
}
.topbarlists ul{
	display:flex;
	margin-bottom:5px;
}
.topbarlists ul li{
	list-style-type: none;
    padding-right: 15px;
}
.topbarlists li:active{
	color:#d82e86;
}
.topbarlists ul li a{
	font-size: 14px;
    color: #FFF;
    
}
.topbarlists ul li a:hover{
    color: #D92121;
}
.topbarlists ul li a.active{
    color: #d82e86;
}
.topbar .socialicons{ display:block; background:none; margin-bottom: 0px;
    width: auto; margin-top:0px;
    padding:0px;}
.topbar .socialicons .fa-facebook {
    color: #3B5998; background:#FFF; border-radius:4px; font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 24px;
}
.topbar .socialicons .fa-facebook:hover { background:#d82e86; color:#FFF; }
.topbar .socialicons  .fa-twitter {
    color: #55ACEE; background:#FFF; border-radius:4px; font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 24px;
}	
.topbar .socialicons .fa-twitter:hover { background:#d82e86; color:#FFF; }
.havacc{text-align: right;}
.havacc li{
	list-style-type: none;
    padding-right: 10px;
}
.havacc a{
	font-size: 13px;
    color: #b0afaf;
    font-weight: 400;
	text-align: right;
	background: #dddddd;
    padding: 8px;
}
.havacc li span a{
	font-size: 13px;
    color: #fff;
    font-weight: 600;
	text-align: right;
	background: #b5b5b5;
    padding: 8px;
}
.journals_logosection{
	padding:15px 0;
	background:#000;
	margin-top:10px;
}
.journals_logosection a{
    color:#d82e86;
	text-decoration:none;
	}
.journals_logosection a:hover{text-decoration:none;}	
.journals_logosection h1{
	color:#FFF;
    font-family:"PT Serif", serif;
	clear:both;
	font-size:36px;
	font-weight:500; text-transform:uppercase;
	}
.journals_logosection h2{
	color:#FFF;
    font-family:"PT Serif", serif;
	clear:both;
	font-size:36px;
	font-weight:500;
	}	
.journals_logosection h6{
margin-bottom: 0px;
background: #FFF;
display: inline-block;
padding: 4px;
border-radius: 4px;
color:#32487a;
	}	
.journals_logosection h2 span{font-weight:600;}	
.logosection{
	padding-top: 10px;
    padding-bottom: 10px;
	width: 200px;
    margin-right:20px; height:100px;
}
.logosection h1{margin-bottom:0px !important;}
.logosection img{
	width: 100%;
	height:auto;
    display: inline;
}
.form-inline {
        display: inline-block;
    }
.navbar-header.col {
		padding: 0 !important;
	}	
.navbar {		
	/*	background: #111810; */
		padding: 0px;
		display:block;
		
		    border-top: 1px #000 solid;
    border-bottom: 4px #000 solid;

	/*	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    */
}
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.navbar-light .navbar-nav .nav-link span {
    color: #000;
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	/*background-color: #d82e86;*/
    padding: 10px 10px;
    
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 12px;
    font-family:"PT Serif", serif;
}
.nav-link img {
		border-radius: 50%;
		width: 36px;
		height: 36px;
		margin: -8px 0;
		float: left;
		margin-right: 10px;
	}
.navbar .navbar-brand {
		color: #555;
		padding-left: 0;
		font-size: 20px;
		padding-right: 50px;
		font-family:"PT Serif", serif;
	}
.navbar .navbar-brand b {
		font-weight: bold;
		color: #eb5844;
	}
.navbar ul.nav li a:hover, .navbar ul.nav li a:focus {
		color: #1a2d58 !important;
		/* background:#D92121; */
	}
.navbar ul.nav li.active a, .navbar ul.nav li.active a:hover, .navbar ul.nav li.active a:focus {
		color: #D92121 !important;
    /* background:#D92121; */
	}
.navbar .nav-item i {
		font-size: 18px;
	}
.navbar .dropdown-item i {
		font-size: 16px;
		min-width: 22px;
	}
.navbar .nav-item.open > a {
		background: none !important;
	}
.navbar .dropdown-menu {
		border-radius: 1px;
		border-color: #e5e5e5;
		box-shadow: 0 2px 8px rgba(0,0,0,.05);
	}
.navbar .dropdown-menu li a {
		color: #777;
		padding: 8px 20px;
		line-height: normal;
	}
.navbar .navbar-form {
		margin-right: 0;
		margin-left: 0;
		border: 0;
	}

.secondsection{
	padding-top: 20px;
    padding-bottom: 20px;
}
.totalcont{}
.socialicons .social .blog {
	background:url(../images/c-blog-icon.png) center no-repeat;
	width: 25px;
    height: 25px;
    display: block;
    float: right;
    margin-left: 5px;
    border: 1px #e6e6e6 solid;
	}
.socialicons .social .blog:hover{
	background:url(../images/c-blog-icon-color.png) center no-repeat;
}
.socialicons{
	background-color: #fff;
	display:inline-block;
	margin-bottom:14px;
    width: 100%;
	padding:8px 10px;
}
.socialicons .heading{
	font-size: 14px;
    font-weight: 600;
    color: #32487a;
    margin-bottom: 0px;
    text-transform: uppercase;
	float:left;
}

.socialicons .social{
	font-size: 13px;
    font-weight: 600;
    color: #32487a;
    margin-bottom: 0px;
    text-transform: uppercase;
	float:right;
}
.socialicons .social .fa-facebook {
	color:#3B5998;
	}
.socialicons .social .fa-facebook:hover {
	color:#fff;
	background-color:#3b5998;
}
.socialicons .social .fa-twitter {
	color:#55ACEE;
	}
.socialicons .social .fa-twitter:hover {
	color:#fff;
	background-color:#55ACEE;
}
.socialicons .social .fa-wordpress {
	color:#21759b;
	}
.socialicons .social .fa-wordpress:hover{
	color:#fff;
	background-color:#21759b;
}
.socialicons .social .fa-pinterest {
	color:#cb2027;
	}
.socialicons .social .fa-pinterest:hover{
	color:#fff;
	background-color:#cb2027;
}
.socialicons .social .fa-rss {
	color:#000;
	}	
.socialicons .social .fa-rss:hover {
	color: #fff;
	background-color:#ee802f;
}				
.socialicons .fa {
    padding: 5px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}

.socialicons.fa:hover {
    opacity: 0.7;
}

.socialicons span .fa-facebook {
  color: #3B5998;
  
}

.socialicons span .fa-facebook:before {
    content: "\f09a";
}

.socialicons span .fa-twitter {
  color: #55ACEE;
}
.socialicons span .fa-pinterest {
  color: #cb2027;
}
.socialicons span.fa-google {
  background: #dd4b39;
  color: white;
}

.socialicons span.fa-linkedin {
  background: #007bb5;
  color: white;
}
.socialicons span.fa-rss {
  background: #ff6600;
  color: white;
}
.socialicons li{
	list-style-type: none;
    padding-right: 10px;
}
.announce{
	background-color: #fff;
	padding: 10px;
	margin-bottom:20px;
}
.announce span{ display:bock; text-align:left;}
.announce h6{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
	margin-bottom:0px;
}
.announce h6 span{
	font-size: 13px;
    font-weight: 500;
    color: #000;
	margin-bottom:0px;
}
.searchicon{
 	background-color: #fff; 
    border-radius: 4px;
	overflow: hidden;
	border:1px #e5e5e5 solid;
} 
.searchicon h5{
	font-size: 13px;
    color: #32487a;
    margin-bottom: 0px;
}
.searchnew{}

.searchicon input[type=text] {
  padding: 8px;
  margin-top: 0px;
  font-size: 13px;
  border: none;
  width:85%;
  float:left; height:50px;
}

.searchicon .searchnew button {
  float: left;
  width:15%;
  padding: 13px 10px;
  margin-top: 0px;
  margin-right: 0px;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer; background:#000; color:#FFF;
}

.searchicon .searchnew button:hover {
  background: #D92121;
}
.thirdsection{
	padding-top: 0px;
    padding-bottom: 20px;
}
.pop-recenttabs{
	background-color: #fff;
}
.schedulebgnew .nav-tabs nav-profile-tab{
	border-bottom: 1px solid#c5c3c3;
    background-color: #e6e6e6;
    border-left: 1px solid#c5c3c3;
}
.articles-section{
	background-color: #fff;
    display: flex;
}
/* edit */
.recent{
	display:inline-block;
	padding:10px;
	padding-bottom: 0px;
}
.recent .thumb-section{
	float:left;
	display: block;
}
.recent .thumb-section img{
	float:left;
	display: block;
	width: 70px;
	height: 70px;
}
.recent .content-section{
	float:left;
	margin-left:10px;
}
.recent .content-section h4{
	font-size: 13px;
    padding: 10px 0px;
    position: absolute;
}
.recent .thumb-section .count{
	position: relative;
    bottom: 22px;
}
.recent .thumb-section .count span{
	font-size: 13px;
    color: #FFF;
    padding: 2px 6px;
    background: #d82e86;
}
.popular-recent-section{
	padding-top: 10px;
}
.popular{
	display:inline-block;
    padding: 12px;
    border-bottom: 1px solid #e7e7e7;
}
.popular .thumb-section{
    float: left;
    display: block;
    width: 25%;
}
.popular .thumb-section img{
	width:100%;	
}
.popular .content-section{
    float: left;
    display: inline-block;
    width: 70%;
    margin-left: 5%;
}
.popular .content-section h4{
	margin-bottom:4px;
	}
.popular .content-section h4 a{
	color: #32487a !important;
  display: -webkit-box;
  max-width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 14px;
  font-weight:500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:"PT Serif", serif;
}
.popular .content-section span{
	display: block;
    color: #656565 !important;
	font-size:14px !important;
	display: -webkit-box;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	}
.popular .content-section h4 a:hover{
	color: #d82e86;
}
.popular .thumb-section .count{
	position: relative;
    bottom: 22px;
}
.popular .thumb-section .count span{
	font-size: 13px;
    color: #FFF;
    padding: 2px 6px;
    background: #d82e86;
} 
#tabs .nav-tabs  {
    border-bottom: 1px solid #dee2e6;
    background-color: #f6f6f6;
}
#tabs .nav-item  {
	border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
}
#tabs .nav-tabs a.nav-item.nav-link {
    font-weight: 600;
    color: #656565;
    text-transform: uppercase;
	font-size: 14px;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent transparent #f3f3f3;
    font-weight: 600;
    color: #d82e86 !important;
	border: none;
}
.network{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.network h5{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
	padding-bottom: 12px;
}
.networkdescription{
	border: 1px solid #e6e6e6;
}
.network .networkdescription li{
	list-style-type: none;
	display: flex;
	padding: 5px;
    border-bottom: 1px solid #ddd;
}
.network .networkdescription li:last-child{
    border-bottom: none;
}
.network .networkdescription li.active{
	background:#ededed;
}
.network .networkdescription li .fa-facebook{
	background: #3b5999;
}
.network .networkdescription li .fa-twitter{
	background: #55acee;;
}
.network .networkdescription li .fa-rss{
	background: #ed8c00;
}
.network .networkdescription .fa{
	padding: 7px;
    font-size: 20px;
    width: 35px;
    height: 35px;
	color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    border: 1px solid #e6e6e6;
	margin-right: 15px;
}
.network .networkdescription label{
	font-size: 13px;
    color: #32487a;
    font-weight: 600;
	text-align: right;
    padding-top: 8px;
	margin-right: 67px;
}
.network .networkdescription  li span{
	font-size: 13px;
    color: #716f70;
    text-align: right;
    padding-top: 8px;
}
.tweets{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.tweets h5{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.facebooklikes{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.facebooklikes h5{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: -18px;
    z-index: 10;
    left: 0px;
    width: 100%;
    padding: 10px;
}
.carousel-caption h5{
	background-color: #ffb808;
    padding: 4px 11px;
    width: 27%;
	font-size: 13px;
	margin-bottom: 0px;
	text-align: left;
}
.carousel-caption p{
	background-color: #32487a;
    padding: 10px;
	margin-bottom:5px;	
    width: 100%;
	font-size: 13px;
	text-align: left;
	line-height: 1.40;
}
.carousel-caption h6{
	text-align: right;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
	font-style: italic;
	font-weight:bold;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 312px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
}
.savisopen-journals{
	padding: 0px 0px;
	display:inline-block;
}
.home_journals_slide{     
	display: block;
    float: left;
    text-align: center;
    background: #FFF;
    border:1px #000 solid;
    border-bottom:4px #000 solid;
    border-radius: 4px;
    width: calc(32% - 10px/3);
    margin: 0 20px 10px 0;
    padding: 20px;
    height: 250px;}
    
/*.home_journals_slide:nth-child(4n) { margin-right:0;}	*/

.home_journals_slide img{padding-bottom: 10px;
    width: 100%; height: auto;}
.savisopen-journals h5{
	    font-size: 16px;
    font-weight: 600;
    color: #111810;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;
}

.h-j-img {
    float: left;
    width: 40%;
    margin-right: 5%;
    text-align: left;
}
.savisopen-journals img{
	padding-bottom: 10px; 
}

.h-j-text{float:left; width:55%; }
.savisopen-journals h6 {text-align:left;}
.savisopen-journals h6 a{
	font-size: 16px;
    line-height: 1.3;
    padding-top: 10px;
    color: #000;
    font-weight: 600; 
    text-decoration:underline;
}
.savisopen-journals h6 a:hover{
	font-size: 16px;
    line-height:  1.3;
    padding-top: 10px;
	color: #111810;
	text-decoration:none;
}
.savisopen-journals p{ display:block;
    line-height: 1.4;
	font-size: 14px !important;
	color: #585858 !important;

  max-width: 100%;
  
  margin: 0 auto;
  font-size: 14px;
  
  	display: -webkit-box;
  height: 180px;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;     text-align: justify;
}

/* savisopen-journals-2nd start*/
.savisopen-journals-2nd{margin-top: 20px;}
.savisopen-journals-2nd h5{
	font-size: 16px;
    font-weight: 600;
    color: #111810;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;
}
}
.article-box{
	display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.article-box:hover{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}

.article-box:last-child{}
.article-box .stuff{display: inline-block;
 min-height: 300px;}
.article-box .content h6 {margin-bottom: 0px;}
.article-box .content h6 a{
	font-size: 16px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #d82e86
}
.article-box .content h6 a:hover{text-decoration:underline;}
.article-box .content p{
	text-align: justify;
    font-size: 13px;
    line-height: 1.55;
}
.article-box .article-img{
display:block;
	float: left;
   width:41%;
}
.article-box .article-img img{ width:100%;}


.article-box .content{
	float: left;
    width: 58%;
	padding: 0 0px 0 10px;
}
.article-box .content ul.authors{
	list-style: none;
	margin-bottom: 0px;
	padding-left:0px;
	font-size:14px;
}
.article-box .content ul.authors p{
	color: #a2a2a2;
    text-decoration: none;
	padding-right: 5px;
    font-size: 13px;
    line-height: 16px;
	margin-bottom:0px;
	}
.article-box .content ul.authors p a{
	color: #a2a2a2;
    text-decoration: none;
	padding-right: 5px;
    font-size: 13px;	
	}	
.article-box .content ul.authors li{
	display: inline-flex;
}
.article-box .content ul.authors li a{
	color: #000;
    text-decoration: none;
	padding-right: 5px;
    font-size: 14px;
	font-weight:600;
}
.article-box .content ul.authors li a:hover{ text-decoration:underline;}
.article-box .content ul.authors li a:after {
    content: ",";
    margin: 0 0px 0 2px;
}
.article-box .content ul.info{
	list-style: none;
	margin-bottom: 0px;
	padding-left:0px;
}
.article-box .content ul.info li{
	display: inline-flex;
	border-right: 1px solid #212121;
	line-height: 12px;
}
.article-box .content ul.info li:last-child{
	border-right: none;
}
.article-box .content ul.info li a{
	color: #005274;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
}
.article-box .content ul.info li a:hover{
	color: #d82e86;
}
.article-box .content ul.info li label{
	color: #000;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
	padding-left: 0px;
}
.article-box .content ul.info li span{
	color: #5a5a5a;
	font-size: 13px;
}
.article-box .content ul.infolinks{
	list-style: none;
	margin-bottom: 0px;
	padding-left:0px;
	margin-top:10px;
}
.article-box .content ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	line-height: 12px;
}
.article-box .content ul.infolinks li:last-child{
	display: inline-flex;
	border-right: 0px solid #005274;
}
.article-box .content ul.infolinks a{
	color: #FFF;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 400;
    background: #32487a;
    padding: 6px;
    margin: 0 5px 5px 0;
}
.article-box .content ul.infolinks a:hover{
	color: #FFF;
	background:#d82e86;
}
.savisopen-journals-2nd hr{
	margin-top: 8px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.crossref{
	background-color: #fff;
	padding: 12px;
}
.indeximage{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.indeximage h5{
	font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 0px;
    text-transform: uppercase;
	padding-bottom: 15px;
}
.indeximage img{
	margin-bottom: 8px;
    padding: 12px;
}
.indeximage hr{
	margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tagssec{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.tagssec h5{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
	padding-bottom: 15px;
}
.tagssec .tagcloud a {
    font-size: 13px;
    letter-spacing: 0;
	font-weight:400;
    text-transform: capitalize;
    background: #e5e5e5;
    color: #696969;
    padding: 5px 10px;
    margin-right: 0px;
    margin-bottom: 4px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.tagssec .tagcloud a:hover {
	color: #fff;
    background: #d82e86;
	text-decoration:none;
}
.subscribesec{
	background-color: #fff;
	padding: 12px;
	margin-top: 20px;
}
.subscribesec h5{
	font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
	padding-bottom: 15px;
}
.subscribesec p{
	font-size: 13px;
    color: #000;
    margin-bottom: 0px;
	padding-bottom: 15px;
	color:#585858;
}
.subscribesec .well{}
.subscribesec .form-control {
    background-color: #ffffff;
	font-size: 13px;
}
.subscribesec select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
.subscribesec select.frecuency:focus {
    outline: none;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.subscribesec .free {
    text-transform: uppercase;
}
.subscribesec .input-group {
    padding-bottom: 5px;
    width: 100%;
}
.subscribesec input.btn.btn-lg {
    width: 76%;
    height: 40px;
    border-radius: 0px;
	font-size:13px;
	background-color: #e4e4e4;
}
.subscribesec button.btn {
    width: 24%;
    height: 40px;
    font-weight: 500;
    padding-left: 13px;
	border-radius: 0px;
	font-size: 13px;
	background-color:#d82e86;
	border: none;
}
.subscribesec .promise {
    color: #999;
}
.copy-sec{background-color: #222;
	padding-top: 10px;
    padding-bottom: 10px; text-align:center; color:#FFF;}
.copy-sec p{ margin-bottom:0px;}    
.footersec{
	background-color: #111810;
	padding-top: 20px;
    padding-bottom: 20px;
}
.footersec p{
	color:#fff;
	text-align: center;
}
.footersec p span{
	color:#8a9cc5;
}
.footersec ul{
	list-style: none;
	text-align: left;
	margin-bottom: 0px;
}
.footersec ul li{
	display: block;
	padding: 10px; float:left;
}
.footersec ul li a{
	color:#fff;
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #d82e86;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 99;
}
.cd-top:hover {
  background-color:  #32487a;
  opacity: 1;
}

.title-section {
    background: #f3f3f3;
    position: relative;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 0px;
	width:100%;
	border-bottom:1px #e5e5e5 solid;
}
.title-section ul {
    background: none;
    position: relative;
    margin: 0;
    padding: 12px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.title-section ul li {
    line-height: 18px;
    font-size: 13px;
    color: #5f6775;
}
.title-section ul li a {
    color: #5a5a5a;
}
.breadcrumb > .active {
    color: #D92121;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.m-b-0{
	margin-bottom:0px !important;
	}
.m-b-40{
	margin-bottom:40px !important;
}
.m-20{
	margin:20px !important;
	}
.p-t-0{
	padding-top:0px !important;
	}
.p-t-20{
	padding-top:20px !important;
	}
.p-10{
	padding:10px !important;
	}
.p-20{
	padding:20px !important;
	}
.p-l-20{
	padding-left:20px !important;
} 
.p-r-20{
	padding-right:20px !important;
}
. p-b-20{
	padding-bottom:20px !important;
	}
.m-t-20{
	margin-top:20px !important;
}
.m-b-20{
	margin-bottom:20px !important;
}
.m-l-20{
	margin-left:20px !important;
}
.m-r-20{
	margin-right:20px !important;
}
.m-l-0{
	margin-left:0px !important;
	}
.m-t-0{
	margin-top:0px !important;
	}	
.Main_heading{
	line-height: 40px;
    color: #d82e86;
    background: #FFF;
    padding: 0 10px;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
	margin-bottom:20px;
	width:100%;
	}
	/* Archives*/
.archive_section{background:#FFF;}
.archives{
	display:block;
	margin-bottom:20px;
	}
.archives .thumb{
	height: 180px;
    overflow: hidden;
	}
.text_link{
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
    line-height: 16px;
	}		
.text_link a{
	text-decoration: none;
    color: #32487a;
    clear: right;
    margin: 4px 0;
    display: block;
	}
.text_link a:hover{
	text-decoration:underline;
	}	
.text_link span{
	display: block;
    color: #656565;
	}			
	
/* Editors */
.editors_section{
	background:#FFF;
	padding:20px;
	}	
.journalarticl{
	font-size:13px;
	}
.journalarticl .article {
  display: inherit;
   margin-bottom: 20px;
   margin-bottom: 14px;
   border-bottom: dotted 1px #02a9c1;
   padding-bottom: 10px;
    }	
.journalarticl .article .v_more{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
	}	
.journalarticl .article .v_more a{
	color:#d82e86;
	font-style:italic;
	}	
.journalarticl h5 {
    margin: 0px 0;
    line-height: 1.4em;
	font-size:13px;
}	
.journalarticl h5 a {
   color: #2e3092;
}
.journalarticl h3 {
    
    color: #000;
    font-size: 13px;
    margin: 2px 0;
    line-height: 1.4em;
}
.journalarticl h2{
	font-weight: bold;
    color: #2e3092;
    font-size: 13px;
    margin: 2px 0 5px 0;
	}
.journalarticl .article .authors {
    font-size: 12px;
}
.journalarticl p {
    padding-bottom: 3px;
    font-size: 13px;
	margin-bottom: 0;
	color:#656565;
}
p.country a {
    font-size: 13px;
	color:#2e3092;
}

/* sitemap-section start*/
.sitemap-section{
	padding:40px;
	}
.sitemap-section ul li:before{
	color: #32487a;
    display: inline-block;
    content: ' ';
    padding-right: 8px;
    font-family: FontAwesome;
    font-weight: 600;
    text-decoration: inherit;
}
.sitemap-section ul li:before{
	content: '\f105';
}
.sitemap-section ul.main-links  {
	list-style-type: none;
}
.sitemap-section ul.main-links li{
	padding-bottom: 12px;
}
.sitemap-section ul.main-links li:last-child {
	padding-bottom: 0px;
}
.sitemap-section ul.main-links li a{
	color: #000;
    font-weight: 600;
}
.sitemap-section ul.main-links li a:hover{
	color: #d82e86;
}
.sitemap-section ul.journals-sublinks{
	list-style-type: none;
	padding-top: 11px;
}
.sitemap-section ul.journals-sublinks li{
	padding-bottom: 12px;
	padding-left: 15px;
}
.sitemap-section ul.journals-sublinks li a{
	color: #000;
    font-weight: 400;
}
.sitemap-section ul.journals-sublinks li a:hover{
	color: #d82e86;
}
.sitemap-section ul.journals-casereports-sublinks{
	list-style-type: none;
	padding-top: 11px;
}
.sitemap-section ul.journals-casereports-sublinks li{
	padding-bottom: 12px;
	padding-left: 18px;
}
.sitemap-section ul.journals-casereports-sublinks li a{
	color: #000;
    font-weight: 400;
}
.sitemap-section ul.journals-casereports-sublinks li a:hover{
	color: #d82e86;
}
.sitemap-section ul.information-links{
	list-style-type: none;
	padding-top: 11px;
}
.sitemap-section ul.information-links li{
	padding-bottom: 12px;
	padding-left: 18px;
}
.sitemap-section ul.information-links li a{
	color: #000;
    font-weight: 400;
}
.sitemap-section ul.information-links li a:hover{
	color: #d82e86;
}
/* sitemap-section end*/

/* contactus-section start*/
.contactform-section {
	padding:20px;
}
.contactform-section h4{
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 10px 0px;
}
.contactform-section label{
	padding-bottom: 5px;
	font-weight: 500;
    font-size: 13px;
}
.contactform-section select{
	border: 1px solid #E5E5E5;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}
.contactform-section .btn-primary{
	color: #fff;
    background-color: #32487a;
    border-color: #033469;
}
.contactaddress-section{	
	background: #f1f1f1;
    color: #707070;
    padding: 20px !important;
    border-radius: 4px;
	}
.contactaddress-section a{	
	text-decoration:none;
    color: #D92121;
	}	
.contactaddress-section h4{
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 4px 0px;
	color:#111;
}
.contactaddress-section label{
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.contactaddress-section p{
   font-size: 14px;
   margin-bottom:0px;
   line-height: 1.85;
}
.contactaddress-section i{
    color: #6C6C73;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	padding-right: 7px;
}
.submitBtn{
	padding: 6px 20px;
	background: #111810;
	color: #FFF;
	border: 1px #111810 solid;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	}
.submitBtn:hover{
	color:#FFF;
	background:#D92121;
	text-decoration:none;
	border:1px #D92121 solid;
	}	
/* contactus-section end*/


/* special-issues */
.savisopen-journals-2nd{
	margin-top: 20px;
}

.special_issues{
	display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
	width:100%;
}
.special_issues:last-child{
    border-bottom: none;
}
.special_issues .content h6 {	
    margin-bottom: 5px;
}
.special_issues .content h6 a{
	font-size: 13px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #32487a
}
.special_issues .content h6 a:hover{
	color: #d82e86;
}
.special_issues .content p{
	text-align: justify;
    font-size: 13px;
    line-height: 1.55;
}
.special_issues .issues_img{
	float: left;
    width: 95px;
}
.special_issues .content{
	position: relative;
	padding-left: 105px;
}
.special_issues .case_name{
	display:block;
	margin-bottom:5px;
	}
.special_issues .case_name a{
	text-decoration:none;
	color: #111;
	font-weight:600;
    text-decoration: none;
	padding-right: 5px;
    font-size: 13px;
	}
	
.special_issues .content .authors{
	color: #32487a;
	font-weight:400;
    font-size: 13px;
	margin-bottom:5px;
	font-style:italic;
}
.special_issues .content ul.info{
	list-style: none;
	margin-bottom: 0px;
}
.special_issues .content ul.info li{
	display: inline-flex;
	border-right: 1px solid #212121;
	line-height: 12px;
}
.special_issues .content ul.info li:last-child{
	border-right: none;
}
.special_issues .content ul.info li a{
	color: #005274;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
}
.special_issues .content ul.info li a:hover{
	color: #d82e86;
}
.special_issues .content ul.info li label{
	color: #a2a2a2;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
	padding-left: 5px;
}
.special_issues .content ul.info li span{
	color: #53973c;
	font-size: 13px;
}
.special_issues .content ul.infolinks{
	list-style: none;
	margin-bottom: 0px;
}
.special_issues .content ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	border-right: 1px solid #212121;
	line-height: 12px;
}
.special_issues .content ul.infolinks li:last-child{
	display: inline-flex;
	padding-left: 6px;
	border-right: 1px solid #005274;
}
.special_issues .content ul.infolinks a{
	color: #32487a;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
	font-weight: 400;
}
.special_issues .content ul.infolinks a:hover{
	color: #d82e86;
}
/* end: special-issues*/

/* Savisopen Journals Inner*/
.info_links .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.info_links .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.info_links{
	background-color: #fff;
	padding: 12px;
	margin-bottom: 0px;
}
.info_links h5 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    background: #000;
    padding: 10px;
    /*margin-bottom: 20px;*/
    border-top-left-radius:8px;
    border-top-right-radius:8px;
        padding-left: 34px;
        padding-top: 20px;
}
.info_links .list-group {
   /* padding:0 20px 20px 20px; background:#000; 
    margin-bottom: 20px; 
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;*/
}
.info_links a.list-group-item {
    color: #FFF;
	background:#D92121;
	margin:2px 0;
	/* border-bottom:1px #e7e7e7 solid; */
	
}
.info_links .list-group-item {
    position: relative;
    display: block;
    padding: 6px 15px!important;
    margin-bottom: 2px 0;
    background-color: #fff;
    border: 0px solid #ddd;
}
.info_links .list-group-item:hover {
	background:#111;
	color:#FFF;
	}
.info_links .list-group-item.active {
	background:#d82e86;
	color:#FFF;
	}	
.points{
	display:block;
	width:100%;
	}
.points ol{padding-left:10px;}		
.points ol li{color:#212529;}
.points ol li a{color:#212529;}		
.points ul{
	padding-left:40px;
	padding-top:10px;
	}
.points ul li {color:#212529;}
.points ul li a{color:#212529;}		
.paeg_heading{
	display:block;
	margin-bottom:20px;
	width:100%;
	}
.paeg_heading h2{
	font-size:20px;
	color:#111;
	}
.paeg_heading h3{
	font-size:16px;
	color:#000;
	font-weight:600;
	}		
.r-mid-box .articlesinpress-main {
 padding:10px 0px;
}
.articlesinpress-main:last-child {margin-bottom:0px !important; }	
.articlesinpress-main {
margin-bottom: 10px;
padding: 20px 0;
border-radius: 0px;
background: #FFF; border-top:1px #000 solid; border-bottom:4px #000 solid;
}
.articlesinpress-main p a{color:#000; text-decoration:underline;}
.articlesinpress-main .subhead {
    color: #FFF;
    font-size: 14px;
    background-color: #000;
    padding: 2px 8px;
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 2px;
  
}
.articlesinpress-main ul.infolinks{
list-style: none;
margin-bottom: 0px;
display: inline-block;
/*background: #f6f6f6;*/
padding: 6px;
/*border: 1px #CCC solid;
border-radius: 4px;*/
}
.articlesinpress-main ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	border-right: 1px solid #212121;
	line-height: 22px;
}
.articlesinpress-main ul.infolinks li:last-child{
	display: inline-flex;
	padding-left: 6px;
	border-right: 0px solid #005274;
}
.articlesinpress-main ul.infolinks a{
	color: #D92121;
    text-decoration: none;
    padding-right: 8px;
    font-size: 16px;
	font-weight: 500;
}
.articlesinpress-main ul.infolinks a:hover{
	color: #D92121;
}
.subhead-1 {
    color: #32487a;
    font-weight: 400;
    margin-bottom: 8px;
	font-size:13px;
}
.subhead-1 a{
	color:#000;
	font-weight:600;
	font-size:16px;
	text-decoration:underline;
	}
.content_white p {
    color: #000000!important;
    font-size: 14px;
}	
.previous_issues_box{
	display:block;
	}
.previous_issues_box a{
float:left;
padding:2px 20px;
margin-bottom:10px;
margin-right:10px;
width:100%;
	}	
.previous_issues_box a:hover{
	background:#ebebeb;
	text-decoration:none;
	padding: 2px 20px;
	}	
.previous_issues_box a h4{
	font-size:13px;
	margin-bottom:0px;
	color:#32487a;
	}	
/* end: Savisopen Journals Inner*/


/* editorial board */
.editorial_box{
	display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
	width:100%;
}
.editorial_box:last-child{
    border-bottom: none;
    padding-bottom:0px;
    margin-bottom:0px;
}
.editorial_box .content h6 {	
    margin-bottom: 0px;
}
.editorial_box .content h2 {
    font-weight: bold;
    color: #2e3092;
    font-size: 13px;
    margin: 2px 0 5px 0;
}
.editorial_box .content h3 {
    color: #000;
    font-size: 13px;
    margin: 2px 0;
    line-height: 1.4em;
}
.editorial_box .content h6 a{
	font-size: 14px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #000;
}
.editorial_box .content h6 a:hover{
	color: #D92121;
}
.editorial_box .content p{
	text-align: justify;
    font-size: 14px;
    line-height: 1.55;
}
.editorial_box .board_img{
	float: left;
    width: 95px;
	border: 1px #CCC solid;
}
.editorial_box .content{
	position: relative;
	padding-left: 105px;
}
.editorial_box .content span{
	display:block;
	}
.editorial_box .content span a{
text-decoration:none;
color:#D92121;
	}	
.editorial_box .content h6{
	font-size:13px;
	font-weight:bold;
	}	
/* end : editorial board*/

.carousel .carousel-arrows{
	width: 100%;
    opacity: 1;
}
.carousel-arrows a.carousel-control-prev {
    display: block;
    float: right;
    left: 91%;
    width: 14px;
    height: 14px;
	background-color: #d82e86;
}
.carousel-arrows a.carousel-control-prev span i {
    display: block;
    font-size: 10px;
    margin-top: 2px;
}
.carousel-arrows a.carousel-control-prev:hover {
	background-color: #cdcbcb;
	color:#595859;
}
.carousel-arrows a.carousel-control-next {
    display: block;
    width: 14px;
    height: 14px;
    right: 18px;
	background-color: #d82e86
}
.carousel-arrows a.carousel-control-next span i {
    display: block;
    font-size: 10px;
    margin-top: 2px;
}
.carousel-arrows a.carousel-control-next:hover {
    background-color: #cdcbcb;
	color:#595859;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 16px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16%;
    color: #fff;
    text-align: center;
    opacity: 1.0;
}
.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: -42%;
    left: 47% !important;
}



/* Full Text*/
.full_text div{font-family:"PT Serif", serif;
     font-size: 16px;}
.full_text p{ margin-left:0px !important;  /*font-family: STIXGeneral-Regular;*/
font-family:"PT Serif", serif;
     font-size: 16px;}
.full_text p strong{font-family:"PT Serif", serif;}     
.full_text a{color:#212529; font-family:"PT Serif", serif; font-size: 16px; margin-bottom:10px; display:block;}
.full_text{
	background:#FFF;
	padding:20px;
	}
.full_text .top{
	display:block;
	}	
.full_text .top h1{
	font-size: 24px;
    line-height: 34px;
    color: #000;
    font-family:"PT Serif", serif;
    font-weight: 700;
    letter-spacing: normal;
	}
.full_text .top ul.infolinks{
	list-style: none;
	margin-bottom: 0px;
}
.full_text .top ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	border-right: 1px solid #212121;
	line-height: 12px;
}
.full_text .top ul.infolinks li:last-child{
	display: inline-flex;
	padding-left: 6px;
	border-right: 1px solid #005274;
}
.full_text .top ul.infolinks a{
	color: #32487a;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
	font-weight: 400;
}
.full_text .top ul.infolinks a:hover{
	color: #d82e86;
}
/* view*/
.article_view{
	background:#FFF;
	padding:0px;
	}
.article_view .left	{
	float:left;
	width:70%;
	padding-right:20px;
	}
.article_view .right	{
	float:left;
	width:29%;
	padding:20px;
	padding-right:0px;
	}	
.sub_item{
	display:block;
	border-bottom: 1px #CCC solid;
    padding-bottom: 10px;
    margin: 20px 0;
	}	
.sub_item h6{
	font-size: 13px;
font-weight: 400;
color: rgba(0,0,0,0.54);
	}
.sub_item p{
	font-size: 13px;
font-weight: 400;
color:#000;
	}			
.article_view .right .publish-date{
	font-size: 13px;
	font-weight: 400;
	color: rgba(0,0,0,0.54);
	border-bottom:1px #CCC solid;
	padding-bottom:10px;
	margin:20px 0;
	}	
.article_view .right .publish-date span{
	color:#000;
	}	
.article_view .top{
	display:block;
	}	
.article_view .top h1{
	font-size:24px;
	line-height:38px;
	color:#32487a;
	}
.article_view .right ul.infolinks{
	list-style: none;
	margin-bottom: 0px;
}
.article_view .right ul.infolinks li{
	display: inline-block;
}

.article_view .right ul.infolinks a{
    text-decoration: none;
    padding: 5px 10px;
	color: #FFF;
	background:#d82e86;
}
.article_view .right ul.infolinks a:hover{
	background: #e5e5e5;
    color: #696969;
}

/* accordion */
.accordion {
  background-color: #FFF;
  border:1px #CCC solid;
  color: #111;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  margin-bottom:4px;
  text-align: left;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
}
.faq_active, .accordion:hover {
  background-color: #ededed;
}
.accordion:after {
  content: '\002B';
  color: #777;
  float: right;
  margin-left: 5px;
  font-size: 16px;
}
.faq_active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* End :: accordion */


/* submit menuscript */
.menuscript_box{
margin:0px auto; background-color:#FFF; border:1px #CCC solid; padding:20px;}
.menuscript_box .submit_input{
	width:100%;
	/* height:22px; */
}
.menuscript_box .submit_input{
    
}
.menuscript_box .submit_input input{
	    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; margin-bottom: 1rem;
	}
.menuscript_box .submit_input select{
    border: 1px solid #E5E5E5;
    padding: 0.500rem 0.75rem !important;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
        border-radius: 0.25rem;
	}	
.menuscript_box .submit_input textarea{
	width:100%;
	
	}
.menuscript_box .textarea{
	width:100%;
	}
.menuscript_box .textarea textarea{
	width:100%;
	padding-left: 6px; border: 1px solid #E5E5E5;
    padding: 0.500rem 0.75rem !important;  border-radius: 0.25rem;
	}	
.menuscript_box .btn-sub{ 
	background:#D92121;
	border:1px #D92121 solid;
	color:#FFF;
	padding:8px 8px;
	box-shadow: 1px 1px 2px #555555;
	cursor:pointer; width:100%; text-transform: uppercase;
	}	
.menuscript_box .btn-sub:hover{
	border:1px #000 solid;
	}
.menuscript_box .btn-sub:focus	{
    border:1px solid #000; background:#000;
    outline: 0 !important;
	color:#FFF;
		}	
.menuscript_box .submit_logo{
	width:100%;
	height:40px;
	}	
.submit_logosection{
	width:100%;
	text-decoration:none;
	}	
.submit_logosection a{
	text-decoration:none;
	color:#FFF;
	}
.submit_logosection a:hover{
	text-decoration:none;
	}	
.submit_logosection h2{
	color:#FFF;
   font-family:"PT Serif", serif;
	clear:both;
	font-size:36px;
	font-weight:500;
	}
.submit_logosection h6{
	margin-bottom:0px;
	}	
.submit_logosection h2 span{
	font-weight:600;
	}
.menuscript_box .submit_titel {
    position: relative;
    margin-top: -10px;
    margin-bottom: 7px;
    background: #ffffff;
    font-weight: bold;
    text-align: left;
}			
.menuscript_box .content-text{
	background:#e6e6e6;
	border:1px #CCC solid;
	padding:10px;
	margin-top:20px;
	}
.menuscript_box .content-text h2{font-size:16px; font-weight:600;}	
	
.prev_issues{
display:block;

width: 100%;
margin-bottom: 4px;
	}
.prev_issues a{
display: block;
text-decoration:none;
color: #000;
text-align: left;
font-size: 16px;
text-decoration:underline;
	}	
.prev_issues a:hover{text-decoration:none; color:#D92121;	}	
	
p{display:block; width:100%;}	
	
.m-t-10{ margin-top:10px !important;}	
.error{	color:red !important; }
.widget-subscribe-form label.error {
	position: absolute;
	background: #d51522;
	color: #fff!important;
	border:none;
}
.widget-subscribe-form.text-success{
	background:#060;
	border: 1px solid #090;
	color: #fff!important;
	padding:2px 4px 2px 4px;
}
.widget-subscribe-form .text-danger{
	color:#fff !important;
}

.form-group .error {
    color: #F00 !important;
}

.widget-s label.error {
    position: absolute;
    background: #d51522;
    border: 1px solid #f54e65;
    color: #fff!important;
    top: 0px;
}
label.error {
    color: #b71828;
    font-weight: 400;
    position: absolute;
    top: -20px;
    right: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 6px;
    border-radius: 2px;
}

.footersec .socialicons{
display:inline-block;
padding:8px 10px;
background:none;
width:auto !important;
}
.footersec .socialicons .social{
font-size: 13px;
    font-weight: 600;
    color: #32487a;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.footersec .socialicons .social .fa-facebook {
color:#3B5998;
}
.footersec .socialicons .social .fa-facebook:hover {
color:#fff;
background-color:#3b5998;
}
.footersec .socialicons .social .fa-twitter {
color:#55ACEE;
}
.footersec .socialicons .social .fa-twitter:hover {
color:#fff;
background-color:#55ACEE;
}
.footersec .socialicons .social .fa-pinterest {
color:#cb2027;
}
.footersec .socialicons .social .fa-pinterest:hover{
color:#fff;
background-color:#cb2027;
}
.footersec .socialicons .social .fa-rss {
color:#000;
}	
.socialicons .social .fa-rss:hover {
color: #fff;
background-color:#ee802f;
}	
.footersec .socialicons .fa {
    padding: 5px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e6e6e6;
background:#FFF;
}

.footersec .socialicons.fa:hover {
    opacity: 0.7;
}

.footersec .socialicons span .fa-facebook {
  color: #3B5998;
}
.center{ margin:0px auto !important;}
table, td, th {
  border: 1px solid #333;
    text-align: center !important;
}
.container p {
    margin-top: 0;
    word-wrap: break-word;
}
.pdfhead{
	width:100%;
	height:auto;
}
.pdfhead .subhead {
	float:left;
    color: #FFF;
    font-size: 12px;
    background-color: #000;
    padding: 2px 8px;
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 2px;
}

.pdfhead .pdffile {
	float:right;
    color: #000;
    font-size: 14x;
    background-color: #FFF;
    padding: 2px 8px;
    font-weight: 600;
    margin-bottom: 4px;
    border-radius: 2px;
    margin-left: 10px;
    text-decoration:underline;

}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.editor_cheif{ margin-bottom:20px; padding:12px; background:#FFF;}
.editor_cheif h5 {
    font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.editor_cheif .editor_thumb{ margin:0px auto; padding:0 20px 20px 20px;}
.editor_cheif .editor_thumb img {
	display:block;
}
.editor_cheif .content{
display:block;
text-align:center;
}
.editor_cheif .content span{
	display:block;
	}
.editor_cheif .content span a{
text-decoration:none;
color:#d82e86;
	}	
.editor_cheif .content h6{
	font-size:13px;
	font-weight:bold;
	}	
.editor_cheif .content h6 a {
    font-size: 13px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
    color: #32487a;
}	

/* conferences css */
.p-40{ padding:40px !important;}
.p-t-0{ padding-top:0px !important;}
.p-b-0{ padding-bottom:0px !important;}
.m-r-10{margin-right:10px !important;}
.m-r-5{margin-right:5px !important;}	
.conference_logosection{
	padding:15px 0;
	background:#FFF;
}
.conference_logosection{text-decoration:none;}
.conference_logosection a:hover{text-decoration:none;}	
.logo_conf{ float:left;}
.logo_conf a{ text-decoration:none; color:#32487a; font-size:34px; border-radius:4px; border:1px #32487a solid; padding:12px; display:block; margin-top:5px; font-weight:600; }
.m_thumb{ float:right; width:200px;}
.m_thumb img{ margin-bottom:0px;}

.titel_conf{ float:left; margin-left:10px;}
.conference_logosection h1{
	color:#32487a;
    font-family:"PT Serif", serif;
	clear:both;
	font-size:36px;
	margin-bottom:0px;
	line-height: 36px;
	margin-bottom: 10px;
	}
.conference_logosection h3{
	color:#32487a;
    font-family:"PT Serif", serif;
	clear:both;
	font-size:24px;
	margin-bottom: 0px;
	}	
.conference_logosection h6{
	margin-bottom:0px;
	color:#32487a;
	}	
.conference_logosection h2 span{font-weight:600;}
.conf-heading{
    font-size: 13px;
    font-weight: 600;
    color: #d82e86;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.scientific{ display:block;}
.scientific li {
background: #FFF;
color: #000;
padding: 2px 14px 2px 30px;
overflow: hidden;
margin-right: 1%;
min-height: 30px;
margin-bottom: 1%;
margin-left: 0px;
font-weight: 400;
line-height: 22px;
font-size: 13px;
text-align: left;
transition: all .4s ease;
}
.list-icon.list-icon-check li:before {
    content: "\f00c";
}
.list-icon li:before {
    margin-left: -20px;
    position: absolute;
    font-family: fontawesome;
    font-size: 15px;
}
.conf-btn-1 a {
    font-size: 12px;
    color: #FFF;
    background: #32487a;
    border: 1px #32487a solid;
	padding: 4px 4px;
}
.conf-btn-1 a:hover {
	color: #32487a;
    background: #FFF;
	text-decoration:none;
	}
.conf-btn-2 a {
    font-size: 12px;
    color: #FFF;
    background: #d82e86;
    border: 1px #d82e86 solid;
    padding: 4px 4px;
}
.conf-btn-2 a:hover {
	color: #d82e86;
    background: #FFF;
	text-decoration:none;	
	}
.conf-c-members	{
	background-color: #fff;
    padding: 12px;
    margin-top: 20px;
	}
.sc-member{ display:block; margin-bottom:10px;}
.sc-member img {
   border: 1px #3d3d3d solid;
   padding-bottom: 0px;
   margin-bottom: 5px;
   border-radius: 50%;
   width: 103px;
   height: 106px;
   overflow: hidden;
}
.team-desc{ display:block;}
.team-desc h3{
	color: #d82e86 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-align:center;
}
.team-desc span{
	color: #4e4e4e !important;
	font-size: 12px !important;
	text-align:center;
	line-height: 16px !important;
	display: block;
	font-weight: 400 !important;
}	

/* Speakers */
.speakers_box{
	display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
	width:100%;
}
.speakers_box:last-child{
    border-bottom: none;
}
.speakers_box .content h6 {	
    margin-bottom: 0px;
}
.speakers_box .content h2 {
    font-weight: bold;
    font-size: 13px;
    margin: 2px 0 5px 0;
}
.speakers_box .content h3 {
    color: #000;
    font-size: 13px;
    margin: 2px 0;
    line-height: 1.4em;
}
.speakers_box .content h6 a{
	font-size: 13px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #32487a
}
.speakers_box .content h6 a:hover{
	color: #d82e86;
}
.speakers_box .content p{
    font-size: 13px;
    line-height: 1.55;
	margin-bottom:0px;
}
.speakers_box .board_img{
	float: left;
}
.speakers_box .board_img img{
	height:70px;
	width: 70px;
	border: 1px #CCC solid;	
	padding-bottom:0px !important;
	}
.speakers_box .content{
	position: relative;
	padding-left: 80px;
}
.speakers_box .content span{
	display:block;
	}
.speakers_box .content span a{
text-decoration:none;
color:#d82e86;
	}	
.speakers_box .content h6{
	font-size:13px;
	font-weight:bold;
	}	
/* end : editorial board*/

.schedule-item {
	border-bottom: 1px solid #f3f3f3;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: background-color ease-in-out 0.3s;
    background: #f4f4f4;
    margin-bottom: 2px;
}
.tabs-speakers a.nav-item.nav-link { text-transform:capitalize !important;}
.imp_content {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.imp_content .subhead {
    color: #FFF;
    font-size: 12px;
    background-color: #32487a;
    padding: 2px 8px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 2px;
}
.imp_content p{ 
display: block;
    padding-bottom: 0px;
    line-height: normal;
    height: auto;
    margin-bottom: 6px;
}
.text-content{ display:block;}
.text-content p{ display:block; height:auto;}
.register-tab{ display:block;}
.register-tab .r-price { padding: 2px 8px;}	
.register-tab .form-group > label { display: block;}
.register-tab .form-group label {
    cursor: pointer;
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 13px;
}
.success_check {
    color: #d82e86 !important;
}
.no-border{ border:0px !important;}
.sponsors_box{
    margin: 15% 0px;
    border: 1px #CCC solid;
    width: 100%;
    height: 80px;
    background: #FFF;
	}
.sponsors_box img{
width:auto;
height:78px;
margin:0px auto;
vertical-align: middle;
}	

#tabs .tabs-register .nav-tabs a.nav-item.nav-link.disabled:hover{ cursor:not-allowed;}
.conference-box{
   display: inline-block;
   margin-bottom: 5px;
   border-bottom: 1px solid #e6e6e6;
   padding-bottom: 5px;
   width:100%;
}
.conference-box:last-child{
   border-bottom: none;
}
.conference-box .content{
    position: relative;
    margin-left:230px;
}
.conference-box .content h6 {    
   margin-bottom: 0px;
}
.conference-box .content h6 a{
    font-size: 13px;
   line-height: 1.55;
   padding-top: 0px;
   margin-bottom: 0px;
    color: #32487a
}
.conference-box .content h6 a:hover{
    color: #d82e86;
}
.conference-box .conference-img{
    float: left;
   width: 220px;
}
.conference-box .content ul.long-titel li{
    display: inline-flex;
}
.conference-box .content ul.long-titel li > span{
    margin-left:5px;
}
.conference-box .content ul.long-titel li a{
    color: #32487a;
   text-decoration: none;
    padding-right: 5px;
   font-size: 13px;
}
.conference-box .content ul.long-titel li a:hover{
    color: #d82e86;
    text-decoration:underline;
    }
.conference-box .content ul.long-titel li a:after {
   content: ",";
   margin: 0 0px 0 2px;
}
.conference-box .content ul.info{
    list-style: none;
    margin-bottom: 0px;
}
.m-b-5{margin-bottom:5px !important;}
.conference-box .content ul.infolinks{
    list-style: none;
    margin-bottom: 0px;
}
.conference-box .content ul.infolinks li{
    display: inline-flex;
    padding-right: 0px;
    border-right: 1px solid #212121;
    line-height: 12px;
}
.conference-box .content ul.infolinks li:last-child{
    display: inline-flex;
    padding-left: 6px;
    border-right: 1px solid #005274;
}
.conference-box .content ul.infolinks a{
    color: #32487a;
   text-decoration: none;
   padding-right: 8px;
   font-size: 13px;
    font-weight: 400;
}
.conference-box .content ul.infolinks a:hover{
    color: #d82e86;
}
.conf-btn-2 button {
  font-size: 12px;
    color: #FFF;
    background: #d82e86;
    border: 1px #d82e86 solid;
    padding: 2px 3px;
    margin-top: -2px;
}
/* Blick CSS */	
.flash_links {
    margin-bottom: 20px;
	padding-top:4px;
}
.top_notification{ 
display:block;
}
.top_notification ul{ padding:0px; margin:0px;}
.top_notification ul li{
	list-style:none;
	float:none;
	background:#FFF;
	border-bottom:1px #CCC solid;
	margin-bottom: 20px;
	}
.top_notification ul li a{
	text-decoration:none; 
	text-align:left; 
	font-size:13px; 
	padding:6px 14px; 
	color:#32487a; 
	display:block; 
	line-height: 18px;
	padding-left: 10px;
	font-weight: 600;
	text-transform: uppercase;
	}
	
.top_notification ul li a > span{
display: block;
font-size: 10px;
text-transform: capitalize;}
	
.blink {
color:#d82e86 !important;
animation: blink 1s linear infinite;
}
	
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}	


.social-blogger img{
width:15px;  
}

.social-blogger{
background-color:#fff;
margin:1px 2px 0px 0px;
padding:4px 3px;
}
.payment-box{
        padding: 2px 10px 20px 10px;
    background-color: #fff;
    -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);
    margin-bottom:40px;
}
.payment-box button {
	background-color:#6bb94b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 31px;
	text-decoration:none;

}
.payment-box button:hover {
	background-color:#59a839;
}
.payment-box button:active {
	position:relative;
	top:1px;
}
.payment-box .form-group{
    margin-bottom:10px !important;
}
.payment-box label{
    margin-bottom:0px !important;
}
.pay-option-heading {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #eee;
    margin-bottom: 6px;
}
.border {
    border: 1px #CCC solid;
}
.pay_opt_h h3{
	border-bottom:1px #CCC solid; 
	color:#d82e86;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	padding:10px 0px 10px 0; 
	text-align:center;}
.thanks-text h4{ font-size:14px; font-weight:600 !important;}
.text-small-1{ 
font-size:13px !important;
line-height:20px !important;
font-weight:normal !important;}
.r-text{color:#000; font-size:13px; font-weight:normal; line-height:18px; margin-top:10px; text-align:center;}
.or{ margin-top:100px;}	
.m-h{height:157px;}
.pay-option-heading{
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
background:#eee;
margin-bottom:6px; }
.th	_bg{ background:#eee; }
.m-w-290{min-width:290px;}	
.power_sripe{
bottom: 14px;
position: absolute;
left: 36%;}	
		
.watsapp{background:#11b925;color:white;}
.watsapp-box{
position: fixed;
    bottom: 60px;
    z-index: 4;
    left: 56px;
	width:60px;
	height:auto;
    overflow: hidden;
    border-radius:10px !important;
	}
.watsapp-box img{
 width: 100%;
 height:auto; border-radius:10px !important; 
}

.btn.btn-dark {
    background-color: #313131;
    border-color: #091f7b;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 0px;
}
.btn.btn-dark-theme {
    background: #d82e86;
    border: 1px #d82e86 solid;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 0px;
}
.faq_active {
  background-color: #32487a !important;
  color: #FFF !important;
}

.btn.btn-dark {
    background-color: #313131;
    border-color: #091f7b;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 0px;
}
.btn.btn-dark-theme {
    background: #d82e86;
	border: 1px #d82e86 solid;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 0px;
}

.register_n{display:block;}
.register_n .titel-heading{ display:block; margin-top:3px; background:#f3f3f3; border-top-left-radius:4px; border-top-right-radius:4px;}
.register_n .titel-heading h4{display:block; font-size:13px; font-weight:600; padding:10px 0; text-align:left; margin-bottom:0px; border-bottom:1px #FFF solid;}
.register_n .price-bar{ padding:10px 0; color:#000; border-bottom:1px #f3f3f3 solid; background:#FFF;}
.register_n .price-bar span{ text-align:center !important; font-size:13px;}
.register_n .price-bar .text{ font-size:13px !important; font-weight:500; display:block; text-align:left !important; }
.register_n .price-bar .price-hide{ color: gray !important; text-decoration:line-through; opacity: .5;}
.register_n .price-bar span.selected a{
text-decoration:none;
background: #ff9f00;
color: #FFF;
padding: 2px 12px;
border-radius: 2px;
}
.register_n .price-bar span a{
text-decoration:none;
background: #4e9435;
color: #FFF;
padding: 2px 12px;
border-radius: 2px;
font-size: 14px;
width: 80px;
display: block;
height: 30px;
}
.register_n .price-bar span a:hover{
background: #FFF;
border:1px #4e9435 solid;
color:#4e9435;
}
.success {
background-color: #dff0d8;
border-color: #d6e9c6;
border-bottom-color: rgb(214, 233, 198);
color: #3c763d !important;
}
.active-register{background-color: #dff0d8; }

.right_info {
    border: 1px #CCC solid;
    border-radius: 4px;
    margin-bottom: 20px ;
    padding: 20px;
}
.small-text{ font-size:11px !important; display:inline-block; font-weight:300;}
.small-text-1{ font-size:11px !important; display:inherit; font-weight:300;}
.accom-box { font-weight:500; font-size:14px;}
.register_n select{ width: 100%; max-width:150px;
height: 34px;
padding: 6px 12px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.no-border{ border:0px !important;}
.points{ display:block; margin-bottom:20px; padding:10px; border:1px solid #ececec;}
.points h4{font-size:14px; font-weight:500; margin-bottom:5px;}
.points ul{ padding:0px; margin:0px;}
.points ul li{ padding:4px 10px; margin:0px; font-size:12px; line-height:18px; list-style:inside;}
table{ margin-bottom:30px !important; width:100% !important; /*display:block;*/  overflow-y:scroll;}
.button-paypal {
  background-color: #ffaf00; 
  border: 1px #ffaf00 solid;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:2px;
}
.button-paypal:hover {
  background-color: #ffc439 ; 
}
.button-stripe {
  background-color: #015f95; 
  border: 1px #015f95 solid;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:2px;
}
.button-stripe:hover {
  background-color: #1f9ae1 ; 
}
.button3 {width:200px; float:left;}

.info_links .accordion{font-size: 13px !important; text-transform: none !important; padding: 10px 12px !important;}

/* accordion */
.accordion {
color: #32487a;
background: #FFF;
margin: 2px 0;
cursor: pointer;
padding: 14px 15px !important;
width: 100%;
text-align: left;
outline: none;
font-size: 14px;
transition: 0.4s;
text-transform: uppercase;
font-weight: 600;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.register_active, .accordion:hover {
  background-color: #32487a;
  color: #FFF;

}
.accordion:after {
  content: '\002B';
    color: #777;
    float: right;
    margin-left: 0px;
    font-size: 16px;
    top: -2px;
    position: relative;
}
.register_active:after {
  content: "\2212";
  color:#FFF;
}
.panel {
  padding: 0 4px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* End :: accordion */

.points{ display:block; margin-bottom:20px; padding:10px; border:1px solid #ececec;}
.points h4{font-size:14px; font-weight:500; margin-bottom:5px;}
.points ul{ padding:0px; margin:0px;}
.points ul li{ padding:4px 10px; margin:0px; font-size:12px; line-height:18px; list-style:inside;}
.lead{ font-weight:bold;}

#nights{max-width:150px;height: 33px;}
.reg-form .form-group { margin-bottom:5px;}
.submit_titel{color: #d82e86; font-size:14px; font-weight: 600; text-transform:uppercase; margin-bottom:6px;}
.archive_section .table th, .table td { width:50%; padding: 5px !important;}
.paypal-button{max-width: 176px !important;}
.min-width{ min-width:228px;}
.mx-width{ max-width:40px;}
.p-l-60{padding-left:60px;}
.p-l-40{padding-left:40px;}
.p-r-40{padding-right:40px;}
td p{text-align:center !important;}


.r-mid-box h2{font-size:20px; color:#111;}
.archive_section ol{ padding-left:20px; padding-top:10px; margin-bottom:0px;}
.full_text ol, ul, dl{padding-left:20px;  font-family: "PT Serif", serif;     font-size: 16px;
overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.full_text ol li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline;
}

.full_text ol li{margin-bottom:10px;}

.ext-links{ display:block;}
.ext-links ul{ padding:0px;  }
.ext-links ul li{ padding:0px; margin:0px; float:left; list-style:none; }
.ext-links ul li a{ margin:6px; background:#; color:#000; padding:5px 14px; border-radius:2px; font-size:16px; display:block; text-decoration:underline; font-weight:600;}
.ext-links ul li a:hover{background: #; color: #D92121; text-decoration:none;}
.relevant{ display:block; margin-top:40px;}
.relevant h2{font-size:16px; color:#333; }
.relevant .heading-text{ font-size:16px; font-weight:bold; text-align:center; margin-bottom:20px;}
.relevant ul{ padding: 0px 0px 0 0px; margin:0px; }
.relevant ul li{ padding:0px; margin:0px; float:left; list-style:none; width:48%; }
.relevant ul li a{background: url(../img/list-symbol-icon.png) no-repeat;
    color: #32487a;
    padding: 4px 0 4px 20px;
    border: 1px #CCC solid;
    display: block;
    margin: 0px 6px 6px 6px;
    background-position: 6px 6px; }
.relevant ul li a:hover{ background:#e5e5e5 url(../img/list-symbol-icon.png) no-repeat; padding: 4px 0 4px 20px; color:#212529; text-decoration:none;}
.center{ margin:0px auto !important;}
   
.owl-theme .owl-controls .owl-buttons .owl-prev::after {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    padding-right: 0px;
    opacity: 1;
    display: block;
    margin-top: 0px;
    line-height: 13px;
}
.owl-theme .owl-controls .owl-buttons .owl-next::after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    padding-right: 0px;
    opacity: 1;
    display: block;
    margin-top: 0px;
    line-height: 13px;
}


/*new version */
.banner-bg{ background:#e5e5e5;}
.banner-item{ height:400px;}
.banner-item .banner-img{ width:100%; height:400px;}
.banner-item .banner-img img{width:100%; height:400px; }

.banner-item .banner-caption{ float:left; width:66%; text-align:center; padding-top: 55px;
    padding-left: 30px;
    padding-right: 30px;}
.banner-item .banner-caption h5 {
    font-size:14px;
    color:#d82e86;
	border-bottom:1px #FFF solid;
	margin-bottom: 0px;
	display:inline-block;
	text-transform:uppercase;
	padding:4px 10px;
}
.banner-item .banner-caption p {
    color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 20px;
}
.banner-item .banner-caption h6 {
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    font-weight: bold;
	color:#FFF;
}

.indexed_box{ display:block; padding: 12px;
     background:#FFF; border-radius:4px;}
.indexed_box h5{ display:block;font-size: 14px;
    font-weight: 600;
    color: #d82e86; text-align:left;}
.indexed_slide{ display:block;
width: 92%;
height: 80px;
background: #FFF;
padding: 10px;
border-radius:4px; border:1px #959595 solid; margin:10px; }
.indexed_slide img{
width: auto;
height: 58px;
margin: 0px auto; display:block;  }

.home-about{ display:block; background:#FFF; padding:0px; border-radius:4px; margin-bottom:0px;}
.home-about p{ font-size:16px;  text-align:justify;}
.home-about h5{
font-size: 16px;
    font-weight: 600;
    color: #111810;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;}

.subscribe{ display:block;background: #f6f6f6;
padding: 20px;
border: 1px #CCC solid;
border-radius: 4px;}
.subscribe h5{ font-size: 16px;
font-weight: 600;
color: #d82e86;
margin-bottom: 10px;
text-transform: uppercase;
padding-bottom: 15px; text-align:center;}
.subscribe .form-control {
    display: inline-block;
    width: 92%;
    margin-right: 4px;
}
.autentic{     display: block;
    padding: 8px 8px !important;
    background: #32487a;
    color: #FFF;
    position: relative;
    margin-top: -36px;}
.lite-font{ color:#808285; margin-top:10px;}	
.contact-info{ display:block; color:#000;}
.contact-info h4{ text-decoration:underline; font-size:14px; margin-bottom: 0px;
    margin-top: 10px;}
.contact-info a{ text-decoration:none; color:#000; font-size:13px; word-wrap: break-word;}
.contact-info a:hover{ text-decoration:underline;}
.contact-info li{ list-style:none;line-height: 16px;
    margin-top: 5px;}

.j-box{ display:inline-block;}
.j-box ul.infolinks{
	list-style: none;
	margin-top:10px;
margin-bottom: 0px;
display: inline-block;
background: #f6f6f6;
padding: 6px;
border: 1px #CCC solid;
border-radius: 4px;
}
.j-box ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	border-right: 1px solid #212121;
	line-height: 12px;
} 
.j-box ul.infolinks li:last-child{
	display: inline-flex;
	border-right: 0px solid #005274;
}
.j-box ul.infolinks a{
	color: #32487a !important;     text-decoration: none;     padding-right: 4px !important;    font-size: 14px !important;    font-weight: 500 !important;    background: none !important;
    line-height: 0px;     margin-top: 0px !important;    margin-bottom: 0px !important; }
.j-box ul.infolinks a:hover{
	color: #d82e86 !important;
}
.clear-both{clear:both;}
.m-b-10{margin-bottom:10px;}
p:empty {
display: none;
}
p:empty :not(p + p:empty){
   display: none;
}
p:blank {
  display: none;
}
#siteseal img { width:100px;
    background: #FFF;
    padding: 4px;
   /* border-radius: 4px;*/
}

.archive_section ul{
    font-size:14px !important;
}