body {
  background-image: -webkit-linear-gradient(top, #fafafa 0, #fafafa 800px);
  background-image: -moz-linear-gradient(top, #fafafa 0, #fafafa 800px);
  background-image: -o-linear-gradient(top, #fafafa 0, #fafafa 800px);
  background-image: -ms-linear-gradient(top, #fafafa 0, #fafafa 800px);
  background-image: linear-gradient(top, #fafafa 0, #fafafa 800px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: rgb(72, 72, 72);
  font: 14px/21px -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;;
  -webkit-text-size-adjust: none;
}

/* .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url(img/activityindicator.png) 50% 50% no-repeat;
	-webkit-animation-name: activityIndicatorAnimation;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
.retina .spinner {
	background-image: url(img/activityindicator@2x.png);
	background-size: 50px 50px;
} */
@-webkit-keyframes activityIndicatorAnimation {
	0%{-webkit-transform:rotate(0deg);}
	8.32%{-webkit-transform:rotate(0deg);}
	8.33%{-webkit-transform:rotate(30deg);}
	16.66%{-webkit-transform:rotate(30deg);}
	16.67%{-webkit-transform:rotate(60deg);}
	24.99%{-webkit-transform:rotate(60deg);}
	25%{-webkit-transform:rotate(90deg);}
	33.32%{-webkit-transform:rotate(90deg);}
	33.33%{-webkit-transform:rotate(120deg);}
	41.66%{-webkit-transform:rotate(120deg);}
	41.67%{-webkit-transform:rotate(150deg);}
	49.99%{-webkit-transform:rotate(150deg);}
	50%{-webkit-transform:rotate(180deg);}
	58.32%{-webkit-transform:rotate(180deg);}
	58.33%{-webkit-transform:rotate(210deg);}
	66.66%{-webkit-transform:rotate(210deg);}
	66.67%{-webkit-transform:rotate(240deg);}
	74.99%{-webkit-transform:rotate(240deg);}
	75%{-webkit-transform:rotate(270deg);}
	83.32%{-webkit-transform:rotate(270deg);}
	83.33%{-webkit-transform:rotate(300deg);}
	91.66%{-webkit-transform:rotate(300deg);}
	91.67%{-webkit-transform:rotate(330deg);}
	99.99%{-webkit-transform:rotate(330deg);}
	100%{-webkit-transform:rotate(360deg);}
}

#preview #menu,
#preview #content {
	top: 0;
}

.centered {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  max-width: 1156px;
}
#topBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
	padding: 0 10px;
  height: 54px;
  background: #ffffff;
  box-shadow: none;
  border-bottom: none;
  background-image: url('./img/bg_border.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
	line-height: 24px;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -ms-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.retina #topBar {
  background-image: url('./img/bg_border@2x.png');
  background-size: 1px 1px;
}

  #topBar h1.wrap {
    overflow: hidden;
    margin: 4px 68px;
    min-width: 320px;
    max-width: 1156px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.9;
    -webkit-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
  }
    #topBar h1 a {
      display: block;
      margin: 0px auto;
      padding: 0 0 0 40px;
      width: 220px;
      background: url(img/icon.png) 13px 7px no-repeat;
      background-size: 24px 24px;
      color: rgba(51, 51, 51, 1);
      text-decoration: none;
      font-weight: 600;
      font-size: 17px;
      line-height: 46px;
      letter-spacing: -0.016em;
    }
    #topBar h1 a.mac-new
    {
      background: url(img/new-icon.png) 13px 7px no-repeat;
      background-size: 24px 24px;
    }
    #topBar h1 a.pro,
    .ios #topBar h1 a.pro
    {
      width: 184px;
      padding: 0 0 0 36px;
      background: url(img/icon-pro2.0.png) 13px 11px no-repeat;
      background-size: 24px 24px;
    }
    #topBar h1 a.photo,
    .ios #topBar h1 a.photo
    {
      width: 184px;
      background: url(img/icon-photo.png) 13px 10px no-repeat;
      background-size: 24px 24px;
    }
      #topBar h1.wrap a:hover {
        color: rgba(51, 51, 51, 1);
        text-decoration: none;
      }
      .retina #topBar.wrap h1 a {
        background: url(img/icon@2x.png) 13px 7px no-repeat;
        background-size: 24px 24px;
      }
      .retina #topBar h1 a.mac-new
      {
        background: url(img/new-icon@2x.png) 13px 7px no-repeat;
        background-size: 24px 24px;
      }
      .retina #topBar h1 a.pro,
      .ios.retina #topBar h1 a.pro
      {
        background: url(img/icon-pro2.0@2x.png) 13px 11px no-repeat;
        background-size: 24px 24px;
      }
      .retina #topBar h1 a.photo,
      .ios.retina #topBar h1 a.photo
      {
        background: url(img/icon-photo@2x.png) 13px 10px no-repeat;
        background-size: 24px 24px;
      }
    .ios #topBar h1 a,
    .ios.retina #topBar h1 a {
      background: url(img/icon-ipad.png) 16px 10px no-repeat;
      background-size: 24px 24px;
    }
  #topBar button {
      position: absolute;
      top: 0;
      display: block;
      padding: 0;
      margin: 4px 0 5px;
      width: 54px;
      height: 37px;
      border: 1px solid transparent;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px;
      color: transparent;
      -webkit-transition: height .3s ease-in-out, width .3s ease-in-out;
      -moz-transition: height .3s ease-in-out, width .3s ease-in-out;
      -ms-transition: height .3s ease-in-out, width .3s ease-in-out;
      -o-transition: height .3s ease-in-out, width .3s ease-in-out;
      transition: height .3s ease-in-out, width .3s ease-in-out;
      outline: none;
  }
    #topBar button[aria-checked=true] {
        background-color: #e4e4e4;
    }
    #topBar button[aria-checked=false] {
        background-color: transparent;
    }
    #topBar button:hover, header button:focus {
        border-color: #e4e4e4;
    }
      #topBar button[name="find"]{
        right: 6px;
        background-image: url(img/search-new.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 15px 15px;
      }
        .retina #topBar button[name="find"] {
          background-image: url(img/search-new@2x.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
          background-size: 15px 15px;
        }
      #topBar button[name="menu"]{
        left: 6px;
        visibility: hidden;
        background-image: url(img/menu.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 21px 21px;
      }
        .retina #topBar button[name="menu"] {
          background-image: url(img/menu@2x.png);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 21px 21px;
        }
