/* Add here all your CSS customizations */
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
 }
 
 @font-face {
  font-family: UTMBebas;
  src: url(fonts/UTMBEBAS.TTF);
 }
 .fontUTM {
     font-family: UTMBebas;
 }
 
 #header .header-body  {
     background: transparent url("../img/backgrounds/header.png") no-repeat top center; 
 }
    
 @media (min-width: 768px) {
     #header .header-container 
     {
         background: transparent url("../img/backgrounds/header-master.png") no-repeat top center; 
     }
 }   
 @media (max-width: 1024px)   {
     .hidden1024{ display: none;}
 }

.search-toggle{height: 30px;}
.search-toggle input[type="text"] {
    width: 255px;
    height: 30px;
    bottom: 0;
    right: 40px;
    z-index: 0;
    background-color: #e7e7e7;
    color: #a5a5a5;
    border: 0;
    padding: 0 10px;
    position: absolute;
}
.search-toggle input[type="submit"]{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 30px;
    z-index: 1;
    background: #006caf;
    border: 0;
    cursor: pointer;
}
.search-toggle i {    
    position: absolute;
    bottom: 7px;
    right: 12px;
    z-index: 2;
    color: #ffffff;
    font-size: 15px;
}  

.background-img-gradient {
    background: transparent url("../img/bg-menu.png") repeat top left; 
}  

.relative {
    position: relative;
}

