/*******************************************************************************
 *      bootstrap & bootstrap-rtl Custom
 *******************************************************************************/
html {
	font-family: sans-serif, irsans;
	font-size: 14px;
}

body {
	font-family: irsans, Tahoma,Arial,sans-serif;
	font-size: 14px;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: irsans;
	font-weight: bold;
	color: inherit;
	line-height: 1.5em;
}

h1, .h1 {
	font-size: 24px;
}

h2, .h2 {
	font-size: 22px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

.row {
	margin-right: auto;
	margin-left: auto;
}

.navbar-toggle {
	/*float: right;*/
	margin-left: 15px;
	margin-right: auto;
}

@media screen and (max-width : 600px) {
	.card-news .img-news {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1199px) {
	.card-news {
		padding: 15px;
		margin-bottom: 20px;
	}

		.card-news .img-news {
			border-radius: 10px;
			margin: 0 auto;
		}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
	}

	.carousel-home {
		margin: 0 auto;
		width: 1170px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 992px) {
	.show-mobile {
		z-index: 100000;
		position: absolute;
		top: 100%;
		background-color: #00aeef;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0;
		box-shadow: -3px 3px 6px rgba(0,0,0,.16), -3px 3px 6px rgba(0,0,0,.23);
		width: 50%;
		border: none;
		margin-top: 1px;
		padding-left: 0;
		padding-right: 0;
	}

		.show-mobile > ul {
			margin: 0 auto;
			width: 100%;
			list-style: none;
			padding: 0;
			position: relative;
			box-sizing: border-box;
		}

		.show-mobile ul.navbar-nav {
			padding-top: 5px;
		}

		.show-mobile .navbar-menu .navbar-nav > li > a:hover {
			color: #0068a0;
		}

		.show-mobile .navbar-nav > li > a {
			padding-top: 8px;
			padding-bottom: 8px;
			line-height: 20px;
		}

		.show-mobile .navbar-nav > li {
			border-bottom: 1px solid #0068a0;
		}

			.show-mobile .navbar-nav > li:last-child {
				border-bottom: none;
			}

		.show-mobile .navbar-menu .navbar-nav > li > a:focus, .show-mobile .navbar-menu .navbar-nav > li > a:hover {
			color: #0068a0 !important;
		}
}

.navbar-brand {
	padding: 15px 15px 0 5px;
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar {
	margin-bottom: 0;
}

.carousel-control {
	width: 5%;
}

	.carousel-control.left, .carousel-control.right {
		background-image: none;
		opacity: 0;
	}

		.carousel-control.left:hover, .carousel-control.right:hover {
			opacity: 1;
			-webkit-transition: 200ms all ease;
			-o-transition: 200ms all ease;
			transition: 200ms all ease;
		}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	border: 2px solid #cccccc;
	border-radius: 10px;
	padding: 3px;
	margin: 5px auto 0 auto;
	width: 1170px;
}


.panel-title {
	margin-bottom: .75rem;
}

.fa-award:before {
	content: "\f559";
}


.carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	/*transition: 1.5s ease;
    opacity: 0;*/
	color: white;
	/*padding: 30px;*/
	text-align: center;
	cursor: pointer;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

	.carousel-caption:hover {
		/*opacity: 1;
        cursor: pointer;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;*/
	}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.ttf);
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        text-align: right;
        padding:0 15px 5px 0;
    }
        .carousel-caption h3, .carousel-caption h6 {
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .carousel-caption h3 {
            font-size:12px;
        }

        .carousel-caption h6{
            font-size: 10px;
        }
}

