/*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*General*/
body {
	/*font-family: 'Open Sans', sans-serif;*/
        font-family: 'Arial';
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
        color: #b32c2b;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
        list-style-type: disc;
        list-style-position: outside;
        color: #b32c2b;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	/*font-family: 'Raleway', sans-serif;*/
        font-family: 'Arial';
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 24px 12px;
        border-radius: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	/*background: rgba(62, 212, 255, 0.5);*/
	border-color: #b32b2b !important;
	outline: none;
	color: #333;
}

.input-select{
        padding: 24px 12px;
        //padding: 14px 12px !important;
        border-radius: 0;
        font-family: 'Arial';
	font-size: 14px;
}

input-select option{
    padding: 10px;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-color: rgba(0, 0, 0, 0.71);*/
    z-index: 2;
}

.container {
	position: relative;
	/*z-index: 3;*/
}

/*Header*/
/*Top nav left*/
.top-nav {
	color: #fff;
        line-height: 40px;
        /* border-bottom: 1px solid #01b1d7; */
        background-color: #b32b2b;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
	font-size: 14px;
	color: #fff;
}

.top-left a:hover {
	color: #e77271;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	margin-right: 6px;
}

.top-right p {
	/*font-family: 'Raleway', sans-serif;*/
        font-family: 'Arial';
	font-weight: 700;
	font-size: 14px;
        margin: 0 0 7px;
}

.top-right p > span {
/*	margin-left: 5px;
	font-style: italic;*/
	font-weight: 400;
}

.img-fluid{
    width: 100%;
    height: auto;
}

.header-image{
    position:relative;
}

.navbar-menu-list{
    padding: 5px 40px 5px 15px !important;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 100 !important;
}

.navbar-menu-list:hover{
    color: #fff !important;
}
/*Nagivation*/
#main-nav {
    -webkit-box-shadow: 0 0 2px #888888;
    -moz-box-shadow: 0 0 2px #888888;
    box-shadow: 0 0 2px #888888;
	/*padding: 20px 0;*/
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
        z-index: 2;
}

#main-nav .navbar-header a {
	/*background-color: #01b1d7;*/
	color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #b32b2b;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	/*margin-top: 10px;*/
}
#main-nav .navbar-right li > a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #b32c2b;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #b83a3a;
    background: none;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 600px;
	top: 50%;
        text-align: right;
}

#slider .caption h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
}

#slider .caption span {
/*	padding: 0 10px;
	background-color: #01b1d7;
	color: #fff;*/
}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #01b1d7;
}

#slider .caption button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #01b1d7;
	color: #fff;
	border: 1px solid #fff;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #01b1d7;
    transition: 0.3s;
    color: #01b1d7;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

/*About*/
#about {
	padding: 40px 80px;
}

#about .about-heading {
	text-align: center;
}

#about .about-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 45px;
	text-transform: uppercase;
}

#about .about-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/*padding-top: 100px;*/
        padding-left: 20px;
	text-transform: uppercase;
}
.about-right-heading{
    border-left: 3px solid #b32b2b;
}

.about-right-text{
    padding-left: 20px;
    font-family: 'Arial';
    color: #807d7d;
    line-height: 1.8;
}

#about .about-right-boot:before {
	content: "\f080";
/*	font-family: 'FontAwesome';*/
        font-family: 'Roboto', sans-serif;
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About*/
#about-hearlife {
	padding: 40px 80px;
}

#about-hearlife .about-hearlife-heading {
	text-align: center;
}

#about-hearlife .about-hearlife-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 45px;
	text-transform: uppercase;
}

#about-hearlife .about-hearlife-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

#about-hearlife .about-hearlife-left {
	position: relative;
    z-index: 2;
}

#about-hearlife .about-hearlife-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about-hearlife .about-hearlife-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about-hearlife .about-hearlife-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/*padding-top: 100px;*/
        padding-left: 20px;
	text-transform: uppercase;
}
.about-hearlife-right-heading{
    border-left: 3px solid #b32b2b;
}

.about-hearlife-right-text{
    padding-left: 20px;
    font-family: 'Arial';
    color: #807d7d;
    line-height: 1.8;
}

#about-hearlife .about-hearlife-right-boot:before {
	content: "\f080";