@media only screen and (min-width: 769px) {
  #topBar button[name="menu"] {display: none;}
  #topBar h1.wrap {margin-left: 0;}
  #topBar h1 a {margin-left: 11px;}
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .fixed > .centered {
    height: 100%;
  }
#menu {
  top: 54px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0;
  width: 290px;

  background-color: #fff;
  background-image: url('./img/bg_border.png');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 1px 1px;

  -webkit-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
.retina #menu {
  background-image: url('./img/bg_border-right@2x.png');
  background-size: 1px 1px;
}
  #menu li {
    padding-left: 0;
  }
    #menu li.openable,
    #menu li.openable.open,
    .retina #menu li.openable,
    .retina #menu li.openable.open {
      background-image: none;
    }
    #menu li.openable {position: relative;}
    #menu li.openable::before {
      content: "";

      position: absolute;
      top: 18px;
      left: 18px;

      display: block;
      width: 8px;
      height: 6px;

      background-image: url('./img/icon_more.png');
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 8px 6px;

      transition: 130ms ease-in-out;

      transform: translateX(-100%) rotate(-90deg);
    }
    .retina #menu li.openable::before {
      background-image: url('./img/icon_more@2x.png');
      background-size: 8px 6px;
    }
    #menu li.openable.open::before {transform: translateX(-100%) rotate(0);}
    #menu li ul li.openable::before {left: 33px;}
      /* #menu li.openable > a {
        background: url(img/arrow.png) 95% 21px no-repeat;
        background-size: 13px 62px;
      }
      #menu li.openable.open > a{
        background: url(img/arrow.png) 95% -35px no-repeat;
        background-size: 13px 62px;
      }
        .retina #menu li.openable > a{
          background: url(img/arrow@2x.png) 95% 21px no-repeat;
          background-size: 13px 62px;
        }
        .retina #menu li.openable.open > a{
          background: url(img/arrow@2x.png) 95% -35px no-repeat;
          background-size: 13px 62px;
        } */
    #menu > ul > li > a {
      font-weight: 400;
      letter-spacing: 0;
    }
    #menu li a {
      padding: 0;
      color: rgb(51, 51, 51);
      font-weight: 400;
      font-size: 14px;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
      #menu li a:hover {
        color: #007aff;
      }
      #menu li.open > ul {overflow: visible;}
      #menu li a.active {
        position: relative;

        color: rgba(51, 51, 51, 1);
        background-color: rgb(242, 242, 242);
      }
      #menu li a.active::before {
        content: '';

        position: absolute;
        top: -1px;
        left: 0;

        display: block;
        width: 100%;
        height: 1px;

        background-color: rgb(242, 242, 242);
      }
      #menu li a.active::after {
        content: '';

        position: absolute;
        bottom: 0;
        left: 0;

        display: block;
        width: 100%;
        height: 1px;

        background-color: rgb(242, 242, 242);
      }
      #menu li a.active:hover {
      color: rgb(75, 75, 75);
      }
      #menu li a span {
        display: inline-block;
        width: calc(100% - 15px);
        min-height: 21px;
        padding: 11px 15px 11px 0px;
        background-image: url(./img/bg_border.png);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 1px 1px;
      }
      .retina #menu li a span {
        background-image: url(./img/bg_border@2x.png);
        background-size: 1px 1px;
      }
      #menu ul > li > a {
        font-weight: 600;
        letter-spacing: 0;
        padding-left: 24px;
      }
      #menu ul > li > ul a {
        font-weight: 400;
        padding-left: 39px;
      }
      #menu ul > li > ul li ul a {padding-left: 54px;}
    #menu li ul {
      display: block;
      overflow: hidden;
      max-height: 0;
      height: auto;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }  
    #menu li.open > ul {
      max-height: 2000px;
      height: auto;
      opacity: 1;
    }
      #menu li ul li {
        margin-left: 0;
      }

