@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 
body {
	font-family: 'Lato', sans-serif;
	/*background: #b5b5b5;*/
	background: rgb(181,181,181);
background: linear-gradient(300deg, rgba(181,181,181,1) 0%, rgba(149,149,149,1) 100%);
}

/*#body-bg {
	background-image: url('../img/site-bg.jpg');
	background-size: cover;
	background-repeat:no-repeat;
}*/

h3 {
	font-size: 1.15rem;
	font-family: 'Lato', sans-serif;
}

i {
	font-size: 2rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		margin-right: 0.4375rem;
		}

	.exp1, .exp2 {
		width: 40.66667% !important;
	}

	.contact {
		width: 18.66667% !important;
	}

}

::selection {
  background: #bcbcbc;
}

::-moz-selection {
  background: #bcbcbc;
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/load1.jpg') 50% 50% no-repeat rgb(249,249,249);
}

.secondary-btn-c {
    padding: .4rem 1rem;
    color: #246862;
    border: 2px solid #246862;
    font-weight: 800;
}

.tab-bin a:hover {
    color: #fff;
    background-color: #246862;
    transition: .5s ease;
}

/* Login bg ---------------------- */

.login-bg {
	width: 100%;
	height: 100%;
	background: url('../img/login-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}

.login-bin {
	background: #fff;
	padding: 4rem 5rem;
	margin: auto;
	width: 40rem;
	position: relative;
	top: 20%;
	border: 1px solid #cfcfcf;
}

.login-bin p {
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	font-size: .68rem;
	font-weight: 700;
	margin: 0 0 .1rem 0;
	padding: 0 0 0 .15rem;
}

.login-bin input {
	border-radius: 7px;
}

.login-btn a {
	transition: .3s ease;
}

.login-btn a:hover {
	background: #f6f6f6;
	background-image: url('../img/tech-bg-v2.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.login-footnote {
	height: auto;
	background: #ffeec2;
	margin: 2.3rem 0 0 0 !important;
	border-radius: 20rem;
	text-align: left;
	padding: .5rem 3rem 0.005rem 3rem;
	margin: auto;
}

.login-footnote p {
	font-size: .77rem;
	line-height: 1rem;
	margin-bottom: .5rem;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-weight: 600;
	font-style: italic
}

.login-footnote i {
	font-size: .85rem;
	padding-right: .3rem;
}

/* Mobile nav ------------------------ */

.mobile-toggle {
	/*height: 70px;*/
	width: 100%;
	background: #313553;
	position: fixed;
	z-index: 99;
}

.mobile-toggle h2 {
	color: #fff;
	font-size: 1.2rem;
	padding: 1.2rem 0 .5rem 1.5rem;
	border-bottom: 1px solid rgb(36, 40, 68);
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.mobile-toggle p {
	color: #fff;
	padding: .3rem 0 .7rem 1.5rem;
	font-weight: 300;
	margin-bottom: 0;
	font-size: .9rem;
	/*background-image: url('../img/side-bg.png');
	background-size: cover;
	background-repeat:no-repeat;*/
}

.mobile-bin {
	background: rgb(36, 40, 68);
	transition: .3s ease;
	cursor: pointer;
}

/* Toggle Styles ----------------------- */ 

.toggle-display {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/pop-bg.png') repeat;
	display: none;
}

#skills p {
	margin: .35rem 0 .15rem 0;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 500;
}

.toggle-display i {
	color: #bcbcbc;
	transition: .3s ease;
	cursor: pointer;
	margin-bottom: .2rem;
}

.toggle-display i:hover {
	color: #256c5f;
}

.toggle-title h3 {
	font-size: 1.3rem;
	padding-left: 1rem;
	font-weight: 700;
	margin-bottom: .2rem;
	color: #a7a7a7;
}

.toggle-bin {
	background: #fff;
	max-width: 1000px;
	padding: 3rem 2rem 2rem 2rem;
	margin: auto;
	position: relative;
	top: 20%;
	border: 1px solid #cdcdcd;
}

.close-bin {
	text-align: right;
}

.bar {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

.toggle-cell {
	padding: 2rem 1.2rem 1.2rem 1.2rem;
}

.contact-cell {
	padding: 2.5rem;
}

.contact-cell h3 {
	color: #256c5f;
	font-weight: 600;
	font-family: 'Orbitron', sans-serif;
}

.contact-cell span {
	color: #256c5f;
	font-weight: 600;
}

.toggle-title {
	border-bottom: 1px solid #cfcfcf;
}

.portrait-cell {
	background-image: url('../img/portrait-v2.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	display: block;
	height: 17.6rem;
}

#contact-pop p {
	font-family: 'Lato', sans-serif;
	font-size: .9rem;
	line-height: 1.3rem;
}

/* END Toggle Styles ----------------------- */ 

.main-bg {
	background: #fff;
	height: 56.9rem;
	margin: auto;
	max-width: 90rem;
	position: relative;
	top: 2.8rem;
}

.content-bg {
	height: 62.5rem;
}

.side-bar {
	background: #313553;
	height: 106.5%;
	position: relative;
	top: -45;
	width: 23.55% !important;
	z-index: 2;
	overflow: hidden;
}

.portrait {
	background-image: url('../img/portrait-v2.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	display: block;
	height: 17.6rem;
}

.portrait h1 {
	text-align: center;
	font-size: 1.5rem;
	padding-top: 15rem;
	color: #fff;
}

.title-area {
	height: 4.2rem;
	background-image: url('../img/side-bg.png');
	background-size:contain;
	background-repeat:no-repeat;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding-top: .6rem;
	letter-spacing: .05px;
}

.title-area h3 {
	font-weight: 300;
}

.menu-area {
	width: 100%;
	display: block;
	text-align: center;
	height: 4.8rem;
	padding: .6rem 0rem 1rem 0rem;
	border-bottom: 1px solid rgb(36, 40, 68);
}

.main-nav {
	height: 2rem;
	cursor: pointer;
	border: 1px solid #313553;
	transition: 0.5s ease;
	width: 8.45rem;
	margin: auto;
}

.nav-icon {
	background: #242844;
	width: 100%;
	height: 100%;
	transition: 0.5s ease;
}

/*----- nav classes ------*/

.icon-bin {
    margin: 0;
    padding: 0;
}

#nav-icon2 {
    width: 2rem;
    height: 20px;
    position: relative;
    margin: .38rem auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    pointer-events: none;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 0;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
  height: 4px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 8px;
  height: 1px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 13px;
  height: 4px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 2px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 2px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 12px;
}

#nav-icon2.open span:nth-child(6) {
  left: 13px;
  top: 12px;
}

/* start nav-icon3 */

#nav-icon3 {
	top: 1.75rem;
    width: 2rem;
    height: 20px;
    position: relative;
    margin: .38rem auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    pointer-events: none;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(even) {
  left: 50%;
  border-radius: 0;
}

#nav-icon3 span:nth-child(odd) {
  left:0px;
  border-radius: 0;
}

#nav-icon3 span:nth-child(1), #nav-icon3 span:nth-child(2) {
  top: 0px;
  height: 4px;
}

#nav-icon3 span:nth-child(3), #nav-icon3 span:nth-child(4) {
  top: 8px;
  height: 1px;
}

