body, html {
	padding:0;
	margin:0;
	border:0;
	font-family:"NSYSTfont";
	text-align:center;
	height:100%;
	width:100%;
	justify-content: center;
	-ms-overflow-style: none;
}

@font-face {
	font-family: 'NSYSTfont';
	src:url('../fonts/OpenSans-Regular.ttf');
	src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NSYSTlight';
	src:url('../fonts/OpenSans-Light.ttf');
	src:url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NSYSTfontCap';
	src:url('../fonts/trama.ttf');
	font-weight: normal;
	font-style: normal;
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
:root {
	--color1: #6699CC;
    --color2: #FF7373;
    --color3: #00b2b2;
    --color4: #FFE599;
    --color5: #333;
    --color6: #ccc;
    --myWidth: 1100px;
    --myWidth2: 1000px;
}
* {
    box-sizing: border-box;
    padding:0;
    margin:0;
}
.dropdown {
    display:none;
    height:30px;
    width:50px;
    position:fixed;
    border:2px;
    z-index:1000;
    float:right;
    right:20px;
    top:20px;
}
.dropbtn {
    background-image:linear-gradient(var(--color1) 0%, var(--color1) 20%, transparent 20%, transparent 35%, var(--color1) 35%, var(--color1) 55%, transparent 55%, transparent 70%, var(--color1) 70%, var(--color1) 90%, transparent 90%, transparent 100%);
    border: none;
    cursor: pointer;
    height:30px;
    width:50px;
    opacity:1;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color1);
  min-width: 160px;
  overflow: auto;
  right:0;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1000;
}
.dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  font-size:18px;
  font-family:NSYSTfont;
  display: block;
  z-index:1000;
}
.extra {
    text-decoration: none;
}
#btndrop1 {
    background-color:var(--color1);
}
#btndrop2 {
    background-color:var(--color2);
}
#btndrop3 {
    background-color:var(--color3);
}
#btndrop4 {
    background-color:var(--color4);
}

.show {
    display: block;
}
.mySlides {
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.TXTwrap {  
    height:350px;    
    width:100%;
    display: flex;
    position:absolute;
    justify-content: center;
    top:150px;
    padding-left:20px;
}
#topTXT1, #topTXT2, #topTXT4 {
    text-decoration: none;
    font-size:50px;
    width:var(--myWidth2);
    font-family:NSYSTfont;
    display: block;
    top:120px;
    position:absolute;
    font-weight: bold;
    text-align:left;
}
#topTXT1{
    color: var(--color1);
    text-shadow: 0px 0px 10px #FFF;
}
#topTXT2{
    color: var(--color2);
    text-shadow: 0px 0px 10px #FFF;
}
#topTXT4{
    color: var(--color4);
    text-shadow: 0px 0px 10px #666;
}
#topTXT3 {
    text-decoration: none;
    font-size:50px;
    color: var(--color3);
    width:var(--myWidth2);
    font-family:NSYSTfont;
    display: block;
    top:120px;
    position:absolute;
    padding-right:120px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff;
    text-align:right;
}
.botTXT {
    text-decoration: none;
    width:var(--myWidth2);
    font-family:NSYSTfont;
    display: block;
    top:200px;
    position:absolute; 
}
#botTXT1 p {
    max-width: 500px;
    text-align:left;
    xxtext-shadow: 0px 0px 10px var(--color1);
    line-height:50px;
    font-size:40px;
    color: var(--color5);
    padding-left:20px;
    padding-right:20px;
}
#botTXT2 p {
    max-width: 600px;
    text-align:left;
    xxtext-shadow: 0px 0px 5px var(--color2);
    line-height:50px;
    font-size:40px;
    color: var(--color5); 
    padding-left:20px;
}
#botTXT3 p {
    max-width: var(--myWidth);
    text-align:right;
    xxtext-shadow: 0px 0px 10px var(--color3);
    line-height:50px;
    font-size:40px;
    color: var(--color5);
    padding-right:50px;
}
#botTXT4 p {
    max-width: 500px;
    text-align:left;
    xxtext-shadow: 0px 0px 10px var(--color4);
    line-height:80px;
    font-size:60px;
    color: var(--color5);
    padding-left:20px;
}
.perks {
    width:100%;
    margin-bottom:60px;
}
.perk {
    width:calc(100% / 4.1);
    min-height:200px;
    min-width:200px;
    vertical-align: top;
	overflow:hidden;
	background-size: 100%;
	display: inline-block;
}
.lifecycle {
    width:100%;
    display: inline-block;
    padding:0;
}
.cycle {
    height:200px;
    width:200px;
    display:inline-block;
    margin:20px;
    text-align:left;
    padding:10px;
    padding-left:40px;
    font-size: 14px;
    position:relative;
    border: 1px solid black;
}
.cycle:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  right: -40px;
  top: 80px;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color:  transparent  transparent  transparent #000;
}
#cycle1 {
    background: var(--color1);
}
#cycle2 {
    background: var(--color2);
}
#cycle3 {
    background: var(--color3);
}
#cycle4 {
    background: var(--color4);
}
#perk1 {
	background:url("../images/perk1.png") no-repeat center;
    transition:.5s all;
        }