#content {
  top: 54px;
  left: 290px;
  padding: 43px 86px;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}
#content .section-title {
  margin-bottom: -4px;

  font-size: 11px;
  font-weight: 600;
  color: rgb(145, 145, 145);
  text-transform: uppercase;

  letter-spacing: -0.04em;
}
  #content h1 {
    margin: 0 0 8px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 35px;
    font-family: -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;
    line-height: 1;
    letter-spacing: -0.01em;
  }
  #content strong {color: rgb(51, 51, 51);}
  #home h1 {
    margin-top: 0.45em;
    margin-bottom: 14px;
  }
  #content h2 {
    padding-bottom: 1px;
    color: rgb(51, 51, 51);
    font-family: -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: 0;
  }
  #content p,
  #content ol li {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.58;
    letter-spacing: 0;
    margin: 4px 0px 14px;
  }
  #content ul li {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.58;
    letter-spacing: 0;
  }
  #content ul li {
    margin-bottom: 0.4em;
  }

  #content ol, #content ul ol, #content ol ol {
    margin: 0.9em 0 0.9em 2em;
  }
  #content ul + ol {margin-left: 3em;}
  div.question {
    margin: 35px 0;

    border: none;

    background-image: url('./img/bg_border.png'), url('./img/bg_border.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x, repeat-x;
    background-size: 1px 1px, 1px 1px;
  }
  .retina div.question {
    background-image: url('./img/bg_border@2x.png'), url('./img/bg_border@2x.png');
    background-size: 1px 1px, 1px 1px;
  }
  .question + .question {
    margin: -36px 0 35px;
  }
  div.question .title {margin-bottom: 0 !important;}
  div.question .answer {
    display: block;
    overflow: hidden;
    max-height: 0;
    height: auto;
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: max-height .15s ease-in, opacity .15s ease-in;
    -moz-transition: max-height .15s ease-in, opacity .15s ease-in;
    -o-transition: max-height .15s ease-in, opacity .15s ease-in;
    transition: max-height .15s ease-in, opacity .15s ease-in;
  }
  #content div.question .answer ol:nth-child(1),
  #content div.question .answer ul:nth-child(1),
  #content div.question .answer p:nth-child(1) {margin-top: 0;}
  div.question.open .answer {
    opacity: 1;
    max-height: 4500px;
    height: auto;
  }
  #content div.title {
    position: relative;

    padding: 11px 0px;
    height: auto;
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: 0;
  }
  #content div.title::before {
    content: "";

    position: absolute;
    top: 20px;
    left: -6px;

    display: block;
    width: 8px;
    height: 6px;

    background-image: url('./img/icon_more.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 8px 6px;

    transition: 130ms ease-in-out;

    transform: translateX(-100%) rotate(-90deg);
  }
  .retina #content div.title::before {
    background-image: url('./img/icon_more@2x.png');
    background-size: 8px 6px;
  }
  #content .question.open div.title::before {
    transform: translateX(-100%) rotate(0);
  }
  p + .question {margin-top: 52px;}
    #content div.title a.show,
    #content div.title a.hide {
      display: none;
    }
  #content p.see {
    margin: 0 0 15px;
    
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: 0;

    text-transform: lowercase;
  }
  #content p.see {
    padding-top: 29px;
    /* background-image: url('./img/bg_border.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1px 1px; */
  }
  /* .retina #content p.see {
    background-image: url('./img/bg_border@2x.png');
  } */
  #content .question + .see-also p.see {
    padding-top: 0 !important;
    /* background-image: none !important; */
  }
  #content .Table + .see-also p.see {
    /* background-image: none !important; */

    padding-top: 18px;
  }
  #content p + .see-also {padding-top: 25px;}
  #content p.see:first-letter { text-transform: uppercase; }
  #content p.also {
    margin-top: 2px;

    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.58;
    letter-spacing: 0;
  }
  #content p.also a {
    color: #007aff;
    font-family: -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;
  }
