/* !resets */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-ms-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
*/

}
.clearAll {
  clear: both;
}
body {
  font-family: 'Lato', arial, sans-serif;
  background: #f8d193;
}
img {
  display: block;
}
a {
  color: #f09609;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  color: #535353;
}
h1 {
  font-weight: 300;
  margin-bottom: 20px;
}
h3 {
  color: #242424;
  font-size: 20px;
  line-height: 40px;
}
hr {
  margin-bottom: 20px;
  border-top-color: black;
  border-top-width: 1px;
  border-top-style: solid;
}
li {
  margin-left: 0px;
  list-style-position: inside;
  color: #353535;
}
li li {
  margin-left: 20px;
  list-style: circle;
  color: #353535;
}
li li li {
  margin-left: 20px;
  list-style: square;
  color: #353535;
}

/* !page divider */
.wrapperBackground {
  min-width: 1020px;
  float: left;
  clear: both;
  width: 100%;
  overflow: visible;
}
/* !background classes */
.header {
  background: url(../images/header-bg.jpg);
  border-bottom: 1px solid #b0b2b0;
  height: 59px;
}
.headerMenu {
  background: #f8d193;
}
.mainContent {
  padding-top: 29px;
  padding-bottom: 50px;
  background: white;
}
.footer {
  min-height: 50px;
}
/* !default content */
.contentWrapper {
  width: 1020px;
  clear: both;
  overflow: visible;
  margin: 0 auto;
}
/* !column layout */
.col {
  float: left;
}
.oneCol {
  width: 100%;
}
.twoCol {
  width: 50%;
}
.threeCol {
  width: 33.3%;
}
.fourCol {
  width: 100%;
  width: 25%;
}
/* structural styles */
/* header */
.headerLeft {
  width: 50%;
  float: left;
  padding-top: 11px;
}
.headerRight {
  padding-top: 15px;
  width: 50%;
  float: right;
  text-align: right;
  font-size: 24px;
}
.headerRight p {
  font-weight: 300;
}
.mobileNav {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mobileNav .mobileNavSelect {
  font-size: 18px;
  width: 70%;
}
/* header menu */
.headerNav,
.headerNav ul {
  list-style: none;
}
.headerNav li {
  clear: right;
  margin-left: 0px;
}
.headerNav li a {
  display: block;
  border-top: 0px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  padding-top: 16px;
  padding-bottom: 16px;
  max-height: 51px;
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  float: left;
  background: #e8f0ef;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  font-weight: 900;
  font-weight: normal;
  width: 110px;
  text-align: center;
  transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  border-collapse: collapse;
}
.headerNav li a:hover {
  background: #f8d193;
  text-decoration: none;
}
.headerNav .current_page_item a {
  background: #f8d193;
  text-decoration: none;
}
.headerNavSocialIcons a {
  float: right;
  margin-top: 13px;
  margin-left: 3px;
}
.footer {
  color: #5d5d5d;
}
.footer a {
  color: #5d5d5d;
}
.footerLeft {
  float: left;
  width: 50%;
  margin-top: 5px;
}
.footerRight {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 5px;
}
/* unique styles */
/* home */
.homeColWrapper {
  border-top: 15px solid #00aba9;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
}
.home .col {
  background: #f5f5f5;
}
.home .twoCol {
  width: 510px;
}
.home .threeCol {
  width: 340px;
}
.homeColInternal {
  min-height: 306px;
  border-top: 0px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 0px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.homeColInternal.homeColNews {
  min-height: 295px;
}
.homeColInternal h1,
.homeColInternal h2,
.homeColInternal h3,
.homeColInternal h4,
.homeColInternal h5,
.homeColInternal h6 {
  text-align: center;
  color: #242424;
  font-size: 20px;
  line-height: 40px;
}
.homeColInternal hr {
  margin-bottom: 0px;
  border-top-color: #8cbf26;
  border-top-width: 10px;
  border-top-style: solid;
}
.homeColInternalPadding {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.home .lastCol .homeColInternal {
  border-right: 1px solid #c5c5c5;
}
.galleryHomeSlides {
  width: 100%;
  max-width: 280px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3px;
}
.homeColInternalVideoPreview {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.homeQuote {
//  font-weight: bold;
  font-style: italic;
}
.homeQuoteName {
  font-size: 0.8em;
  color: #797979;
  margin-top: 5px;
  margin-bottom: 5px;
}
.homeBlogPostsDate {
  width: 66px;
  text-align: center;
}
.homeBlogPostsText {
  text-align: left;
  vertical-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

#newsTable .homeBlogPostsText {
  padding-right: 10px;  
}

.homeColInternal #newsTable {
  margin-bottom: 10px;
}

.homeBlogPostsText a {
  color: #353535;
}
.homeBlogPostsImage {
  width: 66px;
}
.homeBlogPostsImage img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.pageCellContent .homeBlogPostsImage img {
  margin-right: 0px;
}
.homeBlogPostsDateMonth {
  font-size: 10px;
  text-transform: uppercase;
}
.homeBlogPostsDateDay {
  font-size: 22px;
}
.homeProductListTable {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
  min-width: 75%;
}
.homeProductList {
  width: 80%;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  margin-bottom: 3px;
}
.homeProductList a {
  color: white;
}
/*
.homeProductList td {
  padding: 6px 2px 6px 2px;
}*/
.homeProductList td {
  border: 0px;
  padding: 0px;
}
.homeProductList .homeProductListTitle {
  text-align: left;
  padding-left: 6px; 
  padding-top: 6px; 
  padding-right: 2px; 
  padding-bottom: 6px; 
}
.homeProductList .homeProductListTitle td {
  padding-left: 6px; 
  padding-top: 6px; 
  padding-right: 2px; 
  padding-bottom: 6px; 
}

.homeProductList .homeProductListPrice {
  text-align: right;
  padding-left: 2px; 
  padding-top: 6px; 
  padding-right: 6px; 
  padding-bottom: 6px; 
}

/* slider */
.slides {
  list-style: none;
}
.sliderMenuWrapper {
  position: absolute;
  height: 0px;
}
.slideText {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  color: white;
  background: url(../images/slider-menu-bg.png);
  padding: 15px;
  font-weight: bold;
  font-size: 28px;
  max-width: 400px;
}
.sliderMenu {
  margin-top: -49px;
  background: url(../images/slider-menu-bg.png);
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sliderMenu a {
  display: block;
  float: left;
}
.sliderMenu .sliderLeft {
  margin-right: 5px;
}
.sliderMenu .sliderRight {
  margin-right: 10px;
}
.sliderMenu img {
  float: left;
}
.sliderMenu span {
  float: left;
  margin-top: 5px;
  clear: right;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
}
/* news */
.newsWrapper {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: row;
}
.newsLeft {
  width: 66px;
  height: 66px;
  background: #ff9900;
}
.newsRight {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  color: #747474;
  vertical-align: middle;
  flex-grow: 1;
}
/* dialog */
.dialog {
  background: #f09609;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.dialog:hover {
  background: #e68c00;
}
/* Software */
.pageCell {
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin-right: 100px;
  float: left;
  clear: right;
  margin-bottom: 40px;
}
.pageCellLast {
  margin-right: 0px;
}
.noBottomPadding {
  padding-bottom: 0px !important;
}
.noTopPadding {
  padding-top: 0px !important;
}
.noTopMargin {
  margin-top: 0px !important;
}
.pageCellFull {
  width: 100%;
}
.pageCellContent {
  min-height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.pageCellContentBottomPadding {
  padding-bottom: 20px;
}
.pageCellContent h2 {
  line-height: 50px;
  white-space: nowrap;  
}
.pageCellContent h2 a {
  line-height: 50px;
  color: #242424;
}
.pageCellContent h2 a:hover {
  color: #565656;
  text-decoration: none;
}

.pageCellContent .licComment {
  font-size: 1em; 
  font-weight: 100;
  line-height: 15px;
}

.pageCellContent .licComment a {
  color: #f09609;
  text-decoration: none;
}

.pageCellContent .licComment a:hover {
  color: #f09609;
  text-decoration: underline;
}

.pageCellContent .softwarePriceLinks {
  margin-top: 10px;
  margin-bottom: 15px;
  border-spacing: 0px;
}

.pageCellContent .softwarePriceLinks h2 {
  line-height: 20px;
}

.pageCellContent .softwarePriceLinks h2 a {
  line-height: 20px;
}

.pageCellContent .softwarePriceLinks td {
  vertical-align: bottom;
  padding-top: 5px;
}

.pageCellContent .softwarePriceLinks h2 .softwarePriceLink {
  font-size: 1em; 
}
.pageCellContent .softwarePriceLinks .softwarePriceLink {
  font-size: 1.5em; 
  line-height: 20px;
  color: #f09609;
  text-decoration: none;
}

.pageCellContent .softwarePriceLinks .softwarePriceLink:hover {
  color: #f09609;
  text-decoration: underline;
}

.pageCellContent .softwarePriceLinks td:nth-child(2) {
  text-align: right;
}

.pageCellContent li {
  margin-left: 20px;
  list-style-position: outside;
}
.pageCellContent li li {
  margin-left: 20px;
  list-style: circle;
  list-style-position: outside;
}
.pageCellContent li li li{
  margin-left: 20px;
  list-style: square;
  list-style-position: outside;
}

.pageCellImage {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.pageCellFooter {
  overflow: hidden;
  padding-top: 6px;
}
.pageCellFooterCell {
  float: left;
  width: 50%;
  text-align: center;
}
.iconFloat a span {
  bottom: 6px;
  position: relative;
  margin-left: 6px;
}
.pageCellFooter img {
  display: inline;
}
.pageCellFooter a {
  color: white;
  font-size: 22px;
}
.pageCellFooter a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.catalogCell {
  width: 460px;
}
.hardwareImage {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.buyButton {
  background-color: #535353;
  color: white;
  padding-left: 43px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  background-image: url('../images/small-price-tag.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  margin-top: 32px;
  float: left;
  margin-bottom: 20px;
}
.compareButton {
  background-color: #535353;
  color: white;
  padding-left: 43px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  background-image: url('../images/software-look.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}
.compareButtonSingleSoftware {
  background-color: #535353;
  color: white;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
}
.compareButtonP {
  text-align: center; 
  margin-top: 0px; 
  margin-bottom: 0px;
}
.upgradeLinksOnStorePage {
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-size: 1.5em;
  width: 100%;
}
.upgradeLinks {
  float: left;
  font-size: 1.5em;
}
.upgradeLinks p {
  margin: 0;
}
.upgradeLinks table{
  color: #535353; 
  width: 100%; 
  border-spacing: 0px; 
  margin-bottom: 0px;
}
.upgradeLinks table td{
  padding-top: 10px; 
  padding-right: 30px; 
  border: 0px;
}

.hardwareButton:hover {
  background-color: #474747;
  text-decoration: none;
}
.softwareDisclaimer {
  margin-top: 20px;
}
/* Single peice of software */
.singleSoftware {
  font-size: 14px;
}
.pageCellFullWidth {
  margin-top: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pageCellFullWidth .pageCellContent {
  min-height: 50px;
}
.pageCellContentTabFull {
  padding-top: 30px;
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
.pageCellContentTabHalf {
  padding-top: 30px;
  width: 50%;
  float: left;
}
.pageCellContentTabHalf img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.pageCellContentTabHalfLinks {
  padding-top: 0px;
  width: 50%;
  float: left;
}

.softwareLayoutTable {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 20px 50%;
}
.softwareIcon {
    grid-row: 1;
    grid-column: 3;
}
.softwareIcon img {
    margin-left: auto;
    margin-right: auto;
}
.softwareDetails {
    grid-row: 1 / span 2;
    grid-column: 1;
}
.softwareDetails2 {
    grid-row: 2;
    grid-column: 3;
    align-self: end;
    margin-top: 20px;
}

.pageCellRecRequirements {
    margin-right: 20px;
    padding-bottom: 30px;
}
.pageCellSoftRequirements {
  width: 540px;
  padding-bottom: 0px;
}
.pageCellReqFaq {
  width: 380px;
  padding-bottom: 30px;
}
.tabLinks li {
  width: 50%;
  display: block;
  text-align: center;
  float: left;
}
.tabLinks li a {
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
  width: 100%;
  display: block;
  background: #e1e1e1;
  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  color: #3b3b3b;
}
.tabLinks li a:hover {
  text-decoration: none;
}
.tabLinks li .active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0);
}
.singleSoftwareCellFooter {
  width: 340px;
  text-align: center;
  float: left;
  padding-top: 5px;
}
.singleSoftwareCellFooterBlue {
  background: #00aba9;
}
.singleSoftwareCellFooterOrange {
  background: #f09609;
}
.singleSoftwareCellFooterPurple {
  background: #a200ff;
}
.softwareInformationTable {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: center;
}
.softwareInformationTable .left {
  width: 140px;
}
/* blog */
.blogMeta {
  margin-bottom: 20px;
}
.blogContent {
  width: 700px;
  margin-right: 60px;
  float: left;
}
.blogSidebar {
  width: 260px;
  float: right;
}
.blogSidebar #s {
  margin-bottom: 20px;
}
.blogSidebar ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 30px;
}
.blogSidebar li {
  margin-left: 0px;
}
.blogArchiveList {
  float: left;
  clear: left;
}
.blogPostCell {
  margin-bottom: 40px;
}
.blogPostCellTitle {
  width: 100%;
  background: url('../images/blogcell-title-bg.png');
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.blogPostCellTitle h2 {
  margin-left: 10px;
}
.blogPostCellTitle h2 a {
  color: #414141;
}
.blogPostCell img {
  width: 100%;
  height: auto;
}
.blogPreview {
  margin-bottom: 20px;
}
.socialIcons {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 80%;
}
.socialIcons td {
  width: 20%;
  border: 0px !important;
}
.socialIcons iframe {
  width: 80px !important;
}
#respond {
  margin-top: 40px;
}
.commentForm input {
  margin-bottom: 10px;
}
.commentForm textarea {
  margin-bottom: 10px;
}
/* !customer Reviews */
.customerReviewText {
  font-style: italic;
}
.customerReviewPerson {
  font-size: 0.8em;
  color: #797979;
  margin-top: 10px;
  margin-bottom: 5px;
}
/*! gallery */
.fearuredCustomer .fearuredCustomerImage {
  width: 110px !important;
  float: left;
}
.fearuredCustomer .fearuredCustomerCompany {
  float: left;
}
.fearuredCustomer .fearuredCustomerLocation {
  float: left;
}
.fearuredCustomer .featuredCustomerTable {
  border: 0px;
}
.fearuredCustomer .featuredCustomerTable .featuredCustomerText {
  padding-left: 20px;
  font-size: 22px;
}
.fearuredCustomer .featuredCustomerTable td {
  border: 0px !important;
}
.galleryCellWrapper {
  width: 100%;
}
.galleryCellWrapper .galleryCell {
  float: left;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 10px;
  clear: left;
}
.galleryCellWrapper .galleryCell .galleryVideoDesiption {
  margin-top: 10px;
}
.galleryCellWrapper .galleryCellLast {
  margin-right: 0%;
  margin-left: 4%;
  clear: right;
}
.downloadTable {
  width: 100%;
  margin-top: 10px;
}
.downloadTable td {
  border-color: #cbcbcb !important;
  padding: 4px;
}
/* blocks */
.volumeDiscountsTable {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #8d8d8d;
}
.volumeDiscountsTable td {
  width: 20%;
  border: 1px solid #8d8d8d;
  padding-left: 5px;
}
.volumeDiscountsTable td:hover {
  background: #e1e1e1;
}
.eduDiscountsTable {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #8d8d8d;
  spacing: 5px;
}
.eduDiscountsTable td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #8d8d8d;
}
.systemReqTable {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 0px;
}

.systemReqTable td{
	padding: 6px;
	border: 1px solid #bcbcbc;
	vertical-align: top;
}

.systemReqTable th{
	padding: 2px;
	border: 1px solid #9b9b9b;
}

.galleryList li {
  list-style: none;
  display: block;
  margin: 10px;
  float: left;
  height: 245px;
}

.galleryThumbImg {
   border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition:    all 0.3s ease;
        -o-transition:      all 0.3s ease;
        -ms-transition:     all 0.3s ease;
        transition:         all 0.3s ease; 
}

.galleryList span img {
  display: inline-block;
  padding-right: 3px;
}

div.galleryPlayImg {
  width: 52px;
  height: 52px;
  background: rgba(0,0,0,0) url("/wp-content/themes/iPi/assets/images/home-video-play-small.png");
  position: absolute;
  margin: -26px 0 0 -26px;
  top: 50%;
  left: 50%;
  border-radius: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
  -ms-transition:     all 0.3s ease;
   transition:         all 0.3s ease; 
}

div.rel {
  position: relative;
}

div.rel:hover div.galleryPlayImg {
  background-color: #535353;
}

.galleryTypeLink a{
/*  background-color: #e8e8e8;
  color: #f09609;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  margin-bottom: 8px;
  margin-right: -1px;
  margin-top: -1px;
  float: left;
  margin-bottom: 0px;
  border: 1px solid #bcbcbc;
  border-collapse: collapse;*/

  background: #e8f0ef;
  display: block;
  border: 1px solid #a2a2a2;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
/*  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);*/
  float: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  font-weight: 900;
  font-weight: normal;
  text-align: center;
  transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  margin-right: -1px;
  margin-top: -1px;
}

.galleryTypeLink a:hover {
/*  color: #535353;
  text-decoration: underline;
  border: 1px solid #bcbcbc;*/
  background: #f8d193;
  color: #535353;
  text-decoration: none;
}

.galleryTypeLink a.selectedGalleryType {
/*  background-color: #535353;*/
  background: #f8d193;
/*  font-weight: bold;
  color: white;
  border: 1px solid #bcbcbc;*/
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* featured customer page */
.fearuredCustomerPage {
  margin-top: 20px;
}
/*!iPad landscape */
@media screen and (max-width: 1200px) {
  .wrapperBackground {
    min-width: 960px;
  }
  .contentWrapper {
    width: 300px;
    width: 960px;
  }
  .header {
    height: 50px;
  }
  .headerLeft img {
    width: 25%;
  }
  .headerRight {
    padding-top: 10px;
  }
  .headerNav li a {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 102px;
  }
  .headerNavSocialIcons a {
    margin-top: 6px;
  }
  .galleryTypeLink a {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  /* home */
  .home .threeCol {
    width: 320px;
  }
  .home .twoCol {
    width: 480px;
  }
  /* software */
  .pageCell {
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .pageCellLast {
    margin-right: 0px;
  }
  /* single piece of software */
  .pageCellRecRequirements {
    margin-right: 20px;
    padding-bottom: 30px;
  }
  .pageCellSoftRequirements {
    width: 400px;
    padding-bottom: 30px;
  }
  .singleSoftwareCellFooter {
    width: 320px;
    text-align: center;
    float: left;
  }
  /* !T blog */
  .blogContent {
    width: 640px;
  }
}
/* !iPhone [portrait + landscape] */
@media screen and (max-width: 700px) {
  .mobileHide {
    display: none !important;
  }
  .wrapperBackground {
    min-width: 100%;
  }
  .contentWrapper {
    width: 90%;
  }
  .header {
    min-height: 50px;
    overflow: auto;
    height: auto;
    background: #f1f1f1;
    padding-bottom: 10px;
  }
  .headerLeft {
    width: 100%;
  }
  .headerLeft img {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  .headerRight {
    text-align: center;
    width: 100%;
  }
  .mobileNav {
    display: block;
  }
  .headerNav {
    display: none;
  }
  .headerNavSocialIcons {
    display: none;
  }
  /* home */
  .sliderMenuWrapper {
    display: none;
  }
  .homeColInternal {
    border-right: 1px solid #c5c5c5;
  }
  .home .twoCol {
    width: 100%;
  }
  .home .threeCol {
    width: 100%;
  }
  .newsRight {
    font-size: 13px;
  }
  .slideText {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    background: url(../images/slider-menu-bg.png);
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
    max-width: 400px;
  }
  .footerLeft {
    width: 100%;
    font-size: 13px;
  }
  .footerRight {
    width: 100%;
    display: none;
  }
  /* catalog */
  .pageCell {
    width: 100%;
  }
  .pageCellContent img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* single product */
  .softwareLayoutTable {
      display: block;
  }
  .softwareIcon img {
      width: auto;
      max-width: 90%;
      max-height: 10em;
  }
  .softwareDetails {
      margin-top: 20px;
  }
  .singleSoftwareCellFooter {
    width: 100%;
  }
  .pageCellContentTabHalf {
    width: 100%;
  }
  .pageCellContentTabHalfLinks {
    width: 100%;
   }
  .tabLinks li {
    width: 100%;
  }
  .softwareInformationTable td {
    vertical-align: top;
    padding-right: 20px;
  }
  /* blog */
  .blogContent {
    width: 100%;
    margin-right: 0px;
  }
  .blogSidebar {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid grey;
    padding-top: 40px;
  }
  .comment-author img {
    display: none;
  }
  /*! gallery */
  .galleryCellWrapper .galleryCell {
    width: 100%;
    margin-right: 0%;
  }
  .galleryCellWrapper .galleryCellLast {
    margin-left: 0%;
  }
  .downloadTable td {
    float: left;
    border: 0px !important;
  }
  .compareButton {
    background-color: #535353;
    color: white;
    padding-left: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    background-image: url('../images/software-look.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 20px;
//    float: none;
    margin-bottom: 10px;
  }
  .compareButtonP {
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 0px;
  }
  .compareButtonSingleSoftware {
    background-color: #535353;
    color: white;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
  }
  .compareButtonP .compareButton{
    float: none;
  }
  .compareButtonP .compareButtonSingleSoftware{
    float: none;
  }
}

@media screen and (max-width: 400px) {
  .newsLeft { display: none; }
  .newsRight img { display: none; }
}

#searchButtonsTable {
	border-collapse: collapse;
	margin-bottom: 0px;
}

#searchButtonsTable td{
	padding-left: 6px;
	padding-right: 6px;
	border: 0px
}

#newsTable {
	border-collapse: collapse;
	margin-bottom: 0px;
}

#newsTable td{
	padding: 0px;
	border: 0px
}

#newsTable th{
	padding: 0px;
	border: 0px
}

.newHint {
	position: relative;
	bottom: 1.0em;
	color: red;
	font-size: 20px;
}
.specialPrice {
	color: #e93f3f;
}
span.eyeAttractor {
	background-color: #e93f3f;
	color: White;
	padding: 2px 5px 2px 5px;
}
.newsRight strong {
	color: #242424;
}
