/* Font */
.f-Times{ font-family: "Times New Roman", Times, serif;}
.f-Georgia{ font-family: Georgia, serif;} /*default*/
.f-Arial{ font-family: Arial, Helvetica, sans-serif;}
.f-Comic{ font-family: "Comic Sans MS", cursive, sans-serif;}
.f-Tahoma{ font-family: Tahoma, Geneva, sans-serif;}
.f-Verdana{ font-family: Verdana, Geneva, sans-serif;}
.f-Courier{ font-family: "Courier New", Courier, monospace;}
/*Google font*/
.f-Abril{ font-family: 'Abril Fatface';}
.f-Aclonica{ font-family: 'Aclonica';}
.f-Akronim{ font-family: 'Akronim';}
.f-Alegreya{ font-family: 'Alegreya SC';} /*title page: small caps*/

/* Background */
.bg-img-gray{
	background: #33B7BC url(../images/bg-gray.jpg) left top no-repeat;
	background-size: cover;
	color: #000;
}
.bg-img-green{
	background: #33B7BC url(../images/bg-green.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}
.bg-img-purple{
	background: #33B7BC url(../images/bg-purple.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}
.bg-img-white{
	background: #33B7BC url(../images/bg-white.jpg) left top no-repeat;
	background-size: cover;
	color:#000;
}
.bg-img-white-trans{
	background: #33B7BC url(../images/bg-white-trans.jpg) left top no-repeat;
	background-size: cover;
	color:#000
}
.bg-img-yellow{
	background: #33B7BC url(../images/bg-yellow.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}
.bg-img-header{
	background: #33B7BC url(../images/bg-white-trans.jpg) center top;
	background-size: cover;
}

.bg-purple { /*background-color: rgba(133, 50, 102, 0.25);*/ 
	background-image: linear-gradient(rgba(133, 50, 102, 0), rgba(133, 50, 102, 0.75));
}
.bg-light-purple { 
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(85, 32, 66, 0.75));
}
.bg-brown { /*background-color: rgba(133, 81, 50, 0.25);*/ 
	background-image: linear-gradient( rgba(133, 81, 50, 0), rgba(133, 81, 50, 0.75)); 
}
.bg-green { /*background-color: rgba(50, 133, 81, 0.25);*/ 
	background-image: linear-gradient( rgba(50, 133, 81, 0), rgba(50, 133, 81, 0.75)); 
}
.bg-blue { /*background-color: rgba(50, 103, 133, 0.25);*/
	background-image: linear-gradient( rgba(50, 103, 133, 0), rgba(50, 103, 133, 0.75)); 
}

/*Border*/
.border-purple { border:1px solid rgba(133, 50, 102, 0.50); }
.border-brown { border:1px solid rgba(133, 81, 50, 0.50); }
.border-green { border:1px solid rgba(50, 133, 81, 0.50); }
.border-blue { border:1px solid rgba(50, 103, 133, 0.50); }

.dropdown-toggle.active::after {
    transform: rotate(-90deg);
}
/* Image Slider */
.section-image-slider{
	background: #452632 url("../images/bg-slider.png") center top no-repeat;
	/*height: 465px;*/
	height: 620px;
	/*overflow: hidden;*/
}
.carousel-inner{
	/*width: 1140px;*/
	/*height: 465px;*/
}
.carousel-image{
	/*width: 1140px;
	height: 465px;*/
	width: 100%;
	height: auto;
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}
.carousel-item{
	/*height:465px;*/
    position: relative;
    overflow:hidden;
}
.carousel-caption{
	background-color: #33B7BC;
	position: absolute;
    color: #000;
	opacity: 0.7;
	/*bottom: 0;*/	
	right:0;
	margin:0;
	width:50%;
	left: 50%;
	font-size: 17px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.carousel-indicators {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 15;
	margin-left: 0;
	padding-left: 0;
	justify-content: initial;
	margin-right: 0;
    margin-left: 0;
	height: 20px;
    /*
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
	*/
}
.carousel-indicators .active {
    opacity: 1;
	background-color: #853266;
}
.carousel-indicators li {
    /*
	box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
	*/
	background-color: #33B7BC;
	width: 10px;
    height: 10px;
}
.carousel-control-prev {
    left: -10%;
}
.carousel-control-next {
    right: -10%;
}

.title-page{
	display: block;
	width: 100%;
	/*height: 50px;*/
	line-height: 25px;
    padding: 15px;
	margin: 10px 0 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 25px;
}
.title-page-2{
	display: block;
	width: 100%;
	/*height: 50px;*/
	line-height: 20px;
    padding: 10px;
	margin: 10px 0 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
}
.title-1{
	display: block;
	width: 100%;
	/*height: 50px;*/
	line-height: 25px;
    padding: 10px;
	margin: 10px 0 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 25px;
}
.title-2{
	display: block;
	width: 100%;
	/*height: 50px;*/
	line-height: 20px;
    padding: 10px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
}
.title-description{
	color: #f26522;
	font-size: 15px;
}

/*@media (max-width: 600px) {*/
@media (max-width: 767px) {
	.navbar { 
		/*height: 200px;*/
		max-height: 400px;
		width: 100%;
		overflow-y: scroll;
		/*-webkit-overflow-scrolling:touch; // mobile safari*/
		-webkit-overflow-scrolling: auto;
	}
	.carousel-inner{
		/*width: 1140px;*/
		/*height: 250px;*/
	}
}

@media (max-width: 991px) {
	.section-header{
		display: none;
	}
	.navbar-brand{
		display: block;
	}
	.nav-search{
		width: 100%; 
	}
}
@media (min-width: 992px) {
	.section-header{
		display: block;
	}
	.navbar-brand{
		display: none;
	}
	.nav-search{
		width: 20%; 
		margin-left:auto;
	}
}

footer{
	background-color: #452632;
	color: #FFF;
	font-weight:normal;
}
footer a,footer a:hover, footer a:visited{
	color: #2b7bb9;
	text-decoration:none;
}
ol.breadcrumb, ul.breadcrumb{ margin-bottom:0;}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
/*datepicker*/
.datepicker-inline {
    width: 100%;
}
.datepicker table {
	width:100%;
}
.dropdown-item.myactive{
	color:#fff;
	text-decoration:none;
	background:#853266 linear-gradient(180deg, #97517d, #853266) repeat-x
}
.blog-title{
	font-size: 20px;
	font-weight:bold;
	font-family: 'Alegreya SC';
}
.blog-date{
	color: #f26522;
    font-size: 15px;
}
.card{
	margin: 10px 0;
}

.grid-divider {
  overflow-x: hidden; 
  position: relative;
}

.grid-divider > [class*="col-"]:nth-child(n + 2):after {
  content: "";
  background-color: gray;
  position: absolute;
  top: 0;
  bottom: 0;

  @media (max-width: 767px) {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px; 
  }
  @media (min-width: 768px) {
    width: 1px;
    height: auto;
    left: -1px;
  }
}
.title-default{
	font-size:15px;
	margin-bottom:0;
}
.title-content{
	font-size:18px;
	margin-bottom:0;
}

.some-content{
	font-size:15px;
	margin-top:0;
	color: black;
}