.searchWrap {
  position: absolute;
  top: 0px;
  right: -1000px;
  z-index: 1001;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  -webkit-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
img[src*="Icon"]{
  width: 203px;
  height: 215px;
}
  #content ul li img {
    margin-bottom: -3px !important;
  }
  #content ol li img {
    margin-bottom: -3px !important;
  }
  #content p img[height="15"],
  #content p span.button-icon img {
    margin-bottom: -3px !important;
  }
  #content p span.gliph img {margin-bottom: -1px !important;}
  #content p span.glyph img {margin-bottom: 0 !important;}
  #content ul li .glyph img,
  #content ol li .glyph img {margin-bottom: 0 !important;}

  #content figure:not(.photo-app__features-artwork) {margin: 20px 0;}
  #content p + figure {margin: 10px 0;}

  .tip-icon {
    display: inline !important;
    margin: 0 5px -5px 0 !important;
  }

  .Table {margin-top: 53px !important;}
  .Table th {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: rgba(242, 242, 242, 1);
  }
  .Table td.TableCell {
    padding-top: 9px;
    padding-bottom: 9px;

    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.78;
    letter-spacing: 0;
  }
  .Table.is-keyboard-shortcuts td.TableCell:nth-child(1) {
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;

    width: 40%;
    max-width: 240px;
  }
  .Table.is-keyboard-shortcuts td.TableCell:nth-child(2) {
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 40px;
  }
  .Table.is-pro-tools td {vertical-align: top;}
  .Table.is-pro-tools td:nth-child(1) img {
    margin: 0;
    margin-right: 20px;
    margin-bottom: -3px;
  }
  .Table.is-pro-tools td:nth-child(2) {
    /*min-width: 100px;*/
    text-align: center;
  }
  .Table.is-pro-tools.col-2-not-centered td:nth-child(2) {
    /*min-width: 100px;*/
    text-align: left;
  }
  .Table.is-pro-tools td.is-tool {width: 40%;}
  .Table.is-pro-tools td.is-glyph {width: 50px;}
  .Table.is-pro-tools td.is-description {}
  .Table.is-keyboard-shortcuts th.TableCell {max-width: 150px;}
  .Table.is-pro-tools th.TableCell {max-width: 200px;}
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .Table.is-pro-tools th.TableCell {max-width: 100px;}
  }
  @media only screen and (max-width: 590px) {
    .Table.is-pro-tools th.TableCell {max-width: 100px;}
  }
