.t3-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.module-nav-title {
    color: #ffffff;
    padding: 40px 0;
	font-family: "Roboto",sans-serif;
    font-size: 6vw;
    font-weight: normal;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em;
	
}

.section-pad50 {
	padding: 0 50px;
}
.t3-section.t3-section-light-bg {
	box-shadow: 0 0 6px rgba(0,0,0,0.3), inset 0 6px 0 #3d57a6, inset 0 7px 0 #ffffff;
    background-color: #ebebed;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EDEEF0),color-stop(95%,#EDEEF0),to(#E1E1E1));
    background-image: -webkit-linear-gradient(#EDEEF0,#EDEEF0 95%,#E1E1E1);
    background-image: -moz-linear-gradient(top,#EDEEF0,#EDEEF0 95%,#E1E1E1);
    background-image: -o-linear-gradient(#EDEEF0,#EDEEF0 95%,#E1E1E1);
    background-image: linear-gradient(#EDEEF0,#EDEEF0 95%,#E1E1E1);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedeef0', endColorstr='#ffe1e1e1', GradientType=0);
}

.full-nav-fp a{
	font-family: "Montserrat",sans-serif;
    font-size: 78px;
    font-weight: normal;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 0.2em;
	text-align: center;
	color: #fff;
}

.full-nav-fp img{
	width:100%;
}

/* --- End Jumbotron Main --- */

.3dthumb {
    width: 400px;
    height: 300px;
    margin: 70px auto;
    perspective: 1000px;
}

.3dthumb img {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.3dthumb:hover img {
    transform: rotateX(80deg);
    transform-origin: bottom;
}
.3dthumb img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}
.3dthumb img span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}
.3dthumb img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.3dthumb:hover img:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}

.isoleft img {

  -webkit-box-shadow: -25px 1px 7px -5px rgba(0,0,0,0.3) ;
  box-shadow: -25px 1px 7px -5px rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateZ(5deg)  translateX(5px) translateY(15px) translateZ(-6px) skewX(5deg) skewY(-7deg);
  transform: rotateZ(5deg)  translateX(5px) translateY(15px) translateZ(-6px) skewX(5deg) skewY(-7deg);
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}

.isoleft img:hover {
	-webkit-transform: none;
	transform: none;
}

.isoleft-box {
  background: #fff;
   -webkit-box-shadow: -8px -4px 0 -1px rgba(8,80,206,0.76) , -4px -2px 0 -1px rgba(8,80,206,0.77) , -26px -5px 7px -5px rgba(0,0,0,0.3) ;
  box-shadow: -8px -8px 0 -1px rgba(8,80,206,0.76) , -4px -4px 0 -1px rgba(8,80,206,0.77) , -26px -5px 7px -5px rgba(0,0,0,0.3); 
 -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateZ(5deg)  translateX(5px) translateY(15px) translateZ(-6px) skewX(5deg) skewY(-7deg);
  transform: rotateZ(5deg)  translateX(5px) translateY(15px) translateZ(-6px) skewX(5deg) skewY(-7deg);
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  z-index: 10000;

}

.isoleft-box:hover {
  -webkit-box-shadow: -20px 1px 7px -5px rgba(0,0,0,0.3) ;
  box-shadow: -20px 1px 7px -5px rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform:  scaleX(1.1) scaleY(1.1)  ;
  transform:  scaleX(1.1) scaleY(1.1)  ;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}

.isoright img {
	
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 6ms;
  -moz-transition: box-shadow 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 6ms;
  -o-transition: box-shadow 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 6ms;
  transition: box-shadow 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 6ms;
  -webkit-transform: rotateY(-18deg)  translateX(-1px) translateY(-6px) translateZ(1px) skewY(8deg);
  transform: rotateY(-18deg)  translateX(-1px) translateY(-6px) translateZ(1px) skewY(8deg);
}

.shadow-left img {
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #0199d9;
  -webkit-box-shadow: -20px -10px 4px 0 rgba(0,0,0,0.3) ;
  box-shadow: -20px -10px 4px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  
}

.shadow-left-2 img {
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #0199d9;
  -webkit-box-shadow: -8px -4px 0 -1px rgba(8,80,206,0.76) , -4px -2px 0 -1px rgba(8,80,206,0.77) , -26px -5px 7px -5px rgba(0,0,0,0.3) ;
  box-shadow: -8px -8px 0 -1px rgba(8,80,206,0.76) , -4px -4px 0 -1px rgba(8,80,206,0.77) , -26px -5px 7px -5px rgba(0,0,0,0.3); 
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}


.ust-product-title {
	  font-family: "Roboto", Helvetica, Arial, sans-serif;
	  font-weight: 600;
	  text-transform: uppercase;
}

.ust-product-box {
	background-color: #fff;
	padding: 25px 50px;

}
/* Box Effects */

.bottom-shadow img {
	-webkit-box-shadow: 0 10px 12px -8px black;
	   -moz-box-shadow: 0 10px 12px -8px black;
	        box-shadow: 0 10px 12px -8px black;
}

.box-ltr-shadow {
 -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  border: none;
  color: rgba(255,255,255,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgb(255,255,255);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,0.4) , -2px 0 6px 1px rgba(0,0,0,0.5) inset, 2px 3px 6px 1px rgba(0,0,0,0.5) inset, 5px -5px 0 5px rgba(2,37,237,1) , -5px -5px 0 5px rgba(2,37,237,1) ;
  box-shadow: 0 5px 8px 2px rgba(0,0,0,0.4) , -2px 0 6px 1px rgba(0,0,0,0.5) inset, 2px 3px 6px 1px rgba(0,0,0,0.5) inset, 5px -5px 0 5px rgba(2,37,237,1) , -5px -5px 0 5px rgba(2,37,237,1) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}
	
}
.about-content {
    padding-bottom: 10px;
}

.about-content h3.title:after {
    background: url(images/bg/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}	

.img-content {
    float: left;
    margin: 5px 20px 20px 0;
}

.full-size {
	width: 100%;
}
.md-size {
	width: 75%;
}


/* Test */
/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top  */
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom  */
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left  */
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top  */
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom  */
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left  */
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	col-sm-2-5 {
		width: 40%;
		float: left;
	}

	col-sm-3-5 {
		width: 60%;
		float: left;
	}

	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

@media (max-width: 991px) {
	.col-md-3 .sidebar {
		clear: both;
	}
}

.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}

.home-intro p em {
    color: #00aaff;
}
.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.profile-text {
	color: #fff;
	}
