h1 {text-align: center;}
.page-header h1 {text-align: left;}

h1 + .text-center {
display:block;font-size:.455em;line-height:1.1em;
}
h1 .sub {
display:block;font-size:.455em;line-height:1.1em;
}

h1 + .text-center a {
  color: #4a4a4a;
}

/* header */
.section-header {position: relative;}

.section-header h1 {margin-bottom: 60px;}

.section-header .btn-group {
  margin-bottom: 30px;
}

.section-header a.btn.btn-warning.btn-sm {
    display: block;
}

.section-header div[id*="btn-group-"] {
    max-width: 300px;
}

.section-header a[href="https://www.youtube.com/embed/7KbFYF4hLMM"] em.video {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

[lang="fr"] .section-header div[id*="btn-group-"] {
    max-width: 350px;
}
[lang="jp"] .section-header div[id*="btn-group-"] {
    max-width: 330px;
}

.section-header div[id*="btn-group-"] .btn-success, 
.section-header div[id*="btn-group-"] .btn-default, 
.section-header div[id*="btn-group-"] .btn-info {
    width: 49%;
}

.section-header div[id*="btn-group-"] .btn-default,
.section-header div[id*="btn-group-"] .btn-info {
    float: right;
}

@media (min-width: 768px) {
  .section-header a.vthumb {
    margin-bottom: -20px;
    margin-left: -60px;
  }
}


@media (max-width: 767px) {
.section-header h1 {
  margin-bottom: 5px;
}
.section-header {height: auto; min-height: initial;}
.section-header > .Inner > div:not(:first-child) > div {
  max-width: 450px;
  margin: auto;
  margin-bottom: 20px;
}
.section-header h3.sub-header {
  font-size: 25px;
}
  .section-header a.vthumb {
    max-width:500px;
    margin: 10px auto;
  }
}

.section-header .section-badges .col-xs-6:first-child {
    float: left;
    padding: 0 8px 0 15px;
    margin: 0;
}

.section-header .section-badges .col-xs-6:nth-child(2) {
    float: left;
    padding: 0 15px 0 5px;
    margin: 0;
}

.section-header .section-badges {
    max-width: 300px;
}

[lang="fr"] .section-header .section-badges {
    max-width: 350px;
}
[lang="jp"] .section-header .section-badges {
    max-width: 330px;
}


/* Discover PD Section */
/*
.features-list [class*='col-xs-'] {
  padding-left: 65px;
  background: url(/fileadmin/images/products/pd/11/icons/PDFM_Icon_Check.png) no-repeat 15px 3px;
  background-size: 35px 35px;
}
*/
a.link-expand {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-transform: none;
}
a.link-expand .glyphicon {
  display: none;
}

@media (max-width: 767px) {

.features-list [class*='col-xs-'] {
  padding-left: 15px;
  padding-top: 45px;
  background-position: center 5px;
}

}

/* Best of Both Worlds Section */
.section-bestofboth {
  padding: 100px 0;
  position: relative;
}
.section-bestofboth h2 {
  color: #6d6e71;
  margin: 0;
}
.section-bestofboth p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-bestofboth:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/bestofboth-bg.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 375px;
  width: 100%;
  max-width: 629px;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

/* Switching Section */

.section-switching {
  background: #A0D6E8;
  padding: 100px 0;
  position: relative;
}
.section-switching h2 {
  color: #6d6e71;
  margin: 0;
}
.section-switching p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-switching:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/pd11-swipe-mac.png) no-repeat right;
  background-size: 600px 352px;
  display: block;
  height: 352px;
  width: 600px;
  max-width: 629px;
  position: absolute;
  bottom: -4px;
  right: 52%;
}
.section-switching:after {
  content: '';
  background: url(/fileadmin/images/products/pd/11/pd11-swipe-win.png) no-repeat right;
  background-size: 600px 352px;
  display: block;
  height: 352px;
  width: 0;
  max-width: 629px;
  position: absolute;
  bottom: -4px;
  right: 52%;
  animation: swipe 6s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -webkit-animation: swipe 6s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes swipe {
  0% {width: 0;}
  25% {width: 0;}
  50% {width: 600px;}
  75% {width: 600px;}
  100% {width: 0;}
}

@-webkit-keyframes swipe {
  0% {width: 0;}
  25% {width: 0;}
  50% {width: 600px;}
  75% {width: 600px;}
  100% {width: 0;}
}

/* Powerful Performance Section */

.section-performance {
  background: #f4f4f4;
  padding: 100px 0;
  position: relative;
}
.section-performance h2 {
  color: #6d6e71;
  margin: 0;
}
.section-performance p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-performance:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/performance-ch.png) no-repeat bottom right;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* Battery Section */
.section-battery {
  padding: 100px 0;
  position: relative;
}
.section-battery h2 {
  color: #6d6e71;
  margin: 0;
}
.section-battery p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-battery:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/travelmode.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 375px;
  width: 100%;
  max-width: 629px;
  position: absolute;
  bottom: -40px;
  right: 50%;
}

/* Fast */

.section-fast {
  background: #A0D6E8;
  padding: 100px 0;
  position: relative;
}
.section-fast h2 {
  color: #6d6e71;
  margin: 0;
}
.section-fast p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-fast:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/Performance_Image.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 80%;
  width: 80%;
  max-width: 629px;
  position: absolute;
  bottom: 20px;
  right: 52%;
}

/* Cortana Section */

.section-cortana {
  background: #4B4B4B;
  padding: 100px 0;
  position: relative;
}
.section-cortana h2 {
  color: #fff;
  margin: 0;
}
.section-cortana p {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}
.section-cortana:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/Win10_Yosemite_cortana.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 90%;
  width: 90%;
  max-width: 629px;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

/* Windows 10 and El Capitan */
.section-win10cap {
  padding: 100px 0;
  position: relative;
}
.section-win10cap h2 {
  color: #6d6e71;
  margin: 0;
}
.section-win10cap p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-win10cap:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/win10_elcapitan.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 375px;
  width: 100%;
  max-width: 629px;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

/* Visual Studio Section */

.section-visual {
  background: #f4f4f4;
  padding: 100px 0;
  position: relative;
}
.section-visual h2 {
  color: #6d6e71;
  margin: 0;
}
.section-visual p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-visual:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/performance-bg.png) no-repeat bottom right;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* All sections */