.searchWrap.shown {
  right: 0;
}
  #search {
    position: absolute;
    top: 54px;
    right: 0px !important;
    z-index: 1001;
  	overflow: hidden;
  	width: 100%;
  	height: 50px;
    border-bottom: none;
    background: #fafbfb;
    color: #606060;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    	#search form {
    		padding: 11px 13px;
    	}
    	#search form input {
        -webkit-appearance: textfield;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        color: #484848;
        height: 30px;
        width: 100%;
        border-radius: 15px;
        border: 1px solid #e4e4e4;
        padding: 0 4px 0 25px;
        background-image: url('./img/ico_search.svg');
        background-position: 7px 8px;
        background-repeat: no-repeat;
        background-size: 11px 11px
    	}
        #search form input:focus {
            outline: 0
        }
        #search form input[type="search"]::-webkit-search-cancel-button {
          -webkit-appearance: none; 
        }
        #search form input[type="search"]::-webkit-search-results-decoration {
          -webkit-appearance: none; 
        }
    	#search form button {
        display: none;
        position: absolute;
        top: 19px;
        right: 19px;
        width: 15px;
        height: 15px;
        color: transparent;
        background: url('./img/ico_clear.svg') no-repeat;
        background-size: 14px 14px;
        overflow: hidden;
        outline:0;
        -webkit-appearance: button;
        cursor: pointer;
        border: none;
      }
  #resultWrap {
    position: absolute;
    top: 0px;
    right: 0px !important;
    display: block !important;
    width: 100%;
    height: 100%;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    #resultWrap .head {
  		position: absolute;
      top: 104px;
      z-index: 1002;
  		padding: 0 14px 5px 10px;
  		width: 262px;
  		height: 14px;
      background: #fff;
      color: #606060;
  		font-weight: bold;
  		font-size: 10px;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap .head a {
  			position: absolute;
  			right: 12px;
        color: #606060;
      }
    #resultWrap #results {
      top: 133px;
      padding: 0;
      width: 100%;
      background: #fff;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap #results .result {
        margin-left: 10px;
        border-bottom: 1px solid #f7f7f7;
      }
        #resultWrap #results .result a {
      		display: block;
      		padding: 9px 40px 8px 0px;
          color: rgb(96, 96, 96);
          text-decoration: none;
          font-weight: 500;
      		font-size: 11px;
      		line-height: 14px;
        }
          #resultWrap #results .result a:hover {
            color: #007aff;
            text-decoration: none;
          }
            #resultWrap #results .result a:hover span {
              color: #b2b2b2;
            }
        	#resultWrap #results .result a.active {
        		color: #000;
        	}
        #resultWrap #results .result span {
    			display: block;
    			margin: 2px 0 0 0;
          color: #b2b2b2;
    			font-weight: 400;
          font-size: 11px;
          line-height: 15px;
          pointer-events: none;
        }
    		#resultWrap #results .result a span em {
    			padding: 0 2px;
    			font-style: normal;
    			font-size: 6px;
    		}

  .glossary-link {
    border-bottom: 1px dotted #007aff;
  }
  .glossary-link:hover {
    border-bottom: 1px solid #007aff;
    text-decoration: none !important;
  }
  
  .glossary-overlay {
    position: fixed;

    display: flex;
    align-items: center;
    justify-content: center;

    top: 0;
    left: 0;
    z-index: 16;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
  }
  .glossary-overlay .glossary-modal {
    box-sizing: border-box;
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 75px 0 50px;
    width: 622px;
    min-height: 622px;
    max-height: 70vh;
    border-radius: 0;
    background: #fff;
  }
  .glossary-overlay .glossary-inner {
    overflow: auto;

    display: flex;
    flex-direction: column;

    padding: 0 60px;
  }
  .glossary-overlay .glossary-info {
    padding: 51px 0;
    width: 100%;
    max-height: 440px;
  }
  .glossary-overlay .glossary-modal > p:last-of-type {
    padding-bottom: 64px;
  }
  .glossary-word {
    flex: 0 0 auto;

    bottom: 0;
    overflow: hidden;
    margin: 0.5em 0 0.5em;
    margin-bottom: 0;
    outline: 0;
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: -0.02em
  }
  .glossary-explanation {
    flex: 1 0 0;
    height: 100%;
    margin: .3em 0 1em;
    white-space: pre-line;
    word-wrap: break-word;

    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.58;
    letter-spacing: 0;
  }
  .glossary-explanation img,
  .glossary-explanation video {
    width: 100%;
    height: auto;
    margin: 1.5em 0 0.8em;
  }
  .glossary-explanation ul + img,
  .glossary-explanation ul + video {margin-top: 0.4em;}

  .glossary-explanation a {color: #007aff;}

  .glossary-explanation em, .glossary-explanation i  {font-style: italic;}
  .glossary-explanation strong {font-weight: 500;}
  .glossary-explanation ul {
    list-style-type: disc;
    margin: 0.4em 0 0.9em 0.8em;
  }
  .glossary-explanation ul li {margin: 0 0 0.4em 0.7em;}
  .glossary-wrapper ul {list-style-position: outside;}
  
  .glossary-close {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;

    width: 48px;
    height: 48px;

    cursor: pointer;
  }
  .glossary-close::before,
  .glossary-close::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 16px;
    height: 1px;

    background-color: #0f0f0f;
  }
  .glossary-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .glossary-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .glossary-close p {display: none;}


