/* -------------------------------- 

Primary style

-------------------------------- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Ubuntu", sans-serif;
  color: #3e3947;
  background-color: white;
}

body, html {
  height: 100%;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'icons';
  src: url('../fonts/fontawesome-webfont.eot?#') format('eot'), 
       url('../fonts/fontawesome-webfont.woff') format('woff'), 
       url('../fonts/fontawesome-webfont.ttf') format('truetype'); 
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.uxCont {
	width:100%;
}
.uxCont#Cont2A {
	padding-left: 10%;
	padding-right: 10%;
}
.cgContactCont {
	width:100%;
}
.cgContactCont a{
	align: center;
	color: rgba(0,140,255,1.00);
}
.cgContactConts {
	width:100%;
}
.cgContactConts a{
	align: center;
	color: rgba(0,140,255,1.00);
}
.cgContactCont a:hover{
	color: rgba(159,188,255,1.00);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-decoration: underline;
}
.cgContactConts a:hover{
	color: rgba(159,188,255,1.00);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-decoration: underline;
}
.cgContactCont#cont1A {
	width:30%;
	display:inline-table;
	text-align:right;
}
.cgContactCont#cont1B {
	width: 100%;
	text-align: center;
}
.cgContactCont#cont1 {
	width:20%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactCont#cont2 {
	padding-right: 3%;
	width:20%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactCont#cont3 {
	width:20%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactConts#cont4 {
	width:20%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.uxCont#Cont3A {
	padding-left: 25%;
	padding-right: 25%;
}
.cgContactConts#cont21 {
	width:22%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactCont#cont22 {
	width:22%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactConts#cont23 {
	width:22%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cgContactConts#cont24 {
	width:22%;
	display:inline-table;
	text-align:center;
	font-size:1.5rem
}
.cd-section {
  position: relative;
  padding: 2em 0;
  width: 100%;
}
.cd-section#section1 {
	min-height: 600px;
	height: 100%;
	overflow-x: hidden;
	background-image: url(../img/texture-black-grid-background%20copy.jpg);
	background-size:cover;
}

.cd-section#section2 {

}

.divSection2 {
	position: relative;
	left: 29%;
	top: 10%;
	bottom: auto;
	text-align: left;
	height: auto;
	width: 64%;
}

.divSection2 h2{
	max-width: auto;
}

.divSection2 h3{
	max-width: auto;
	line-height: 1.1rem;
	color: rgba(242,170,60,1.00);
	text-indent: 78px;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	white-space: nowrap;
	font-variant: small-caps;
}

.divSection2 h4{
	max-width: auto;
	line-height: 1.8rem;
	color: rgba(255,202,72,1.00);
	text-indent: 79px;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	font-weight: 100;
	font-size: 19px;
	white-space: nowrap;
	font-variant: small-caps;
}


.divSection2 ul li{
	color: rgba(255,255,255,1.00);
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	line-height: 1.1rem;
	font-weight: 100;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	text-indent: 0px;
	font-size: 0.8rem;
}

.divSection2 ul {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	left: 0px;
	padding-top: 4px;
}

.divBullList {
	padding-left:100px;
	padding-right:10%;
}
.cd-section:nth-of-type(odd) {
  background-color: #3e3947;
}

.cd-section:nth-of-type(odd) p {
  color: #898099;
}

.cd-section:nth-of-type(even) {
	background-color: #13154F;
}

.cd-section:nth-of-type(even) p {
  color: #bda3ad;
}

.cd-section p {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.sec1div {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 768px;
	text-align: center;
	color: rgba(0,144,254,1.00);
}

.sec1divUl{
	position: relative;
	left: 20%;
	top: 50%;
	bottom: auto;
	right: 0%;
	padding-right: 15%;
}

.sec1div ul{
	color: white;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	line-height: 1.5rem;
	font-weight: 100;
	font-family: "Ubuntu", sans-serif;
	font-style: normal;

}

.cd-section h1 {
	color: rgba(242,170,60,1.00);
	font-weight: 100;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 3.0rem;
}

.cd-section h2 {
	color: rgba(198,155,230,1.00);
	font-weight: 300;
	font-size: 20px;
	font-size: 1.75rem;
	line-height: 3.75rem;
	text-indent: 0px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.cd-section a {
	color: rgba(0,140,255,1.00);
}

.cd-section p {
  line-height: 1.6;
}

.divStyle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	white-space: nowrap;
	max-width: 100%;
	text-align: center;
	height: 45vw;
}

.cd-section#section3 {
	padding-right: 22%;
	padding-left: 22%;
	padding-bottom: 0%;
	width:auto%;
	height: 58vw;
}

.leftSide {
    white-space: nowrap;
    width: 100%;
    text-align:center;
}

.rightSide {
    	display: inline-block;
		position: relative;
		width: 740px;
	margin: 0;
	padding: 0;
    max-width: 100%;
	height: 20vw;

}

.rightSide iframe {
	width: 100%;
	margin: 0;
	padding: 0;
    width: 50vw; 
	height: 40vw;
}

.cd-section#section4 {
	padding-right: 22%;
	padding-left: 22%;
	padding-bottom: 12%;
	height: 1020px;
	min-height: 1020px;
	background-color: rgba(48,46,61,1.00)
}

.imgLineCont {
    white-space: nowrap;
    max-width: 100%;
    margin-right: 2% auto;
    margin-left: 2% auto;
    text-align:center;
}
.imgLineContContents {
    max-width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.imgLineContContents2 {
    max-width: 11%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.imgLineContContents img {
    max-width:100%;
}

.imgLineCont img {
    max-width:100%;
}

.iFrameCont {
	margin: 0;
	padding: 0;
	height: 95%;
	display:block
 }

.iFrameCont iframe{
    top:0;
    left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background-color:rgba(196,210,210,1.00)
	border: 3px solid rgba(0,0,0,1.00);
}

 
ul#ulHigh{
	padding-left: 0px;
	left: 0px;
}

.cd-section#section2 ul li
{
	color: rgba(252,255,220,1.00);
	list-style-type: circle;
	font-family: 'PT Sans', sans-serif;
	font-weight: lighter;
	white-space: normal;
}

.uxSection#section5 {
	height: 1000px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 80px;
	padding-left: 20%;
	padding-right: 20%;
	background-color: rgba(0,4,42,1.00);
	color: rgba(250,183,183,1.00);
}

.uxSection#section5 a {
	font-style: normal;
}

.iFrameCont#frameContSec5 {
	height: 300px;
}

@media only screen and (min-width: 768px) {
  .cd-section h1 {
	font-size: 30px;
	font-size: 2.75rem;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
	background-color: rgba(255,202,72,1.00);
}

.no-touch #cd-vertical-nav a.is-selected .cd-label{
	color: rgba(255,202,72,1.00);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}




.no-touch #cd-vertical-nav .cd-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 8px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #C69BE6;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
	position: relative;
	margin-right: 10px;
	padding: .4em .5em;
	color: #C69BE6;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 1;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width:768px){
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}
