﻿
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);


/* GENERAL */

::selection {
	color: #ffffff;
	background: rgba(128,192,255,1.0);
}
::-moz-selection {
	color: #ffffff;
	background: rgba(128,192,255,1.0);
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: no-repeat #e0f0ff;
	font: normal 400 14px/21px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #464851;
	overflow-x: hidden;
	overflow-y: hidden;
}

p {
	margin-bottom: 20px;
}

a { 
	color: #0066cc;
	transition: all 0.125s linear;
} 

a:visited { 
	color: #464851;
} 

a:hover {
	color: #288ef4;
}

strong {
	font-weight: 700;
}

table {
	width: 100%;
	border; 0;
	border-spacing: 8px;
	margin-bottom: 18px;
}

ul {
	list-style-type: square;
	margin-left: 18px;
}

ul > li {
	margin-bottom: 8px;
}

ul > li > ul {
	list-style-type: disc;
	margin-top: 9px;
	margin-bottom: 12px;
}


/* OVERVIEW */

.prodhdr {
	color: #236cb8;
	margin-bottom: 2px;
	border-bottom: solid 1px #800000;
	font: italic 500 42px/36px 'Grand Hotel', cursive;
}

.prodver {
	font: italic 500 24px/24px 'Grand Hotel', cursive;
}

.prodita {
	font: italic 400 14px/21px 'Open Sans', Helvetica, Arial, sans-serif;
}

.prodtag {
	display: inline-block;
	color: #808080;
}

.prodname {
	font-weight: bold;
	font-style: italic;
	color: #707070;
	text-decoration: none;
}

.prodlink {
	font-weight: bold;
	font-style: italic;
	color: #0066cc;
	text-decoration: underline;
}

.prodh2 {
	font: italic 400 17px 'Open Sans', Helvetica, Arial, sans-serif;
	margin-top: 28px;
	margin-left: -26px;
}

.prodh2::first-letter {
	font-size: 133%;
	color: #2060A0;
}

.revision {
	font: normal 600 17px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #000080;
	margin-top: 28px;
	margin-left: -26px;
	text-align: center;
}

.figure {
	font: italic 400 13px/21px 'Open Sans', Helvetica, Arial, sans-serif;
}

.flexspans {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flexspans > span
{
	-webkit-flex: none;
	flex: none;
	text-align: center;
}

.insetbox {
	border: 1px solid black;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 16px;
	background: #f6f6f6;
	background: -webkit-linear-gradient(red, blue);
	background: -o-linear-gradient(red, blue);
	background: -moz-linear-gradient(red, blue);
	background: linear-gradient(#fbfbfb, #f1f1f1);
}

.flaglist {
	text-align: center;
}
.flaglist > img {
	border: 1px solid black;
}

.flagcol > img {
	border: 1px solid black;
	margin-bottom: 6px;
}


/* AWARDS */

.awardbox {
	display: -webkit-flex;
	display: flex;
	position: relative;
	left: -24px;
	margin-top: 48px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.awardbox > div
{
	-webkit-flex: none;
	flex: none;
	width: 180px;
	height: 102px;
	text-align: center;
}

ul.checkmarks {
	list-style: none;
	margin: 9px 8px 20px 9px;
}
ul.checkmarks > li {
	background: url("img/checkmark.png") no-repeat 0 50%;
	padding-left: 40px;
}

.gobutton {
     display: inline-block;
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
     line-height: 24px;
     padding: 2px 12px 4px 12px;
     font-size: 15px;
     border: 1px solid #bbbbbb;
     border-bottom-color: #a2a2a2;
	 margin-right: 10px;
     margin-bottom: 0;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
	 text-decoration: none;
     color: #ffffff;
     border-color: #5f3916 #c0742c #c0742c #5f3916;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-color: #7597ae;
     background-image: -moz-linear-gradient(top, #84a9c2, #5e7b91);
     background-image: -webkit-linear-gradient(top, #84a9c2, #5e7b91);
     background-image: -o-linear-gradient(top, #84a9c2, #5e7b91);
     background-image: linear-gradient(to bottom, #84a9c2, #5e7b91);
     background-repeat: repeat-x;
     -webkit-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.gobutton:visited {
    color: #ffffff;
 }

 .gobutton:hover {
    color: #ffff80;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.2), 1px -1px 0 rgba(255,255,255,0.2), -1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.2);
	cursor: pointer;
 }


.paybutton {
     display: inline-block;
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
	 width: 230px;
     line-height: 24px;
     padding: 2px 12px 4px 12px;
     font-size: 15px;
     border: 1px solid #bbbbbb;
     border-bottom-color: #a2a2a2;
	 margin-right: 10px;
     margin-bottom: 0;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
	 text-decoration: none;
     color: #ffffff;
     border-color: #ffc652 #fc9f37 #fc9f37 #ffc652;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-color: #ffe7b7;
     background-image: -moz-linear-gradient(top, #ffe7b7, #fca139);
     background-image: -webkit-linear-gradient(top, #ffe7b7, #fca139);
     background-image: -o-linear-gradient(top, #ffe7b7, #fca139);
     background-image: linear-gradient(to bottom, #ffe7b7, #fca139);
     background-repeat: repeat-x;
     -webkit-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.paybutton:visited {
    color: #ffffff;
 }

 .paybutton:hover {
    color: #606040;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.2), 1px -1px 0 rgba(255,255,255,0.2), -1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.2);
	cursor: pointer;
 }
 
.paybutton img {
	vertical-align: middle;
}


/* NEWS */

.centerimg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}

.datehdr {
	display: block;
	color: rgba(0, 0, 64, 0.5);
	clear: both;
}

.prodthumb {
	display: block;
	float: right;
	padding: 1px;
	border: 1px solid #021a40;
	margin-left: 6px;
	margin-bottom: 12px;
	clear: right;
}

table.gridtable , table.gridtable td  , table.gridtable th  {
	border: 1px solid #808080;
	border-collapse: collapse;
	padding: 6px 6px 6px 12px;
 } 


/* PANELS */

.panel {
	overflow-x: hidden;
	overflow-y: auto;
	top: 44px;
	left: 0px;
	z-index: 2;
	opacity: 0;
	overflow: auto;
	position: absolute;
	padding: 64px 8px 0px 50px;	
	background: #ffffff;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.panel:target {
	opacity: 1;
	z-index: 3;
}

.prodcarousel {
}

.prodcarousel img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #808080;
}


/* SUB-MENU */

#menu, #menu nav a {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

#menu {
	position: fixed;
	z-index: 100;	
	left: 0;
	top: 44px;
	height: 32px;
	width: 100%;
	min-width: 580px;
	padding: 0px;
	background: rgba(160,160,160,0.92);
	background: linear-gradient(rgba(140,140,160,1), rgba(160,160,160,0.92)); 
	border-bottom: 1px solid rgba(64,64,64,0.9);
}

#menu nav {
	position: relative;
	top: 5px;
	left: 0px;
}

#menu nav a {
	display: inline;
	padding: 6px 14px 7px 14px;
	margin: -2px;
	clear: none;
}

#menu .title {
	display: inline;
	position: relative;
	right: -370px;
	top: -17px;
}

#menu nav a {
	border: 1px solid rgba(0,160,248,0);
	font: bold 13px/18px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 0 #606060, 1px -1px 0 #606060, -1px 1px 0 #606060, 1px 1px 0 #606060;
}

#menu nav a:hover {
	color: #ffffb0;
	border: 1px solid rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.5);
	text-shadow: -1px -1px 0 #808060, 1px -1px 0 #808060, -1px 1px 0 #808060, 1px 1px 0 #808060;
}

#menu .title {
	right: 12px;
	top: -19px;
	float: right;
	font: italic 500 25px/28px 'Grand Hotel', cursive;
	color: rgba(0,0,0,0.75);
	cursor: default;
}

#main:target ~ #menu #nav #link-main,
#features:target ~ #menu #nav #link-features,
#formats:target ~ #menu #nav #link-formats,
#download:target ~ #menu #nav #link-download,
#buyit:target ~ #menu #nav #link-buyit,
#news:target ~ #menu #nav #link-news,
#extra:target ~ #menu #nav #link-extra {
	border: 1px solid rgba(32,96,255,0.7);
	background: rgba(128,192,255,0.5)
}


/* TOP-MENU */

#cssmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 44px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}

#title {
	font: normal 500 26px/26px 'Grand Hotel', cursive;
	color: rgba(0,0,0,0.75);
	display: block;
	position: absolute;
	top: 1px;
	left: 24px;
	width: 158px;
	cursor: default;
}

#cssmenu  .webcounter {
	opacity: 0.06; 
	position: fixed; 
	top: 15px;
	right: 6px;
}