@media (max-width: 767px) {

.section {
  padding: 30px 0;
}
.section:before {display: none;}
/*.section .csc-textpic-text {
  margin-left: 0;
  padding-top: 50px;
}
.section .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: none;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}*/

.section-switching:after {display: none;}

}

/* Compare Section */
.section-compare table {
  width: 100%;
  table-layout: fixed;
}
.section-compare th:first-child {
  color: #fff;
  font-size: 50px;
  padding-bottom:10px;
}
.section-compare th {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
  font-weight: normal;
}
.section-compare th > .price {
  font-size: 25px;
  vertical-align: top;
}
.section-compare th .price span {
  font-size: 50px;
  line-height: .8;
}
.price .point {
  opacity:0;
  position: absolute;
}
.section-compare th .year {
  margin-left: -30px;
  font-size: 14px;
  color: #807f83;
}
.section-compare tr:not(.btns-row) td {
  border: #c2c4c6 1px solid;
  padding: 10px;
}
.section-compare tr:not(.btns-row) td:nth-child(odd) {
  background: #f4f4f4;
}
.section-compare tr:not(.btns-row) td:nth-child(even) {
  background: #fff;
}
.section-compare td:first-child {
  width: 200px;
}
.section-compare td:not(:first-child) {
  text-align: center;
}
.section-compare tr.btns-row td {
  /*padding-top: 20px;*/
}

.section-compare .btn {
  text-transform: none;
  width: 100%;
  margin: -1px -1px 0;
  border: #c2c4c6 1px solid;
  border-right: none;
  
}
.section-compare td:nth-child(3) .btn {
  _background: #135e85;
  _color: #fff;
}

.section-compare td:nth-child(3) .btn:hover {
  _background: #0d3e58;
}



.section-compare td:last-child .btn {
  _background: #000;
  _color: #fff;
  border-right: #c2c4c6 1px solid;
  width: calc(100% + 1px);
}
.section-compare td:last-child .btn:hover {
  _background: #1a1a1a;
}

/*
.section-compare .btn:after {
  content: '>';
  float: right;
  transform: scale(.5, 1);
  font-family: 'HelveticaNeueW10-65Medi';
}
*/
.section-compare .icon-na {
  width: 10px;
  height: 2px;
  background: #c8c8c8;
  display: inline-block;
}

.section-compare .icon-ok {
  width: 15px;
  height: 11px;
  background: url(/fileadmin/images/products/pd/11/icon-ok.png) no-repeat;
  display: inline-block;
}

@media (max-width: 767px) {

.section-compare th {
  transform: scale(.6);
  padding-bottom: 0;
}

.section-compare .btn {
  font-size: 10px;
}

}

/* Student Section */
.section-student .btn {
  background: #fff;
  color: #0099ff;
  border-color: #0099ff;
  border-radius: 2px;
}
@media (min-width: 768px) {

.section-student .col-white {
  position: relative;
}
.section-student .col-white > .Inner > div:not(:first-child) {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

}

#c44140 [id*="btn-group-"] {display: none;}
@media (max-width: 767px) {
  #c44140 [id*="btn-group-"] {display: block;}
}

/* PDB 11 */
/* header */
.section-header.pdb-11 {z-index: 1;}

.section-header.pdb-11:before {
  background: url(/fileadmin/images/products/pde/11/pdb11-header.png) no-repeat left;
  background-size: contain;
  height: 410px;
  bottom: -1px;
}
@media (max-width: 991px) and (min-width: 768px) {

.section-header:before {
  left: -280px;
  margin-left: 0;
}
.section-header.pdb-11 h1 {
  font-size: 37px;
}

}

@media (max-width: 767px) {

.section-header.pdb-11:before {
  left: -100px;
  height: 80%;
  background-size: contain!important;
}

}

.section-header.pdb-11 h1 {
  max-width: 800px;
  margin: 20px auto 20px;
}

.section-header.pdb-11 h2 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 32px;
}
.section-header.pdb-11 h3.sub-header {
  font-family: 'HelveticaNeueW02-45Ligh';
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  color: #807f83;
  display: inline;
}

/* Overview Section */
.section-overview {
  padding: 50px 0 40px;
  position: relative;
  background-color: #4A4A4A;
}
.section-overview p {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.quote_1 {
 margin: 0 10%;
  text-align:center;
}

@media (max-width: 767px) {

.quote_1 {
 margin: 0;
}

}

/* Management Section */

.section-management {
  padding: 50px 0;
  position: relative;
}
.section-management h3 {
  color: #6d6e71;
  margin: 0;
}
.section-management p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-management:before {
  content: '';
  background: url(/fileadmin/images/products/pde/11/control-bg.png) no-repeat bottom left;
  background-size: contain;
  display: block;
  height: 120%;
  width: 120%;
  max-width: 478px;
  position: absolute;
  bottom: -20%;
  right: 53%;
}

@media (max-width: 991px) and (min-width: 768px) {

.section-management {
  padding: 40px 0;
}
.section-management:before {
  height: 100%;
  background-position-y: center;
}

}

/* Advanced Control Section */

.section-control {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
}
.section-control h3 {
  color: #6d6e71;
  margin: 0;
}
.section-control p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-control:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/performance-bg.png) no-repeat bottom right;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (max-width: 991px) and (min-width: 768px) {

.section-control {
  padding: 35px 0;
}

}

/* Visual Studio PDB Section */

.section-vspdb {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
}
.section-vspdb h3 {
  color: #6d6e71;
  margin: 0;
}
.section-vspdb p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-vspdb:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/performance-bg.png) no-repeat bottom right;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: -20%;
  right: 53%;
}

@media (max-width: 991px) and (min-width: 768px) {

.section-vspdb {
  padding: 35px 0;
}

.section-vspdb:before {
  height: 100%;
  background-position-y: center;
}

}

/* Simplify Section */

.section-simplify {
  background: #A0D6E8;
  padding: 50px 0;
  position: relative;
}
.section-simplify h3 {
  margin: 0;
}
.section-simplify p {
  font-size: 21px;
  line-height: 1.2;
}
.section-simplify:before {
  content: '';
  background: url(/fileadmin/images/products/pd/11/massdeploy_bluetooth.png) no-repeat right;
  background-size: contain;
  display: block;
  height: 90%;
  width: 90%;
  max-width: 629px;
  position: absolute;
  bottom: 0;
  right: 52%;
}