/* STYLES FOR SMALLER HEIGHT */
@media all and (max-height : 320px){
  #topBar {
    height: 30px;
  }
    #topBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #topBar h1.wrap a {
        background: none;
      }
    #topBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #topBar button[name="find"],
      #topBar button[name="menu"],
      .retina #topBar button[name="find"],
      .retina #topBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
  }
  #content {
    top: 30px;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 72px;
  }
    #resultWrap .head {
      top: 0px;
    }
    #resultWrap #results {
      top: 19px;
    }
}
/* WIDTH 541px - 768px */
@media all and (max-width : 768px){
  #topBar button[name="menu"]{
    visibility: visible;
  }
  #menu {
    position: absolute;
    left: -1000px;
    z-index: 1001;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  }
  #menu.shown {
    left: 0;
  }
  #content {
    left: 0;
    padding: 48px 60px;
  }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: calc(100% - 20px);
    border-radius: 5px;
    background: #fff;
  }
}
/* Max Width 540px */
@media all and (max-width: 540px){
  #topBar {
    padding: 0px;
    height: 30px;
  }
  #topBar h1.wrap {margin: 0 !important;}
    #topBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #topBar h1.wrap a {
        background: none;
      }
      #topBar h1 a.photo,
      #topBar h1 a.pro,
      .ios #topBar h1 {
        width: 220px !important;

        line-height: 30px;
        background-position: 17px 5px !important;
        background-size: 20px 20px !important;
      }
    #topBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #topBar button[name="find"],
      #topBar button[name="menu"],
      .retina #topBar button[name="find"],
      .retina #topBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
    width: 100%;
  }
  #content {
    top: 30px;
    padding: 20px 30px;
  }
  .searchWrap {
    width: 100%;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 81px;
  }
    #resultWrap .head {
      top: 0px;
      padding: 0 0 5px 0;
      width: 100%;
    }
      #resultWrap .head span {
        margin-left: 10px;
      }
    #resultWrap #results {
      top: 19px;
    }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% + 10px);
    padding: 0;
    width: calc(100% - 20px);
    border-radius: 5px;
    background: #fff;
  }
  .glossary-word,
  .glossary-explanation {
    padding-right: 19px;
    padding-left: 19px;
  }
}
/* style for all idev */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px)
{
  #menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #content {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #results {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #search input { padding-left: 5px; }
  /* Remove hover events */
  #topBar button:hover {
    border: none;
  }
  #topBar a:hover {
    text-decoration: none;
  }
  #topBar h1 a:hover {
    color: #4b4b4b;
    text-decoration: none;
  }
  #resultWrap #results .result a:hover {
    text-decoration: none;
  }
    #resultWrap #results .result a:hover {
      color: rgb(96, 96, 96);
    }
    #resultWrap #results .result a:hover span {
      color: #b2b2b2;
    }
  #menu li a:hover {
    color: rgb(75, 75, 75);
  }
  #menu li a.active:hover {
    color: rgb(75, 75, 75);
  }
  #topBar button:hover, header button:focus {

  }

  .glossary-link:hover {
    border-bottom: none;
    text-decoration: none;
  }
    .glossary-close:hover p {
      color: #2f2f2f;
      text-decoration: none;
    }
  .question .title:hover {
    text-decoration: none;
  }
}
/* IPAD IN APP HELP */
.ipadInApp .spinner {
  display: none;
}
.ipadInApp #topBar,
.inapp #topBar {
  display: none;
}
.ipadInApp #menu {
  position: absolute;
  top: 0;
  left: -108px;
  z-index: 1001;
  overflow: scroll;
  width: calc(100% - 0);
  border: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  transform: translate(0px,0);
  -webkit-overflow-scrolling: touch;
}
.inapp #menu {top: 0;}
.ipadInApp #menu.shown {
  -webkit-transform: translate(108px,0);
  -moz-transform: translate(108px,0);
  -ms-transform: translate(108px,0);
  -o-transform: translate(108px,0);
  transform: translate(108px,0);
}
.ipadInApp #menu li a {
  font-size: 17px !important;
  letter-spacing: -0.01em;
}
.ipadInApp #content {
  top: 0;
  left: 0;
  z-index: 1002;
  overflow: scroll;
  overflow-y: scroll;
  padding: 20px 20px;
  width: 500px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  transform: translate(0px,0);
  -webkit-overflow-scrolling: touch;
}
.inapp #content {top: 0;}
.ipadInApp.iphone #content {
    width: calc(100% - 60px);
}
.ipadInApp #content.hid {
  -webkit-transform: translate(100%,0);
  -moz-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  -o-transform: translate(100%,0);
  transform: translate(100%,0);
}
  .ipadInApp #content h1 {
    margin-bottom: 15px;
  }

  .ipadInApp #content div.title::before {
    right: 5px;
    left: auto;

    transform: translate(0) rotate(0);
  }
  .ipadInApp #content .question.open div.title::before {
    transform: translate(0) rotate(180deg);
  }
