
@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
    font-family: AvenirLTStd;
    src: url("AvenirNextLTPro-It.otf") format("opentype");
}

body{
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(221,241,249,0.85) 35%, rgba(192,224,237,0.56) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,0.85)), color-stop(100%,rgba(192,224,237,0.56))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,0.85) 35%,rgba(192,224,237,0.56) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,0.85) 35%,rgba(192,224,237,0.56) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,0.85) 35%,rgba(192,224,237,0.56) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(221,241,249,0.85) 35%,rgba(192,224,237,0.56) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#8fc0e0ed',GradientType=0 ); /* IE6-9 */
}

a.resolutionlink { 
	font-size: 16px;
	font-family: Roboto;
}

.centers{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width 200px;
	font-size: 16px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}


.centers under{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width 200px;
	font-size: 12px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

.description{
	font-size:24px;
		max-width: 560px;

}

li.nonumbers {
	list-style-type: none;
}

.best{
	font-size: 20px;
	font-family: Roboto;
}

#all{
	font-size: 16px;
	font-family: Roboto;
	line-height: initial;
	width: 100%;

}

.description #bottom {
	font-size: 12px;
	line-height: initial;
	font-family: Roboto;
}
.centers bold{
	font-size: 24px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

a.download {
	font-size: 22px;
	padding: .7em 2em;
	margin:  1px;
	font-family: Roboto;
	line-height: 1;
	letter-spacing: 1px;
	color: white;
	text-indent: 0;
	white-space: nowrap;
	text-shadow: 0 1px 1px hsla(0,0%,0%,.4);
	display: inline-block;
	border-radius: 4px;
	border: none !important;
	background: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
	background:         linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
	background-color: hsl(196,70%,60%);
	box-shadow: 0 0   0 1px hsla(0,0%,  0%,.2) inset,
	            0 1px 0 1px hsla(0,0%,100%,.1) inset,
	            0 1px 2px   hsla(0,0%,  0%,.2);
	-webkit-transition: background 0.3s;
	        transition: background 0.3s;
	        text-decoration: none;
}
a.download:hover {
	background-color: hsl(196,75%,50%);
	color: white;
	text-decoration: none;
}

a.download:visited, a.download:active, a.download:link {
	color: white;
	text-decoration: none;
}

a.download2:visited, a.download2:active, a.download2:link, a.download2:hover {
	color: white;
	text-decoration: none;
}

a.download2 {
	font-size: 22px;
	padding: .7em 2em;
	margin:  1px;
	font-family: Poppins;
	line-height: 1;
	letter-spacing: 1px;
	color: white;
	text-indent: 0;
	white-space: nowrap;
	text-shadow: 0 1px 1px hsla(0,0%,0%,.4);
	display: inline-block;
	border-radius: 4px;
	border: none !important;
	background: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
	background:         linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
	background-color: hsla(0, 100%, 71%, 1);
	box-shadow: 0 0   0 1px hsla(0,0%,  0%,.2) inset,
	            0 1px 0 1px hsla(0,0%,100%,.1) inset,
	            0 1px 2px   hsla(0,0%,  0%,.2);
	-webkit-transition: background 0.3s;
	        transition: background 0.3s;
}
a.download2:hover {
	background-color: hsla(0, 100%, 64%, 1);
}


.top_image {
    display: block;
    margin-left: auto;
    margin-right: auto
}

p.maintitle{
	font-size: 70px;
	font-family: Montserrat;
	text-align: center;
	margin-top:-10px;
	color: black;
}

p.subtext2 {
	font-size: 10px;
	font-family: Montserrat;
	text-align: center;
}
p.tagline{
	font-size: 14px;
	font-family: Montserrat;
	text-align: center;
	margin-top:-30px;
}

.afterline{
	font-size: 18px;
	font-family: Roboto;
	text-align: center;
	margin-bottom:0px;
	line-height: 18px;
}

.afterline date{
	font-size: 18px;
	color: gray;
	font-family: Roboto;
	text-align: center;
	margin-bottom:0px;
}

#required{
	font-size: 12px;
	color: black;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

p.afterline sale{
	font-size: 14;
	color: red;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

below{
	font-size: 12;
	color: #4c4c4c;
	font-family: Roboto;
	text-align: center;
	padding-top: 40 px;
}

p.download{
	font-size: 10px;
	font-family: Roboto;
	text-align: center;
	margin-top:-10px;

}


.description bold{
	font-size: 20px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
	max-width: 560px;
}

p.featured{
	font-size: 24px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

p.usagainst{
	font-size: 24px;
	font-family: Roboto;
	text-align: center;
	margin-bottom: 15px;
}

p.featured bold{
	font-size: 10px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

p.contact{
	font-size: 24px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

p.contact first{
	font-size: 12px;
	font-family: Roboto;
	text-align: center;
	margin-bottom:200 px;
}

p.contact bold{
	font-size: 24px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
}

 ol
 {
  	font-size: 20px;
	font-family: Roboto;
	text-align: center;
    width: 20em;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto
}  /* float & allow room for the widest item */
  ol li
 {
    float: left;
    width: 10em;
    margin-top: 10px;
  }
  ol a
  {
  text-decoration: none;
     color:            #796de0;
  }  

  ol a:hover
  {
  text-decoration: none;
  -webkit-transition: width 2s;
   transition: width 2s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-property: color;
  transition-duration: 0.4s;
   color:            #978fdb;
  }  
  
  li a:hover
  {
  text-decoration: none;
  -webkit-transition: width 2s;
   transition: width 2s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-property: color;
  transition-duration: 0.4s;
   color:            #867dd1;
  }  



/* stop the float */
  br
  {
    clear: left;
  }  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
    margin-top: -15px;
	text-align: center;
	font-size: 20px;

  }

    div.grid
  {
  	font-size: 18px;
	font-family: Roboto;
	text-align: center;
  }
      div.contact
  {
    margin-bottom: 1em;
  	font-size: 15px;
	font-family: Roboto;
  }



  td.bold{
	  	font-size: 16px;
	font-family: Roboto;
	text-align: center;  
  }
  
 sale{
	  	font-size: 14;
	color: red;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
  }

table.center{
	margin-left:auto; 
    margin-right:auto;
    margin-bottom: 10px;
    	text-align: center;

}

ul.a {
	font-size: 18px;
	font-family: Roboto;
	text-align: center;
	margin-top:0 px;
	list-style: none;
    padding-right: 36px;

}

hr.style {
    border: 0;
    height: .1px;
    border-top: .1px solid rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#c1c1c1), to(#fff));
	
}

hr.style:first-child {
    border: 0;
    height: .4px;
    border-top: .1px solid rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#c1c1c1), to(#fff));
	
}


.flipInX {
	animation-delay:0s;

}
.who {
    font-family: Roboto;
    font-size: initial;
    line-height: initial;
}

#center{
	font-size: 15.6px;
	text-align: center;
	position: relative
}

#center bold{
	
    font-family: Roboto;

}
.who bold{
    font-family: Roboto;
}

ul.navtop
{
 	font-family: Roboto;
 	font-size: 24px;
 	color: #333;
	list-style-type:none;
	padding-right: 45px;
	margin-top: 20px;

}
li.navtop
{
margin-left: 12px;
display:inline;

}

ul.navtop img   {

  text-decoration: none;
  color:            gray;
    font-size: 24px;
vertical-align: text-bottom;
  }
  
a.navtop    {
  text-decoration: none;
  color: gray;
  font-size: 24px;
  }

a.navtop:hover   {
  /* Applies to links under the pointer */
    -webkit-transition-property: color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: width 2s;
  transition: width 2s;
  transition-property: color;
  transition-duration: 0.4s;
   color:            #776ec8;
  } 
  
a.navtop:active  {
  /* Applies to activated links */
  animation
  font-style: italic;
   font-size: 24px;
  color: aqua;
  text-decoration: none;
  }

a.navtop:link {
  	text-decoration: none;
  	color: gray;
  }
  

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
}