#perk2 {
	background:url("../images/perk2.png") no-repeat center;
	transition:.5s all;
	transition-delay:.1s;
}
#perk3 {
	background:url("../images/perk3.png") no-repeat center;
	transition:.5s all;
	transition-delay:.2s;
}
#perk4 {
	background:url("../images/perk4.png") no-repeat center;
	transition:1s all;
	transition-delay:.3s;
}
.arrow {
    width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid var(--color2);
      position:absolute;
      margin-left:10px;
      margin-top:8px;
      transition: all .5s;
      transition-delay:.5s;
}
.offer {
    width:calc(100% / 4.1);
    xmin-height:400px;
    min-width:200px;
    max-height:400px;
    vertical-align: top;
	overflow:hidden;
	background-size: 100%;
	display: inline-block;
	border-top:4px solid var(--color2);
}
.offer:hover .overlay {
    height: 100%;
    background-color: var(--color2); 
}

.overlay {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: all 1s;
    transition-delay: .1s;
}
.overlaytxt {
    color: var(--color5);
    font-size: 16px;
    line-height:30px;
    text-align: left;
    padding-left:60px;
    xborder: 2px solid black;
 }
.imgOpp {
    opacity: .5;
    margin-top:20px;
    width:80px;
    height:80px;
}
.ula {
    list-style-type: square;
}
.mySlides img {
    bottom:0;
    object-fit:cover;
    object-position:50% 60%;
    width:100%;
    height:100%;
}
.slideshow-container {
    width: 100%;
    height:350px;
    position: relative;
    overflow:hidden;
    top:150px;
    display:inline-block;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes slideup {
    from {
        padding-top: 60px;
        opacity: .25;
    }
    to {
        padding-top: 0;
        opacity: 1;
    }
}

.topTXT {
    animation-name:slidleft;
    animation-duration: .6s;
}
.botTXT {
    animation-name:slidleft2;
    animation-duration: 1s;
}
@keyframes slidleft {
    from {
        margin-left: 50px;
        opacity: .0;
    }
    to {
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes slidleft2 {
    from {
        margin-left: 90px;
        opacity: .0;
    }
    to {
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes slidright {
    from {
        margin-right: 50px;
        opacity: .0;
    }
    to {
        margin-right: 0;
        opacity: 1;
    }
}
@keyframes slidright{
    from {
        margin-right: 90px;
        opacity: .0;
    }
    to {
        margin-right: 0;
        opacity: 1;
    }
}

.wrap {  
    height:auto;
    min-height:100%;
    min-width:100%;    
    padding:0;
    xpadding-bottom:60px;
    display: block;
    vertical-align: middle;
    justify-content: center;
    margin-top:150px;
    animation-name:slideup;
    animation-duration: .5s;
    xborder:2px solid green;
}
.page {
    max-width:var(--myWidth);
    width:100%;
    display:inline-block;
    align-self: center;
    padding-top:40px;
}
#contact {
    text-align:left;
    padding-bottom:40px;
}
#name {
    margin-right:10px;
}
#companyname {
    
}
.page p {
    font-size:18px;
    line-height:34px;
}
.insert1 {
    width:100%;
    background:url("../images/arrowl.png"), url("../images/arrowr.png"), #fff;
    background-repeat:no-repeat;
    background-size: auto 100%;
    transition: all 1s;
}
.insert2 {
    width:100%;
    background: url("../images/keyboard2.png"), #fff;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center top;
    transition: all 1s;
}
.insertMap {
    width:100%;
    background:url("../images/toronto.png");
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size: cover;
    transition: all 1s;
    height:300px;
    bottom: 0;
}
.footer {  
    height:200px;
    right: 0;
    bottom: 0;
    left: 0;
    padding:40px;
    background-color: var(--color5);
    
    -webkit-box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.copyright {
    color: #666;
    font-size:18px;
    line-height:30px;
    letter-spacing:2px;
}

.legalbtn {
    font-size:14px;
    line-height:20px;
    letter-spacing:2px;
} 
.legalbtn a:link {
  text-decoration: none;
  color:white;
}
.legalbtn a:visited {
  text-decoration: none;
  color:white;
}
.legalbtn a:hover {
  color:#6699cc;
}

.legalbtn a:active {
  color:#6699cc;
}

hr {
    border: none;
    background-color: #333;
    height: 1px;
}
.photo{
	width:100%;
	height:100%;
	max-height:300px;
	overflow:hidden;
	background:url("../images/mess.png") no-repeat center;
	background-size: fill;
	display: inline-block;
    vertical-align: bottom;
}
.hideit {
    background-position:center left -260px, center right -260px;
}
.showit {
    background-position:center left 0, center right 0;
}
.popout {
    opacity:0;
}
.popin {
    opacity:1;
}
.slidein {
    margin-left:10px;
    opacity:1;
}
.slideout {
    margin-left:0;
    opacity:0;
}
.header {
	width:100%;
	height:150px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	top:0;
	position:fixed;
	overflow:hidden;
	display:flex;
	align-items: center;	
	justify-content: center;
	margin:auto;
	background-color:#fff;
	z-index:100;
	transition:.5s;
}
.logo {
	width:100%;
	height:100%;
	max-width:100px;
	xmin-width:100px;
	position:relative;
	background-image:url("../images/nsyst_logo.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	float:left;
    margin-left: 20px;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition:all .5s;
    xborder:1px solid red;
}
.slogan {
	width:100%;
	height:100%;
	position:relative;
	font-size:36px;
	text-align:left;
	display:flex;
	align-items:center;
	color:#000;
	padding:0px;
	float:left;
	xborder:1px solid red;
}
#table {
    height: 100%;
    width:100%;
    padding-left:20px;
    transition:all .5s;
}
#rowOne {
    height: 50%;
    text-align:left;
    letter-spacing:2px;
    font-size:36px;
    vertical-align: bottom;
    transition:all .5s;
}
#rowTwo {
    height: 50%;
    text-align:left;
    font-size:26px;
    font-family:'NSYSTlight';
    color:#ccc;
    vertical-align: top;
    transition:all .5s;
}
#rowThree {
        text-align:right;
        vertical-align: bottom;
    }