/*	font-family: 'FontAwesome';*/
        font-family: 'Roboto', sans-serif;
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about-hearlife .about-hearlife-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about-hearlife .about-hearlife-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about-hearlife .about-hearlife-right-wrapper a:hover {
	color: #01b1d7;
}

#about-hearlife .about-hearlife-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about-hearlife .about-hearlife-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about-hearlife .about-hearlife-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about-hearlife {
		padding: 0;
	}

	#about-hearlife .about-hearlife-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about-hearlife .about-hearlife-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about-hearlife .about-hearlife-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about-hearlife .about-hearlife-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about-hearlife .about-hearlife-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about-hearlife .about-hearlife-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about-hearlife .about-hearlife-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about-hearlife .about-hearlife-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about-hearlife .about-hearlife-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about-hearlife .about-hearlife-right-best {
		margin-top: 40px;
	}

	#about-hearlife .about-hearlife-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about-hearlife .about-hearlife-right-support {
		margin-top: 40px;
	}

	#about-hearlife .about--hearliferight-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about-hearlife {
		margin-top: 50px;
		padding: 0;
	}

	#about-hearlife .about-hearlife-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about-hearlife .about-hearlife-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about-hearlife .about-hearlife-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about-hearlife .about-hearlife-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about-hearlife .about-hearlife-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about-hearlife .about-hearlife-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about-hearlife .about-hearlife-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about-hearlife .about-hearlife-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about-hearlife .about-hearlife-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about-hearlife .about-hearlife-right-best {
		margin-top: 40px;
	}

	#about-hearlife .about-hearlife-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about-hearlife .about-hearlife-right-support {
		margin-top: 40px;
	}

	#about-hearlife .about-hearlife-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
    position: relative;
    background-image: url(/app/webroot/img/testimonial-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
/*    -webkit-filter: hue-rotate(140deg);
    filter: hue-rotate(140deg);*/
    height: -webkit-fill-available;
}

.about-bg-heading {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 45px;
}

.about-bg-heading h3{
    font-family: 'Lato', sans-serif;
    text-transform: none;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.2;
}

.about-bg-heading p {
    font-family: 'Lato', sans-serif;
    /* font-weight: 700; */
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
    margin-top: 30px;
    line-height: 1.4;
    padding-left: 80px;
    padding-right: 80px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 35%;
	}

}

/*Specialize*/
#specialize {
	padding: 40px 80px;
        background-color: #efeeee;
}

#specialize .specialize-heading {
	text-align: center;
}

#specialize .specialize-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 40px;
        line-height: 1.2;
	text-transform: uppercase;
}

#specialize .specialize-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#specialize {
		padding: 0;
	}

	#specialize .specialize-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#specialize .specialize-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#specialize .specialize-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#specialize .specialize-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#specialize .specialize-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#specialize .specialize-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#specialize .specialize-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#specialize .specialize-right-wrapper a > h3 {
		font-size: 20px;
	}

	#specialize .specialize-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#specialize .specialize-right-best {
		margin-top: 40px;
	}

	#specialize .specialize-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#specialize .specialize-right-support {
		margin-top: 40px;
	}

	#specialize .specialize-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#specialize {
		margin-top: 50px;
		padding: 0;
	}

	#specialize .specialize-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#specialize .specialize-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#specialize .specialize-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#specialize .specialize-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#specialize .specialize-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#specialize .specialize-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#specialize .specialize-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#specialize .specialize-right-wrapper a > h3 {
		font-size: 20px;
	}

	#specialize .specialize-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#specialize .specialize-right-best {
		margin-top: 40px;
	}

	#specialize .specialize-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#specialize .specialize-right-support {
		margin-top: 40px;
	}

	#specialize .specialize-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}


/*Appointment*/
#appointment {
	padding: 40px 80px;
}

#appointment .appointment-heading {
	text-align: center;
}

#appointment .appointment-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 45px;
	text-transform: uppercase;
}

#appointment .appointment-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

#appointment .appointment-left {
	position: relative;
    z-index: 2;
}

#appointment .appointment-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#appointment .appointment-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#appointment .appointment-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/*padding-top: 100px;*/
        padding-left: 20px;
	text-transform: uppercase;
}
.appointment-right-heading{
    border-left: 3px solid #b32b2b;
}

