@font-face {
  font-family: 'Arvo-Bold';
  src: url("././fonts/Arvo-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arvo-Regular';
  src: url("././fonts/Arvo-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Light';
  src: url("././fonts/RobotoSlab-Light.ttf");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto-Medium';
  src: url("././fonts/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Italic';
  src: url("././fonts/Roboto-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("././fonts/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url("././fonts/Roboto-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Ubuntu-R';
  src: url("././fonts/Ubuntu-R.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-L';
  src: url("././fonts/Ubuntu-L.ttf");
  font-weight: normal;
  font-style: normal;
}



body, html {
	font-family: 'Roboto-Medium','Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	/*color: #777;*/
	width: 100% !important;
	height: 100% !important;
}

img {
  vertical-align: middle;
  width: 100% !important;
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 27px;
	font-weight: 600;
	/*margin: 0;*/
	color: #555;
	
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	padding : 0;
	text-align : left;
	font-family : 'Ubuntu-L';
	font-size : 20px;
	margin-bottom:15px;
}
a {
	color: #337ab7;/*#754747;*/
}
a:hover, a:focus {
	text-decoration: none;
	color: #fd0304;/*#F4D03F;*/
}
ul, ol {
	list-style: none;
}

img.logo-kbr {
	max-width : 50px;
}

.no-padding {
	padding: 0 !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 5px;
	border-bottom: 0;
	letter-spacing: 0;
	/*background: #333;*/
	background:rgba(0,0,0,0.8);
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #E75926;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #E75926;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	/*color: #fff;*/
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	/*background: url(../img/intro-bg.jpg) no-repeat center center fixed;*/
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: bottom;
}
#intro .intro-body H1 {
	font-size: 60px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	/*color: #E75926;
	text-shadow: 0 4px #a13e1a;*/
	color: #fff;
	text-shadow: 0 4px #000;
	
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

#intro .title-art {
	padding : 10px;
	background-color : rgba(10, 10, 10, .5);
	border-radius:10px 10px 0 0;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
	text-shadow: 2px 2px 4px #000000;
}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
 
/* Paragraph Section */
#paragraph {
	width: 100%;
	height: auto;
	background: #f6f6f6;
	/*
	padding: 150px 0;
	width: 100%;
	height: auto;*/
	
}
#paragraph .paragraph-text {
	margin-left: 10px;
}

#paragraph .text-center {
	padding : 10px;
	background-color : rgba(10, 10, 10, .5);
	border-radius:10px 10px;
}

#paragraph h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 48px;
	/*line-height: 600px;*/
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 2.7em;
}

#paragraph h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 2.7em;
	/*line-height: 600px;*/
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
}

.aside-caption {
	padding-right:10px;
	padding-left:10px;
}

.aside-caption p {
	font-style :italic;
	font-size:14px;
}
.aside-date {
	/*padding-top : 10px;*/
	margin-top:40px
}

.aside-date p {
	font-weight:700;
}

.module {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Section Quote */
.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px;left: -7px;font-size: 3em;color:rgba(193,7,7,0.5);}
.quote > small {display: inline-block; margin-left:50px;opacity: 0.7;font-size: 1em;float:right;}
.quote > p {margin-left:50px;font-size: 1.5em; font-family:'Roboto-Italic';}

/* Text Content Section */
#content-text {
	padding: 5px 0;
	/*background: #f6f6f6;*/
}
#content-text.about-text {
	margin-left: 10px;
}
#content-textt H4 {
	font-size: 20px;
}
#content-text li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#content-text li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#content-text i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
/*#content-text img {
	margin-top: 20px;
}*/
#content-text p {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:7%;
	margin-right:5%;
	max-width : 80%;
	
}

#content-text p img {
	width : 100% !important;
	margin-top: 20px;
	display: block;
    margin: 0 auto;
}





/* Audio Section */
#section-audio {
	background: #f6f6f6;
}
.audio {
	position:relative;
}

.audio small {
	float : right;
	font-size : 14px;
	font-style :italic;
}

/* Video Section */
#section-video {
	background: #f6f6f6;
}
.video {
	position:relative;
	padding-bottom:61.51%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:10%;
	right:10%;
	width:80%;
	height:80%;
}

.video small {
	float : right;
	font-size : 14px;
	font-style :italic;
}

/* TEXT FOOTER */
.content-footer {
	padding-bottom : 40px;
}

.container > hr.footer-hr{
	height: 1px;
	width:100%;
	background: #777;
}

/* Share Medsos */

@media (max-width: 312px) {
	.share {
		z-index: 4;
	}

	.share {
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 10px;
		background: #eee;
		position: fixed;
		text-align: center;
		
	}
}

@media (min-width: 787px) {
	.share > a.wa {
		display: inline-block;
		height: 30px;
		width: 30px;
		color: #fff;
		text-align: center;
		padding:5px;
		border-radius : 20px;
		cursor: pointer;
		margin-left : 10px;
		display:none;
	}
}

.share {
	padding : 5px;
	/*margin-left : 5px;*/
	/*float:left;*/
}

.share > a {
	display: inline-block;
	height: 30px;
    width: 30px;
	color: #fff;
	text-align: center;
	padding:5px;
	border-radius : 20px;
	cursor: pointer;
	margin-left : 10px;
}


.facebook {
	background-color :#006eb3;font-size: 1.2em;
	/*padding : 10px;
	font-size : 14px;*/
}

.twitter {
	background-color :#00ccff;
	font-size: 1.2em;
}

.google_plus {
	background-color :#dd4b39;
	font-size: 1.2em;
}

.whatsapp {
	background-color :#07d61a;
	font-size: 1.2em;
}


table{
	border:none;
}

table td {
	padding : 5px;
	vertical-align : top;
}

/*
.video-container {
	position:relative;
	padding-bottom:61.51%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/