/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */



body {
	font-family: 'Teko', sans-serif;
	font-size: 1.3em;
	background: url(images/background4.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.red {
   color: rgb(207,20,43);
}
.yellow {
   color: rgb(247,209,23);
}
.orange {
   color: rgb(237,110,0);
}
.green {
   color: rgb(0,150,69);
}
.blue {
   color: rgb(26,117,207);
}
.purple {
   color: rgb(115,41,176);
}

.pricingText {
    color: rgb(207,20,43);
    font-weight: bold;
	font-size: 1.2em;
	margin-top: 15px;
}

.pricingImg {
   margin: 0 auto;
   
}
header {
   	background-color: black;
	border-bottom: 5px solid #FF0000;	
}

.headerContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 0 100px 0;	
	text-align: right;
	position: relative;
}

.contentWrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

h1 {    
	font-size: 4em;	
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;	
	box-shadow: 18px 19px 17px -12px rgba(0,0,0,0.82);
	border-radius: 20px;
}

h2 {
   font-size: 2em;
   padding-top: 5px;
   padding-bottom: 5px;
}

h3 {
  font-size: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.belowHeader {
    text-align: center;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(top,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(top,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(top,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(top, rgba(255,214,94,1),rgba(242,236,188,1));  
	font-size: 3em;
    padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: solid 5px #FF0000;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.leftBar {
  float: left;
  width: 20%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 20px;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(left, rgba(255,214,94,1),rgba(242,236,188,1));
   -webkit-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
    box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
	height: 1000px;
}
.leftBarGallery {
  float: left;
  width: 20%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 20px;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(left, rgba(255,214,94,1),rgba(242,236,188,1));
   -webkit-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
    box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
	height: 4000px;
}
.leftBarTwoColumn {
  float: left;
  width: 20%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 20px;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(left, rgba(255,214,94,1),rgba(242,236,188,1));
   -webkit-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
    box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
	height: 1160px;
}
.leftBarDigitizing {
  float: left;
  width: 20%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 20px;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(left, rgba(255,214,94,1),rgba(242,236,188,1));
   -webkit-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
    box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
	height: 4500px;
}
.leftBarPricing {
  float: left;
  width: 20%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 20px;
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(left,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(left, rgba(255,214,94,1),rgba(242,236,188,1));
   -webkit-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
    box-shadow: -23px 0px 21px -13px rgba(0,0,0,0.75);
	height: 1900px;
}
.leftSideLogoImg {
   position: relative;
   left: 30px;
   top: 100px;
}
.main {
  float: left;
  width: 60%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #FF0000;
  border-right: solid #FF0000;
  background-color: #FFFFFF;
  height: 1000px;
}
.mainTwocolumn {
  float: left;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #FF0000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   height: 1160px;
}
.mainGallery {
  float: left;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #FF0000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   height: 4000px;
}
.mainDigitizing {
  float: left;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #FF0000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   height: 4500px;
}
.mainPricing {
  float: left;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #FF0000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   height: 1900px;
}
.mainTwocolumn h1 { 
	font-size: 3em;	
	color: white;
	background-color: black;
	max-width: 600px; 
	font-weight: bold;
	text-align: center;	
	box-shadow: 18px 19px 17px -12px rgba(0,0,0,0.82);
	position: relative;
	left: 70px;	
}
.digitizingLeft {
    float:left;
	padding-top: 20px;
	padding-right: 20px;
}
.digitizingText {
    padding-top: 40px;
	padding-bottom: 20px;
}
.differenceImg {
   padding-top: 10px;
   padding-bottom: 10px;
}
.underlineText {
   text-decoration: underline;
}
.gimmespace {
   padding-right: 2px;
}
.bar {
   height: 10px;
   background-color: #FF0000;
   margin-top: 10x;
   margin-bottom: 10px;
}

.mainP {
   margin-top: 50px;
}
.mainP2 {
   margin-top: 20px;
}
.rightBar {
  float: right;
  width: 20%;	
  padding: 30px 10px 0 20px;
  background: rgb(255,214,94); 
  background: -moz-linear-gradient(right,  rgba(255,214,94,1), rgba(242,236,188,1)); 
  background: -webkit-linear-gradient(right,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
  background: -o-linear-gradient(right,  rgba(255,214,94,1), rgba(242,236,188,1));
  background: linear-gradient(right, rgba(255,214,94,1),rgba(242,236,188,1));
  -webkit-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   box-shadow: 23px 0px 21px -13px rgba(0,0,0,0.75);
   height: 1000px;
}

.rightSideLogoImg {
   position: relative;
   left: 10px;
   margin-top: 25px;

}
.firstParagraph {
  margin-top: 20px;
}
figure {
  float: right;
  margin: 15px 10px 5px 10px;
}
figure img {
  border: 1px solid #FF0000;
  background-color: #CCC;
  padding: 10px;
  -webkit-box-shadow: 18px 19px 17px -12px rgba(0,0,0,0.82);
  -moz-box-shadow: 18px 19px 17px -12px rgba(0,0,0,0.82);
   box-shadow: 18px 19px 17px -12px rgba(0,0,0,0.82);
}

table {
    border-collapse: collapse;
	width: 100%;
	margin-top: 25px;
}

table, th, td {
   

}
td {
   height: 250px;
   text-align: center;
   vertical-align: center;
}
nav {
   text-align: center;
   margin-left: 0;
   margin-right: auto;
   
}
nav li {
	display: inline;
}

nav a {
    text-transform: uppercase;
    width: 160px;
	display: inline-block;
	text-decoration: none;
	font-size: 1.6em;
	color: #ffffff;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #ff932d;
	border-radius: 5px;
	border: 1px solid #c95e00;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-o-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	
}
nav a:hover {
	background-color: red;
	-webkit-transform:scale(1.2);	
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform:  scale(1.2);
	transform: scale(1.2);
}

.download_button {
   padding-top: 10px;

}
.centerMe {
   text-align: center;
   padding-top: -10px;
   color: rgb(207,20,43);
}

footer {	
    clear: both;
	margin-top: 15px;
	font-size: .8em;	
	padding: 10px 10px 20px 10px;
	color: black;
	text-align: center;
	border-top: 5px solid #FF0000;
	background: rgb(255,214,94); 
	background: -moz-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(bottom, rgba(255,214,94,1),rgba(242,236,188,1)); 
	border-bottom: 5px solid #FF0000;
}
.footerText {

   font-size: 3em;
   padding-bottom: 5px;
   text-transform: uppercase;
}

footer a {
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

footer a:hover {
     background-color: #FF0000;
	 color: white;
}

.belowFooter {    
	height: 180px;
	padding-top: 20px;
	background-color: black;
	background: url(images/bottombackground.gif) no-repeat;
	background-color: black;
	background-position: center;
}

.belowFooter a {
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.belowFooter a:hover {
   background-color: #FF0000;
   color: white;
   -webkit-transform:scale(1.2);	
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform:  scale(1.2);
	transform: scale(1.2);	
}

.belowFooter img:hover {
	-webkit-transform:scale(1.2);	
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform:  scale(1.2);
	transform: scale(1.2);
	-webkit-animation: logo 1.5s  linear;	
	-moz-animation: logo 1.5s;
	-o-animation: logo 1.5s;
	animation: logo 1.5s;
}
.small_logo {
   display: block;
   margin-left: auto;
   margin-right: auto;
   
}
.unusedgradient {
    background: rgb(255,214,94); 
	background: -moz-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1)); 
	background: -webkit-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1) ); 
	background: -o-linear-gradient(bottom,  rgba(255,214,94,1), rgba(242,236,188,1));
	background: linear-gradient(bottom, rgba(255,214,94,1),rgba(242,236,188,1));

}



.logo {
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-animation: logo 3s  linear;	
	-moz-animation: logo 3s;
	-o-animation: logo 3s;
	animation: logo 3s;
}
.colorboxlogo {
	position: absolute;
	top: 10px;
	right: 100px;
}



@keyframes logo {
	0% {
		transform: rotate(0) scale(.75);
	}
	50% {
		transform: rotate(-360deg) scale(.75);
		left: 0;
	}	
	100% {
		transform: rotate(0) scale(1);	
	}
}

.logo {
	position: absolute;
	top: 10px;
	left: 0;
    animation: logo 2s;
}