.appointment-right-text{
    padding-left: 20px;
    font-family: 'Arial';
    color: #807d7d;
    line-height: 1.8;
}

#appointment .appointment-right-boot:before {
	content: "\f080";
/*	font-family: 'FontAwesome';*/
        font-family: 'Roboto', sans-serif;
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#appointment .appointment-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#appointment .appointment-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#appointment .appointment-right-wrapper a:hover {
	color: #01b1d7;
}

#appointment .appointment-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#appointment .appointment-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#appointment .appointment-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#appointment {
		padding: 0;
	}

	#appointment .appointment-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#appointment .appointment-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#appointment .appointment-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#appointment .appointment-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#appointment .appointment-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#appointment .appointment-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#appointment .appointment-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#appointment .appointment-right-wrapper a > h3 {
		font-size: 20px;
	}

	#appointment .appointment-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#appointment .appointment-right-best {
		margin-top: 40px;
	}

	#appointment .appointment-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#appointment .appointment-right-support {
		margin-top: 40px;
	}

	#appointment .appointment-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#appointment {
		margin-top: 50px;
		padding: 0;
	}

	#appointment .appointment-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#appointment .appointment-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#appointment .appointment-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#appointment .appointment-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#appointment .appointment-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#appointment .appointment-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#appointment .appointment-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#appointment .appointment-right-wrapper a > h3 {
		font-size: 20px;
	}

	#appointment .appointment-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#appointment .appointment-right-best {
		margin-top: 40px;
	}

	#appointment .appointment-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#appointment .appointment-right-support {
		margin-top: 40px;
	}

	#appointment .appointment-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}


/*Hearing test*/
#hearing-test {
	padding: 40px 80px;
        background-color: #b32b2b;
        color: #fff;
}


#hearing-test .hearing-test-heading h3 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Arial';
        margin-bottom: 0;
}

#hearing-test .hearing-test-heading p {
	margin-top: 5px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #fff;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#hearing-test {
		padding: 0;
	}

	#hearing-test .hearing-test-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#hearing-test .hearing-test-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#hearing-test .hearing-teste-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#hearing-test .hearing-test-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#hearing-test .hearing-test-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#hearing-test .hearing-test-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#hearing-test .hearing-test-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#hearing-test .hearing-test-right-wrapper a > h3 {
		font-size: 20px;
	}

	#hearing-test .hearing-test-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#hearing-test .hearing-test-right-best {
		margin-top: 40px;
	}

	#hearing-test .hearing-test-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#hearing-test .hearing-test-right-support {
		margin-top: 40px;
	}

	#hearing-test .hearing-test-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#hearing-test {
		margin-top: 50px;
		padding: 0;
	}

	#hearing-test .hearing-test-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#hearing-test .hearing-test-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#hearing-test .hearing-test-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#hearing-test .hearing-test-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#hearing-test .hearing-test-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#hearing-test .hearing-test-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#hearing-test .hearing-test-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#hearing-test .hearing-test-right-wrapper a > h3 {
		font-size: 20px;
	}

	#hearing-test .hearing-test-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#hearing-test .hearing-test-right-best {
		margin-top: 40px;
	}

	#hearing-test .hearing-test-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#hearing-test .hearing-test-right-support {
		margin-top: 40px;
	}

	#hearing-test .hearing-test-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*Information*/
#information {
	padding: 40px 80px;
}

.information-heading{
    border-left: 3px solid #b32c2b;
    padding-left: 15px;
}

#information .information-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 38px;
	text-transform: uppercase;
}

#information .information-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 25px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#information {
		padding: 0;
	}

	#information .information-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#information .information-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#information .information-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#information .information-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#information .information-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#information .information-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#information .information-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#information .information-right-wrapper a > h3 {
		font-size: 20px;
	}

	#information .information-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#information .information-right-best {
		margin-top: 40px;
	}

	#information .information-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#information .information-right-support {
		margin-top: 40px;
	}

	#information .information-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#information {
		margin-top: 50px;
		padding: 0;
	}

	#information .information-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#information .information-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#information .information-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#information .information-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#information .information-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#information .information-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#information .information-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#information .information-right-wrapper a > h3 {
		font-size: 20px;
	}

	#information .information-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#information .information-right-best {
		margin-top: 40px;
	}

	#information .information-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#information .information-right-support {
		margin-top: 40px;
	}

	#information .information-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*Service*/