#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #c0e0ff;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #303030;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(192,192,255,0.2), 1px -1px 0 rgba(192,192,255,0.2), -1px 1px 0 rgba(192,192,255,0.2), 1px 1px 0 rgba(192,192,255,0.2);
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffb0;
  text-shadow: -1px -1px 0 #808060, 1px -1px 0 #808060, -1px 1px 0 #808060, 1px 1px 0 #808060;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 6px 12px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,0.25);
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
  box-shadow: 3px 6px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 3px 6px 6px rgba(0,0,0,0.25);
  -webkit-box-shadow: 3px 6px 6px rgba(0,0,0,0.25);
}
#cssmenu ul ul li {
  position: relative;
  margin-bottom: 0px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul li.active > a {
  background: #e0f0ff;
}
#cssmenu ul li.active > a:hover {
  color: #e8e860;
}
#cssmenu ul ul li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li {
  width: 140px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 9px 20px 9px 20px;
  font-size: 14px;
  color: #9ea2a5;
  background: #f0fbff;
  cursor: default;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li.last {
 border-bottom: 1px solid #eeeeee;
 }
 #cssmenu ul li li.active > a {
  background: #f0fbff;
  color: #236cb8;
  font-weight: bold;
}
#cssmenu ul ul li a {
  padding-left: 18px;
  color: #000000;
}
#cssmenu ul ul li:hover > a {
  color: #ffffb0;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3), 1px -1px 0 rgba(0,0,0,0.3), -1px 1px 0 rgba(0,0,0,0.3), 1px 1px 0 rgba(0,0,0,0.3);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu ul ul ul li  {
  width: auto;
  color: #606060;
  background: #f0f2f4;
  line-height: 24px;
}
#cssmenu ul ul .menusubhdr {
	font-style: italic;
	text-decoration: underline;
}
#cssmenu .free {
	font-style: italic;
	color: #c02020;
}


@media all and (max-width: 600px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu  .webcounter {
	right: 61px;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul li {
    width: 100%;
	background: #f6fafe;
	border-bottom: 1px solid #f4f6f8;
  }
  #cssmenu ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  }
  #cssmenu ul ul ul {
    display: none;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 0px 32px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #ffffff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #ffffff;
  }
  #cssmenu > ul > #title {
    display: block;
    cursor: pointer;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 0px;
	text-align: center;
	z-index: -1;
  }
}
