@charset "UTF-8";
/* CSS Document */

body, html {
	width:100%;
	height: 100%;
}
body {
	padding-top: 120px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	background-color: #fff;
	white-space: normal;
	    letter-spacing: 0.5px;
}

.row
{padding:10px 0px;}

/*intro */

.intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	color: #fff;
	background: url('../img/fullslide/cover5.jpg') no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-bottom: 100px;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.covers {
	margin:140px 60px;

}

.covers img {
	margin-bottom: 20px;
	
	max-height:750px;
	
	
}
.covers h3 {
	color: rgba(129,129,129,1.00);
	    font-size: 28px;
	margin-bottom: 5px;
}
.covers p {
	margin-bottom: 40px;
}
.covers .row {
	margin-bottom: 40px;
}
/*.covers h4 {text-transform:uppercase; font-size:20px; line-height:22px}*/

section {
	margin: 50px 0px; 
	opacity:0;
}

section .container-fluid {padding:0px 30px;}

.bgblk {background-color:#000000;}


/*--------------------------Carousel controls */

.headerTitle {
	margin-top: 10%;
	padding-left:70px;
}
.carousel-inner img {

}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 



.carousel-inner img {
	width: auto;
	max-height:750px;
	object-fit:scale-down;
  margin: auto;

}
.carousel-control {
	top: calc(50% - 50px);
	width: auto;
	height: 1em;
	background: transparent;
}
.carousel-control.right, .carousel-control.left {
	background: none;
	background-image: none !important;
	color: #FD6A00;
margin:-15px;
}
.container-fluid .carousel-control.right, .container-fluid .carousel-control.left
{margin:-20px; /*used to be 0px*/
}

.carousel-control {
	vertical-align: middle;
}
.carousel-caption {
	position: relative;
	bottom: 0px;
	left: 0;
	z-index: 10;
	padding: 10px 0px;
	color: #606060;
	text-align: left;
	text-shadow: none;
}



/*+++++++++++++++++++NAV+++++++++++++++++++++*/
ul, ol {
	list-style: none;
}
.breadcrumb {
	margin-top:20px;
     background-color: #FFFFFF;
    border-radius: 0px;
		border-bottom: 1px solid #666666;
			border-top: 1px solid #666666;
			text-transform:uppercase;

}

/*MISC*/
hr {
	border-top: 1px dotted #031956;
	/*margin: 20px 0px;*/
}
.internal-nav
{position:fixed;
bottom:0;
background-color:#eee;
padding-right:125px;
}
.internal-nav a {
	margin: 0px;
	text-transform:uppercase;
	float: left;
	color: #666;
}
.internal-nav i.fa.fa-chevron-circle-up
{padding:0px 10px 0px 0px;}
.internal-nav hr
{margin:10px 0px;
}


.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
   padding:0px;
    background-color: transparent;
    border-color: transparent;
}

.panel-body {padding:0px;}

.collapsing {
    transition: height 0.9s;
}
.invert-colors{
    background-color: #000000;
color:#C8C8C8;
 -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
	
}
.invert-colors *{color:#E6E6E6;}
.invert-colors hr{border-top: 1px dotted #4B4B4B;}
.invert-colors .internal-nav {background-color:#000000;}
.invert-colors .navbar {
	background-color: transparent;
	color:#C8C8C8;
	 -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.invert-colors .navbar-brand {color:rgba(200,200,200,1.00);}
.invert-colors .dropdown-menu{background-color:#333;}
.invert-colors .navbar-toggle {background-color:#333;}
.invert-colors  .navbar-header {background-color:#000000;}
.invert-colors a {color:#FFBA00;}

#bio {margin-top:50px;}
#bio li {list-style-type: circle; margin-bottom:10px;}


[class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
.portfo-grid .row {
	margin-right: -35px;
	margin-left: -35px;
}
.portfo-title2 {
	/*padding-left: 40px;
	margin-bottom: 20px;*/
}
.portfo-title1 {
	padding-left: 20px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.portfo-grid {
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.portfo-grid img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;/* object-position: 50% 50%; */
}
.thumbimgs {
	height: 250px !important;
}
.link1 {
     background-color: rgba(27,44,92,1.00);
    padding: 5px;
    color: #fff;
    margin-right: 10px;
	
}

.link1 a {color:#fff;}
#cats .col-xs-6 {padding: 20px 40px;}