#service {
	margin-top: 100px;
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #01b1d7;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}

.inner-box button {
	background-color: #01b1d7;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 > span {
	color: #01b1d7;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #01b1d7;
	width: 180px;
	height: 50px;
	color: #fff;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Product*/
#product {
	padding: 40px 80px 60px;
        font-family: 'Arial';
}

#product .product-heading {
	text-align: center;
}

#product .product-heading h2 {
	/*font-family: 'Josefin Sans', sans-serif;*/
        font-family: 'Roboto', sans-serif;
	/*font-weight: 700;*/
	font-size: 45px;
	text-transform: uppercase;
}

#product .product-heading p {
	margin: 20px 120px 10px;
	line-height: 25px;
	margin-bottom: 40px;
        font-family: 'Arial', sans-serif;
        color: #807d7d;
}

#product .product-left {
	position: relative;
    z-index: 2;
}

#product .product-right {
	position: relative;
}

#product .product-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/*padding-top: 100px;*/
        padding-left: 20px;
	text-transform: uppercase;
}
.product-right-heading{
    border-left: 3px solid #b32b2b;
}

.product-right-text{
    padding-left: 20px;
    font-family: 'Arial';
    color: #807d7d;
    line-height: 1.8;
}

#product .product-right-boot:before {
	content: "\f080";
/*	font-family: 'FontAwesome';*/
        font-family: 'Roboto', sans-serif;
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#product .product-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#product .product-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#product .product-right-wrapper a:hover {
	color: #01b1d7;
}

#product .product-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#product .product-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#product .product-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#product {
		padding: 0;
	}

	#product .product-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#product .product-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#product .product-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#product .product-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#product .product-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#product .product-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#product .product-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#product .product-right-wrapper a > h3 {
		font-size: 20px;
	}

	#product .product-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#product .product-right-best {
		margin-top: 40px;
	}

	#product .product-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#product .product-right-support {
		margin-top: 40px;
	}

	#product .product-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#product {
		margin-top: 50px;
		padding: 0;
	}

	#product .product-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#product .product-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#product .product-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#product .product-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#product .product-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#product .product-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#product .product-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#product .product-right-wrapper a > h3 {
		font-size: 20px;
	}

	#product .product-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#product .product-right-best {
		margin-top: 40px;
	}

	#product .product-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#product .product-right-support {
		margin-top: 40px;
	}

	#product .product-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #01b1d7;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	margin-top: 100px;
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch {
	margin-top: 100px;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #7e7e7e;
	border-color: #01b1d7;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #01b1d7;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	margin-top: 100px;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
#footer {
	background-color: #202222;
	padding: 50px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
        font-family: 'Arial';
}

#footer .footer-heading span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 8px;
}

#footer .footer-heading p {
    word-spacing: 3px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #807d7d;
    max-width: 280px;
    font-family: 'Arial';
    line-height: 1.6;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#footer .footer-heading li {
	/*border-bottom: 1px solid #8b8b8b;*/
	padding: 5px 0;
}

/*#footer .footer-heading ul > li > a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}*/

#footer .footer-heading ul > li > a {
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #807d7d;
}

#footer .footer-heading ul > li > a:hover {
	color: #b32b2b;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
    background-color: #0e1111;
    padding: 40px 0;
    color: #888888;
    font-family: 'arial';
    font-size: 12px;
}

#bottom-footer .footer-right ul > li > a {
	color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
	color: #01b1d7;
}