.ipadInApp #home {
  margin: -20px 0px 21px;
}
.ipadInApp #home h1 {
  margin: 5px 0 8px;
  color: rgb(51, 51, 51);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.ipadInApp #home p {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 1.58;
  letter-spacing: 0;
  margin: 13px 0px 14px;
}
.ipadInApp #home img {
  width: 105px;
  height: 105px;
}
.ipadInApp table {
  font-size: 11px;
}
.ipadInApp #menu li a:hover {
  color: rgb(75, 75, 75);
}
.ipadInApp #menu li a.active:hover {
  color: rgb(75, 75, 75);
}
.ipadInApp .glossary-link:hover {
  border-bottom: none;
  text-decoration: none;
}
  .ipadInApp  .glossary-close {
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
  }
  .ipadInApp  .glossary-close:hover p {
    color: #2f2f2f;     
    text-decoration: none;
  }
.ipadInApp .question .title:hover {
  text-decoration: none;
}
.ipadInApp img.logo {
  width: 203px;
  height: 215px;
}
.ipadInApp.ipad .glossary-overlay .glossary-modal {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 51px 59px 0px;
  width: calc(100% - 118px);
  height: calc(100% - 54px);
  border-radius: 0px;
  background: #fff;
}
.ipadInApp.iphone .glossary-overlay,
.ipadInApp.ipad .glossary-overlay
{
    overflow: hidden;
}
.ipadInApp.iphone .glossary-overlay,
.ipadInApp.ipad .glossary-overlay
{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 20px 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 0px;
  background: #fff;
  overflow: scroll;
}
.iphone-only,
.ipad-only
{
    display: none !important;
}
.ios:not(.ipad):not(.iphone) .ipad-only
{
    display: block !important;
}
.iphone .iphone-only,
.ipad .ipad-only
{
    display: block !important;
}