.nav {
    width:100%;
    height:100%;
    max-width:var(--myWidth);
    background:transparent;
    position:absolute;
    display:flex;
    box-shadow: -10px 0px 10px 0 #f1f1f1, 10px 0px 10px 0 #f1f1f1;
}
.subnav {
    display: block;
    height:20px;
    width:100%;
    float:right;
    padding:0;
}
.subnav .btn {
    height:20px;
    width:60px;
    font-size:10px;
    float:right;
    vertical-align:middle;
    font-size:10px;
    font-weight:bold;
    color:rgba(0,0,0, 0.2);
    letter-spacing:2px;
    line-height:20px;
    xborder-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-left:5px;
    text-align:center;
}
.subnav .btn2 {
    height:20px;
    width:200px;
    font-size:10px;
    float:right;
    vertical-align:middle;
    font-size:10px;
    font-weight:bold;
    color:rgba(0,0,0, 0.2);
    letter-spacing:2px;
    line-height:20px;
    padding-right:10px;
    text-align:right;
}
.subnav .btn:hover {
    background-color:#ccc;
    color:#fff;
}
.button {
	float:left;
	text-decoration: none;
	height:100%;
	min-width:110px;
	position:relative;
	padding:0;
	display:flex;
	border:0;
	border: none;
	align-items: center;
	justify-content: center;
	background-size: 100% 200%;
    transition: background-position .3s;
}
.partner {
    xborder:1px solid black;
    height:80px;
    width:200px;
    display: inline-block;
    background-size:100%;
    margin:10px;
}
#partner1 {
    background:url(../images/microsoft.png)no-repeat center;
    background-size:100%;
}
#partner2 {
    background:url(../images/vmware.png)no-repeat center;
    background-size:100%;
}
#partner3 {
    background:url(../images/dell.png)no-repeat center center;
    background-size:contain cover;
    width:100px;
}
#partner4 {
    background:url(../images/cisco.png)no-repeat center;
    background-size:contain cover;
    width:124px;
}
#partner5 {
    background:url(../images/lenovo.png)no-repeat center;
    background-size:100%;
}
h1{	
	font-size:14px;
	color:#333;
	font-family:NSYSTfont;
	letter-spacing:2px;
}
.highlight {
    font-size: 36px;
    color:#fff;
    line-height:50px;
}
.highlight2 {
    font-size: 36px;
    color:var(--color5);
    line-height:50px;
}
.highlightN {
    color:#6699cc;
}
.N {
    font-size: 36px;
    color:var(--color1);
    line-height:50px;
}
.highlight3 {
	font-size:22px;
	font-weight:50px;
	line-height:34px;
	letter-spacing:1px;
    color:var(--color1);
    text-decoration:none;
}
.highlight4 {
    font-size: 40px;
    color:#333;
    line-height:60px;
    text-decoration:none;
    letter-spacing:2px;
    padding-left:10px;
}
.highlight5 {
    font-size: 44px;
    color:#333;
    line-height:50px;
    text-decoration:none;
}
.highlight6 {
    font-size: 22px;
    color:#333;
    line-height:40px;
    text-decoration:none;
}
.button:hover {
    background-position: 0 -100%;
}
#btn1 {
	background-image: linear-gradient(to bottom, #fff 50%, var(--color1) 50%);
	border-left:#ccc 1px solid;
}
#btn2 {
	background-image: linear-gradient(to bottom, #fff 50%, var(--color2) 50%);
	border-left:#ccc 1px solid;
}
#btn3 {
	background-image: linear-gradient(to bottom, #fff 50%, var(--color3) 50%);
	border-left:#ccc 1px solid;
}
#btn4 {
	background-image: linear-gradient(to bottom, #fff 50%, var(--color4) 50%);
	border-left:#ccc 1px solid; 
}