#nav-icon3 span:nth-child(5), #nav-icon3 span:nth-child(6) {
  top: 13px;
  height: 4px;
}

#nav-icon3.open span:nth-child(1),#nav-icon3.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(1) {
  left: 3px;
  top: 2px;
}

#nav-icon3.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 2px;
}

#nav-icon3.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon3.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon3.open span:nth-child(5) {
  left: 3px;
  top: 12px;
}

#nav-icon3.open span:nth-child(6) {
  left: 13px;
  top: 12px;
}

.side-menu2 {
	text-align: center;
	background: #242844;
	border-top: 2px solid #256c5f;
	border-bottom: 2px solid #256c5f;
}

.side-menu2 i {
	font-size: 1rem;
	padding: .5rem .3rem 0 0;
}

.side-menu2 a {
	display: block;
	padding: .5rem 0 .6rem 0;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	border-bottom: 2px solid #313553;
	transition: .3s ease;
}

.side-menu2 a:last-child {
	border-bottom: none;
}

.side-menu2 a:hover {
	background: #256c5f;
}


/* end nav-icon3 */

.nav-title {
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	background-image: url('../img/menu-bg.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.nav-title p {
	margin-bottom: 0;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 5px;
	font-size: .9rem;
	padding-top: .15rem;
}

.side-menu {
	text-align: center;
	background: #242844;
	border-top: 2px solid #256c5f;
	border-bottom: 2px solid #256c5f;
}

.side-menu i {
	font-size: 1rem;
	padding: .5rem .3rem 0 0;
}

.side-menu a {
	display: block;
	padding: .5rem 0 .6rem 0;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	border-bottom: 2px solid #313553;
	transition: .3s ease;
}

.side-menu a:last-child {
	border-bottom: none;
}

.side-menu a:hover {
	background: #256c5f;
}

.highlights {
	text-align: center;
	padding: 1.1rem 2.1rem 1.9rem 2rem;
	background: #313553;
	background-image: url('../img/side-low-bg.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: bottom;
	overflow: auto;
}

.highlights h3 {
	font-weight: 600;
	font-size: 1.1rem;
	color: #7ddc21;
	line-height: 1.25rem;
	padding-top: 1.2rem;
}

.highlights p {
	color: #fff;
	font-size: .9rem;
	line-height: 1.2rem;
	font-weight: 300;
}

.side-spacer {
	height: 10em;
	background: #262a47;
	/*background-image: url('../img/blue-diag.jpg');
	background-repeat: repeat;*/
	border-top: 1px solid #256c5f;
}

.content-area {
	width: 76.45% !important;
	position: absolute;
	right: 0;
	height: 100%;
	-webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
	transition: .3s ease;
}

.cta-section {
	/*height: 32rem;*/
	padding: 7.8rem 0rem 9.2rem 3rem;
	-webkit-box-shadow: 0px 12px 14px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 12px 14px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 12px 14px -8px rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 2;
	background: #fff;
	transition: .3s ease;
}

.c-placer {
	margin: auto;
}

.callouts {
	background-image: url('../img/cta-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 6.5rem;
	border-radius: 20px;
	width: 18.65rem;
	margin: 0 1.2rem 1rem 0;
}

.callouts p {
	text-align: right;
	padding: 1.7rem 2.1rem 0 0;
	text-transform: uppercase;
	color: #818181;
	font-weight: 600;
	margin-bottom: .1rem;
	line-height: 1.1rem;
	font-size: .95rem;
	transition: 0.5s ease;
}

.callouts img {
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.test1 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

.test2 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

.test3 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

.test4 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

.test5 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

.test6 {
	border-radius: 20px;
	transition: 0.5s ease;
	height: 6.5rem;
}

#c-1 img {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

#c-2 img {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

#c-3 img {
	opacity: .42;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

#c-4 img {
	opacity: .48;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

#c-5 img {
	opacity: .52;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

#c-6 img {
	opacity: .58;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	width: 140;
  	height: auto;
  	transition: 0.5s ease;
}

.lower-cta {
	padding-top: 1.2rem;
}

.g-bar1 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.g-bar2 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.g-bar3 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.g-bar4 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.g-bar5 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.g-bar6 {
	width: 2.3rem;
	height: 2px;
	background: #7ddc21;
	float: right;
	margin-right: 2.1rem;
	transition: 0.5s ease;
}

.stats {
	height: 15.4rem;
	border-bottom: 1px #b0b0b0 solid;
	z-index: 1;
}

.h-stats {
    width: 100%;
    height: 100%;
    padding: 1.2rem;
}

.hp-stats {
    width: 100%;
    height: 100%;
    padding: 1.2rem;
}

.stat-bars {
    padding: 1.5rem 0 0 1.8rem;
    /*width: 44.66667% !important;*/
}

.hp-stats p {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    font-size: .68rem;
    font-weight: 700;
}

.h-stats p {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    font-size: .68rem;
    font-weight: 700;
}

.bar-border {
    border-radius: 500px;
    border: 1px solid #313553;
    height: 8px;
    width: 100%;
    margin-bottom: .5rem;
    background-image: url('../img/diag-bg.png');
    background-size: cover;
	background-repeat: no-repeat;
}

#bar-1 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

#bar-2 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

#bar-3 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

#bar-4 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

#bar-5 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

#bar-6 {
    border-radius: 500px;
    margin: 0;
    background: rgb(49,57,116);
    background: linear-gradient(90deg, rgba(49,57,116,1) 0%, rgba(35,106,97,1) 50%, rgba(101,153,51,1) 100%);
    height: 100%;
    width: 2%;
    transition: 0.5s ease;
}

.graph {
    padding: 1.5rem;
    background-image: url('../img/test-bg-v2.png');
    background-repeat: no-repeat;
    background-position: center;
    /*width: 52% !important;*/
}

.shape-container {
    border: 1px solid #cfcfcf;
    border-radius: 1000px;
    height: 10rem;
    width: 10rem;
    margin: auto;
}

.poly {
    width: 10rem; 
    height: 10rem; 
    shape-outside: polygon(50% 40%, 60% 48%, 58% 59%, 42% 59%, 40% 48%);
    margin: auto;
    margin-top: 0%;
    transition: 0.5s ease;
}

.poly img {
    -webkit-clip-path: polygon(50% 40%, 60% 48%, 58% 59%, 42% 59%, 40% 48%);
    clip-path: polygon(50% 40%, 60% 48%, 58% 59%, 42% 59%, 40% 48%);
    text-align: center;
    transition: 0.5s ease;
    width: 10rem; 
    height: 10rem;
    user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.poly-obj {
    opacity: 0;
}

.stat-specs {
	border-left: 1px solid #cfcfcf;
	text-align: center;
	padding: 3.2rem 1.6rem 0 1.6rem;
}

.stat-specs a {
	transition: .3s ease;
}

.stat-specs a:hover {
	background: #f6f6f6;
	background-image: url('../img/tech-bg-v2.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.stat-specs h4 {
	font-size: .9rem;
	font-family: 'Orbitron', sans-serif;
	color: #313553;
	line-height: 1.42rem;
	font-weight: 500;
}

.t-skills {

}

.spec-test {
	border-radius: 20px;
	padding: .8rem 2.9rem .9rem 2.9rem;
	background-image: url('../img/tech-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: .5rem;
	border: 1px solid #cfcfcf;
	font-size: .8rem;
	cursor: pointer;
	transition: 0.5s ease;
}

.spec-test i {
	font-size: 1.3rem;
	position: relative;
	top: 4;
	padding-right: .3rem;
}

.spec-btn {
	text-transform: uppercase;
	color: #999999;
	cursor: pointer;
	font-weight: 800;
	margin-top: 1.3rem;
}

.spec-btn img {
	width: 25px;
	margin-right: 5px;
	margin-top: -4px;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	transition: 0.5s ease;
}

.hp-btm {
	height: 9.5rem;
	background: #ebebeb;
}

.contact {
	height: auto;
	text-align: center;
	padding: 2.8rem 0 0 1rem;
	font-family: 'Orbitron', 'sans-serif';
	font-size: .8rem;
	font-weight: 500;
	background: #fff;
	cursor: pointer;
}

.contact p {
	margin-bottom: .5rem;
	color: #999;
	line-height: 1rem;
	transition: 0.3s ease;
}

.contact i {
	color: #9d9d9d;
	transition: 0.3s ease;
	/*animation: updown 2s ease infinite;*/
}

@keyframes downup {
  0% {
    transform: translateY(-10%);
  }

  50% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(-10%);
  }
}

.exp1, .exp2 {
	background-color: #ebebeb;
	font-size: .77rem;
	height: 100%;
}

.exp1 {
	background-image: url('../img/foot-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.exp1 p {
	line-height: 1.17rem;
	padding: 1.9rem 0 .9rem 4.2rem;
}

.exp1 span, .exp2 span, .overview-txt span {
	color: #246862;
	font-weight: 800;
}

.exp2 p {
	line-height: 1.17rem;
	padding: 1.9rem 2.5rem .9rem 1.3rem;
}

/* Content Pages */

.content-bar {
	height: 107%;
}

.content-section {

}

.content-section h1 {
	font-size: 1.5rem;
	color: #999999;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 4.1rem 0 .4rem 2rem;
}

.content-spacer {
	height: 4rem;
}

.sample-bin {
	padding: 0 2rem 1.5rem 2rem;
}

.img-bin {
	height: 30.4rem;
	padding-bottom: 1.5rem;
	filter: grayscale(1);
	transition: 1s ease;
	opacity: .6;
}

.sample {
	height: 15em;
	background: #eee;
	width: 32.7% !important;
	margin: 0 .2rem .2rem 0;
	text-align: center;
	border: 1px solid #d8d8d8;
}

.sample div {
	opacity: 0;
	transition: .3s ease;
}

.sample-wrap {
	height: 100%;
	width: 100%;
	background: rgba(49, 53, 83, .5);
	/*border: 3px solid #7ddc21;*/
}

.sample-wrap div {
	position: relative;
	top: 33%;
}

.sample-wrap h1 {
	padding: 0 1.5rem;
}

.sample h3 {
/*	font-family: 'Orbitron', sans-serif;*/
	color: #fff;
	padding: 0 1.5rem;
/*	text-transform: uppercase;*/
}

.sample i {
	color: #fff;
}

#u-1 {
	background-image: url('../img/ux-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-2 {
	background-image: url('../img/niche-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-3 {
	background-image: url('../img/el-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-4 {
	background-image: url('../img/wd-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-5 {
	background-image: url('../img/product-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-6 {
	background-image: url('../img/6.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-7 {
	background-image: url('../img/ecom-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-8 {
	background-image: url('../img/niche-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-9 {
	background-image: url('../img/land-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-10 {
	background-image: url('../img/insurance-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-11 {
	background-image: url('../img/auto-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .5;
}

#u-12 {
	background-image: url('../img/klp-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .75;
}

#u-13 {
	background-image: url('../img/p1s-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .75;
}

#u-14 {
	background-image: url('../img/42s-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .6;
}

#u-15 {
	background-image: url('../img/ulb-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
	opacity: .75;
}

#u-16 {
	background-image: url('../img/placehold-thumb.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-17 {
	background-image: url('../img/wd-department.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-18 {
	background-image: url('../img/wd-cart.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-19 {
	background-image: url('../img/wd-details.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-20 {
	background-image: url('../img/wd-listing.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

#u-21 {
	background-image: url('../img/wd-mobile.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	filter: grayscale(1);
	transition: .3s ease;
}

.overview {
	padding: 2rem 2rem 0 3rem;
	background: #fff;
	font-size: .77rem;
}

.overview h3 {
	text-align: center;
}

.overview-txt p {
	padding: 0 1.5rem 0 2rem;
	line-height: 1rem;
}

.footnote {
	height: auto;
	background: #ffeec2;
	margin: .5rem 0 0 0 !important;
	border-radius: 1.5rem;
	text-align: center;
	padding: .5rem 3rem 0 3rem;
	margin: auto;
	z-index: 2;
}

.footnote p {
	font-size: .77rem;
	line-height: 1rem;
	margin-bottom: .5rem;
}

.footnote i {
	font-size: .85rem;
	padding-right: .3rem;
}

.content-header {
	background-image: url('../img/content-header.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.content-header a {
	color: #bcbcbc;
	position: relative;
	top: 66;
	transition: .3s ease;
}

.content-header a:hover {
	color: rgb(37, 108, 95);
}

/* Media Queries */

@media screen and (max-width: 1434px) {
	.cta-section {
		padding: 7rem 0rem 8rem 3rem;
	}
	.site-bg {
		padding-right: 2rem;
	}
	.hp-btm {
		height: auto;
	}
	.contact {
		background: #fff;
		padding: 3.3rem 0 0 1rem;
	}
	.main-bg {
		height: 55.9rem;
	}
}

/*@media screen and (max-width: 1380px) {
	.side-bar {
		height: ;
	}
}*/

@media screen and (max-width: 1399px) {
	.side-bar {
		height: auto;
		max-height: 125%;
	}
}

@media screen and (max-width: 1348px) {
	.cta-section {
		padding: 7rem 0rem 8rem 3rem;
	}
}

@media screen and (max-width: 1257px) {
	.side-bar {
		width: 24.55% !important;
	}
	.highlights {
		padding: 1.4rem 1rem 1.9rem 1rem;
	}
	.content-area {
		width: 75.45% !important;
		height: auto !important;
	}
	.contact {
		background: #fff;
		padding: 4rem 0 0 1rem;
	}
	.graph {
		display: none;
	}
	.stat-bars {
		width: 90% !important;
	}
	.overview-txt {
		width: 58.66667% !important;
	}
	.overview-txt p {
		padding: 0 1.5rem 0 0;
	}
}

@media screen and (max-width: 1155px) {
	.site-bg {
		padding-right: 0;
	}
	.portrait {
		height: 15.6rem;
	}
	.portrait h1{
		padding-top: 12.5rem;
	}
}

@media screen and (max-width: 1135px) {
	.site-bg {
		padding-right: 0;
	}
}

@media screen and (max-width: 1103px) {
	.side-bar {
		display: none;
	}
	.content-area {
		width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.title-area {
		background-image: none;
	}
	.title-area h3 {
		padding: 0 .5rem;
	}
	.side-bar {
		max-height: 129%;
	}
}

@media screen and (max-width: 948px) {
	.c-placer {
		text-align: center;
	}
	body {
		background: #fff;
	}
	.cta-section {
		padding: 7rem 0rem 8rem 12%;
	}
}

@media screen and (max-width: 880px) {
	.cta-section {
		padding: 7rem 0rem 8rem 10%;
	}
}

@media screen and (max-width: 825px) {
	.hp-stats {
		padding: 2rem .1rem 2rem .1rem;
	}
}

@media screen and (max-width: 760px) {
	.cta-section {
		padding: 7rem 6% 8rem 6%;
	}
}

@media screen and (max-width: 751px) {
	.callouts {
		width: 100%;
	}
	.c-placer {
		text-align: left;
	}
}

@media screen and (max-width: 639px) {
	.stats {
		height: auto;
		padding-bottom: 3.5rem;
	}
	.stat-specs {
		padding: 1.8rem 1.6rem 0 1.6rem;
	}
	.exp1 {
		background-image: none;
	}
	.exp1 p {
		padding: 1.5rem 1.8rem .7rem 1.8rem;
		margin-bottom: 0;
	}
	.exp2 p {
		padding: 0rem 1.8rem 1rem 1.8rem;
		margin-bottom: 0;
	}
	.contact {
		padding: 2.4rem 0 2.2rem 0;
	}
	.cta-section {
		padding: 7rem 0rem 3.5rem 6%;
	}
	.overview-txt {
		width: 100% !important;
	}
	.sample {
		width: 100% !important;
	}
	.login-bin {
		width: 100%;
		padding: 4rem 3rem;
	}
	.toggle-cell {
	    padding: 0rem 1.2rem 0rem 1.2rem;
	}
	.toggle-title {
	    margin-bottom: 1.4rem;
	}
	.toggle-bin {
	    padding: 3rem 2rem 3rem 2rem;
	    top: 13%;
	}
	.portrait-cell {
	    width: 67%;
	    margin: auto;
	}
	.contact-cell {
	    text-align: center;
	}
}

@media screen and (max-width: 450px) {
    .fa-arrow-alt-circle-left {
        display: none !important;
    }
    .sample div {
        opacity: 1;
    }
    .sample {
        filter: grayscale(0) !important;
    }
    body p {
        font-size: 1rem;
        line-height: 1.3rem !important;
    }
    .img-bin {
        height: auto;
    }
    .toggle-bin {
        top: 5%;
        height: 100%;
        overflow: scroll;
    }
    .portrait-cell {
        background-position: center;
    }
}