hr {
  padding-top: 29px;
  height: 1px;
  border: none;
  background-image: url('./img/bg_border.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
hr.is-bottom {padding-top: 0;}
.retina hr {
  background-image: url('./img/bg_border@2x.png');
}
.qa-item-end {margin: 0 !important;}
.qa-item-end + hr {padding-top: 0;}

#content hr + h2 {margin-top: 0.7em;}

#content .photo-app__welcome {}
#content .photo-app__title {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 47px 0 80px;
  margin-bottom: 0;

  font-size: 45px;
  letter-spacing: -0.03em;

  background-image: url('./img/bg_border.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
.retina #content .photo-app__title {
  background-image: url('./img/bg_border@2x.png');
  background-size: 1px 1px;
}
#content .photo-app__title img {
  flex: 0 0 auto;

  width: 104px;
  height: 104px;
  margin: 0 25px 0 0;
}
#content .photo-app__title.is-pro img {
  width: 128px;
  height: 128px;
}
#content .photo-app__explore {
  font-family: -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}
#content .photo-app__explore-subtitle {
  margin-top: 14px;
  
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 1.58;
  letter-spacing: 0;

  text-align: center;
}
#content .photo-app__features {
  padding-top: 90px;
  margin: 0 0 0;

  list-style: none;
}
#content .photo-app__features-item {
  display: flex;
  margin: 0;
}
#content .photo-app__features-item + .photo-app__features-item {margin-top: 90px;}
#content .photo-app__features-artwork {
  flex: 0 0 auto;
  
  width: 220px;
}
#content .photo-app__features-artwork img {
  margin: 0;
  width: 100%;
  height: auto;
}
#content .photo-app__features-artwork.is-pro img {border-radius: 6px;}
#content .photo-app__features-info {margin-left: 37px;}
#content .photo-app__features-title {
  color: rgb(51, 51, 51);
  font-family: -apple-system, BlinkMacSystemFont, "myriad-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0;
}
#content .photo-app__features-description {margin: 2px 0 0;}

@media only screen and (max-width: 1023px) {
  #content .photo-app__features {
    padding-top: 25px;
  }
  #content .photo-app__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-size: 40px;
  }
  #content .photo-app__title img {
    width: 106px;
    height: 106px;
    margin: 0 0 25px 0;
  }
  #content .photo-app__title.is-pro img {
    width: 128px;
    height: 128px;
  }
  #content .photo-app__explore,
  #content .photo-app__explore-subtitle {
    text-align: center;
  }

  #content .photo-app__features-item {flex-direction: column;}
  #content .photo-app__features-item + .photo-app__features-item {margin-top: 43px;}
  #content .photo-app__features-artwork {width: 100%;}
  #content .photo-app__features-info {
    margin-top: 18px;
    margin-left: 0;
  }
}

#content p.whats-new-icon {margin-bottom: 0 !important;}
#content p.whats-new-icon img {margin: 0 !important;}
#content p.whats-new-icon + h2 {margin-top: 0 !important;}

.spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

  transform: scale(0.7);
}
.spinner div {
  transform-origin: 40px 40px;
  animation: spinner 1.2s linear infinite;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgba(72, 72, 72);
}
.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.button-glyph {
  display: inline-block;

  width: 22px;
  height: 22px;

  font-size: 14px;
  font-weight: 400;
  color: #323232;
  letter-spacing: 0.002em;
  line-height: 22px;
  text-align: center;
  text-transform:uppercase;

  border: 1px solid #c2c2c2;
  border-radius: 6px;
}
.button-glyph.is-long {
  width: auto;
  padding: 0 5px;

  text-transform: none;
}

.applescript code {
  box-sizing: border-box;
  display: block;
  overflow-x: auto;
  max-width: 800px;
  margin: 13px auto 0;
  padding: 26px 28px;
  background: #FAFAFA;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
}

.applescript .bold {
  font-weight: 700;
}

.applescript .italic {
  font-style: italic;
}

.applescript .term {
  color: #007400;
}

.applescript .is-blue {
  color: #007AFF;
}

.applescript .is-blue.addition {
  color: #0B40C2;
}

.applescript .is-violet {
  color: #AA0C91;
}

.applescript .is-violet.addition {
  color: #5C2699;
}

.applescript .code-comments {
  color: #707F8C;
}