.pt-5{
    padding-top: 5px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.pt-40{
    padding-top: 40px;
}

.pt-80{
    padding-top: 80px;
}

.pl-15{
    padding-left: 15px;
}

.pr-15{
    padding-right: 15px;
}

.mt-0{
    margin-top: 0;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-50{
    margin-top: 50px;
}

.mt-80{
    margin-top: 80px;
}

.mt-100{
    margin-top: 100px;
}

.mb-5{
    margin-bottom: 5px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-80{
    margin-bottom: 80px;
}

.ml-2{
    margin-left: 2px;
}

.ml-15{
    margin-left: 15px;
}
.mr-0{
    margin-right: 0 !important;
}

.mr-2{
    margin-right: 2px;
}

.mr-5{
    margin-right: 5px !important;
}

.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pb-5{
    padding-bottom: 5px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-100{
    padding-bottom: 100px;
}

.pb-150{
    padding-bottom: 150px !important;
}

.contact-top:before{
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
    margin-left: 20px;
}

.appointment-top{
    color: #fff;
    font-weight: 100;
    border: 1px solid;
    padding: 10px;
    margin-left: 40px;
    -moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.appointment-top:hover{
    color: #fff;
    background-color: #cf5f5e;
}

.caption-banner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: linear-gradient(-110deg, white, #71666600);
    width: 700px;
    text-align: right;
    padding-right: 130px;
    color: #2b2c2c;
}

.caption-banner h1, .caption-banner h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.caption-banner h1{
    font-weight: 700;
}

.asiagroup-banner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: linear-gradient(-110deg, white, #71666600);
    width: 800px;
    text-align: right;
    padding-right: 130px;
    color: #2b2c2c;
}

.asiagroup-banner h1, .asiagroup-banner h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.asiagroup-banner h1{
    font-weight: 700;
}

.short-hr-desc{
    height: 4px;
    width: 6%;
    background-color: #b32b2b;
    border: 0;
}

.services-column{
    font-family: 'Arial';
}

.about {
    margin-top: 30px;
    margin-bottom: 20px;
}

.container-1 {
    background-color: #e8e8e8;
}

.text-desc{
    color: #807d7d;
    line-height: 1.8;
}

.well-block{
    padding-top: 30px;
}

.appointment-btn{
    width: auto;
    background-color: #b32b2b;
    border: 0;
    color: #fff;
    padding: 12px 20px;
    font-family: 'Arial';
    font-weight: bold;
    -moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.appointment-btn:hover{
    background-color: #c34444;
}

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

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.appointment-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    /*padding-top: 100px;*/
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.grey{
    color: #bab6b6;
}

.grey-content{
    color: #807d7d;
}

.red{
    color: #b32c2b;
}

.vcenter {
    display: flex;
    align-items: center;
}

.hearing-test-btn{
    background-color: transparent;
    font-family: 'arial';
    border: 2px solid #fff;
    padding: 15px;
    font-weight: bold;
    -moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.hearing-test-btn:hover{
    background-color: #cd4646;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 25px;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0;
    min-height: 330px;
}

.card-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 16px;
    line-height: 1.4;
}

.card-title-link {
    color: #000;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text {
    font-family: 'Arial';
    color: #807d7d;
    line-height: 1.7;
}

.card-text:last-child {
    margin-bottom:0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 2px 2px -2px grey;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-deck{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-group{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    
    .card-group > .card+.card {
        margin-left: 0;
        border-left: 0;
    }
    
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    
    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    
    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    
    .card-group > .card:only-child {
        border-radius: .25rem;
    }
    
    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    
    .card-group > .card:only-child .card-footer,.card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }
    
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.fill {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: auto;
}

.socmed-btn{
    background-color: transparent;
    border: 1px solid rgba(128, 128, 128, 0.27);
    padding: 7px 0;
    color: #807d7d;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.socmed-btn:hover{
    background-color: rgba(128, 128, 128, 0.15);
}

.arrow-btn{
    background-color: transparent;
    border: 2px solid #fff;
    padding: 8px 10px;
    font-size: 22px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.arrow-btn:hover{
    background-color: rgba(118, 118, 118, 0.63);
}

.socmed-link{
    font-size: 18px;
    color: #fff;
}

.office-info>li{
    font-weight: 300;
    color: #807d7d;
    font-family: 'Arial';
    line-height: 1.6;
}

.product-caption{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    transform: translate(0%, -50%);
    /* width: 700px; */
    text-align: right;
    /* padding-right: 130px; */
    color: #2b2c2c;
    left: 0;
    right: 0;
}

.product-font{
    text-transform: uppercase;
    font-family: 'arial';
    font-size: 60px;
    color: #2b2c2c;
}

.nav-center {  
  text-align: center;
  ul.nav {
    display: inline-block;
    li {
      display: inline
      a {
        float: left
      }
    }
  }
}

.nav-pills>li{
    float: none;
    display: inline-block;
    width: 150px;
}
.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

#hearing-aid {
    padding-top: 40px;
    padding-bottom: 100px;
}

#hearing-aid h1 {
    text-transform: uppercase;
    margin-top: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
}
#hearing-aid h3 {
    text-transform: uppercase;
    border-left: 3px solid #b32b2b;
    text-align: left;
    padding-left: 10px;
}

#hearing-aid h4 {
    color: #807d7d;
    font-weight: 700;
}

#hearing-aid p {
    text-align: left;
    color: #807d7d;
    margin: 20px 0;
    line-height: 1.8;
}

.hearing-pills {
    font-size: 24px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}

.p-center{
    text-align: center !important;
}

.hearing-li::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}

.hearing-aid-bullet{
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 15px;
}

.default-link{
    color: inherit;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.default-link:hover{
    color: #b32b2b;
}

.more-link{
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.more-link:hover{
    text-decoration: underline;
}

.text-auto{
    text-transform: none;
}

.white{
    color: #fff;
}

.white:hover{
    color: #fff;
}

.fa-font-bigger{
    font: normal normal normal 18px/1 FontAwesome
}

.flag-col{
    max-width: 900px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
  .flag-col{
      max-width: auto;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.flag-img{
    max-width: 100px;
}

.course{
	text-align:center;
	color:green;
}
.course1{
	text-align:center;
	font-family:Bradley Hand ITC;
}
.cours2{
	margin-top:30px;
	position:relative;
	margin-bottom:50px;
        overflow: hidden;
	
}

.cours2-hover{
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    transition: 1s;
}

.cours3{
	-border:1px solid red;
	position:absolute;
	top:-100px;
	opacity:0;
	-bottom:100px;
	-background-color:rgba(142,198,63,.8);
	background-color:rgba(0,0,0,0.3);
	color:white;
	padding:10p;
}
.cours2:hover .cours3 {
	opacity:1;
	top:0px;
	transition:1s;
}
.cours4{
	position:absolute;
	-border:1px solid red;
	-margin-top:-80px;
	padding-top:20px;
	width:100%;
	height:80px;
	opacity:0;
	bottom:-50px;
	-background-color:rgba(142,198,63,.8);
	background-color:rgba(0,0,0,0.3);
}
.cours2:hover .cours4{
	opacity:1;
	bottom:0;
	transition:1s;
}
.cours2:hover .hover{
	transform:scale(1.3);
	transition:1s;
}
.cours7{
	border:1px solid rgb(73,183,43);
	background-color:rgb(73,183,43);
	color:white;
	font-size:18px;
	padding:10px 15px;
	border-radius:5px 20px;
}
.cours7:hover{
	background-color:transparent;
	color:rgb(73,183,43);
	border:1px solid rgb(73,183,43);
	transition:1s;
}

.cou:hover{
	background-color:transparent !important;
	color:rgb(237,78,110) !important;
	border:1px solid rgb(237,78,110) !important;
}

.fit-to-center{
    display: inline-block;
    float: none;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.team-name{
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

blockquoteright{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-right: 5px solid #eee;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
}

.display-unset{
    display: unset;
}

.hearing-banner-font{
    font-size: 50px;
    font-weight: 100 !important;
}

.black{
    color: #807d7d;
}

.article{
    padding: 10px 40px;
}

.article h4{
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.article p{
    line-height: 1.6;
}

.list-group-item a{
    color: #807d7d;
}

.list-group-item a:active{
    color: red;
}

.link-active{
    color: #b32c2b !important;
}

.dark{
    color: #333;
}

.dark a{
    text-decoration: underline;
}

.ear-img{
    padding: 20px 20px 40px;
}

.hearing-loss-title{
    color: #545454;
    line-height: 2.6;
    font-weight: 700;
    font-size: 15px;
}

.hearing-footer{
    padding: 60px 50px 0;
}

.hearing-appointment-text{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.padding-50{
    padding: 50px;
}

.make-appointment-btn{
    background-color: #b32c2b;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.make-appointment-btn:hover{
    background-color: #bd4c4b;
}

.font-18{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.hearing-h3{
    margin: 0 0 5px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.min-370{
    min-height: 370px;
}

.breadcrumb-item{
    color: #777;
}