.form-style-1 {
     xmargin-top:40px;
     float:left;
     width: 100%;
     xmax-width:500px;
     list-style: none;
     list-style-type: none;
     padding:0;
}
.form-style-1 li {
     padding: 0;
     display: block;
     list-style: none;
     margin: 10px;
     list-style-type: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color1);
  opacity: .5; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color1);
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color1);
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
 textarea, 
 select{
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     border:1px solid var(--color1);
     padding: 7px;
     margin:0px;
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out;
     outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
     -moz-box-shadow: 0 0 8px var(--color1);
     -webkit-box-shadow: 0 0 8px var(--color1);
     box-shadow: 0 0 8px var(--color1);
     border: 1px solid var(--color1);
}
.form-style-1 .field-divided{
    width: 532px;
    height:60px;
    font-size:24px;
}

.form-style-1 .field-long{
     width: 100%;
     height:60px;
     font-size:24px;
}
.form-style-1 .field-select{
     width: 100%;
     height:60px;
     font-size:24px;
}
.form-style-1 .field-textarea{
     height: 200px;
     font-size:24px;
     
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
     background: var(--color1);
     border: none;
     color: #fff;
     height:100%;
     width:120px;
     font-size:18px;
     letter-spacing:2px;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
     background: #000;
     box-shadow:none;
     -moz-box-shadow:none;
     -webkit-box-shadow:none;
}
.form-style-1 .required{
     color:var(--color1);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* COMPACT CAPTCHA */

.captable {
    background-color: var(--color1);
    height:60px;
    vertical-align: middle;
}

@media all and (max-width: 1100px) {

.form-style-1 .field-divided{
    width: 100%;
    margin-top:10px;
    }
}
	
@media all and (max-width: 1000px) {
    #topTXT1, #topTXT2, #topTXT3, #topTXT4  {
        font-size:40px;
        width:100%;
    }
    #botTXT1 p, #botTXT2 p, #botTXT3 p, #botTXT4 p{
        font-size:24px;
        line-height:30px;
    }
    .botTXT  {
        width:100%;
    }
    .page p {
        padding:20px;
    }
}

@media all and (max-width: 900px) {
    .button {
        min-width:80px;
    }
    .button h1 {
        font-size:12px;
    }
}

@media all and (max-width: 710px) {
    .button {
        display:none;
    }
    #table {
        width:50%;
    }
    .dropdown {
        display:block;
    }
    .slideshow-container {
        max-height:250px;
    }
    .TXTwrap {  
        height:250px;
        top:100px;
    }
    #slogan1 {
        font-size:18px;
    }
    .highlight, .n, .highlight2, .highlight5 {
        font-size: 30px;
        line-height:40px;
    }
    .perk {
        width:100px;
    }
}