h3.hr:before {
    content: '';
    display: flex;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 10%;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: #dddddd;
}
.border-bottom5{ border-bottom: 5px solid #e5e5e5;}
.border-bottom5:hover{ border-bottom-color: #cce6ff;}
.img-responsive{ width: 100%;}
    
#header .header-container:after{ border-bottom: 0 none !important;}
#header .header-nav.header-nav-border-top:before{ border-top: 0 none !important;}
.header-container-nav{ min-height: 40px !important;}
.background-color-primary-gradient{ background: linear-gradient(#166891, #0c517c); background-color: #0c517c;}
.section-xs{ padding: 1rem 0;}
.display-block{ display: block !important;}
.timeline-home .timeline-body {
    padding-bottom: 30px;
    padding-bottom: 2rem;
}
.timeline-home .timeline-box.right {
    margin-bottom: 27.2px;
    margin-bottom: 1.7rem;
    margin-top: auto !important;
}
.timeline-home:after {
	background-color: #b5b5b5;
	/* background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #b5b5b5), color-stop(92%, #b5b5b5), to(rgba(80, 80, 80, 0)));
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #b5b5b5 8%, #b5b5b5 92%, rgba(80, 80, 80, 0) 100%); */
	content: "";
	display: block;
	height: 90% !important;
	left: 0% !important;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=20);
	opacity: 0.2 !important;
}
.timeline-home .timeline-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90% !important;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 20px 10px 10px 10px;
    padding: 32px;
    padding: 1rem;
    z-index: 1;
    margin-bottom: -80px;
    margin-bottom: -5rem;
    background: #FFF;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.timeline-home .timeline-box.right:before {
    background: #e09545;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: 0% !important;
    margin-top: -20px !important;
    width: 14px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.timeline .timeline-box.right:before {
    background: #e09545;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-top: 66px;
    width: 14px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.timeline .timeline-box.left:before {
    background: #e09545;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-top: 66px;
    width: 14px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.line-height-md{ line-height: 3;}
.line-height-xs{ line-height: 1.8;}
.particles-counter{ transform: none !important;}
.footer-copyright{ background: linear-gradient(#eaf0f4, #eaf0f4) !important; background-color: #eaf0f4 !important;}
.footer-copyright p{ font-size: 1em;line-height: 1.2;}
.dev{ background-color: #006caf;}

.dropdown-menu{ border-radius: 0 !important;}

.header-nav-main-link.collapse {
    display:block !important;
    position: absolute;
    top:100px;
    right: 0;
}

.pagging{ list-style: none;padding: 0;}
.pagging li{ float: left;border: 1px solid #e1e1e1;border-radius: 5px;}
.pagging li.active{ border-color: #1874a7;background-color: #1874a7;}
.pagging li.active a{color: #fff !important;}

.card, .card-header{ border: 0 !important;}
.custom-border-radius-small{ border-radius: 4px;}
.no-border{ border: 0;}


ul.nav-icon li{ position: relative;    display: block;}
ul.nav-icon li i{ font-size: 0.7em;}
@media (min-width: 992px) {
	.header-nav-main-link {
		margin: 0;
	}
	.header-nav-main-link nav > ul > li:hover > a > span {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	.header-nav-main-link nav > ul > li > a {
		font-size: 25px;
		padding: 10px;
		perspective: 770px;
	}
	.header-nav-main-link nav > ul > li > a:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 102%;
		background: #1874a7;
		z-index: -1;
	}
	.header-nav-main-link nav > ul > li > a > span {
		position: absolute;
		top: 0;
		right: 114.5%;
		background: #1874a7;
		padding: 0 25px;
		height: 100%;
		line-height: 2.5;
		white-space: nowrap;
		font-size: 14px;
		z-index: -2;
		-webkit-transition: ease transform 300ms;
		-moz-transition: ease transform 300ms;
		transition: ease transform 300ms;
		-webkit-transform-origin: 108% 0%;
		-moz-transform-origin: 108% 0%;
		-ms-transform-origin: 108% 0%;
		-o-transform-origin: 108% 0%;
		transform-origin: 108% 0%;
		-webkit-transform: rotateY(-103deg);
		-moz-transform: rotateY(-103deg);
		-ms-transform: rotateY(-103deg);
		-o-transform: rotateY(-103deg);
		transform: rotateY(-103deg);
	}
	.header-nav-main-link nav > ul > li > a > span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -4px;
		padding: 10px;
		background: #1874a7;
		z-index: -1;
		-webkit-transform: translate(0, -50%) rotate(45deg);
		-moz-transform: translate(0, -50%) rotate(45deg);
		-ms-transform: translate(0, -50%) rotate(45deg);
		-o-transform: translate(0, -50%) rotate(45deg);
		transform: translate(0, -50%) rotate(45deg);
	}
}
@media (min-width: 992px) and (max-width: 1281px) 
{
	.header-nav-main-link nav > ul > li > a {
		padding: 10px;
		perspective: 450px;
	}
	.header-nav-main-link nav > ul > li > a > span {
		line-height: 3;
	}
}
@media (max-width: 991px) 
{    
	.header-nav-main-link {
		position: absolute;
		right: 0px;
		top: 77px;
		overflow: hidden;
	}
	.header-nav-main-link nav > ul > li {
		border: none;
	}
	.header-nav-main-link nav > ul > li > a {
		font-size: 1.7em;
		margin: 0;
		padding: 10px;
	}
	.header-nav-main-link nav > ul > li > a > span {
		display: none;
	}
}

/*Fix image to 16/9*/
.image-16by9 {
  position: relative !important;
  padding-bottom: 56.2% !important;
}

.image-4by3 {
  position: relative !important;
  padding-bottom: 75% !important;
}


.image-4by3 img, .image-16by9 img {
  position: absolute !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

a {
 	color:#006caf
}

.cptpp-content
{
	text-align:justify;
}

.cptpp-content ul li
{
	color:#2c2c2c
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}



.post-date {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 10px;
	text-align: center;
}

.post-date .month {
	background: #CCC;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFF;
	font-size: 0.9em;
	padding: 0 10px 2px;
}

.post-date .day {
	background: #F4F4F4;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: bold;
	padding: 10px;
}

.post-content {
	float:left;
}

#header .header-logo img {
   	max-width:100%;
	height:100% !important
}

#header .header-container {
  	min-height:inherit !important
}
