

@font-face {
    font-family: myriadpro;
    src: url('../lib/myriad-pro/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: myriadprobold;
    src: url('../lib/myriad-pro/MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: myriadprosemibold;
    src: url('../lib/myriad-pro/MYRIADPRO-SEMIBOLD.OTF');
}

html,body{
	font-size : 16px;
	font-family: myriadpro,“PT Sans”,Arial,Helvetica, sans-serif;
}

@media (max-width: 400px){
	html,body{
		font-size: 15px;
	}
}

a:hover{
	text-decoration: none;
}

/* carousel */
.carousel-control.left,.carousel-control.right{
	background: none;
}

.jumbotron {
  background: #f2f2f2 !important;
}

/* divider */
.divider{
	border : 1px solid #C3BBB5;
}


.section-title{
	color : #DC4347;
	margin: 15px 0 15px 0; 
	font-family: myriadprosemibold;
}

.btn.btn-default{
	background: #C7AA73 !important;
	color : white;
	border: none;
}


.panel{
	-webkit-box-shadow : none;
	box-shadow: none;
}

/* Profile */
.profile img{
	width: 25%;
	height: auto;
	margin-left: 5px;
}

.profile{
	border-left: 1px solid #DCDCDC;
	color: rgb(143, 132, 128);
}

.caret{
	color : #DC4347;
}

/* Owl Carousel Navigation Style */
.owl-buttonsLeft{
  position: absolute;
  left: -20px;
  top: 40%;
  color: rgb(224, 224, 224);
  font-size: 32px;
}

.owl-buttonsRight{
  position: absolute;
  right: -20px;
  top: 40%;
  color: rgb(224, 224, 224);
  font-size: 32px;
}

.user-icon{
	color: #DC4347;
	font-size: 1.2rem;
	float: right;
}


@media (max-width: 768px) {

	.section-title{
		margin: 5px 0;
	}
	.section-title h3{
		float: left;
		font-size: 18px;
	}
	hr{
		margin: 5px 0;
	}

}
@media (min-width: 881px){
	#userbar{
		display: none !important;
	}
	.logo{
		display: block;
	}
	.page-label{
		display: none;
	}
}

@media (max-width: 883px){

	.navbar-header{
		text-align: center;
	}

	.logo{
		display: none;
	}

	.page-label{
		display: block;
	}
}