@media (max-width: 991px) and (min-width: 768px) {

.section-simplify {
  padding: 55px 0;
  position: relative;
}

}


/* Security Control Section */

.section-securitycontrol {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
}
.section-securitycontrol h3 {
  color: #6d6e71;
  margin: 0;
}
.section-securitycontrol p {
  color: #808285;
  font-size: 21px;
  line-height: 1.2;
}
.section-securitycontrol:before {
  content: '';
  background: url(/fileadmin/images/products/pde/11_1/SecurityControl.png) no-repeat bottom right;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.section-securitycontrol:before {
  height: 100%;
  background-position-y: center;
}

}

/* Compare Section */
.section-compare.pdb-11 {
  background: #A0D6E8;
  padding: 25px 0;
}

.section-compare.pdb-11 table tr.table-divider td {
  background: #c2c4c6!important;
}

.togglebox-inner ul {margin-bottom: 0;}

/* All sections */

@media (max-width: 767px) {

.section {
  padding: 30px 0;
}
.section p {
  font-size: 16px;
}
.section:before {
  display: none;
}

}

.h2 a {color: #d92231; text-decoration: none;}
.h2 a:hover {text-decoration: underline;}



/* PDPro Section */
.section-pdpro {
  background: #A0D6E8;
  padding: 25px 0px;
  position: relative;
}

.section-pdpro h2 {color: #4a4a4a; margin-top: 10.5px;}

.section-pdpro .col-xs-6.hidden-xs {position: initial;}
.section-pdpro .col-xs-6.hidden-xs img {
  height: 120%;
  width: auto;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 50%;
}

/* Quote Block */

.block-quote {
  background: #c8c8c8;
  padding: 30px 0 10px;
}
.block-quote blockquote {
  text-align: center; 
  border: none;
  margin: auto;
  color: #807f83;
  opacity: 0;
  height: 130px;
  padding: 0;
  display: none;
  width: 100%;
  vertical-align: middle;
  transition: opacity .2s;
}
.block-quote blockquote.active {
  opacity: 1;
  display: table-cell;
}
.block-quote img {
  opacity: .4;
}
.block-quote .csc-textpic-imagewrap:hover img,
.block-quote .csc-textpic-imagewrap.active img {
  opacity: .7;
}
.block-quote .csc-textpic-imagewrap {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  position: relative;
}

.block-quote .csc-textpic-imagewrap:after {
  content: '';
  border: 9px solid transparent;
  border-top-color: #9d9c9f;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-top-width: 0;
  transition: border-top-width .1s;
}
.block-quote .csc-textpic-imagewrap:hover:after,
.block-quote .csc-textpic-imagewrap.active:after {
  border-top-width: 9px;
}

.block-quote .filmstrip {
  box-shadow: 0 -9px 10px -10px rgba(0,0,0,.35);
  margin-top: 25px;
}

.block-quote .col-xs-12 > div:not(.filmstrip) {
  table-layout: fixed;
  display: table;
  width: 100%;
}

.block-quote .img-responsive {
  width: 100%;
}

/* What's New -- collapse devtools */
#devtools {
  padding: 0;
}

#devtools > .container {padding: 25px 0 20px;}

a[href="#devtools"] {
  display: inline-block;
  position: relative;
  outine: none;
}

a[href="#devtools"]:before,
a[href="#devtools"]:after {
  content: '';
  position: absolute;
  display: block;
  border-top: none;
  left: 50%;
  bottom: -32px;
  margin-left: 0;
  transition: border-width .2s, margin-left .2s;
}

a[href="#devtools"]:before {
  border: 0 solid transparent;
  border-bottom-color: #e6e6e6;
}

a[href="#devtools"]:after {
  border: 0 solid transparent;
  border-bottom-color: #f4f4f4;
  box-shadow: 0 3px #f4f4f4;
}

a[href="#devtools"]:not(.collapsed):before {
  border-width: 21px;
  margin-left: -22px;
}

a[href="#devtools"]:not(.collapsed):after {
  border-width: 19px;
  margin-left: -20px;
}

h5 a[href="#devtools"]:before, h5 a[href="#devtools"]:after {
  display: none;
}

/* Documentation */
.tabselect-view .table {margin-bottom: -1px;}


/* Reviews Page */

.section-header-reviews h1 {
    color: #fff;
  margin-bottom: 50px;
}
.section-header-reviews {
    background-color: #d92231;
}

.section-header-reviews .col-sm-5 {
    background: #fff;
    max-width: 340px;
    margin-bottom: 50px;
}

.section-header-reviews .container .container {
  position: relative;
}

.section-header-reviews .container .container:before {
    content: '';
    background: url('/fileadmin/images/products/pd/11/header-bg.png') no-repeat bottom left;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    height: 112%;
    bottom: -19px;
}

@media (max-width: 1060px) and (min-width:992px) {
  .section-header-reviews .container .container:before {
    height: 100%;
  }
}

@media (max-width: 991px) and (min-width:768px) {
  .section-header-reviews .container .container:before {
    left: -85px;
  }
}
@media (max-width: 767px) {
  .section-header-reviews .col-sm-5 {
    margin: 0 auto 20px;
    float: none;
    padding: 20px;
  }
  .section-header-reviews h1 {
    margin-bottom: 20px;
  }
  .section-header-reviews .container .container:before {
    display: none;
  }
}

.section-awards {
  border: none;
  padding: 20px 0 35px;
}

.section-awards .row-middle_align .col-xs-offset-1 {
  margin-left: 8.8%;
}

.section-quotes {
  padding: 20px 0;
}

.section-quotes .reviews-block-quote {
  border-bottom: 1px solid #c8c8c8;
  min-height: 230px;
}

.section-quotes > .container > .row > .col-xs-12 > div:last-child .reviews-block-quote {
  border-bottom: none;
}

.section-quotes .reviews-block-quote blockquote {
  border: none;
  font-size: inherit;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  background: none;
}

.section-quotes .reviews-block-quote blockquote footer {
  font-size: inherit;
  color: inherit;
  font-style: italic;
}

.section-quotes .reviews-block-quote blockquote footer p {
  display: inline;
}

.section-quotes [class*="-8"] > div {
  min-height: 230px;
  display: table;
}

@media (max-width: 767px) {
  .section-quotes [class*="-8"] > div {
    min-height: auto;
    margin: 20px 0;
  }
  .section-quotes .csc-textpic.csc-textpic-center img {
    max-width: 130px;
    margin-top: 20px;
  }
  .section-quotes a.btn {
    max-width: 120px;
    margin: 0 auto 20px;
  }
}

.section-twitter {
  padding: 20px 0;
  background: #a0d6e8;
}

.section-twitter h2 {color: #fff;}
.section-twitter h2:before {
    content: '';
    background: url('/fileadmin/images/products/pd/11/icons/icon_twitter.png');
    width: 40px;
    height: 33px;
    display: inline-block;
    margin: 0 20px -4px 0;
}

.section-twitter .twitter-block {
  background: rgba(255,255,255,.2);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.section-twitter .twitter-block .csc-textpic p.bodytext {
  line-height: 1.15;
  margin: 0;
}
.section-twitter .twitter-block .text-white {
  color: #fff;
}

.section-twitter .twitter-block  blockquote {
  border: none;
  font-size: inherit;
  padding: 0;
  text-align: center;
  background: none;
}
.section-twitter h2 {margin-bottom: 20px;}

@media (max-width: 767px) {
  .section-twitter .col-sm-3 > div {
    max-width: 140px;
    margin: 0 auto 10px;
  }
}

.section-feedback {
  padding: 20px 0;
  background: #f4f4f4;
}

.section-feedback blockquote {
  max-width: 900px;
  font-size: 150%;
  border: none;
  padding: 0;
  text-align: center;
  margin: 20px auto 10px!important;
  background: none;
}

.section-feedback blockquote p {
  margin: 0;
}

.section-feedback blockquote footer {
  font-size: inherit;
  color: inherit;
  font-style: italic;
  text-align: right;
}

.section-feedback blockquote footer p {
  display: inline;
}

.section-casestudies {
  padding: 20px 0 30px;
}

.section-casestudies h2 {
  margin-bottom: 30px;
}

.section-casestudies .col-xs-6 p {
  background: #56c0e0;
  color: #fff;
  font-size: 150%;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  max-width: 400px;
  margin: 0 auto;
}



/* Buy Page */

.buy-page-container {
  background: #f4f4f4;
  height:100%;
  padding-bottom: 30px;
}
.pdbuy-container .completed input:checked + label {
  border: 3px #0099ff solid;
  opacity: 1;
}

.pdbuy-container .completed label {
  opacity: .75;
}
.pdbuy-container .col-xs-12 {
  display: table;
  margin-bottom: 24px;
}
.pdbuy-container label {
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px #807f83 solid;
  border-radius: 4px;
  transition: border-color 200ms;
  cursor: pointer;
  color: #6d6e71;
  font-size: 21px;
  font-weight: 400;
  background: #fff;
  
  margin-bottom: 0;
  height: 90px;
  padding: 5px 20px;
  display: table-cell;
  vertical-align: middle;
}

.pdbuy-container input:not(:checked) + label:hover {
  opacity: 1;
  border-color: #555;
  color: #333;
}

.pdbuy-container input[disabled] + label {
  opacity: .35;
  cursor: default;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.pdbuy-container input[disabled] + label:hover {
  opacity: .35;
  color: #6d6e71;
  border-color: #807f83;
}



.pdbuy-container h3[disabled] {opacity: .35;}

.pdbuy-container input[type="radio"] {
  display: none;
}

.pdbuy-container label img {
  float: left;
  width: 40px;
  display: none;
}

.pdbuy-container label img ~ p:not(.pull-right),
.pdbuy-container label img ~ ul {
  text-align: left;
  display: block;
  /* padding-left: 60px;*/
  margin-bottom: 0;
}

/*.pdbuy-container label p.pull-right {
    max-width: 180px;
    line-height: .7;
    margin-top: -10px;
}

.pdbuy-container label p.pull-right small {
    font-size: 60%;
}*/

.pdbuy-container label small.pull-right {
  max-width: 130px;
  top: 18px;
  position: absolute;
  right: 15px;
  display: block;
  font-size: 70%;
  text-align: right;
}

.pdbuy-container label small {
  font-size: 70%;
  line-height: 1;
  display: block;
}

.pdbuy-container label xsmall {
  font-size: 80%;
  line-height: 1;
  display: block;
}

label[for="new"] {
  padding: 20px 15px;
}

@media (max-width: 767px) {
  .pdbuy-container label small.pull-right {
    max-width: none;
    top: 0;
    position: relative;
    right: 0;
    opacity: .7;
    float: none!important;
  }
  label[for="new"] {
    padding: 19px 15px;
  }
}

.pdbuy-container .row .col-xs-6:first-child {
  padding-right: 5px;
}
.pdbuy-container .row .col-xs-6:last-child {
  padding-left: 5px;
}

.pdbuy-container .row .col-xs-6 {
    display: table;
  margin-bottom: 24px;
}

.pdbuy-container .step1 label {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0;
}

.pdbuy-container [name="pdbuy-edition"] + label {
  padding-right: 105px;
}


.pdbuy-container select {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.pdbuy-container .price {
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
}

.pdbuy-container .btn {
  float: right;
  width: 100%;
  padding: 15px 10px;
  font-size: 21px;
}

.buy-page-container h1 {margin: 60px 0 40px;}

.buy-page-container img.img-responsive.disabled {display: none;}
.buy-page-container img.img-responsive.hover {
  display: block;
  z-index: 1;
}

@media (min-width: 768px) {
  .buy-page-container img.img-responsive {
    position: absolute;
    right: 0;
    max-width: none;
    margin-top: 54px;
  }
  .buy-page-container p.lead {
    position: relative;
    margin-top: 555px;
  }
}

@media (max-width: 767px) {
  .buy-page-container h1 {margin: 40px 0 20px;}
}
.pdbuy-container .step3:not(.completed) {margin-bottom:50px;}
.pdbuy-container .step4 {
  display: none;
}
.pdbuy-container .step3.completed + .step4 {display:block;}

.number-selector.btn-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  max-width: 200px;
}

.pdbuy-container .number-selector.btn-group input {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px;
    border: 1px #ccc solid;
    border-radius: 5px;
  text-align: center;
}

.number-selector.btn-group button.number-btn {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
  
  
    border-radius: 5px 0 0 5px;
    display: inline-block;
    left: 0;
    position: absolute;
    height: 100%;
    margin-bottom: 0;
    width: 40px;
    border: 1px #ccc solid;
    color: #555;
    background-color: #eee;
    top: 0;
    z-index: 1;
}

.number-selector.btn-group button.number-btn[data-type="minus"] {
  
}
.number-selector.btn-group button.number-btn[data-type="plus"] {
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.pdbuy-container .number-selector.btn-group[disabled] > * {
  opacity: .5;
}

.pdbuy-container .tooltip.bottom {
    padding: 5px 0;
    margin: -19px auto 0;
    width: 100%;
    max-width: 200px;
  display: none;
}

.pdbuy-container .tooltip.bottom.active {
    opacity: 1;
  display: block;
}

.pdbuy-container .tooltip.bottom .tooltip-inner {
    background: #555;
    border-radius: 5px;
    padding: 10px;
}

.pdbuy-container .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
}

.btn[href*="buy/pd-student"] {margin-left: 5px;}

.pdbuy-container .step1.completed {
  display: none;
}

.pdbuy-container .completed + [class*="step"] input[disabled] + label {
    display: none;
}

.pdbuy-container [class*="plan-"].disabled {
    display: none;
}
.pdbuy-container [class*="plan-"] {
    text-align: left;
    font-size: 70%;
    display: block;
    float: left;
}
.pdbuy-container [class*="plan-"]:not(.pull-right) {
    padding-right: 110px;
  width: 100%;
}

.pdbuy-container .row > .small {
    padding: 0 15px;
    top: -20px;
    position: relative;
    font-size: 90%;
}

.pdbuy-container [class*="plan-"]:not(.disabled) ~ p.pull-right {
    position: absolute;
    right: 15px;
    top: 35%;
}

[lang="au"] .pdbuy-container [class*="plan-"]:not(.disabled) ~ p.pull-right {
    font-size: 80%;
}

.pdbuy-container p.pull-right {
  margin: 0;
}

/* AB Testing */
.list-count {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 25px;
    text-align: center;
    border-radius: 25px;
    margin-right: 10px;
    font-size: 20px;
  padding: 2px 0;
}

.pdbuy-container.pdbuy-ab .completed input:checked + label .pull-right {
    color: #0099ff;
}

.pdbuy-container.pdbuy-ab .col-xs-12 {
  z-index: 1;
}

.pdbuy-container.pdbuy-ab [class*="plan-"]:not(.disabled) ~ p.pull-right {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 70%;
}

.buy-page-container.buy-page-container-ab .csc-textpic-image.csc-textpic-last:after {
    content: '';
    display: block;
    position: absolute;
    width: 270px;
    height: 262px;
    background: url('/fileadmin/images/products/pd/11/seal.png') no-repeat;
    background-size: contain;
    top: 40%;
    right: -35px;
    z-index: 1;
    margin-top: -100px;
    max-width: 40%;
}

@media (min-width: 768px) {
  .buy-page-container.buy-page-container-ab .csc-textpic-image.csc-textpic-last:after {
    top: 150px;
    max-width: none;
  }
}


/* Welcome Page */
.welcome-page[class*="section-"] {
    padding: 20px 0;
    box-shadow: inset 0 -120px 100px -70px rgba(0,0,0,.1);
}

.welcome-page[class*="section-"] > .container > .row > .col-xs-12 > div > h1.csc-firstHeader, .welcome-page[class*="section-"] [class*="block-"] {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.section-windows.welcome-page {
    padding-bottom: 0;
}

.welcome-page.section-gettingstarted h1,
.welcome-page.section-windows h1 {
    margin-bottom: 0;
}

.welcome-page.section-gettingstarted .block-sysreq {
    padding-bottom: 0;
    margin-bottom: 60px;
  font-size: 120%;
}

@media (min-width: 768px) {
  .welcome-page.section-gettingstarted .block-sysreq img {
    max-width: 130%;
    margin: 0 0 0 -16%;
  }
}

.welcome-page.section-gettingstarted .block-howtodownload .col-lightgrey {
    border-radius: 5px;
    padding: 40px 0 20px;
    text-align: center;
}

.welcome-page.section-gettingstarted .block-howtodownload .col-lightgrey .btn {
  padding: 15px 40px;
  font-size: 125%;
  border-radius: 4px;
  box-shadow: inset 0 35px 30px -15px #00f8ff, 0 10px 10px -5px rgba(0,0,0, .25);
}

.welcome-page.section-gettingstarted .block-howtodownload .col-lightgrey .small {
    font-size: 60%;
}

@media (min-width: 789px) {
  .welcome-page.section-gettingstarted .block-howtodownload ul {
    margin: 0;
    max-width: 80%;
  }
}

.welcome-page.section-gettingstarted .block-howtodownload {
    padding: 40px 0 60px;
}

.welcome-page.section-gettingstarted .block-usertypes img {
    width: 400px;
}
.welcome-page.section-gettingstarted .block-usertypes .col-sm-8 {
  margin: 20px 0;
}
.welcome-page.section-gettingstarted .block-usertypes .lead {
    margin: 20px auto;
    max-width: 700px;
}

.welcome-page.section-gettingstarted .block-switch p.small {
    color: #b3b1b1;
    margin: 0 0 0 -10px;
}

.welcome-page.section-gettingstarted .block-switch .quote-switcheditions {
    background: url(/fileadmin/images/products/pd/11/welcome-page/pdtrial-quote-swicheditions.png) no-repeat;
    width: 430px;
    background-size: contain;
    padding: 73px 163px 100px 47px;
    margin-top: 10px;
}

@media (max-width: 767px) {
  .welcome-page.section-gettingstarted .block-switch .quote-switcheditions {
    padding: 40px 108px 55px 46px;
    float: right;
    width: 300px;
    height: 210px;
  }
}

.welcome-page.section-gettingstarted .block-switch {
    padding: 20px 0 0;
    margin-bottom: -30px;
    border-bottom: none;
}


.section-windows.welcome-page .block-needwin .csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap {
    position: absolute;
    right: 0;
    top: 30px;
}

.section-windows.welcome-page .block-needwin h2 {
    padding-top: 100px;
    padding-right: 170px;
}

@media (max-width: 767px) {
  .section-windows.welcome-page .block-needwin .csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap {
    top: 20px;
    right: auto;
    left: 0;
    width: 150px;
  }
  .section-windows.welcome-page .block-needwin h2 {
    padding: 10px 0 0 160px;
  }
  .section-windows.welcome-page .block-needwin .csc-textpic.csc-textpic-intext-right {
      padding-left: 160px;
  }
}

.section-windows.welcome-page p.small {
    color: #b3b1b1;
    font-family: 'HelveticaNeueW02-65Medi', 'HelveticaNeueW10-65Medi',"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
}

.section-windows.welcome-page p.text-right:not(.small) {
    font-family: 'HelveticaNeueW02-65Medi', 'HelveticaNeueW10-65Medi',"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
    font-size: 120%;
    color: #4a4a4a;
}

.section-windows.welcome-page .block-winkb {
    padding: 0;
    border: none;
}

.section-windows.welcome-page .block-winkb p {
    padding-top: 30px;
}

.section-bootcamp.welcome-page .col-xs-12.col-sm-4 .csc-textpic-text {
    height: 70px;
}

.section-editions.welcome-page > .container > .row > .col-xs-12 > div > h1.csc-firstHeader {
    border: none;
    color: inherit;
    padding-bottom: 0;
    margin: 20px 0 0 0;
}

.section-editions.welcome-page > .container > .row > .col-xs-12 > div > h2 {
    font-size: 100%;
    color: inherit;
    margin: 0 0 20px 0;
}
  
@media (min-width: 768px) {
  .section-editions.welcome-page {
    background: url(/fileadmin/images/products/pd/11/welcome-page/pdtrial-mac-header.png) no-repeat top right;
    background-size: 1220px;
  }

  .section-editions.welcome-page > .container > .row > .col-xs-12 > div > h1.csc-firstHeader {
    margin: 60px 0 0 0;
  }

  .section-editions.welcome-page > .container > .row > .col-xs-12 > div > h2 {
    margin: 0 0 150px 0;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .section-editions.welcome-page {
    background-size: 1200px;
    background-position: top left;
  }
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li.active a {
    border-color: transparent;
    padding: 10px 15px 12px;
    padding-bottom: 12px;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li a {
    font-size: 170%;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li {
    border-bottom: 2px solid transparent;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li.active,
.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li:hover {
    border-bottom-color: #0099ff;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li a:hover {
    border-color: transparent;
    background: none;
    padding: 10px 15px 12px;
    padding-bottom: 12px;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li:last-child {
    float:right;
}

.section-editions.welcome-page .nav.nav-tabs.p-tabbed-content li:last-child a:after {
    display: inline-block;
    content: '';
    background: url(/fileadmin/images/products/pd/11/welcome-page/icon-list.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin: 0 0 0px 15px;
}

.section-editions.welcome-page .tab-pane img[src*="pdbbox"] {
    max-width: 225px;
}

.section-editions.welcome-page .tab-pane img[src*="pdbox"], 
.section-editions.welcome-page .tab-pane img[src*="pdprobox"] {
    margin: 0px auto 0 -80px;
    max-width: 470px;
 }

.section-editions.welcome-page .tab-pane h4 {
    margin-top: 30px;
}

.section-editions.welcome-page .tab-pane .row-btns {
    margin: 40px 0 20px;
}

.section-editions.welcome-page .tab-pane .row-btns > div:not(.tooltip) {
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0 4% 0 0;
    padding: 10px;
    text-align: center;
    font-size: 80%;
    color:  #c8c8c8;
    width: 22%;
    max-width: 100px;
    height: 100px;
}

.section-editions.welcome-page .tab-pane .row-btns > div:not(.tooltip):hover {
  border-color: #0099ff;
  color: #0099ff;
}

.section-editions.welcome-page .tab-pane .row-btns > div:last-child {
    margin: 0;
}

.section-editions.welcome-page .tab-pane .row-btns > div .icon { 
    display: inline-block;
    background: url('/fileadmin/images/products/pd/11/welcome-page/icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position-x: -2px;
}

.section-editions.welcome-page .tab-pane .row-btns > div .icon-pdpro { 
    background-position: -2px -0px;
    width: 54px;
    height: 41px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-tools { 
    background-position: -2px -43px;
    width: 50px;
    height: 32px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-docker { 
    background-position: -2px -77px;
    width: 48px;
    height: 31px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-devtool { 
    background-position: -2px -110px;
    width: 47px;
    height: 34px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-plus { 
    background-position: -2px -146px;
    width: 46px;
    height: 46px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-cloud { 
    background-position: -2px -194px;
    width: 44px;
    height: 34px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-win10elcap { 
    background-position: -2px -230px;
    width: 44px;
    height: 44px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-ul { 
    background-position: -2px -276px;
    width: 41px;
    height: 36px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-users { 
    background-position: -2px -314px;
    width: 41px;
    height: 34px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-key { 
    background-position: -2px -350px;
    width: 40px;
    height: 40px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-lightning { 
    background-position: -2px -392px;
    width: 35px;
    height: 46px;
}
.section-editions.welcome-page .tab-pane .row-btns > div .icon-note { 
    background-position: -2px -440px;
    width: 35px;
    height: 46px;
}

.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-pdpro { 
    background-position: -65px -0px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-tools { 
    background-position: -65px -43px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-docker { 
    background-position: -65px -77px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-devtool { 
    background-position: -65px -110px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-plus { 
    background-position: -65px -146px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-cloud { 
    background-position: -65px -194px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-win10elcap { 
    background-position: -65px -230px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-ul { 
    background-position: -65px -276px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-users { 
    background-position: -65px -314px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-key { 
    background-position: -65px -350px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-lightning { 
    background-position: -65px -392px;
}
.section-editions.welcome-page .tab-pane .row-btns > div:hover .icon-note { 
    background-position: -65px -440px;
}

.section-editions.welcome-page .tab-pane .row-btns > div .small {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin: 0;
    height: 30px;
  padding: 0 5px;
}

.section-editions.welcome-page .tab-pane .row-btns .tooltip-inner {
    background: #fff;
    color: #0099ff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    padding: 10px;
}

.section-editions.welcome-page .tab-pane .row-btns .tooltip {
    opacity: 1;
}

.section-editions.welcome-page .tab-pane .row-btns .tooltip-arrow {
    border-top-color: #fff;
    bottom: -2px;
    border-width: 8px 13px 0;
    margin-left: -13px;
}

.section-editions.welcome-page .tab-pane .btn-link {
    padding-left: 0;
}

.welcome-page.section-compare {
    padding: 0;
    box-shadow: none;
}

.section-support.welcome-page .col-white {
    border-radius: 5px;
    margin: 10px 0;
}
.section-support.welcome-page .row > a:nth-child(2) > div {
    margin-bottom: 30px;
}

.section-support.welcome-page {
    padding-bottom: 0;
}

.section-support.welcome-page h1 {
    margin-bottom: 30px;
}

.section-support.welcome-page .col-sm-6:nth-child(2) {
  position: initial;
}

.section-support.welcome-page .quote-support {
    background: url(/fileadmin/images/products/pd/11/welcome-page/pdtrial-quote-support.png) no-repeat;
    width: 500px;
    height: 310px;
    background-size: contain;
    padding: 99px 221px 81px 40px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 120%;
}

@media (min-width: 768px) and (max-width: 1090px) {
  .section-support.welcome-page .quote-support {
    width: 380px;
    height: 266px;
    padding: 86px 133px 81px 31px;
  }
}

@media (max-width: 767px) {
  .section-support.welcome-page .quote-support {
    padding: 62px 109px 55px 35px;
    float: right;
    width: 300px;
    height: 210px;
    position: relative;
    margin-top: -30px;
  }
}

.section-buy.welcome-page .h2 a {
  color: #09f;
}

.section-faq.welcome-page .panel-group {
  margin: 30px 0;
}
.section-faq.welcome-page .panel-group .panel:first-child,
.section-faq.welcome-page .panel-group .panel:first-child .panel-heading {
  border-radius: 10px 10px 0 0;
}

.section-faq.welcome-page .panel-group .panel .panel-heading {
  padding: 13px 15px;
}
.section-faq.welcome-page .panel-group .panel.active .panel-heading {
  border: #0099ff 1px solid; 
  margin: -1px -1px 0 -1px;
  box-shadow: 0 0 7px rgba(0,0,0,.25);
}
.section-faq.welcome-page .panel-group .panel + .panel {
  margin: 0;
  border-radius: 0;
  border-top: none;
}

.section-faq.welcome-page .panel-group .panel-title {
  font-size: 14px;
}

.section-faq.welcome-page .panel-group .panel-title a {
  text-decoration: none;
}
.section-faq.welcome-page .panel-group .panel-title a:hover {
  color: #09f;
}
.section-faq.welcome-page .vthumb img {
    margin: 0 auto;
    display: block;
    max-width: 500px;
}

.section-faq.welcome-page .vthumb {
    margin: 25px 0 0;
}

.section-menu.welcome-page {
    box-shadow: none;
  padding-bottom: 100px;
}

.section-menu.welcome-page h2 {
  text-align: center;
  margin: -10px 0 40px;
  font-size: 146%;
}

.section-menu.welcome-page .col-xs-6 {
    border: 1px solid #e3e3e3;
    margin: -1px -1px 0 0;
    padding: 80px 20px 0;
    text-align: center;
    height: 280px;
    cursor: pointer;
}

.section-menu.welcome-page a > .col-xs-6:hover {
    border-color: #09f;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 153, 255, 0.25);
}

.section-menu.welcome-page div > .col-xs-6 {
    background: #f7f7f7;
    padding-top: 100px;
    font-size: 120%;
    cursor: auto;
}

.section-menu.welcome-page.fixed {
    height: 70px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.125);
    padding: 0;
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
  width: 100%;
}

.section-menu.welcome-page.fixed.active {
    display: block;
}

.section-menu.welcome-page.fixed ul {
    position: relative;
    height: 70px;
    margin-bottom: 0;
    padding: 0;
    display: table;
}

.section-menu.welcome-page.fixed ul li {
    padding: 0 10px 0 60px;
    border: solid #e3e3e3;
    width: 14.373628%;
    height: 70px;
    line-height: 1;
    cursor: pointer;
    border-width: 0 1px 2px 0;
    margin: 0 -1px 0 0;
    border-bottom-color: transparent;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.section-menu.welcome-page.fixed ul li:first-child {
    border-left-width: 1px;
}

.section-menu.welcome-page.fixed ul li a {
    text-decoration: none;
    color: inherit;
}

.section-menu.welcome-page.fixed ul li:hover, .section-menu.welcome-page.fixed ul li.active {
    border-bottom-color: #09f;
    color: #09f;
}

.section-menu.welcome-page.fixed ul li a:before {
    content: '';
    background: url('/fileadmin/images/products/pd/11/welcome-page/menuicons-sm.png') no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    background-position: -1px -178px;
    position: absolute;
    top: 17px;
    left: 10px;
}

.section-menu.welcome-page.fixed ul li:hover a:before,
.section-menu.welcome-page.fixed ul li.active a:before {
    background-position-x: -42px;
}

.section-menu.welcome-page.fixed ul li a[href*="bootcamp"]:before {
    height: 39px;
    background-position: -1px -216px;
    top: 15px;
}

.section-menu.welcome-page.fixed ul li a[href*="windows"]:before {
    background-position: -1px -99px;
}

.section-menu.welcome-page.fixed ul li a[href*="editions"]:before {
    height: 39px;
    background-position: -1px -138px;
}

.section-menu.welcome-page.fixed ul li a[href*="support"]:before {
    height: 34px;
    background-position: -1px -64px;
    top: 19px;
}

.section-menu.welcome-page.fixed ul li a[href*="faq"]:before {
    height: 31px;
    background-position: -1px -32px;
    top: 21px;
}

.section-menu.welcome-page.fixed ul li a[href*="buy"]:before {
    height: 32px;
    background-position: -1px 0;
    top: 18px;
}


.section-menu.welcome-page.fixed ul li.active a[href*="gettingstarted"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="gettingstarted"]:before {
    background-position: -42px -178px;
}

.section-menu.welcome-page.fixed ul li.active a[href*="bootcamp"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="bootcamp"]:before {
    background-position: -42px -216px;
}

.section-menu.welcome-page.fixed ul li.active a[href*="windows"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="windows"]:before {
    background-position: -42px -99px;
}

.section-menu.welcome-page.fixed ul li.active a[href*="editions"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="editions"]:before {
    background-position: -42px -138px;
}


.section-menu.welcome-page.fixed ul li.active a[href*="support"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="support"]:before {
    background-position: -42px -64px;
}

.section-menu.welcome-page.fixed ul li.active a[href*="faq"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="faq"]:before {
    background-position: -42px -32px;
}

.section-menu.welcome-page.fixed ul li.active a[href*="buy"]:before,
.section-menu.welcome-page.fixed ul li:hover a[href*="buy"]:before {
    background-position: -42px 0;
}

#c38942:before {background-image: url(/fileadmin/images/products/pd/11/hero-header/MacBook_Pro_Standard_Screen.png?1); background-position: calc(50% + 812px) bottom; }
#c38942 .carousel-caption {color: #4a4a4a;}


@media (min-width: 768px) {
  .pd-header-section .video-block {
    position: relative;
    right: -20px;
    width: 35%;
    float: right;
    margin: 20px 0 -5px -100px;
  }
  .pd-header-section .row .row {
    width: 70%;
    float: left;
  }
  .pd-header-section .col-xs-6 {
    margin-bottom: 20px;
  }
}

.pd-header-section {
    background: #f4f4f4;
}

.pd-header-section .btn {
    border: none;
    border-radius: 3px;
    padding: 13px 0;
}

.pd-header-section .row .row p {
    text-align: center;
    font-size: 120%;
}

.pd-header-section h1 {
    color: inherit;
  margin-top: 60px;
}

.pd-header-section h1 + .text-center {
    font-size: 120%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
  .pd-header-section > .container > .row > .col-xs-12 > div {
    max-width: 500px;
    margin: auto;
  }
  .pd-header-section .video-block {
    margin-bottom: 20px;
  }
  .pd-header-section .col-xs-6 {
    height: 140px;
  }
  .pd-header-section .col-xs-6 p {
    width: 160px;
    margin: auto;
  }
}

.pd-header-section .video-block a[href*=youtube] em.video {
    background: none;
    opacity: 1;
    transform: scale(2);
    box-shadow: none;
    border-width: 1px;
}

/* Download Trial Page */

.container-pd-trial {
    padding-bottom: 30px;
    background: #f4f4f4;
}

.container-pd-trial h1 {
    color: #4a4a4a;
    margin: 30px 0 0;
}

.container-pd-trial h1 + h2 {
    font-family: inherit;
    font-size: 180%;
    color: inherit;
    margin: 10px 0 30px;
}

.container-pd-trial .form-container {
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.container-pd-trial .form-container h2 {
    margin: 0 0 30px;
}

.container-pd-trial .form-container input[type="email"] {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 10px 5px;
    text-align: center;
    font-size: 100%;
    color: #4a4a4a;
/*    font-family: HelveticaNeueW02-65Medi,HelveticaNeueW10-65Medi,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;*/
    border-radius: 0;
    box-shadow: none;
}

.container-pd-trial .form-container input[type=checkbox] {
    margin-top: 5px!important;
}

.container-pd-trial .btn.btn-lg.btn-info {
    border: none;
    width: 100%;
    padding: 20px 10px;
    border-radius: 4px;
    max-width: 300px;
    border: 1px solid #09f;
    transition: .2s all;
}

.container-pd-trial .btn.btn-lg.btn-info:hover {
    background: #09f;
    box-shadow: inset 0 -70px #fff;
    color: #09f;
}

.container-pd-trial .btn.btn-lg.btn-info:active,
.container-pd-trial .btn.btn-lg.btn-info:focus {
    background: #09f;
    box-shadow: inset 0 0 15px rgba(0,0,0,.15), inset 0 -70px #fff;
    color: #09f;
}

.container-pd-trial .form-container p {
    font-size: 88%;
    margin: 30px 0 0;
    text-align: center;
}

.btn.btn-success.btn-success-invert {
    background: none;
    color: #393;
    border-color: #393;
    border-radius: 3px;
    font-size: 80%;
    padding: 10px;
    transition: .2s all;
}

.btn.btn-success.btn-success-invert:hover {
    box-shadow: inset 0 -70px #393;
    color: #fff;
}

.btn.btn-success.btn-success-invert:active, .btn.btn-success.btn-success-invert:focus {
    box-shadow: inset 0 0 15px rgba(0,0,0,.15), inset 0 -70px #393;
    color: #fff;
}

.btn.btn-warning.btn-warning-invert {
    background: none;
    color: #ffa300;
    border-color: #ffa300;
    border-radius: 3px;
    font-size: 80%;
    padding: 10px;
    transition: .2s all;
}

.btn.btn-warning.btn-warning-invert:hover {
    box-shadow: inset 0 -70px #ffa300;
    color: #fff;
}

.btn.btn-warning.btn-warning-invert:active, .btn.btn-warning.btn-warning-invert:focus {
    box-shadow: inset 0 0 15px rgba(0,0,0,.15), inset 0 -70px #ffa300;
    color: #fff;
}

.container-pd-trial .col-md-4 [id*="btn-group-"] .btn {
    width: 45%;
}

.container-pd-trial .col-md-4 [id*="btn-group-"] .btn-warning {
    float: right;
}

.container-pd-trial .col-md-4 [id*="btn-group-"] {
    margin: 25px auto 0;
    max-width: 300px;
}

.container-pd-trial .col-xs-4 {
    margin-bottom: 30px;
}

.container-pd-trial .col-xs-4 p {
    height: 70px;
    font-size: 120%;
    margin: 20px auto;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}

.container-pd-trial .col-xs-4 .csc-textpic-text {
    display: table;
    vertical-align: bottom;
    max-width: 177px;
    margin: 20px auto 15px;
    line-height: 1.2;
}

.container-pd-trial.container-pd-trial-success .btn {
    margin: 30px auto;
}

.section-runwin-steps p {
    font-size: 120%;
    max-width: 225px;
    margin: 10px auto 20px;
}

.section-runwin-steps .col-sm-4 h2 {
    color: #b3b1b1;
}