.syntaxhighlighter {
  background-color: #002039 !important;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 16px 20px;
}

.syntaxhighlighter.nogutter td.code .line {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  line-height: 22px !important;
  white-space: initial;
  word-break: break-all;
}

.syntaxhighlighter code {
  display: inline !important;
}

.syntaxhighlighter .keyword {
  color: #dd2e44 !important;
}

.syntaxhighlighter .plain {
  color: #FFF !important;
}

.syntaxhighlighter .string {
  color: #73A771 !important;
}

.syntaxhighlighter .comments {
  color: #2b7bb9 !important;
}

.syntaxhighlighter .spaces {
  letter-spacing: -4px !important;
}

.ApiConsole {
  max-width: 960px;
  margin: 10px auto;
}

.ApiConsole iframe {
  width: 100%;
  height: 1028px;
  border: none;
  border-bottom: 1px solid #868686;
}

.Prefooter {
  -webkit-background-size: 100% 309px;
  background-size: 100% 309px;
}

.Prefooter a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.Prefooter .Prefooter-links .Prefooter-links-column-title {
  color: #55acee;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.Prefooter .Prefooter-links .Prefooter-links-column-sublinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Prefooter .Prefooter-links .Prefooter-links-column-sublinks .Prefooter-links-column-sublinks-item {
  line-height: 1.55;
}

.Prefooter .Prefooter-links .Prefooter-links-column-sublinks-item a {
  color: #bcbcbc;
  font-size: 11px;
  line-height: 22px;
}

.Prefooter .Prefooter-info .Prefooter-info-subscribeLink {
  background: transparent;
  border: 1px solid #55acee;
  color: #55acee;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0 10px;
}

.Prefooter .Prefooter-info .Prefooter-info-subscribeLink:hover {
  background: #55acee;
  color: #fff;
}

.Prefooter .Prefooter-info .Prefooter-info-copyright {
  bottom: 0;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  right: 0;
}

.Prefooter .Prefooter-info .Prefooter-info-copyright p {
  color: #bcbcbc;
  font-size: 11px;
  margin: 0;
}

.Prefooter .Prefooter-info .Prefooter-info-copyright .Icon.Icon--bird.Icon--birdBlue {
  margin-right: 2px;
}

.Prefooter .Prefooter-info .Prefooter-info-copyright .Prefooter-info-copyright-reserved {
  font-style: italic;
}

.BlockLogIn {
  float: right;
  text-decoration: none;
}

.FieldName-fieldRelatedContent {
  background: #F7FCFF;
  border: 1px solid #55acee;
  border-radius: 5px;
  display: inline-block;
  padding: 0 15px 10px;
}

.Page.Page--dev .Footer.Footer--secondary {
  background: url(https://g.twimg.com/dev/prefooter/devbg.jpg) no-repeat;
  background-color: #00060a;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 30px;
}

.Page.Page--dev .Footer.Footer--secondary .Footer-wrap {
  min-height: 270px;
  position: relative;
}

.fabric_solves {
  opacity: 0;
}

.Page.Page--canopy.Page--dev.Page--fabricHomepage .PageLayout .PageLayout-wrap {
  max-width: inherit;
}

.Page.Page--basicStyles.Page--dev.Page--devDocumentation {
  background: url(https://g.twimg.com/dev/documentation/dev-documentation-bg-2.png) repeat-y;
  background-position: center center;
}

.Page.Page--basicStyles.Page--dev.Page--devDocumentation .PageLayout-content > * {
  padding: 60px 50px;
}

.Page.Page--basicStyles.Page--dev.Page--devDocumentation .Footer.Footer--secondary {
  background: none;
  background-color: #031d34;
  border: none;
}

.Page.Page--basicStyles.Page--dev.Page--devDocumentation .menu-block-feature-dev-docs-menu {
  margin-right: 40px;
  padding: 35px 10px 35px 0;
}

.Page.Page--dev.Page--devDocumentation.Page--apiDoc .Content header h1 {
  word-wrap: break-word;
}

.DevMarketingPage .DevMarketingPage-sectionWrap {
  background: url(https://g.twimg.com/dev/marketing/answers/answers-section-background.png) center bottom no-repeat;
  border-bottom: 1px solid #1f3142;
  color: #b1b1b1;
  font-size: 20px;
  padding: 50px 0;
}

.DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first {
  background: url(https://g.twimg.com/dev/marketing/answers/answers-section-background-top.png) center bottom no-repeat #000000;
  /*padding:15px 0 0px;*/
}

.DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--last {
  background: none;
  border-bottom: 0;
}

.DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--no_shadow {
  border-bottom: 1px solid #1f3142;
  background: none;
}

.DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--no_shadow_home {
  border-bottom: 1px solid #1f3142;
  background: #000000 !important;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--itsFree {
  display: inline-block;
  position: absolute;
  margin: 7px 0 0 15px;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--itsFree > span {
  text-transform: uppercase;
}

.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap.is-centered.Grid-cell.u-sizeFull {
  /*overflow: hidden;*/
}

.get_started {
  font-size: 16px !important;
}

.DevMarketingPage-sectionWrap-wrap-item.get_started_link {
  text-decoration: underline;
  color: #55ACEE;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.DevMarketingPage-sectionWrap-wrap-item.get_started_link:hover {
  opacity: 0.75;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.DevMarketingPage h1,
.DevMarketingPage h2,
.DevMarketingPage h3 {
  font-weight: 400;
  color: #FFF;
}

.DevMarketingPage h2 {
  font-size: 54px;
  line-height: 60px;
}

.DevMarketingPage h3 {
  font-size: 28px;
}

.DevMarketingPage h4 {
  font-size: 15px;
  font-weight: 600;
}

.DevMarketingPage p {
  font-size: 18px;
  line-height: 1.25;
  max-width: 800px;
  margin: 30px auto;
}

.DevMarketingPage img {
  max-width: 100%;
  height: auto;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-greyWrapper {
  color: #FFF;
  font-size: 14px;
  border: 1px solid #363636;
  border-radius: 7px;
  line-height: 18px;
  text-align: left;
  padding: 25px;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--blue {
  color: #55acef;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--grey {
  color: #AFAFAF;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--smallCopy {
  font-size: 14px;
  line-height: 18px;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--noTopP {
  margin-top: 0;
}

.DevMarketingPage .is-underlined {
  border-bottom: 2px solid;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap--first p {
  max-width: 720px;
  font-size: 20px;
  margin: 20px auto 30px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageZeroSteps {
  margin-bottom: 15px;
  margin-top: 55px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-activeUsers {
  font-size: 20px;
  max-width: 830px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 15px 0;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-activeUsers span {
  font-size: 36px;
  position: absolute;
  right: 0;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-realTime {
  margin-bottom: -70px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-item--white {
  max-width: 640px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers {
  max-width: 780px;
  min-height: 70px;
  margin: 0 auto;
  padding: 25px 25px 15px 0;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers img {
  float: left;
  padding-right: 15px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers span {
  display: block;
  padding-top: 15px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords {
  padding-top: 50px;
  text-align: center;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span {
  display: inline-block;
  padding: 15px 20px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span.DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-grey {
  font-size: 18px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span.DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-white {
  color: #FFF;
  font-size: 28px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers {
  /*max-width:805px;*/
  margin: 0 auto 45px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-right .DevMarketingPage-sectionWrap-wrap-greyWrapper {
  margin-top: 80px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-right .DevMarketingPage-sectionWrap-wrap-intricateCrashDetails {
  position: absolute;
  margin-top: 370px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds {
  max-width: 805px;
  margin: 45px auto 30px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-right {
  padding-left: 40px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-icon,
.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-icon {
  display: block;
  margin-bottom: 10px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageDontWorry {
  margin: 55px 0 15px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first {
  padding: 50px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first p {
  font-size: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h1 {
  margin-bottom: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h3 {
  font-size: 28px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h3 span {
  font-weight: 600;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom {
  color: #FFF;
  margin: 50px 0 15px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap {
  max-width: 800px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap img {
  float: left;
  margin-right: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceItem {
  font-size: 14px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceLeft {
  line-height: 18px;
  padding-right: 15px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceLeft span {
  display: block;
  padding-top: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceRight {
  line-height: 18px;
  padding: 8px 0 0 15px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleBottom {
  margin: 20px 0 40px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleSmall img {
  height: 16px;
  margin-bottom: -3px;
  width: auto;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleSmall img + span {
  padding-left: 10px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility {
  max-width: 805px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityItem1 {
  margin-top: 90px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityItem2 {
  margin-top: 240px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-rightArrow {
  display: block;
  margin-top: 12px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-integratedWithCrashlytics {
  display: block;
  margin: 65px auto;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration {
  max-width: 805px;
  margin: 50px auto;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationTools {
  margin-bottom: 20px;
  margin-top: -15px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRightItem {
  clear: both;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRightItem img {
  float: left;
  margin: 0 15px 15px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationThreeEasySteps {
  margin: 25px 0 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-buildToTheRightTesters {
  margin: 60px 0 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters {
  border-top: 1px solid #272727;
  line-height: 22px;
  max-width: 900px;
  padding-top: 30px;
  margin: 60px auto 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters img {
  float: left;
  padding-top: 5px;
  margin: 0 20px 20px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters span {
  display: block;
  font-size: 16px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs {
  max-width: 900px;
  margin: 40px auto 60px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem {
  background: url(https://g.twimg.com/dev/marketing/beta/by-devs-for-devs-table-border.png) left top no-repeat;
  font-size: 14px;
  line-height: 18px;
  min-height: 129px;
  padding: 10px 32px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem:first-child {
  background: none;
  padding-left: 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem img {
  display: block;
  margin-bottom: 15px;
}

.DevMarketingPage.DevMarketingPage--beta h2 {
  margin-bottom: 10px;
}

.DevMarketingPage.DevMarketingPage--beta h3 {
  line-height: 28px;
}

.DevMarketingPage.DevMarketingPage--beta h4 {
  font-size: 26px;
  font-weight: 300;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first img {
  /*margin-bottom:-75px;*/
}

/*
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first h3 {
font-size:26px;
margin:10px 0 35px;
}*/

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--last {
  padding: 50px 0 0;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--last img {
  margin-bottom: -7px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList {
  background: #061a2c;
  border-bottom: 1px solid #1f3142;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 15px 0;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList li {
  display: inline-block;
  padding: 0 10px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList li a:link,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList li a:visited {
  color: #b1b1b1;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList li a:hover {
  color: #FFF;
  text-shadow: 0 0 5px #FFF;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--powerfulTop {
  padding-bottom: 25px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful {
  max-width: 805px;
  margin: 50px auto 0;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful .DevMarketingPage-sectionWrap-wrap-powerfulRight img {
  margin-top: 35px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful .DevMarketingPage-sectionWrap-wrap-powerfulRight img + p {
  font-size: 24px;
  margin-top: 5px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal {
  margin-top: 50px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item {
  padding: 0 50px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item p {
  font-size: 14px;
  margin: 10px auto;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item1,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item2,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item3 {
  margin-bottom: 50px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item-title {
  color: #FFF;
  font-size: 22px;
  line-height: 27px;
  margin-top: 7px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight {
  padding: 15px 0 50px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-wrap img {
  margin-bottom: -30px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid {
  max-width: 885px;
  margin: 60px auto 0;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item--item1 {
  padding-right: 35px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item--item2 {
  padding-left: 35px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item-inner {
  line-height: 18px;
  margin-bottom: 50px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item-inner img {
  position: absolute;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item-inner img + div {
  color: #55acef;
  font-weight: 700;
  padding-left: 60px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item-inner span {
  color: #FFF;
  display: block;
  padding-left: 60px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-advancedReportingHelper {
  color: #55acef;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  text-align: right;
  width: 100px;
  margin: 45px 0 0 -85px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-hardwareHelper {
  color: #55acef;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  text-align: left;
  width: 115px;
  margin: 75px 0 0 975px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisHelper {
  color: #55acef;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  width: 100px;
  margin: 120px 0 0 950px;
}

.DevMarketingPage.DevMarketingPage--crashlytics img + .DevMarketingPage-sectionWrap-wrap-pFixDeepAnalysis {
  font-size: 14px;
  margin-top: 15px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom {
  border: 1px solid #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 830px;
  position: relative;
  margin: 90px auto 0;
  padding: 25px 25px 25px 200px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom img {
  bottom: 20px;
  left: 5px;
  position: absolute;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom-inner {
  line-height: 20px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom-inner-title {
  color: #55acef;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 3px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-whiteItalic {
  color: #FFF;
  font-style: italic;
}

/*
.DevMarketingPage.DevMarketingPage--crashlytics h3 {
line-height:38px;
margin-top:7px;
}*/

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h1 {
  font-size: 72px;
  /*jimi*/
  margin-bottom: 13px;
  opacity: 0;
  /*animation: appear 2s ease 3.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;*/
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h3 {
  font-size: 28px;
  margin-bottom: 30px;
  opacity: 0;
  /*animation: appear 2s ease 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;*/
}

.DevMarketingPage.DevMarketingPage--fabric .fixed_hight {
  opacity: 0;
  /*animation: appear 2s ease 4.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;*/
}

.fixed_hight.enterprise {
  margin-top: 55px;
  margin-bottom: 25px;
}

.fixed_hight.answers_margin {
  margin-top: 28px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-introFabric {
  margin: 40px 0 5px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
  color: #585858;
  background: #000;
  border: 1px solid #222;
  border-radius: 7px;
  display: block;
  font-weight: 700;
  min-height: 90px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 25px;
  padding: 20px 10px 10px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:hover {
  -webkit-box-shadow: 0 0 85px #316696;
  box-shadow: 0 0 85px #316696;
  color: #FFF;
  border-color: #FFF;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-login img {
  margin: 5px 0;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-digits img {
  margin: 8px 0 4px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-nativeSocial img {
  margin: 6px 0 10px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-answers img {
  margin: 0 0 2px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-mopub img {
  margin: 8px 0 3px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-curtain {
  padding-top: 7px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-mobileDevSolved {
  margin: 25px 0 -30px;
  opacity: 0;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem {
  max-width: 915px;
  margin: 50px auto 37px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-right-grey {
  color: #666;
  margin-bottom: 15px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-streamlinedInstall {
  margin: 10px 0 0;
  opacity: 0;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-max715 {
  max-width: 715px;
  margin: 15px auto 40px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap {
  max-width: 1238px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-growthImg {
  margin: 15px 0;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h1 {
  font-size: 72px;
  line-height: 65px;
  margin: 0;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h3 {
  color: #b1b1b1;
  font-size: 18px;
  line-height: 26px;
  margin: 15px 0 30px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--darkerText {
  color: #696969;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--imgPush {
  margin-top: 25px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap--acrossTheGlobe {
  max-width: 1029px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-unlockGrowth {
  margin: -65px 0 -20px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-topDevelopers {
  display: block;
  margin: 0 auto 50px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top {
  background: #001e3a url(https://g.twimg.com/dev/marketing/fabric-homepage/fabric-homepage-background.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #1a354e;
  padding: 35px 0 40px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top .DevMarketingPage-top-introFabric-title {
  color: #96B3D6;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top img {
  margin: 20px 0 0;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h1 {
  background: url(https://g.twimg.com/dev/marketing/fabric-homepage/fabric-logo-text.png) top left no-repeat;
  height: 105px;
  text-indent: -99999px;
  width: 330px;
  margin: 0 auto -15px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 35px 0 30px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top a + a {
  margin: 0 15px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom {
  background: #001b34;
  border-bottom: 1px solid #4779a6;
  padding: 25px 0;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner .DevMarketingPage-bottom-inner-item-timeline {
  padding-top: 4px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner .DevMarketingPage-bottom-inner-item-timeline iframe {
  height: 210px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item {
  width: 25%;
  padding: 0 30px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item p {
  color: #CCC;
  font-size: 12px;
  margin: 20px auto;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item h3 + a {
  background: #001b34;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 65px;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  z-index: 999;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item h3 + a:hover {
  border: 1px solid #FFF;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item1 h3 + a {
  padding-top: 19px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item2 h3 + a {
  padding-top: 15px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item3 h3 + a {
  padding-top: 11px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom h3 a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom h3 a:hover {
  text-shadow: 0 0 85px #FFF;
}

.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom h3 a span {
  color: #55acee;
  font-weight: 700;
  display: block;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 8px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 990px;
  margin: 0 auto;
  padding: 35px 0;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction {
  background: #54acee;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction h3 {
  font-size: 32px;
  padding-left: 0;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item {
  position: relative;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
  position: absolute;
  right: 23px;
  top: 25px;
  text-align: right;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
  font-size: 18px;
  margin-bottom: 7px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
  color: #54acef;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
  right: 38px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--right {
  padding-left: 15px;
  text-align: right;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--twitterFlight {
  background: #448acf;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--twitterFlight h3 {
  color: #a5d8ff;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item {
  padding: 2px 8px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item .FlightPage-sectionWrap-wrap-fiveRow-item-inner {
  background: #2d6eaf;
  max-width: 182px;
  position: relative;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
  min-height: 445px;
  position: relative;
  padding: 10px 20px 50px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content h4 {
  word-break: break-word;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker {
  color: #a4d8ff;
  font-size: 12px;
  line-height: 16px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-desc p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 15px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-buttons {
  bottom: 0;
  padding-bottom: 10px;
  position: absolute;
  width: 55px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater {
  background: #16386b;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater h3 {
  color: #448acf;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item-inner {
  background: #172c4c;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker {
  color: #FFF;
  font-size: 12px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--pulse .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--scaling .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--openSource .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--android .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--internet .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
  min-height: 130px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
  min-height: 255px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic {
  padding-top: 25px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 150px;
  width: 231px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item {
  margin: 0 22px 22px 0;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet {
  background: #FFF;
  float: left;
  height: 150px;
  width: 231px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet {
  background: #FFF;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 150px;
  margin: 0 auto !important;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows {
  height: 320px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--lastRowItem {
  margin-right: 0;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--lastRowItem.FlightPage-sectionWrap-wrap-mosaic-item--twoRows {
  float: right;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap {
  padding: 40px 0 0;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item-inner {
  background: #f6f6f6;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
  min-height: 150px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker {
  color: #000;
  font-size: 12px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--buzzFeed a {
  color: #e82d1e;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--fitStar a {
  color: #b5352f;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--halfbrick a {
  color: #346c15;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--jibJab a {
  color: #40c0c3;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--runKeeper a {
  color: #40b0e2;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 265px;
  margin: 0 8px;
  padding: 25px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner h4 {
  font-size: 17px;
  font-weight: 600;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies a.FlightPage-sectionWrap-wrap-caseStudies-item-inner-link:hover h4,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies a.FlightPage-sectionWrap-wrap-caseStudies-item-inner-link:hover span {
  opacity: 0.75;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner-desc {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap {
  padding-top: 5px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap .twitter-share-button {
  margin: 0 0 -4px 5px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap a:link,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap a:visited {
  color: #000;
  text-decoration: underline;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap p {
  font-size: 18px;
  margin-bottom: 15px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap {
  max-width: 1050px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first {
  padding-top: 100px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h1 {
  background: url(https://g.twimg.com/dev/marketing/mopub/mopub-logo.png) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 193px;
  text-indent: -99999px;
  width: 591px;
  margin: 0 auto 30px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--last .DevMarketingPage-sectionWrap-wrap-item--lessBottomP a:link,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--last .DevMarketingPage-sectionWrap-wrap-item--lessBottomP a:visited {
  color: #B1B1B1;
  text-decoration: underline;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials {
  max-width: 690px;
  margin: 60px auto 40px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials .DevMarketingPage-sectionWrap-wrap-testimonials-item--left {
  text-align: left;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-flexibility {
  margin-top: 10px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-moreRevenue {
  margin-bottom: 30px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers {
  margin: 45px 0 40px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--blue a:link,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--blue a:visited {
  text-decoration: underline;
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--max580 {
  max-width: 580px;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--last {
  background: url(https://g.twimg.com/dev/marketing/answers/answers-section-background.png) center bottom no-repeat;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--max515 {
  max-width: 515px;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--max665 {
  max-width: 665px;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap--growYourApp {
  background: url(https://g.twimg.com/dev/marketing/twitter-login/login-grow-your-app-background.png) center center no-repeat;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item-appDownloads {
  margin: 0 0 10px 40px;
}

.View-faq .View-faq-itemListWrapper h2 {
  margin-top: 30px;
}

.View-faq .View-faq-itemListWrapper ul.View-itemList {
  list-style-type: none;
  padding-left: 0;
}

.View-faq .View-faq-itemListWrapper ul.View-itemList > li {
  background: #F7FCFF;
  border: 1px solid #C9E4F8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}

.ViewsTable--rateLimiting {
  border-collapse: separate;
  margin-bottom: 20px;
  width: 100%;
}

.ViewsTable--rateLimiting .ViewsTable--rateLimiting-row {
  background-color: #fff;
}

.ViewsTable--recentlyUpdatedDocumentation {
  border-collapse: separate;
  width: 100%;
  margin: 20px 0;
}

.ViewsTable--recentlyUpdatedDocumentation caption {
  font-size: 20px;
  text-align: left;
}

.ViewsTable--recentlyUpdatedDocumentation .ViewsTable--recentlyUpdatedDocumentation-row {
  border-bottom: solid 1px #e1e8ed;
  width: 100%;
  padding: 20px 0 4px;
}

.ViewsTable--recentlyUpdatedDocumentation .ViewsTable--recentlyUpdatedDocumentation-field--title {
  width: 30%;
  word-wrap: break-word;
}

.menu-block-feature-dev-docs-menu > ul.menu {
  margin: 0;
  padding: 10px;
}

.menu-block-feature-dev-docs-menu > ul.menu li {
  list-style: none;
  font-size: 1.2rem;
  padding: 4px 0;
}

.menu-block-feature-dev-docs-menu > ul.menu li a {
  color: #50a5e6;
  word-wrap: break-word;
}

.menu-block-feature-dev-docs-menu > ul.menu > li > ul {
  border-left: 1px solid #50A5E6;
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.menu-block-feature-dev-docs-menu > ul.menu > li > ul > li {
  font-size: 1rem;
}

#watchmouse-twitter-status {
  height: 700px;
  min-width: 912px;
  width: 100%;
}

.DtcEloquaIframe {
  width: 100%;
  overflow: hidden;
}

.Block--basicDocListing .Block--basicDocListing-item--guide .Block--basicDocListing-item-typeHeader,
.Block--basicDocListing .Block--basicDocListing-item--referenceDoc .Block--basicDocListing-item-typeHeader {
  margin-bottom: 5px;
}

.Block--basicDocListing-nodeTeaser {
  border-bottom: solid 1px #e1e8ed;
  display: block;
  overflow: hidden;
}

.Block--basicDocListing-nodeTeaser:last-child {
  border-bottom: none;
}

.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title {
  float: left;
  font-size: 14px;
  line-height: 1.55;
}

.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content {
  display: inline-block;
  word-wrap: break-word;
  width: 48.5%;
  margin: 10px 0;
}

.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h1,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h2,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h3,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h4,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h5,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title h6,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h1,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h2,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h3,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h4,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h5,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content h6 {
  display: none;
}

.Block--newsletterForm {
  height: 600px;
}

.syntaxhighlighter .line.alt1,
.syntaxhighlighter .line.alt2 {
  background-color: transparent !important;
}

.Prefooter .Prefooter-links .Prefooter-links-column-sublinks-item a:hover,
.Page.Page--dev .Footer.Footer--global .FooterItem:link,
.Page.Page--dev .Footer.Footer--global .FooterItem:visited,
.Page.Page--dev .Footer.Footer--global .FooterItem:hover,
.Page.Page--dev .Footer.Footer--global .FooterItem:active {
  color: #55acee;
}

.Prefooter .Prefooter-info,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials .DevMarketingPage-sectionWrap-wrap-testimonials-item--right,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item--left {
  text-align: right;
}

.FieldName-fieldRelatedContent .Field-relatedContentItem,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-right {
  padding-left: 20px;
}

.Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner,
.Page.Page--basicStyles.Page--flight .Footer.Footer--secondary .Footer-wrap,
.Page.Page--basicStyles.Page--products .Footer.Footer--secondary .Footer-wrap,
.DevMarketingPage .DevMarketingPage-sectionWrap-wrap,
.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner {
  max-width: 990px;
  margin: 0 auto;
}

.Hero--dev.Hero--flight2014 .clearFix,
.Node.Node--apiDoc .Node-apiDocsParams .parameter p:last-child:after,
.FlightPage.FlightPage--2014 .clearFix,
.Block--basicDocListing-nodeTeaser:after {
  clear: both;
}

.Node.Node--apiDoc .Node-apiDocsResourceInfomation .Field:last-child,
.Node.Node--apiDoc .Node-apiDocsParams .parameter:last-child {
  border: none;
}

.Node.Node--apiDoc .Node-apiDocsResourceInfomation .FieldName-fieldDocResponseFormats .Field-items-item,
.Node.Node--apiDoc .Node-apiDocsResourceInfomation .FieldName-fieldDocSupportedMethod .Field-items-item,
.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row {
  display: inline;
}

.Node.Node--apiDoc .Node-apiDocsParams table thead th:first-child,
.Node.Node--apiDoc .Node-apiDocsParams table tbody tr th,
.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item1 {
  padding-left: 0;
}

.Node.Node--apiDoc .Node-apiDocsParams table tbody tr td:last-child,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem:last-child,
.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item4 {
  padding-right: 0;
}

.Node--documentation .Node-content thead tr:hover,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--iconWrap {
  background: none;
}

.Node--documentation .Node-content ul ul,
.Node--documentation .Node-content ol ol,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters .DevMarketingPage-sectionWrap-wrap-theRightTestersRight,
.ViewsTable--rateLimiting .ViewsTable--rateLimiting-labelTitle,
.ViewsTable--rateLimiting .ViewsTable--rateLimiting-fieldTitle {
  padding-left: 15px;
}

.Page.Page--dev .PageLayout .PageLayout-column.is-collapsible .PageLayout-column-collapseToggle:before,
.menu-block-feature-dev-docs-menu > ul.menu li a.active-trail,
.menu-block-feature-dev-docs-menu > ul.menu li a:hover {
  color: #fff;
}

.Page.Page--basicStyles.Page--flight,
.Page.Page--basicStyles.Page--products,
.DevMarketingPage,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets {
  background: #000;
}

.Page.Page--basicStyles.Page--flight .PageLayout-content .Content,
.Page.Page--basicStyles.Page--products .PageLayout-content .Content {
  padding: 0;
}

.Page.Page--basicStyles.Page--flight .Footer.Footer--secondary,
.Page.Page--basicStyles.Page--products .Footer.Footer--secondary {
  -webkit-background-size: cover;
  background-size: cover;
}

/*
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1,.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h1 {
font-size:68px;
line-height:65px;
}


*/

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--white,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-right-white,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap {
  color: #FFF;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--lessTopP,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperience h3 + p,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process {
  margin-top: 15px;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--lessBottomP,
.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-right h4,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--lessBottomP,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner-logo {
  margin-bottom: 15px;
}

.DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--lastP,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item-inner:last-child,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-lastP {
  margin-bottom: 0;
}

.DevMarketingPage .is-centered,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item,
.FlightPage.FlightPage--2014 .is-centered {
  text-align: center;
}

.DevMarketingPage.DevMarketingPage--answers #map h2 {
  font-size: 58px;
  max-width: 692px;
  margin: 0 auto;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont {
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .graph_numbers {
  width: 320px;
  background: url(../img/answers/bg_graph.png) no-repeat top center;
  height: 594px;
  padding: 1px 10px 0px 35px;
  float: left;
  margin-left: 50px;
  text-align: left;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .map_graph {
  width: 430px;
  background: url(../img/answers/map_bg.png) no-repeat;
  height: 594px;
  padding: 1px 30px 0px 35px;
  position: relative;
  float: right;
  margin-right: 50px;
  text-align: left;
}

.map_mobile,
.graph_mobile {
  display: none;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .DevMarketingPage.DevMarketingPage--answers .graph_map_cont .graph_numbers {
    float: none;
    clear: both;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .DevMarketingPage.DevMarketingPage--answers .graph_map_cont .map_graph {
    float: none;
    clear: both;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  #map h2 {
    font-size: 45px !important;
    line-height: 48px;
  }

  .DevMarketingPage.DevMarketingPage--answers .graph_map_cont .map_graph {
    display: none;
  }

  .map_mobile {
    display: block;
  }
}

@media (max-width: 420px) {
  #map h2 {
    font-size: 40px !important;
    line-height: 45px;
  }

  .DevMarketingPage.DevMarketingPage--answers .graph_map_cont .graph_numbers {
    display: none;
  }

  .graph_mobile {
    display: block;
    margin-bottom: 30px;
  }
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .graph_title {
  color: #56acee;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 28px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .graph_title_minor {
  color: #55acee;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender > div {
  height: 40px;
  width: 120px;
  display: inline-block;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender div .line {
  height: 6px;
  background: #55acee;
  margin-left: 46px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender .female {
  background: url(../img/answers/female.png) no-repeat 0px center;
  opacity: 0;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender .female .line {
  width: 0px
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender .male {
  background: url(../img/answers/male.png) no-repeat 0px center;
  margin-left: 30px;
  opacity: 0;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender .male .line {
  width: 0px
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender div .data {
  padding-left: 46px;
  display: inline;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender div .data .number {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .gender div .data .label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .number {
  color: #a2d7ff;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .label {
  color: #638eaf;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media {
  padding-left: 50px;
  height: 54px;
  width: 100%;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media p {
  margin: 0px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media .little_number {
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media .little_number.down {
  color: #55acee;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media .little_number.up {
  color: #ff6c00;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media .number {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media .label {
  font-size: 24px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media p.explain {
  color: #ffffff;
  font-size: 14px;
  max-width: 128px;
  padding-left: 80px;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media.video p.explain {
  margin-top: -45px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .media.audio p.explain {
  margin-top: -31px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .video {
  background: url(../img/answers/video.png) no-repeat 0px center;
  margin-bottom: 28px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .audio {
  background: url(../img/answers/audio.png) no-repeat 0px center;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .comparasion p.detail {
  font-size: 15px;
  padding-right: 25px;
  margin-top: 23px;
  padding-right: 31px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .comparasion p.detail span {
  float: right;
  font-size: 11px;
  font-weight: bold;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .comparasion p.detail span.down {
  color: #55acee;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont .comparasion p.detail span.up {
  color: #ff6c00;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #massachusetts {
  position: absolute;
  top: 170px;
  left: 280px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #massachusetts {
  font-size: 29px;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #massachusetts .label {
  font-size: 23px;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #massachusetts .little_number {
  font-size: 12px;
  color: #ff6c00;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: block;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #michigan {
  position: absolute;
  top: 202px;
  left: 152px;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #michigan {
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #michigan .label {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--answers .graph_map_cont #michigan .little_number {
  font-size: 12px;
  color: #ff6c00;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: block;
}

@keyframes pulsar {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  50% {
    opacity: .4;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

div.pulsar {
  /*opacity: 0;*/
  background: rgb(255, 138, 0);
  border-radius: 50%;
  position: absolute;
  margin: auto auto;
  top: 200px;
  left: 110px;
  width: 20px;
  height: 20px;
  z-index: 100;
  /*animation-name: fadeIn;
  animation-duration: 1s;
  animation-direction: forwards;*/
}

div.pulsar.animated:before {
  content: "";
  display: block;
  background: rgba(255, 138, 0, .5);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto auto;
  width: 100%;
  height: 100%;
  animation-name: pulsar;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  z-index: -1;
}

div.pulsar.animated:after {
  content: "";
  display: block;
  background: rgba(255, 138, 0, .5);
  border-radius: 100%;
  position: absolute;
  margin: auto auto;
  width: 100%;
  height: 100%;
  animation-name: pulsar;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  z-index: -2;
}

div.pulsar:nth-of-type(1):before {
  animation-delay: 0s;
}

div.pulsar:nth-of-type(1):after {
  animation-delay: 1s;
}

div.pulsar:nth-of-type(2):before {
  animation-delay: 0.75s;
}

div.pulsar:nth-of-type(2):after {
  animation-delay: 1.75s;
}

div.pulsar:nth-of-type(3):before {
  animation-delay: 1.5s;
}

div.pulsar:nth-of-type(3):after {
  animation-delay: 2.5s;
}

div.pulsar:nth-of-type(4):before {
  animation-delay: 2.25s;
}

div.pulsar:nth-of-type(4):after {
  animation-delay: 3.25s;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--smallCopy,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--smallCopy {
  color: #5F5F5F;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:link,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:visited {
  color: #5F5F5F;
  text-decoration: underline;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--smallCopy a:hover {
  opacity: 0.85;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap--last p,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-crashlytics,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-beta,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-login,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-digits,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-item--moreBottomP {
  margin-bottom: 40px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-serviceAnswers,
.Block--basicDocListing .Block--basicDocListing-item--referenceDoc-category .Block--basicDocListing-item--referenceDoc-category-label {
  margin: 10px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperience .DevMarketingPage-sectionWrap-wrap-funTesterExperience,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleTop,
.Block--basicDocListing .Block--basicDocListing-item--guide,
.Block--basicDocListing .Block--basicDocListing-item--referenceDoc {
  margin: 20px 0;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceRight span,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item span,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--last h2 span {
  display: block;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters .DevMarketingPage-sectionWrap-wrap-theRightTestersLeft,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left {
  padding-right: 15px;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful .DevMarketingPage-sectionWrap-wrap-powerfulRight img + p span,
.DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h2 span {
  font-weight: 700;
}

.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-imgPush,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--imgPush {
  margin-top: 40px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item img,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item .FlightPage-sectionWrap-wrap-fiveRow-item-inner img {
  max-width: 100%;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content a:hover,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-buttons a:hover {
  opacity: 0.8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker span,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-pdf,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-buttons a:first-child {
  margin-right: 8px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker + .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker,
.Block--basicDocListing .Block--basicDocListing-item--referenceDoc-category {
  margin-top: 5px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols img {
  width: 482px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet {
  height: 150px;
  width: 482px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet {
  height: 320px;
  width: 231px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore {
  background: #FFF;
  color: #000;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories h3,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies h3,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--hootsuite a {
  color: #000;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--hootsuite,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--jibJab,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--runKeeper {
  margin-top: 16px;
}

.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies a.FlightPage-sectionWrap-wrap-caseStudies-item-inner-link,
.FlightPage.FlightPage--2014 .FlightPage-sectionWrap--learnMore .FlightPage-sectionWrap-wrap a:hover,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--last .DevMarketingPage-sectionWrap-wrap-item--lessBottomP a:hover,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--blue a:hover {
  text-decoration: none;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--imgPush,
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--imgPush,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item-connectImg {
  margin-top: 20px;
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first {
  padding-top: 50px;
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h3
/*,.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h3*/

 {
  font-size: 26px;
  line-height: 32px;
  margin: 10px 0 35px;
}

.ViewsTable--rateLimiting .ViewsTable--rateLimiting-row:hover,
.ViewsTable--recentlyUpdatedDocumentation .ViewsTable--recentlyUpdatedDocumentation-row:hover {
  background-color: #F8F8F8;
}

.ViewsTable--rateLimiting .ViewsTable--rateLimiting-label,
.ViewsTable--rateLimiting .ViewsTable--rateLimiting-field,
.ViewsTable--recentlyUpdatedDocumentation .ViewsTable--recentlyUpdatedDocumentation-field {
  border-bottom: solid 1px #EEE;
  text-align: left;
  padding: 10px 15px 10px 0;
}

.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title div,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content div,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title p,
.Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content p {
  margin: 0;
}

@media max-width789px {
  .Prefooter .Prefooter-info {
    margin-top: 40px;
    text-align: left;
  }

  .Prefooter .Prefooter-info .Prefooter-info-copyright {
    text-align: right;
  }

  .Page.Page--dev .Footer.Footer--secondary .Footer-wrap {
    min-height: initial;
  }

  .Block--basicDocListing-nodeTeaser {
    padding: 10px 0 20px;
  }

  .Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title,
  .Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-content {
    width: 100%;
  }
}

@media max-width479px {
  .Prefooter .Prefooter-links .Prefooter-links-column {
    margin-bottom: 20px;
  }

  .Prefooter .Prefooter-info {
    text-align: center;
  }

  .Prefooter .Prefooter-info .Prefooter-info-copyright {
    margin-top: 20px;
    position: static;
    text-align: center;
  }
}

@media max-width1050px {
  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle {
    padding: 30px 30px 25px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap {
    padding: 0 30px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic {
    max-width: 759px;
    padding-left: 22px;
    margin: 0 auto;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--hideFirst {
    display: none;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--lastRowItem {
    margin-right: 22px;
  }

  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-deadSimple,
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-driveMore {
    max-width: 90%;
  }
}

@media max-width769px {
  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle {
    padding: 20px 20px 15px;
  }

  .Page.Page--dev.Page--devDocumentation .PageLayout-content > * {
    padding: 30px;
  }

  .Page.Page--dev.Page--devDocumentation .menu-block-feature-dev-docs-menu {
    padding: 3px 20px;
  }

  .Page.Page--dev.Page--devDocumentation .PageLayout .PageLayout-column.is-collapsible.is-collapsed .menu-block-feature-dev-docs-menu li {
    display: none;
  }

  .Page.Page--dev.Page--devDocumentation .PageLayout .PageLayout-column.is-collapsible.is-collapsed .menu-block-feature-dev-docs-menu > .menu > .active-trail {
    display: block;
  }

  .Page.Page--dev.Page--devDocumentation .PageLayout .PageLayout-column.is-collapsible .PageLayout-column-collapseToggle {
    margin: 10px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap h3 {
    margin-bottom: 30px;
    text-align: center;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item {
    max-width: 480px;
    margin: 0 auto;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 23px;
    top: 25px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
    margin-bottom: 15px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 23px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--right {
    padding-left: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item {
    float: left;
    width: 50% !important;
    padding: 0 16px 32px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item .FlightPage-sectionWrap-wrap-fiveRow-item-inner {
    max-width: inherit;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-thumb {
    width: 100%;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 240px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker {
    margin-bottom: 10px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--fabric .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--mcdonalds .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 100px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--wallStreetJournal .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--spotify .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 115px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item {
    margin: 0;
    padding: 0 16px 32px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
    min-height: 260px;
    margin: 0;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item--right {
    padding-top: 18px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item {
    text-align: center;
  }

  .Page.Page--dev.Page--devDocumentation .PageLayout .PageLayout-column.is-collapsible.is-collapsed,
  .Page.Page--dev.Page--devDocumentation .PageLayout .PageLayout-column.is-collapsible.is-collapsed .menu-block-feature-dev-docs-menu {
    height: 64px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-desc,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--monetizeYourApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--drop .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 250px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--monetizeYourApps,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--drop {
    padding-bottom: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--pulse .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--scaling .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--openSource .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--android .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--internet .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 110px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--hootsuite {
    margin-top: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--jibJab,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--runKeeper {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media max-width650px {
  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle {
    background: #1d397c;
    position: inherit;
  }

  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner h1 {
    height: 20px;
    width: 63px;
  }

  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner h2 {
    height: 18px;
    margin-top: 0;
    width: 361px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom {
    margin: 50px auto 0;
  }

  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item-appDownloads {
    display: block;
    margin: 30px auto;
  }
}

@media max-width500px {
  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle {
    padding: 15px 20px;
  }

  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner h1 {
    margin-top: 55px;
    position: absolute;
    z-index: 999;
  }

  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner h2 {
    background-position: center;
    width: 100%;
  }
}

@media max-width400px {
  .Hero--dev.Hero--flight2014 .Hero--flight2014-sectionWrap .Hero--flight2014-sectionWrap-topTitle .Hero--flight2014-sectionWrap-topTitle-inner h1 {
    height: 16px;
    width: 50px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first img {
    /*margin-bottom:-55px;*/
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-introFabric {
    max-width: 180px;
  }

  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-unlockGrowth {
    margin: -55px 0 -15px;
  }

  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-topDevelopers {
    max-width: 60%;
    margin: 0 auto 40px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction h3 {
    font-size: 30px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h1 {
    height: 75px;
    width: 230px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-moreRevenue {
    margin-bottom: 10px;
  }

  .DevMarketingPage.DevMarketingPage--mopub h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first img {
    width: 80%;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-blendsSeamlessly {
    max-width: 90%;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet {
    height: 240px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-item--imgPush,
  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--imgPush,
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--imgPush {
    margin-top: 10px;
  }
}

@media max-width990px {
  .Page.Page--dev.Page--devDocumentation {
    background: none;
  }

  .Page.Page--dev.Page--devDocumentation .Navigation.Navigation--node {
    display: none;
  }

  .Page.Page--dev.Page--devDocumentation .menu-block-feature-dev-docs-menu {
    background-color: #001d33;
    margin-right: 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item {
    padding: 0 25px 35px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item1,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item2,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item3 {
    margin-bottom: 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item5,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item6 {
    padding-bottom: 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-privacy-inner {
    padding: 0 30px;
  }

  .DevMarketingPage .DevMarketingPage-sectionWrap,
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first {
    padding: 50px 30px;
  }

  .DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight {
    padding: 15px 30px 50px;
  }
}

@media max-width480px {
  .DevMarketingPage h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .DevMarketingPage h3 {
    font-size: 24px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap--first p {
    font-size: 18px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageZeroSteps {
    margin-bottom: 5px;
    margin-top: 40px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageUnlockGrowth {
    margin-bottom: 5px;
    margin-top: 20px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-activeUsers {
    font-size: 16px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-activeUsers span {
    font-size: 26px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-realTime {
    margin-bottom: -30px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords {
    padding-top: 30px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-right h4 {
    line-height: 26px;
    margin-bottom: 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleTop {
    margin: 10px 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleBottom {
    margin: 0 0 30px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-monitorTesterLifecycleSmall img + span {
    line-height: 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-buildToTheRightTesters {
    margin: 30px 0 10px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs {
    margin: 40px auto 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem {
    background: none;
    text-align: center;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem img {
    margin: 0 auto 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item {
    text-align: center;
    padding: 0 0 35px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-captureReal .DevMarketingPage-sectionWrap-wrap-captureReal-item--item5 {
    padding-bottom: 35px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid {
    margin: 40px auto 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item--item1 {
    padding-right: 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item--item1 .DevMarketingPage-sectionWrap-lightweightGrid-item-inner:last-child {
    margin-bottom: 50px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-lightweightGrid .DevMarketingPage-sectionWrap-lightweightGrid-item--item2 {
    padding-left: 0;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-mopub {
    margin-bottom: 40px;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-streamlinedInstall {
    max-width: 90%;
  }

  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h3 {
    margin-top: 10px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h1 {
    -webkit-background-size: contain;
    background-size: contain;
    height: 89px;
    width: 280px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap h3 {
    margin: 10px 0 30px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap {
    padding: 25px 0 40px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left {
    margin-bottom: 15px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item {
    width: 100% !important;
    padding: 0 0 30px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content-speaker {
    margin-bottom: 10px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers {
    padding-bottom: 30px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item {
    padding: 0 0 32px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item--jibJab {
    padding-bottom: 32px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first {
    padding-top: 50px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h1 {
    height: 108px;
    width: 330px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials {
    margin: 45px auto 40px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1 {
    font-size: 46px;
    line-height: 46px;
  }

  .DevMarketingPage .DevMarketingPage-sectionWrap,
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first {
    padding: 50px 20px;
  }

  .DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight,
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first {
    padding: 15px 20px 50px;
  }

  .DevMarketingPage h2,
  .DevMarketingPage.DevMarketingPage--beta h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageDontWorry,
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--imgPush {
    margin-top: 15px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem.DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem1,
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem.DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem2,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-wrap img {
    margin-bottom: 0;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first h1,
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h1,
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first h3,
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-privacy-inner,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap {
    padding: 0 20px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top,
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom {
    padding: 35px 20px 40px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--pulse .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--scaling .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--openSource .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--android .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--internet .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--fabric .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--mcdonalds .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--wallStreetJournal .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--spotify .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
    min-height: 0;
  }
}

@media max-width590px {
  .DevMarketingPage .DevMarketingPage-sectionWrap-wrap-item--itsFree {
    display: block;
    position: inherit;
    margin: 10px 0 0;
  }

  .DevMarketingPage h1 {
    font-size: 40px;
    margin: 12px 0 0;
  }

  .DevMarketingPage h3 {
    font-size: 26px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap--last p {
    margin-bottom: 30px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap--zeroSteps {
    padding-bottom: 20px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span.DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-grey {
    font-size: 16px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span.DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-white {
    font-size: 20px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first img {
    max-width: 85%;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics h3 {
    line-height: 28px;
    margin-top: 5px;
  }
}

@media max-width768px {
  .DevMarketingPage h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .DevMarketingPage h3 {
    font-size: 28px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers {
    padding: 25px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers img {
    display: block;
    float: none;
    padding-right: 0;
    margin: 0 auto;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-greyWrapper--answers span {
    padding-top: 10px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span {
    padding: 10px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-right .DevMarketingPage-sectionWrap-wrap-greyWrapper {
    margin-top: 40px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds {
    margin: 45px auto 10px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-right {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-icon,
  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--dailyUsersForTopBuilds-icon {
    margin: 0 auto 20px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-imageDontWorry {
    margin: 30px 0 0;
  }

  .DevMarketingPage.DevMarketingPage--answers h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceItem {
    clear: both;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceLeft {
    padding-right: 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceRight {
    padding: 20px 0 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceRight span {
    padding-top: 12px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-item--smallCopy {
    font-size: 16px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRightItem {
    max-width: 320px;
    margin: 20px auto 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRightItem img {
    display: block;
    float: none;
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters {
    border-top: none;
    padding-top: 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters .DevMarketingPage-sectionWrap-wrap-theRightTestersLeft {
    max-width: 400px;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters .DevMarketingPage-sectionWrap-wrap-theRightTestersRight {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0 0;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--theRightTesters img {
    float: none;
    padding-top: 0;
    margin: 0 0 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem:first-child {
    padding-left: 32px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem:last-child {
    padding-right: 32px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem.DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem1,
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem.DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem2 {
    margin-bottom: 16px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--byDevsForDevs .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem.DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem3 {
    background: none;
  }
}

.hide_me {
  display: none;
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0px;
}

@media screen and (max-width: 680px) {
  .hide_me {
    display: inline;
  }
}

@media screen and (max-width: 560px) {
  .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem1,
  .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem2,
  .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem3,
  .DevMarketingPage-sectionWrap-wrap-byDevsForDevsItem4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.DevMarketingPage.DevMarketingPage--beta h4 {
  line-height: 28px;
}

/*
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first h1 {
font-size:72px;
line-height:65px;
}
*/

/*
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--first h3 {
font-size:26px;
line-height:30px;
}*/

.DevMarketingPage.DevMarketingPage--crashlytics h3 {
  line-height: 32px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
  min-height: 90px;
  margin: 0 25px;
  padding: 20px 10px 10px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item span {
  line-height: 22px;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-mobileDevSolved {
  margin: 15px 0 0;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-right {
  padding-left: 0;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h3 {
  font-size: 18px;
  line-height: 20px;
}

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-item--imgPush {
  max-width: 90%;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h1 {
  height: 135px;
  width: 413px;
}

.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials .DevMarketingPage-sectionWrap-wrap-testimonials-item--right {
  padding-top: 40px;
  text-align: center;
}

/*
.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first img {
width:400px;
}
*/

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 10px 0 30px;
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-blendsSeamlessly {
  max-width: 400px;
}

/*
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h3 {
font-size:24px;
line-height:30px;
}*/

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap--growYourApp {
  background-position-x: center;
  background-position-y: 30%;
}

.DevMarketingPage h2,
.DevMarketingPage.DevMarketingPage--beta h2 {
  font-size: 42px;
  line-height: 50px;
}

.DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-left,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityLeft,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityRight,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationLeft,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--deepWorkflowIntegration .DevMarketingPage-sectionWrap-wrap-deepWorkflowIntegrationRight,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful .DevMarketingPage-sectionWrap-wrap-powerfulLeft,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap--powerful .DevMarketingPage-sectionWrap-wrap-powerfulRight,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-right,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem .DevMarketingPage-sectionWrap-wrap-fabricSolvesTheProblem-left,
.DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-testimonials .DevMarketingPage-sectionWrap-wrap-testimonials-item--left {
  text-align: center;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityItem1,
.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-totalVisibilityItem2,
.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item--imgPush {
  margin-top: 20px;
}

.DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap--totalVisibility .DevMarketingPage-sectionWrap-wrap-rightArrow,
.DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage--crashlytics-jumpList {
  display: none;
}

.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-nativeSocial,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item-answers {
  margin-bottom: 40px;
}

/*.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h1,.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1,.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h1 {
font-size:62px;
line-height:68px;
}*/

.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-unlockGrowth,
.DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-deadSimple {
  max-width: 100%;
}

}
@media max-width640px {
  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords .DevMarketingPage-sectionWrap-wrap-noAnalysisKeywords-row span {
    padding: 7px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 285px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 270px;
  }
}

@media max-width860px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic {
    max-width: 506px;
  }

  .DevMarketingPage.DevMarketingPage--answers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers .DevMarketingPage-sectionWrap-wrap--crashFreeUsers-right .DevMarketingPage-sectionWrap-wrap-intricateCrashDetails,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--hideSecond {
    display: none;
  }
}

@media max-width680px {
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h1 {
    margin-bottom: 10px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--first h3 {
    font-size: 24px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap img {
    float: none;
    margin: 0 0 20px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceItem {
    text-align: center;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-wrap-integratedWithCrashlytics {
    margin: 45px auto;
  }

  .DevMarketingPage.DevMarketingPage--beta h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceLeft span,
  .DevMarketingPage.DevMarketingPage--beta .DevMarketingPage-sectionWrap-funTesterExperienceBottom .DevMarketingPage-sectionWrap-wrap .DevMarketingPage-sectionWrap-wrap-funTesterExperienceRight span {
    padding-top: 0;
  }
}

@media max-width550px {
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap--lightweight .DevMarketingPage-sectionWrap-wrap img {
    margin-bottom: -20px;
  }
}

@media max-width1190px {
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-advancedReportingHelper,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-hardwareHelper,
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisHelper {
    display: none;
  }
}

@media max-width810px {
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom {
    margin: 70px auto 0;
  }
}

@media max-width560px {
  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom {
    text-align: center;
    padding: 25px;
  }

  .DevMarketingPage.DevMarketingPage--crashlytics .DevMarketingPage-sectionWrap-wrap-deepAnalysisBottom img {
    bottom: inherit;
    left: inherit;
    position: inherit;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-introFabric {
    max-width: 200px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item {
    text-align: center;
    margin: 10px 0 20px;
    padding: 0;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item p {
    font-size: 16px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom h3 {
    font-size: 36px;
    line-height: 34px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 320px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 300px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item1,
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item2,
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item3 {
    width: 100%;
  }
}

@media max-width675px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h3 {
    font-size: 24px;
  }
}

@media max-width460px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--first h3 {
    font-size: 18px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
}

@media max-width1000px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
    margin: 0 15px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    top: 20px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-moreRevenue {
    max-width: 90%;
  }
}

@media max-width880px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
    min-height: 101px;
    padding: 25px 10px 10px;
  }

  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item span {
    line-height: 18px;
  }
}

@media max-width515px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
    margin: 0 15px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    top: 18px;
  }
}

@media max-width980px {
  .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap-mobileDevSolved {
    max-width: 90%;
    margin: 25px 0 -10px;
  }
}

@media max-width1290px {
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first {
    padding: 15px 30px 50px;
  }
}

@media max-width600px {
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h3 {
    margin-top: 0;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap--first h3 {
    line-height: 32px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-incrediblySimple {
    max-width: 95%;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-blendsSeamlessly {
    max-width: 75%;
  }

  /*
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h3 {
  font-size:22px;
  line-height:26px;
  }*/
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item-connectImg {
    margin-top: 10px;
    max-width: 80%;
  }

  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap-wrap-item-growYourApp {
    max-width: 80%;
  }

  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap--first h1,
  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1,
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h1 {
    font-size: 52px;
    line-height: 57px;
  }
}

@media max-width1080px {
  .DevMarketingPage.DevMarketingPage--digits .DevMarketingPage-sectionWrap-wrap-unlockGrowth {
    max-width: 90%;
  }
}

@media max-width1423px {
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top {
    -webkit-background-size: auto;
    background-size: auto;
  }
}

@media max-width1040px {
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item {
    padding: 0 15px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top,
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom {
    padding: 35px 30px 40px;
  }
}

@media max-width370px {
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h1 {
    height: 74px;
    width: 230px;
    margin: 0 auto -10px;
  }
}

@media max-width450px {
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-top h2 {
    font-size: 16px;
    margin: 25px 0 30px;
  }

  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item--right {
    padding-top: 10px;
  }
}

@media max-width900px {
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner .DevMarketingPage-bottom-inner-item-timeline {
    padding-top: 25px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item3 {
    padding-right: 0;
    width: 33.3%;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item4 {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 15px;
    top: 17px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 30px;
  }

  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item1,
  .DevMarketingPage.DevMarketingPage--fabricHome .DevMarketingPage-bottom .DevMarketingPage-bottom-inner-item--item2 {
    width: 33.3%;
  }
}

@media max-width840px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    top: 14px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    font-size: 16px;
  }
}

@media max-width800px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    top: 12px;
  }
}

@media max-width465px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 18px;
    top: 12px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 18px;
  }
}

@media max-width350px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 12px;
    top: 9px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    font-size: 12px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
    font-size: 10px;
    line-height: 13px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item--left .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content {
    right: 12px;
  }
}

@media max-width940px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    margin-bottom: 3px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
    margin-bottom: 7px;
  }
}

@media max-width440px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
    margin-bottom: 7px;
  }
}

@media max-width390px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content h4 {
    font-size: 14px;
    margin-bottom: 1px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--seeFabricInAction .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content .FlightPage-sectionWrap-wrap-fabricInActionSpeakers-item-content-speaker span {
    font-size: 13px;
  }
}

@media max-width705px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 255px;
  }
}

@media max-width605px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 300px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 280px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic {
    padding-left: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--hideThird {
    display: none;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item {
    height: auto;
    margin-bottom: 32px;
    width: 100%;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--veryLast {
    margin-bottom: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols {
    width: 100%;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows {
    height: inherit;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--lastRowItem.FlightPage-sectionWrap-wrap-mosaic-item--twoRows {
    float: left;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
    min-height: 285px;
    margin: 0;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet {
    height: 215px;
    width: 100%;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoCols.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--eventImagesTweets .FlightPage-sectionWrap-wrap-mosaic .FlightPage-sectionWrap-wrap-mosaic-item--twoRows.FlightPage-sectionWrap-wrap-mosaic-item--tweet .twitter-tweet {
    height: 200px;
  }
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first img {
  margin: 0 auto;
}

@media max-width525px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 345px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 320px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first img,
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first img {
    width: 90%;
  }
}

@media max-width495px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--betterIdentity .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--tapIntoTwitter .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 355px;
  }

  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--buildBetterApps .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap-wrap-fiveRow-item--driveDownloads .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 360px;
  }
}

@media max-width575px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--pulse .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--scaling .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--openSource .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--android .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--internet .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 120px;
  }
}

@media max-width535px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--pulse .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--scaling .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--openSource .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--android .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--internet .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--intelligence .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--toolbox .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--sdks .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 130px;
  }
}

@media max-width595px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--answers .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--lightningTheater .FlightPage-sectionWrap-wrap-fiveRow-item--process .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 280px;
  }
}

@media max-width740px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--fabric .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--mcdonalds .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 120px;
  }
}

@media max-width585px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--wallStreetJournal .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--spotify .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 140px;
  }
}

@media max-width520px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--wallStreetJournal .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content,
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--successStories .FlightPage-sectionWrap-wrap-fiveRow-item--spotify .FlightPage-sectionWrap-wrap-fiveRow-item-inner-content {
    min-height: 160px;
  }
}

@media max-width830px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
    min-height: 285px;
  }
}

@media max-width540px {
  .FlightPage.FlightPage--2014 .FlightPage-sectionWrap--caseStudies .FlightPage-sectionWrap-wrap-caseStudies-item-inner {
    min-height: 305px;
  }
}

@media max-width1140px {
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap {
    padding: 50px 30px;
  }
}

@media max-width950px {
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-flexibility {
    max-width: 90%;
  }
}

@media max-width360px {
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item--right {
    padding-top: 7px;
  }
}

@media max-width580px {
  .DevMarketingPage.DevMarketingPage--mopub .DevMarketingPage-sectionWrap-wrap-topDevelopers .DevMarketingPage-sectionWrap-wrap-topDevelopers-item img {
    max-width: 90%;
  }
}

@media max-width1120px {
  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-incrediblySimple {
    max-width: 90%;
  }
}

@media min-width790px {
  .Block--basicDocListing-nodeTeaser .Block--basicDocListing-nodeTeaser-title {
    padding-right: 10px;
  }
}

.form_container {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem !important;
}

.form_container.home_page {
  max-width: 600px !important;
  margin-top: 20px;
  width: 440px;
  color: #ffffff;
}

.form_container input.form_input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  float: left;
  width: 170px;
  height: 23px;
  margin-right: 8px;
}

.form_container .cortame {
  display: none;
}

.form_container .button-padding {
  padding: 10px 30px 10px 30px;
}



@media screen and (max-width: 560px) {
  .sdk-form {
    max-width: 384px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .form_container .cortame {
    clear: both;
    float: none;
    display: block;
  }

  .form_container input.form_input {
    width: 94%;
  }

  .form_container button {
    text-decoration: none;
    width: 98%;
  }
}

.form_container button {
  font-weight: 700;
  float: left;
}

.clear {
  clear: both;
  float: none;
}

.form_container p {
  color: #585858;
  font-weight: 700;
  font-size: 1rem !important;
  text-align: center;
  margin: 0px !important;
}

.form_container p.agreement {
  margin-bottom: 20px !important;
}

.form_container p a {
  text-decoration: underline;
}

.form_container p.agreement a {
  color: #585858;
  text-decoration: underline;
}

.fixed_hight {
  min-height: 30px;
  padding-top: 10px;
}

input[type=checkbox] {
  visibility: hidden;
}

/* SQUARED THREE */
.squaredThree {
  width: 20px;
  /*margin: 20px auto;*/

  margin-right: 13px;
  position: relative;
  display: inline-block;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -2px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#squaredThree {
  margin-left: -20px;
}

.form_container .part_left {
  width: 46%;
  float: left;
}

.form_container .part_left .go_to_fabric {
  background: url(../img/fabric_btn.png) no-repeat;
  background-size: cover;
  width: 189px;
  height: 73px;
  display: block;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.form_container .part_left .go_to_fabric:hover {
  opacity: 0.5;
}

.form_container .part_right {
  width: 53%;
  float: right;
  float: left;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  padding-top: 6px;
}

.form_container .part {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
}

.form_container .part_right a {
  color: #ff6c00;
  text-decoration: underline !important;
  letter-spacing: -0.02em;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.form_container .part_right a:hover {
  opacity: 0.8;
}

.form_container .button_fabric {
  margin-top: 25px;
}

.form_container .button_fabric .got_it {
  width: 259px !important;
  height: 53px;
  background: url(../img/got_it.png) no-repeat;
  border: none;
  opacity: 0.7;
  padding: 0px !important;
}

.form_container .button_fabric .got_it:hover {
  opacity: 1;
}

.form_container .part_left .go_to_fabric_black {
  background: url(../img/fabric_btn.png) no-repeat;
  background-size: cover;
  width: 189px;
  height: 73px;
  display: block;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .4s ease-in-out;
  margin-bottom: 15px;
}

.form_container .part_left .go_to_fabric_black:hover {
  opacity: 0.5;
}

@media (max-width: 500px) {
  .form_container .part_right,
  .form_container .part_left {
    width: 100% !important;
    float: none !important;
    clear: both;
    margin-top: 20px;
    text-align: center !important;
  }

  .form_container .part_left a {
    margin: 0 auto;
  }

  .form_container.home_page {
    width: 100% !important;
  }
}

/**
* Logo layers styles & animations
*/
.fabric-logo {
  position: relative;
  height: 230px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fabric-logo .fabric-bg {
  background: url(../img/fabric-logo.png) center top no-repeat;
  height: 300px;
  opacity: 0;
  transition: opacity 5s;
}

.fabric-logo .fabric-bg.fadeIn {
  opacity: 1;
}

.fabric-logo .fabric-layer-0,
.fabric-logo .fabric-layer-1,
.fabric-logo .fabric-layer-2,
.fabric-logo .fabric-layer-3 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: opacity 1s;
  opacity: 0;
}

.fabric-logo .fabric-layer-0.fadeOut,
.fabric-logo .fabric-layer-1.fadeOut,
.fabric-logo .fabric-layer-2.fadeOut,
.fabric-logo .fabric-layer-3.fadeOut {
  opacity: 0;
}

.fabric-logo .fabric-layer-0 {
  z-index: 0;
  top: 175px;
  opacity: .5;
  transform-origin: 0% 100%;
  animation: bouncedown 3s ease 1s forwards;
}

.fabric-logo .fabric-layer-0 > div {
  opacity: 0;
  transform-origin: 0% 0%;
  animation-name: spinvert;
  animation-duration: .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.fabric-logo .fabric-layer-0 > div:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 55px;
  height: 55px;
  border-radius: 4px;
  transform: translateX(-50%) rotateX(45deg) rotateZ(45deg);
  box-shadow: 0px 0px 14px 16px rgba(0, 0, 0, 0.6);
}

.fabric-logo .fabric-layer-1 {
  z-index: 1;
  top: 126px;
  opacity: 1;
  transform-origin: 0% 100%;
  animation: bounce 3s ease 1s forwards;
}

.fabric-logo .fabric-layer-1 > div {
  opacity: 0;
  transform-origin: 0% 0%;
  animation-name: spinvert;
  animation-duration: .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.fabric-logo .fabric-layer-1 > div:after {
  content: "";
  display: block;
  background: #00479d;
  width: 104px;
  height: 104px;
  border-radius: 15px;
  transform: translateX(-50%) rotateX(49deg) rotateZ(45deg);
  border-right: 1px solid #004ba6;
  border-bottom: 1px solid #004ba6;
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.2);
}

.fabric-logo .fabric-layer-2 {
  z-index: 2;
  top: 53px;
  opacity: 1;
  transform: translateY(30px);
  animation: bounce 3s ease 1.5s forwards;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0% 100%;
}

.fabric-logo .fabric-layer-2 > div {
  opacity: 0;
  transform-origin: 0% 0%;
  animation-name: spinvert;
  animation-duration: .5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.fabric-logo .fabric-layer-2 > div:after {
  content: "";
  display: block;
  background: #55acee;
  /*animation-name: tomagenta, tocyan;
  animation-duration: 1s;
  animation-delay: 4.25s, 6.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;*/

  width: 148px;
  height: 148px;
  border-radius: 23px;
  transform: translateX(-50%) rotateX(49deg) rotateZ(45deg);
  border-right: 1px solid #63baf8;
  border-bottom: 1px solid #63baf8;
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.2);
}

.fabric-logo .fabric-layer-3 {
  z-index: 3;
  opacity: 0.8;
  top: -11px;
  transform: translate3d(0, 30px, 0);
  animation-name: bounce;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0% 100%;
}

.fabric-logo .fabric-layer-3 > div {
  opacity: 0;
  transform-origin: 0% 0%;
  animation-name: spinvert;
  animation-duration: .5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.fabric-logo .fabric-layer-3 > div:after {
  content: "";
  display: block;
  width: 175px;
  height: 175px;
  border-radius: 25px;
  transform: translateX(-50%) rotateX(48deg) rotateZ(45deg);
  border-top: 1px solid #63baf8;
  border-right: 1px solid #63baf8;
  border-bottom: 1px solid #63baf8;
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background: #216193;
  /* Old browsers */

  background: -moz-linear-gradient(-45deg, rgba(10, 80, 139, 0.6) 0%, rgba(41, 105, 159, 0.6) 42%, rgba(182, 213, 233, 0.7) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(10, 80, 139, 0.6)), color-stop(42%, rgba(41, 105, 159, 0.6)), color-stop(100%, rgba(182, 213, 233, 0.7)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, rgba(10, 80, 139, 0.6) 0%, rgba(41, 105, 159, 0.6) 42%, rgba(182, 213, 233, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, rgba(10, 80, 139, 0.6) 0%, rgba(41, 105, 159, 0.6) 42%, rgba(182, 213, 233, 0.7) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, rgba(10, 80, 139, 0.6) 0%, rgba(41, 105, 159, 0.6) 42%, rgba(182, 213, 233, 0.7) 100%);
  /* IE10+ */

  background: linear-gradient(135deg, rgba(10, 80, 139, 0.6) 0%, rgba(41, 105, 159, 0.6) 42%, rgba(182, 213, 233, 0.7) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216193', endColorstr='#f0f9ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/**
* DEPRECATED: Color transformations
*/

/*@keyframes tomagenta {
0% { background: #55acee; border-color: #55acee; }
100% { background: #e70064; border-color: #e70064; }
}

@keyframes tocyan {
0% { background: #e70064; border-color: #e70064; }
100% { background: #55acee; border-color: #55acee; }
}*/
@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spinvert {
  0% {
    opacity: .5;
    transform: translateY(50px) rotateY(0deg) rotateX(0deg) scale(0.8, 0.8);
  }

  100% {
    opacity: 1;
    transform: translateY(0px) rotateY(180deg) rotateX(0deg) scale(1, 1);
  }
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 30px, 0);
  }

  5% {
    transform: translate3d(0, -25px, 0);
  }

  10% {
    transform: translate3d(0, 15px, 0);
  }

  15% {
    transform: translate3d(0, -15px, 0);
  }

  20% {
    transform: translate3d(0, 10px, 0);
  }

  25% {
    transform: translate3d(0, -10px, 0);
  }

  30% {
    transform: translate3d(0, 5px, 0);
  }

  35% {
    transform: translate3d(0, -5px, 0);
  }

  40% {
    transform: translate3d(0, 5px, 0);
  }

  45% {
    transform: translate3d(0, -3px, 0);
  }

  50% {
    transform: translate3d(0, 3px, 0);
  }

  55% {
    transform: translate3d(0, -3px, 0);
  }

  60% {
    transform: translate3d(0, 3px, 0);
  }

  65% {
    transform: translate3d(0, -1px, 0);
  }

  80% {
    transform: translate3d(0, 1px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes bouncedown {
  0% {
    transform: translate3d(0, -30px, 0) scale(1.3);
    opacity: 0.6;
  }

  5% {
    transform: translate3d(0, 25px, 0) scale(0.85);
    opacity: 0.3;
  }

  10% {
    transform: translate3d(0, -15px, 0) scale(1.15);
    opacity: .6;
  }

  15% {
    transform: translate3d(0, 15px, 0) scale(0.85);
    opacity: .3;
  }

  20% {
    transform: translate3d(0, -10px, 0) scale(1.1);
    opacity: .55;
  }

  25% {
    transform: translate3d(0, 10px, 0) scale(0.9);
    opacity: .35;
  }

  30% {
    transform: translate3d(0, -5px, 0) scale(1.05);
    opacity: .55;
  }

  35% {
    transform: translate3d(0, 5px, 0) scale(0.95);
    opacity: .4;
  }

  40% {
    transform: translate3d(0, -5px, 0) scale(1.05);
    opacity: .55;
  }

  45% {
    transform: translate3d(0, 3px, 0) scale(0.97);
    opacity: .4;
  }

  50% {
    transform: translate3d(0, -3px, 0) scale(1.03);
    opacity: .55;
  }

  55% {
    transform: translate3d(0, 3px, 0) scale(0.97);
    opacity: .4;
  }

  60% {
    transform: translate3d(0, -3px, 0) scale(1.03);
    opacity: .55;
  }

  65% {
    transform: translate3d(0, 1px, 0) scale(0.99);
    opacity: .45;
  }

  80% {
    transform: translate3d(0, -1px, 0) scale(1.01);
    opacity: .5;
  }

  100% {
    transform: translate3d(0, 0px, 0) scale(1);
    opacity: .5;
  }
}

@keyframes shake {
  0% {
    transform: translate3d(30px, 0, 0);
    /*-webkit-filter: blur(15px); filter: blur(15px)*/
  }

  5% {
    transform: translate3d(-25px, 0, 0);
    /*-webkit-filter: blur(12px); filter: blur(12px);*/
  }

  10% {
    transform: translate3d(15px, 0, 0);
    /*-webkit-filter: blur(7px); filter: blur(7px);*/
  }

  15% {
    transform: translate3d(-15px, 0, 0);
    /*-webkit-filter: blur(7px); filter: blur(7px);*/
  }

  20% {
    transform: translate3d(10px, 0, 0);
    /*-webkit-filter: blur(5px); filter: blur(5px);*/
  }

  25% {
    transform: translate3d(-10px, 0, 0);
    /*-webkit-filter: blur(5px); filter: blur(5px);*/
  }

  30% {
    transform: translate3d(5px, 0, 0);
    /*-webkit-filter: blur(3px); filter: blur(3px);*/
  }

  35% {
    transform: translate3d(0px, 0, 0);
    /*-webkit-filter: blur(3px); filter: blur(3px);*/
  }

  40% {
    transform: translate3d(5px, 0, 0);
    /*-webkit-filter: blur(2px); filter: blur(2px);*/
  }

  45% {
    transform: translate3d(-3px, 0, 0);
    /*-webkit-filter: blur(2px); filter: blur(2px);*/
  }

  50% {
    transform: translate3d(3px, 0, 0);
    /*-webkit-filter: blur(1px); filter: blur(1px);*/
  }

  55% {
    transform: translate3d(-3px, 0, 0);
    /*-webkit-filter: blur(1px); filter: blur(1px);*/
  }

  60% {
    transform: translate3d(3px, 0, 0);
    /*-webkit-filter: blur(0px); filter: blur(0px);*/
  }

  65% {
    transform: translate3d(-1px, 0, 0);
  }

  80% {
    transform: translate3d(1px, 0, 0);
    /*-webkit-filter: blur(0px); filter: blur(0px);*/
  }

  100% {
    transform: translate3d(0px, 0, 0);
    /*-webkit-filter: blur(0px); filter: blur(0px);*/
  }
}

/* Integrations **/
.DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap-wrap-item.DevMarketingPage-sectionWrap-wrap-item--blue {
  font-size: 47px;
  letter-spacing: -0.02em;
  color: #55acee;
  /*Jimi*/

  -webkit-transition: top 1s ease-in-out, opacity 1s linear, color 1s linear;
  transition: top 1s ease-in-out, opacity 1s linear, color 1s linear;
}

.new_title {
  opacity: 0;
  position: relative;
  top: -40px;
  line-height: 40px;
  display: none;
  font-size: 38px !important;
}

.new_title_mobile {
  line-height: 40px;
}

.old_title_mobile {
  color: #224c6c !important;
}

.new_title.show {
  opacity: 1;
  top: 0px;
}

.DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap--first p {
  max-width: 820px;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 20px auto 25px;
  color: #b1b1b1;
}

@media (max-width: 745px) {
  .DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap-wrap-item.DevMarketingPage-sectionWrap-wrap-item--blue {
    line-height: 60px;
  }
}

@media (max-width: 650px) {
  .DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap-wrap-item.DevMarketingPage-sectionWrap-wrap-item--blue {
    line-height: 60px;
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap-wrap-item.DevMarketingPage-sectionWrap-wrap-item--blue {
    line-height: 50px;
    font-size: 50px;
  }
}

@media (max-width: 320px) {
  .DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap-wrap-item.DevMarketingPage-sectionWrap-wrap-item--blue {
    line-height: 40px;
    font-size: 40px;
  }

  .DevMarketingPage.DevMarketingPage--integrations .DevMarketingPage-sectionWrap--first p {
    font-size: 18px;
  }
}

/***** LOGOS *****/
.both {
  clear: both;
}

.logos_img {
  display: none;
}

@media (max-width: 980px) {
  .logos {
    display: none;
  }

  .logos_img {
    display: block;
  }
}

.logos {
  height: 66px;
  margin: auto;
}

.logos.first-row {
  max-width: 670px;
  width: 100%;
}

.logos.second-row {
  max-width: 827px;
  width: 100%;
}

.logos.third-row {
  padding-top: 19px;
  max-width: 800px;
  /*  background:url(../img/integrations/light.png) bottom center no-repeat;*/

  width: 100%;
}

.logos.third-row ul {
  width: 760px;
  margin: 0 auto;
}

.logos li {
  list-style: none;
  float: left;
}

.logos li span {
  display: block;
  background-image: url(../img/integrations/logos-sprite.png);
  height: 46px;
  margin-right: 29px;
}

.logos li:last-child span {
  margin-right: 0px;
}

/* SPRITE */
.redmine {
  width: 53px;
  background-position: 0 0;
}

.redmine:hover {
  background-position: 0 46px;
}

.pivotal {
  width: 91px;
  background-position: -55px 0;
}

.pivotal:hover {
  background-position: -55px 46px;
}

.jira {
  width: 86px;
  background-position: -148px 0;
}

.jira:hover {
  background-position: -148px 46px;
}

.pagerduty {
  width: 145px;
  background-position: -236px 0;
}

.pagerduty:hover {
  background-position: -236px 46px;
}

.asana {
  width: 137px;
  background-position: -383px 0;
}

.asana:hover {
  background-position: -383px 46px;
}

.campfire {
  width: 126px;
  margin-top: 2px;
  background-position: -522px 0;
}

.campfire:hover {
  background-position: -522px 46px;
}

.hipchat {
  width: 103px;
  margin-top: 3px;
  background-position: -649px 0;
}

.hipchat:hover {
  background-position: -649px 46px;
}

.sprintly {
  width: 129px;
  background-position: -754px 0;
}

.sprintly:hover {
  background-position: -754px 46px;
}

.youtrack {
  width: 175px;
  background-position: -1029px 0px;
}

.youtrack:hover {
  background-position: -1029px 46px;
}

.github {
  width: 138px;
  background-position: -890px 0;
}

.github:hover {
  background-position: -890px 46px;
}

.bitbucket {
  width: 180px;
  background-position: -1207px 0;
}

.bitbucket:hover {
  background-position: -1207px 45px;
}

.hall {
  width: 120px;
  background-position: -1394px 0;
}

.hall:hover {
  background-position: -1394px 46px;
}

.trello {
  width: 119px;
  background-position: -1516px 0;
}

.trello:hover {
  background-position: -1516px 46px;
}

.fogbugz {
  width: 111px;
  background-position: -1634px 0;
}

.fogbugz:hover {
  background-position: -1634px 46px;
}

.slack {
  width: 112px;
  background-position: -1745px 0;
}

.slack:hover {
  background-position: -1745px 46px;
}

/* Left sliding menu mobile*/
.sb-slidebar {
  background-color: #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  /*  border-top: 4px solid #21aeec;*/
}

.sb-slidebar span {
  padding-left: 20px;
}

.sb-slidebar .list_container > ul {
  padding-left: 0px;
}

.sb-slidebar .list_container > ul > li {
  font-family: "Gotham Narrow SSm";
  width: 100%;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sb-slidebar .list_container > ul > li > a {
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

.sb-slidebar .list_container > ul > li > ul.sub {
  margin: 0px;
  padding: 0px;
}

.sb-slidebar .list_container > ul > li > ul.sub li {
  list-style: none;
  color: #949494;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sb-slidebar .list_container > ul > li > ul > li > a {
  /*color:#21aeec;*/

  color: #FF6C00;
  width: 100%;
  display: inline-block;
}

.sb-slidebar .list_container > ul > li > ul > li > a > span {
  padding-left: 30px;
}

.sb-slidebar .list_container > ul > li > ul > li:hover,
.sb-slidebar .list_container > ul > li > ul > li:hover a,
.sb-slidebar .list_container > ul > li:not(.no_hover):hover {
  color: #ffffff;
  /*background: #21AEEC;*/

  background: #FF6C00;
}

.sb-slidebar .list_container > ul > li.li_no_hover:hover {
  background: #000000 !important;
}

.sb-slidebar li.no_hover {
  display: none;
}

.mobile_menu a svg path {
  /*    fill: #21AEEC;*/

  fill: #FF6C00;
}

.mobile_menu a {
  position: relative;
  top: 10px;
  left: 10px;
  padding: 5px;
  color: #21AEEC;
  font-size: 23px;
  font-weight: 600;
}

.smaller_container .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--iconWrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item {
  margin-bottom: 70px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:link,
.DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:visited {
  color: #585858;
  background: #000;
  border: 1px solid #222;
  border-radius: 7px;
  display: block;
  font-weight: 700;
  min-height: 85px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 10px;
  /*padding:20px 10px 10px;*/
  /*padding:20px 20px 10px;*/

  padding: 10px 10px 0;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item a span {
  font-size: 11px;
  line-height: 14px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item a:hover {
  -webkit-box-shadow: 0 0 85px #316696;
  box-shadow: 0 0 85px #316696;
  color: #FFF;
  border-color: #FFF;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-crashlytics img {
  height: 28px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-beta img {
  /*margin-bottom: 9px;
  height: auto;
  max-height: 38px;*/

  height: 28px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-login img {
  /*margin:5px 0;*/

  height: 28px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-digits img {
  margin-bottom: 4px;
  height: 28px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-nativeSocial img {
  /*margin:6px 0 10px;
  height: auto;
  max-height: 38px;*/

  height: 26px;
  margin-top: 9px;
  margin-bottom: 5px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-answers img {
  /*margin:0 0 2px;
  height: auto;
  max-height: 38px;*/

  height: 29px;
  margin-top: 7px;
  margin-bottom: 5px;
}

.DevMarketingPage.DevMarketingPage--fabric.smaller_container .DevMarketingPage-sectionWrap-wrap--iconWrap-item-mopub img {
  /*margin:8px 0 3px;
  height: auto;
  max-height: 38px;*/

  height: 29px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.sup_border {
  max-width: 840px;
  width: 100%;
  border-top: 1px solid #222;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.sup_border h5 {
  color: #5f5f5f;
  font-size: 1rem;
}

body.Fabric_class .over_hid {
  /* Jimena Viernes */
  /*min-width: 992px;*/

  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 1200px;
  z-index: -1;
  /*transition: all 10s linear;*/

  min-width: 340px;
}

body.Fabric_class .bg_image {
  width: 100%;
  position: relative;
  left: 0px;
  bottom: 0px;
  min-width: 1280px;
  z-index: 0;
}

body.Fabric_class .tiles_bg {
  background: url(../img/top_bg.jpg) no-repeat center top;
  width: 100%;
  height: 436px;
  position: absolute;
  top: 0;
}

body.Fabric_class .day {
    width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  background: #000000 url(../img/top_bg.jpg) no-repeat center top;
  height: 1000px;
  /*min-width: 992px;*/

  min-width: 340px;
}

body.Fabric_class .container_tiles {
  background: url(../img/top_bg.jpg) no-repeat center top;
  height: 436px;
}

.Fabric_class .DevMarketingPage,
.Fabric_class .Page.Page--canopy.Page--basicStyles.Page--dev.Page--products,
.Fabric_class .DevMarketingPage-sectionWrap--first {
  background: transparent !important;
}

.Fabric_class .DevMarketingPage.DevMarketingPage--fabric .DevMarketingPage-sectionWrap--iconWrap {
  background: #000000;
}

.Fabric_class .DevMarketingPage .DevMarketingPage-sectionWrap {
  background: url(https://g.twimg.com/dev/marketing/answers/answers-section-background.png) center bottom no-repeat #000000;
}

.Fabric_class .DevMarketingPage .DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--last {
  background: #000000;
}

/* ANSWERS */
.DevMarketingPage--answers .hero {
  width: 887px;
  height: 540px;
  margin: 0px auto 0;
  text-align: center;
  position: relative;
}

.DevMarketingPage--answers .plate {
  /*width: 801px; */

  width: 736px;
  height: 240px;
  margin: 0 auto 30px;
  background: url(../img/answers/plate.png) bottom center no-repeat;
  position: absolute;
  /*bottom:-30px;*/

  bottom: -18px;
  left: 67px;
}

.DevMarketingPage--answers .plate .underlined {
  width: 0;
  height: 10px;
  background: url(../img/answers/underlined.png) bottom left no-repeat;
  position: absolute;
  top: 105px;
  left: 300px;
}

.DevMarketingPage--answers .plate .underlined.show {
  width: 137px;
  transition: all 0.5s ease-in-out;
}

.DevMarketingPage--answers .cover_container {
  width: 559px;
  height: 355px;
  position: absolute;
  top: 113px;
  left: 155px;
  transition: all 0.5s ease-in-out;
}

.DevMarketingPage--answers .open {
  transform: rotate(15deg);
  top: -68px;
  left: 198px;
}

.DevMarketingPage--answers .hide {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.DevMarketingPage--answers .open .hide {
  opacity: 0;
}

.DevMarketingPage--answers .cover_closed {
  width: 559px;
  height: 355px;
  position: absolute;
  background: url(../img/answers/cover.png) top center no-repeat;
  z-index: 150;
  transition: all 0.5s ease-in-out;
}

.DevMarketingPage--answers .open .cover_closed {
  opacity: 0;
}

.DevMarketingPage--answers .open .cover_open,
.DevMarketingPage--answers .open .cover_open_full {
  opacity: 1;
}

.DevMarketingPage--answers .cover_open_always {
  width: 559px;
  height: 350px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/answers/cover_2.png) top center no-repeat;
  opacity: 1
}

.DevMarketingPage--answers .cover_open {
  width: 559px;
  height: 350px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/answers/cover_2.png) top center no-repeat;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.shine {
  animation-name: fade;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

.DevMarketingPage--answers .cover_container .shine_1 {
  position: absolute;
  width: 53px;
  height: 52px;
  background: url(../img/answers/shine_1.png) no-repeat center center;
  top: -15px;
  left: 265px;
  opacity: 0;
}

.DevMarketingPage--answers .cover_container .shine_2 {
  position: absolute;
  width: 87px;
  height: 88px;
  background: url(../img/answers/shine_2.png) no-repeat center center;
  top: 93px;
  left: 416px;
  opacity: 0;
}

.DevMarketingPage--answers .cover_container .shine_3 {
  position: absolute;
  width: 78px;
  height: 79px;
  background: url(../img/answers/shine_3.png) no-repeat center center;
  top: 166px;
  left: 8px;
  opacity: 0;
}

.DevMarketingPage--answers .cover_open_full {
  width: 559px;
  height: 350px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/answers/cover_full.png) top center no-repeat;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.DevMarketingPage--answers #container .module#module-01 .hero .destapado {
  background: url(../img/answers/hero-image.png) top center no-repeat;
  position: absolute;
  height: 603px;
  width: 887px;
  top: -63px;
  left: 0;
  opacity: 0;
}

.DevMarketingPage-sectionWrap.understand {
  /*padding-bottom: 0px !important;*/
}

.col_container_ans.right {
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 35px;
}

.col_container_ans.bigger p {
  padding-left: 115px;
  margin-top: -85px !important;
}

.col_container_ans.bigger.right p {
  padding-left: 95px;
}

.col_container_ans.bigger img {
  max-height: 72px;
}

.col_container_ans p {
  padding-left: 75px;
  font-size: 16px !important;
  margin-top: -70px !important;
  color: #b1b1b1;
  font-size: 15px;
}

.col_container_ans p span {
  font-size: 30px;
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

.paddbot0 {
  padding-bottom: 0px !important;
}

.img_marg {
  margin-left: 20px;
}

.track_any {
  color: #848484;
  font-size: 15px !important;
  margin-bottom: 0 !important;
  margin-top: -19px !important;
  padding-left: 96px;
}

.over_img {
  margin-top: -54px !important;
  text-align: center;
  max-width: 700px !important;
  margin-bottom: 15px !important;
  z-index: 9999;
  position: relative;
}

.over_img span {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.track_any span {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.circles_div {
  margin-top: 50px;
  margin-bottom: -40px;
}

.circles_div p {
  font-size: 16px !important;
  max-width: 470px !important;
}

.circles_div p.title {
  font-size: 18px !important;
  color: #ffffff;
}

.circles_div .tag_cloud span {
  color: #52a6e6;
  display: inline-block;
}

.circles_div .tag_cloud span:nth-child(1) {
  font-size: 30px !important;
  margin-left: -25px;
}

.circles_div .tag_cloud span:nth-child(2) {
  font-size: 21px !important;
  float: right;
  margin-top: 20px;
}

.circles_div .tag_cloud span:nth-child(3) {
  font-size: 14px !important;
  margin-left: 5px;
}

.circles_div .tag_cloud span:nth-child(4) {
  font-size: 20px !important;
  margin-left: -31px;
}

.DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--last.Grid.understand {
  border-bottom: 1px solid #333333;
  padding-bottom: 0px;
}

.DevMarketingPage-sectionWrap.DevMarketingPage-sectionWrap--last.Grid.using {
  border-bottom: 1px solid #333333;
  padding-bottom: 0px;
}

.icon_list {
  text-align: left;
}

.icon_list p.blue_title {
  font-size: 19px !important;
  color: #55acee;
  text-transform: uppercase;
  text-align: left;
  padding-left: 50px;
}

.icon_list ul {
  padding-left: 50px;
}

.icon_list ul li {
  text-align: left;
  list-style: none;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 14px;
}

.floating_text {
  position: relative;
  left: -182px;
}

.icon_list > div:not(:last-child) {
  background: url(../img/answers/border.png) right 24px no-repeat;
}

.icon_list ul li img {
  margin-right: 7px;
  position: relative;
  top: 12px;
}

.img_big_cont {
  height:;
  width:;
  position: relative;
  margin: 0 auto;
}

.gradient {
  bottom: -29px;
  left: 63px;
  position: absolute;
  width: 915px;
  z-index: 9900;
}

.img_big_cont span.numbers {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  display: block;
}

.img_big_cont span.numbers span {
  font-weight: bold;
}

.img_big_cont span.numbers.number1 {
  left: 586px;
  top: 176px;
}

.img_big_cont span.numbers.number2 {
  top: 176px;
  left: 724px;
}

.img_big_cont span.numbers.number3 {
  left: 586px;
  top: 252px;
}

.img_big_cont span.numbers.number4 {
  top: 252px;
  left: 724px;
}

.img_big_cont span.numbers.number5 {
  left: 586px;
  top: 328px;
}

.img_big_cont span.numbers.number6 {
  left: 724px;
  top: 328px;
}

.img_big_cont span.numbers.number7 {
  left: 586px;
  top: 404px;
}

.img_big_cont span.numbers.number8 {
  left: 724px;
  top: 404px;
}

@media (max-width: 769px) {
  .icon_list > div:not(: last-child) {
    background: none;
    text-align: center;
  }

  .img_marg {
    margin-left: 0px !important;
  }

  .track_any {
    margin-top: -71px !important;
  }

  .text_align_right {
    text-align: center !important;
  }

  .col_container_ans.right {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
  }

  .col_container_ans p span {
    display: block;
  }
}

@media (max-width: 480px) {
  .over_img {
    margin-top: 0px !important;
  }

  .icon_list > div {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  .icon_list > div ul li {
    padding-left: 0px;
  }

  .icon_list > div p {
    text-align: center !important;
  }
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.show_me_on_mobile {
  display: none;
}

@media (max-width: 769px) {
  .col_container .separator {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .show_me_on_desk {
    display: none;
  }

  .show_me_on_mobile {
    display: block;
  }

  .col_container .col_izq {
    margin-bottom: 20px;
  }

  .princing_p_1,
  .princing_p_2,
  .princing_p_3 {
    opacity: 1 !important;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#steps {
  position: relative;
  float: left;
  width: 825px;
  height: 240px;
  margin: 0 0 40px 45px;
}

.tachado {
  background: url(../img/answers/tachado.png) no-repeat top left;
  position: absolute;
  top: 75px;
  left: 200px;
  z-index: 9999;
  height: 10px;
  width: 0;
}

.step {
  opacity: 0;
  float: left;
  width: 154px;
  height: 191px;
  margin-right: 10px;
  background-image: url(../img/answers/steps_sprite.png);
  background-repeat: no-repeat;
}

.step1 {
  background-position: top left;
}

.step2 {
  background-position: -150px top;
}

.step3 {
  background-position: -300px top;
}

.step4 {
  background-position: -450px top;
}

.step5 {
  background-position: -600px top;
}

.arrow_step {
  position: absolute;
  top: 60px;
}

.arrow1 {
  opacity: 0;
  left: 115px;
}

.arrow2 {
  opacity: 0;
  left: 282px;
}

.arrow3 {
  opacity: 0;
  left: 453px;
}

.arrow4 {
  opacity: 0;
  left: 620px;
}

.lil-charts {
  opacity: 0;
  border-radius: 10px;
  margin: auto;
  width: 672px;
  height: 145px;
  padding-top: 15px;
  /*background-color:#0b0f12;*/

  margin-bottom: 15px;
  border: 1px solid #16181a;
}

.charty {
  background: url(../img/answers/dotted-line.png) no-repeat center 120px;
  width: 142px;
  height: 125px;
  margin: 0 40px;
  float: left;
}

.charty-title {
  color: #4e6171;
  font-size: 12px;
  display: inline-block;
  opacity: 0;
}

.charty-title.ct06 {
  /*width: 145px;*/

  width: 150px;
}

.charty-data {
  text-align: center;
  width: 100%;
  opacity: 0;
}

.charty-number {
  color: #638eaf;
  font-size: 24px;
  line-height: 27px;
  /*margin-top:25px;*/

  margin-top: 8px;
  display: block;
}

.charty-number b {
  color: #a2d7ff;
  font-size: 27px;
}

.charty-percentage {
  color: #55acee;
  padding-left: 3px;
  font-size: 12px;
}

.charty-percentage.orange {
  color: #ff6c00;
}

.charty-graphic {
  background-image: url(../img/answers/lil-charts_sprite.png);
  background-repeat: no-repeat;
  width: 0;
  height: 35px;
  margin-top: 14px;
  margin-left: 15px;
}

.cg01 {
  background-position: left top;
}

.cg02 {
  background-position: left -35px;
}

.cg03 {
  background-position: left -70px;
}

.cg04 {
  background-position: left -105px;
}

.cg05 {
  background-position: left -140px;
}

.cg06 {
  background-position: left -175px;
}

.tooltip {
  opacity: 0;
}

.graphic-block {
  border-radius: 10px;
  border: #373737 solid 1px;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #9d9d9d;
  padding: 20px 25px;
  opacity: 0;
}

.mg-graphic {
  width: 497px;
  height: 473px;
  float: left;
  position: relative;
}

.mg-title {
  opacity: 0;
  float: left;
  font-size: 15px;
  color: #57acee;
}

.mg-percentage {
  opacity: 0;
  float: right;
  text-align: right;
  line-height: 15px;
  color: #003c56;
  font-size: 10px;
}

.mg-percentage b {
  font-size: 20px;
  letter-spacing: -1px;
}

.mg-line {
  background: url("../img/answers/mg-graphic.png") no-repeat top left;
  width: 0%;
  height: 134px;
  position: absolute;
  top: 48px;
}

.mg-area {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 2px;
}

.mg-barra {
  background: url("../img/answers/barra-inferior.png") no-repeat top left;
  position: absolute;
  top: 242px;
  width: 0%;
  height: 16px;
  left: 0;
}

.mg-marker {
  position: absolute;
  top: 243px;
  left: 302px;
  background: url("../img/answers/mg-marker.png") no-repeat;
  width: 1px;
  height: 0;
}

.mg-destacado {
  opacity: 0;
  position: absolute;
  top: 31px;
  left: 283px;
}

.mg-globe {
  position: absolute;
  opacity: 0;
  top: 24px;
  left: 282px;
}

.issues {
  opacity: 0;
  background: url("../img/answers/bg-issues.png") no-repeat top center;
  /*width:497px;*/

  width: 538px;
  height: 0;
  position: absolute;
  bottom: 0;
}

.issue-destacado {
  margin-left: -13px;
  margin-top: 89px;
  opacity: 0;
}

#small-graphic {
  width: 780px;
  margin: auto;
  margin-top: 40px;
}

#small-sidebar-block {
  opacity: 0
}

#sg-graphic {
  float: left;
  width: 427px;
  height: 208px;
  position: relative;
}

.sg-title {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #b1b1b1;
  margin-top: -8px;
  opacity: 0;
}

.sg-dato01 {
  position: absolute;
  top: 105px;
  left: 120px;
  opacity: 0;
}

.sg-dato02 {
  position: absolute;
  top: 105px;
  left: 120px;
  opacity: 0;
}

.sg-down {
  background: url("../img/answers/sg-down.png") no-repeat;
  width: 0;
  height: 158px;
  position: absolute;
  top: 59px;
}

.sg-up {
  background: url("../img/answers/sg-up.png") no-repeat;
  width: 0;
  height: 130px;
  position: absolute;
  top: 59px;
  left: 49px;
}

.sg-down-area {
  opacity: 0;
  position: relative;
  height: 128px !important;
  top: 2px;
  left: 0px;
  width: 272px !important;
  max-width: 272px !important;
}

.sg-up-area {
  opacity: 0;
  position: absolute;
  top: 3px;
  left: -2px;
  width: 380px !important;
  max-width: 380px !important;
  height: 130px !important;
}

.mg-marker2 {
  position: relative;
  left: 10px;
  bottom: 8px;
  opacity: 0;
}

.sg-barra {
  position: absolute;
  background: url("../img/answers/sg-barra.png") no-repeat left top;
  bottom: 2px;
  left: 2px;
  width: 0%;
  height: 17px;
}

.vibrate {
  position: relative;
  perspective: 800px;
}

#dont-worry-graphic {
  margin: 50px auto 0;
  width: 915px;
  height: 288px;
  position: relative;
  background: url("../img/answers/reference.png") no-repeat center 103px;
}

.dont-worry {
  opacity: 0;
  perspective: 800px;
}

.dw-graphic {
  width: 0;
  height: 320px;
  position: relative;
  background: url("../img/answers/blue_lines.png") top left no-repeat;
  perspective: 800px;
}

.dw-graphic-numbers {
  width: 0;
  height: 320px;
  position: absolute;
  background: url("../img/answers/numbers.png") top left no-repeat;
  top: -19px;
  left: 9px;
}

.dw-graphic-grey {
  width: 0;
  height: 320px;
  position: absolute;
  background: url("../img/answers/grey_lines.png") top left no-repeat;
  top: 77px;
  left: 5px;
}

.dw-area {
  position: absolute;
  top: 11px;
  left: 22px;
  opacity: 0;
}

.dw-second-area {
  position: absolute;
  top: 75px;
  left: 22px;
  opacity: 0;
}

.important {
  position: absolute;
  top: 144px;
  left: 516px;
  opacity: 0;
}

.dw-destacado {
  position: absolute;
  top: 190px;
  left: 413px;
  opacity: 0;
  z-index: 9999;
}

.dw-circulo {
  opacity: 0;
  position: absolute;
  top: 214px;
  left: 435px;
  z-index: 9999;
}

@keyframes vibrate {
  50% {
    transform: rotate(1deg) translateX(1px);
  }

  100% {
    transform: rotate(-1deg) translateX(-1px);
  }
}

.woah {
  animation-name: wow;
  animation-duration: 700ms;
  animation-fill-mode: forwards;
  transform-style: preserve-3d;
  animation-timing-function: ease-in;
}

.vibrame {
  animation: vibrate 0.2s 1;
}

.vibrame_long {
  animation: vibrate 0.2s 2;
}

@keyframes wow {
  0% {
    transform: translateX(0px) translateY(0px) translateZ(3000px);
    opacity: 0;
    z-index: 9999;
  }

  100% {
    transform: translateY(0px) translateY(0px) translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}

.mac_screen {
  width: 906px;
  height: 556px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.mac_screen_img {
  position: absolute;
  top: 351px;
  left: 0px;
  opacity: 0;
}

.app_img {
  position: absolute;
  left: 16px;
  top: 30px;
  opacity: 0;
}

.transp {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.p_margin {
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}

.last_part_answers {
}

.last_part_answers .ligth_title {
  font-family: "Gotham Narrow SSm";
  font-size: 32px;
  color: #747474;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 35px;
  margin-top: -10px;
}

.col_container p.col_title {
  margin-top: 0px;
  font-family: "Gotham Narrow SSm";
  font-weight: normal;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-size: 30px !important;
  margin-bottom: 14px;
}

.col_container p {
  color: #b2b1b1;
  font-size: 15px !important;
  letter-spacing: -0.02em;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.col_container .col_izq {
  padding-left: 110px;
  background: url(../img/answers/orange_clock.png) 30px 0px no-repeat;
}

.col_container .col_izq.no_analysis {
  background: url(../img/analysis.png) no-repeat scroll 30px 0px rgba(0, 0, 0, 0);
}

.col_container .col_der {
  padding-left: 110px;
  padding-right: 30px;
  background: url(../img/answers/little_orange_guy.png) 30px 0px no-repeat;
  /*border-left: 1px solid #333333;*/
}

.col_container .col_der.free_for_everybody {
  background: url(../img/free_for_all.png) 30px 0px no-repeat;
}

@media (max-width: 480px) {
  .last_part_answers .ligth_title {
    font-size: 38px !important;
    line-height: 38px !important;
    margin-bottom: 30px;
  }

  .col_container .col_izq {
    background: url(../img/answers/orange_clock.png) no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
    padding-left: 80px;
  }

  .col_container .col_izq.no_analysis {
    background: url(../img/analysis.png) no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  }

  .col_container .col_der {
    padding-left: 80px;
    background: url(../img/answers/little_orange_guy.png) 0px 0px no-repeat;
  }

  .col_container .col_der.free_for_everybody {
    background: url(../img/free_for_all.png) 0px 0px no-repeat;
  }

  .col_container p.col_title {
    font-size: 25px !important;
    line-height: 24px !important;
  }
}

.col_container .separator {
  border-right: 1px solid #333333;
  width: 2px;
  height: 100px;
}

.col_container a {
  text-decoration: underline !important;
  font-size: 16px;
  color: #55acee;
}

/********* REAL TIME **********/
.computer_container {
  position: relative;
  opacity: 0;
  margin-bottom: 8px;
}

.light {
  position: absolute;
  opacity: 0;
}

.light_1 {
  bottom: 168px;
  left: 344px;
}

.light_2 {
  bottom: 169px;
  left: 509px;
}

.light_3 {
  bottom: 168px;
  left: 662px;
}

.light_4 {
  bottom: 21px;
  left: 655px;
}

.title_1,
.title_2,
.title_3 {
  opacity: 0;
}

.graph_0_1 {
  margin-top: 40px;
}

.graph_1 {
  margin-bottom: 31px;
  margin-top: 44px;
}

.graph_1 {
  margin-top: 5px;
}

p.orange {
  color: #ff6c00;
  font-weight: 600 !important;
  font-size: 20px !important;
}

p.curious {
  color: #b1b1b1 !important;
  font-size: 15px !important;
  letter-spacing: -0.01em !important;
}

p.curious a {
  color: #ff6c00 !important;
  text-decoration: underline;
  margin-bottom: 12px !important;
}

.draw_graph {
  width: 860px;
}

.draw_graph .left_col,
.draw_graph .center_col,
.draw_graph .right_col {
  float: left;
}

.draw_graph .left_col {
  width: 160px;
}

.draw_graph .center_col {
  width: 570px;
}

.draw_graph .right_col {
  width: 130px;
}

.draw_graph .left_col .new_data {
  width: 112px;
  height: 112px;
  border-radius: 70px;
  border: 1px solid #ffffff;
}

.draw_graph .left_col .new_data span {
  display: block;
  margin-top: 37px;
}

/*
.draw_graph .center_col .serving_layer
.draw_graph .center_col .batch_layer
.draw_graph .center_col .speed_layer
*/
.draw_graph .center_col .serving_layer,
.draw_graph .center_col .batch_layer,
.draw_graph .center_col .speed_layer {
  border: 1px solid #484848;
  border-radius: 20px;
}

.draw_graph .center_col .serving_layer,
.draw_graph .center_col .batch_layer {
  width: 256px;
  height: 256px;
  float: left;
}

.draw_graph .center_col .batch_layer {
  margin-right: 48px;
}

.draw_graph .center_col .batch_layer .cube {
  height: 98px;
  width: 157px;
  background-position: url(../img/crashlytics.cube.png) no-repeat;
}

.draw_graph .center_col .speed_layer {
  width: 562px;
  height: 167px;
  margin-top: 19px;
}

.draw_graph .right_col .query {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.draw_graph .right_col .query span {
  display: block;
  margin-top: 23px;
}

.rounded {
  border: 1px solid #4a95ce;
  width: 130px;
  height: 60px;
  border-radius: 20px;
}

.realtime_logos_img {
  margin-top: 50px;
  margin-bottom: 60px;
}

.DevMarketingPage.DevMarketingPage--crashlytics h3.realtime_logos {
  font-size: 41px;
  letter-spacing: -0.02em;
  line-height: 49px;
}

.realtime_col_container {
}

.realtime_col_container img {
  margin-bottom: 15px;
}

.realtime_col_container p {
  max-width: 185px !important;
  font-size: 14px !important;
  letter-spacing: -0.01em !important;
  margin-left: 0px !important;
}

.blue_arrow {
  margin-top: 59px;
}

.realtime_col_container.graph_2_1 img {
  margin-top: 11px;
  margin-bottom: 15px;
}

.realtime_col_container.graph_2_2 img {
  margin-top: 5px;
  margin-bottom: 18px;
}

.realtime_col_container.graph_2_3 img {
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .realtime_logos {
    font-size: 34px;
    line-height: 34px;
  }

  .realtime_col_container {
    text-align: center;
  }

  .realtime_col_container p {
    margin: 0 auto !important;
  }

  .realtime_col_container img {
    margin-top: 40px !important;
  }
}

@media (max-width: 770px) {
  .hide_me_on_770 {
    display: none !important;
  }
}

/****** PRICING *********/
.princing_bg {
  background: url(../img/integrations/princing_bg.jpg) no-repeat;
  height: 467px;
  width: 728px;
  margin: 55px auto 0;
  position: relative;
}

.title_h1_container {
  position: relative;
  height: 135px;
  /*margin-top:50px;*/
}

.title_h1_container .stroke {
  background: url(../img/integrations/stroke.png) repeat-x;
  /*width: 960px;*/

  width: 0px;
  height: 3px;
  position: absolute;
  top: 36px;
  left: 11px;
}

.pricing-table {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing_anim_container {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 918px;
  height: 268px;
  opacity: 0;
}

.pricing_anim_container .free_img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.princing_p_1,
.princing_p_2,
.princing_p_3 {
  opacity: 0;
}

.princing_p_2 a {
  color: #ff6c00 !important;
  text-decoration: underline !important;
}

.princing_p_2 a:hover {
  color: #ff9c53;
}

#badge {
  opacity: 0;
  top: -50px;
  position: relative;
  /*  float: left;*/
}

.lace {
  left: 300px;
  position: absolute;
  top: -200px;
  opacity: 0;
}

.swing_a {
  -moz-animation: 7s normal none 1 swing ease-in-out;
  -moz-transform-origin: center top;
  -webkit-animation: swing 7s 1 ease-in-out;
  -webkit-transform-origin: top;
}

.stop_a {
  animation-play-state: paused;
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-3deg)
  }
  /*20%{-moz-transform:rotate(0deg)}*/

  40% {
    -moz-transform: rotate(3deg)
  }
  /*60%{-moz-transform:rotate(0deg)}*/

  80% {
    -moz-transform: rotate(-3deg)
  }

  100% {
    -moz-transform: rotate(0deg)
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-3deg)
  }
  /*20%{-moz-transform:rotate(0deg)}*/

  40% {
    -webkit-transform: rotate(3deg)
  }
  /*60%{-moz-transform:rotate(0deg)}*/

  80% {
    -webkit-transform: rotate(-3deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-ms-keyframes swing {
  0% {
    -ms-transform: rotate(-3deg)
  }

  20% {
    -ms-transform: rotate(0deg)
  }

  40% {
    -ms-transform: rotate(3deg)
  }

  60% {
    -ms-transform: rotate(0deg)
  }

  80% {
    -ms-transform: rotate(-3deg)
  }

  100% {
    -ms-transform: rotate(0deg)
  }
}

/********** BUZZ ************/
.buzz_container {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.info_links {
  max-width: 345px;
  padding-left: 60px;
}

.info_links a {
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 18px !important;
  text-decoration: none !important;
  letter-spacing: -0.02em;
  margin-top: 22px !important;
  display: inline-block;
}

.info_links p {
  margin-top: 13px !important;
  color: #2773ba !important;
  font-size: 14px !important;
  letter-spacing: -0.01em !important;
  font-weight: 600;
}

.antena {
  position: relative;
  max-width: 555px;
  height: 430px;
  text-align: center;
}

.antena img {
  /*  position: absolute;
  left: 0px;
  top:0px;*/
}

.DevMarketingPage h3.titulo_costumer {
  color: #ff6c00;
  font-size: 25px;
  letter-spacing: -0.02em;
  /*margin-top: 25px;*/
}

.the_say_cont {
  margin-top: 30px;
  /*width: 25%;
  float: left;*/
}

.the_say_cont img.open_img {
  margin-left: -23px;
  margin-right: 3px;
  position: relative;
  top: -3px;
}

.the_say_cont img.close_img {
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.the_say_cont p {
  color: #ffffff;
  font-size: 13px !important;
  font-family: Helvetica, Arial;
  font-style: italic;
  width: 161px;
  margin: 0 auto;
  letter-spacing: -0.02em;
}

.the_say_cont img.logo {
  margin-left: 85px;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}

.the_say_cont img.logo.runkeeper {
  margin-top: 16px;
}

.the_say_cont img.logo.hootsuite {
  margin-top: 31px;
}

.the_say_cont img.logo.buzzfeed {
  margin-top: 65px;
}

.the_say_cont img.logo.path {
  margin-top: 14px;
}

.news_container {
  max-width: 620px;
  margin: 0 auto;
  margin-top: 15px;
}

.news_container a {
  display: inline-block;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.7s ease-in-out;
}

.news_container .techcrunch {
  height: 28px;
  width: 146px;
  background: url(../img/news_sprite.png) 0 -46px no-repeat;
  margin-right: 14px;
}

.news_container .techcrunch:hover {
  opacity: 1;
}

.news_container .venture {
  background: url(../img/news_sprite.png) -154px -46px no-repeat;
  height: 28px;
  width: 166px;
  margin-right: 14px;
}

.news_container .venture:hover {
  opacity: 1;
}

.news_container .business {
  background: url(../img/news_sprite.png) -334px -46px no-repeat;
  height: 28px;
  width: 115px;
  margin-right: 14px;
}

.news_container .business:hover {
  opacity: 1;
}

.news_container .marketing {
  background: url(../img/news_sprite.png) -464px -46px no-repeat;
  height: 28px;
  width: 130px;
}

.news_container .marketing:hover {
  opacity: 1;
}

@media (max-width: 980px) {
  .info_links {
    padding-left: 0px;
  }
}

@media (max-width: 770px) {
  .DevMarketingPage h3.titulo_costumer {
    font-size: 22px;
  }

  .info_links {
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .antena {
    height: auto;
  }

  .the_say_cont {
    text-align: center;
  }

  /*
  .the_say_cont p{
  text-align: left;
  }
  */
  .the_say_cont img.logo {
    margin-left: 0px;
    margin-top: 5px !important;
  }
}

#footer {
  background: #000000;
  border-top: 1px solid rgba(178, 178, 178, 0.3);
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: Helvetica, Arial;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 11px;
}

#footer .rights {
  width: 320px;
  /*margin-left: 55px;*/

  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, Arial;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 11px;
}

#footer .bottom_menu {
  float: right;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 0px !important;
}

#footer .bottom_menu li {
  /*float: left;*/

  display: inline;
  list-style: none;
}

#footer .bottom_menu li.separator {
  margin-left: 3px;
  margin-right: 3px;
  color: #b2b2b2;
}

#footer .bottom_menu li a {
  color: #b2b2b2;
  transition: all 0.5s ease-in-out;
}

#footer .bottom_menu li a:hover {
  color: #ff6c00;
}

.container {
  width: 992px;
  margin: 0 auto;
  min-width: 992px;
}

#footer .container {
  margin: 0 auto;
  max-width: 990px;
  width: auto !important;
  min-width: 200px !important;
}

@media (max-width: 640px) {
  #footer .rights {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer .bottom_menu {
    float: none;
    text-align: center;
  }

  #footer .bottom_menu li {
    display: inline;
  }

  #footer .bottom_menu {
    text-align: center;
    padding: 0px !important;
    margin: 0 !important;
    /*  max-width: 264px;*/
    width: auto !important;
  }
}


/************* INDEX.PHP **************/
.hero2 {
  /*height: 325px;*/
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/

  padding-top: 57px;
  /* min-width: 992px;
  overflow: hidden;*/
}

.hero2 .col_izq {
  /*width: 50%;
  float: left;*/
}

.hero2 .col_izq h1 {
  font-size: 45px !important;
  color: #4486bd;
  letter-spacing: -0.03em;
  opacity: 0;
  /*font-family: 'Conv_DINNextRoundedLTPro-Light';*/

  text-align: left;
  margin-bottom: 7px !important;
}

.hero2 .col_izq h2 {
  /*font-size: 54px;*/
  /*font-size: 50px;*/

  font-size: 40px;
  color: #ff6c00;
  line-height: 35px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  opacity: 0;
  /*font-family: 'Conv_DINNextRoundedLTPro-Regular';*/

  text-align: left;
}

.hero2 .col_izq p {
  font-size: 24px;
  color: #ffffff;
  line-height: 27px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 0px !important;
}

.hero2 .col_izq p.first_line {
  opacity: 0;
}

.hero2 .col_izq p.sub {
  margin-top: 10px;
  font-size: 17px;
  color: #9a9898;
  opacity: 0;
  /*font-family: 'Conv_DINNextRoundedLTPro-Regular';*/
}

.hero2 .col_izq a.button {
  opacity: 0;
  width: 162px;
  height: 43px;
  background: url(../img/button.png) no-repeat 0px 0px;
  display: block;
  cursor: pointer;
  margin-top: 28px;
}

.hero2 .col_izq a.button:hover {
  background: url(../img/button.png) no-repeat 0px -43px;
}

.hero2 .col_der {
  /* width: 50%;
  float: left;*/

  position: relative;
}

.hero2 .col_der .anim_container {
  width: 500px;
  min-height: 245px;
  background: url(../img/dotted_line.png) center 102px no-repeat;
  position: relative;
  top: 0px;
  /*right: -40px;*/

  right: -97px;
  opacity: 0;
  perspective: 800px;
}

/*JImena*/
.hero2 .col_der .anim_container .blue_line {
  /*width: 552px;*/

  width: 0px;
  background: url(../img/blue_line.png) left 27px no-repeat;
  height: 100%;
  position: absolute;
  left: -41px;
}

.hero2 .col_der .anim_container .grey_line {
  width: 0px;
  background: url(../img/grey_line.png) left center no-repeat;
  height: 25px;
  top: 65px;
  position: absolute;
  left: 0px;
}

.hero2 .col_der .anim_container .numbers {
  width: 0px;
  background: url(../img/numbers.png) left center no-repeat;
  top: 13px;
  left: 39px;
  height: 70px;
  position: absolute;
  left: 0px;
}

.hero2 .col_der .anim_container .blue_dot {
  opacity: 0;
  width: 79px;
  height: 78px;
  background: url(../img/blue_dot.png) center center no-repeat;
  position: absolute;
  top: 176px;
  left: 220px;
  z-index: 9999;
}

.hero2 .col_der .anim_container .orange_dot {
  opacity: 0;
  width: 24px;
  height: 24px;
  background: url(../img/orange_dot.png) center center no-repeat;
  position: absolute;
  top: 203px;
  left: 248px;
  z-index: 9999;
}

@media (max-width: 990px) {
  .hero2 .col_der .anim_container {
    top: 37px;
  }

  .hero2 .col_izq h1 {
    font-size: 41px !important;
    margin-top: 12px !important;
  }

  .hero2 .col_izq h2 {
    font-size: 36px !important;
  }

  .hero2 .col_izq p {
    font-size: 24px;
  }
}

.mobile_center {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 960px) {
  .hero2 .col_der .anim_container {
    top: 37px;
  }

  .hero2 .col_izq h1 {
    font-size: 41px !important;
    margin-top: 12px !important;
  }

  .hero2 .col_izq h2 {
    font-size: 36px !important;
  }

  .hero2 .col_izq p {
    font-size: 24px;
  }
}

@media (max-width: 770px) {
  .hero2 .col_izq {
    text-align: center;
  }

  .hero2 .col_izq h1 {
    text-align: center;
  }

  .hero2 .col_izq h2 {
    text-align: center;
  }

  .hero2 .col_izq p {
    text-align: center;
  }

  .hero2 .col_izq .button {
    margin: 0 auto;
  }

  .mobile_center img {
    margin: 0 auto;
  }
}

@media (max-width: 410px) {
  .hero2 .col_izq p {
    font-size: 23px;
  }
}

@media (max-width: 360px) {
  .hero2 .col_izq p {
    font-size: 23px;
  }

  #monthly_active {
  }

  #sessions {
  }
}

.DevMarketingPage-sectionWrap.support_icons {
  padding: 15px 0px !important;
  background: #000000 !important;
}

.support_icons .icons_container span {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: -14px;
  font-weight: bold;
  margin-right: 20px;
}

.support_icons .icons_container img {
  margin: 10px 15px;
}

.little_charts {
  position: absolute;
  left: 50%;
}

.little_charts .little_chart_container {
  position: relative;
  left: -50%;
  width: 1200px;
  margin: 0 auto;
}

.little_charts .little_chart_container .chart {
  width: 140px;
  text-align: center;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}

.little_charts .little_chart_container .chart .title {
  color: #4c6070;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.little_charts .little_chart_container .chart .number {
  /*font-family: 'robotomedium';*/

  font-size: 28px;
  color: #a2d7ff;
}

.little_charts .little_chart_container .chart .number span {
  color: #638eaf;
  font-size: 23px;
}

.little_charts .little_chart_container .chart .percentage {
  width: 31px;
  margin: 0 auto;
  /*  font-family: 'robotobold';*/

  font-size: 12px;
  padding-left: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
  line-height: 13px;
}

.little_charts .little_chart_container .chart .percentage.orange {
  background: url(../img/arrow_sprite.png) no-repeat 3px 1px;
  color: #ff6c00;
}

.little_charts .little_chart_container .chart .percentage.blue {
  background: url(../img/arrow_sprite.png) no-repeat 6px -25px;
  color: #55acee;
}

.little_charts .little_chart_container .chart .chart_img {
  background: url(../img/dotted_line.png) no-repeat center 22px;
}

.little_charts .little_chart_container .chart .chart_img .line {
  background: url(../img/chart_sprite.png) no-repeat;
  height: 45px;
  width: 0px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_1 {
  background-position: 21px 15px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_2 {
  background-position: 18px -38px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_3 {
  background-position: 25px -99px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_4 {
  background-position: 25px -163px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_5 {
  background-position: 21px -238px;
}

.little_charts .little_chart_container .chart .chart_img .line.line_6 {
  background-position: 11px -304px;
}

.line_new {
  height: 170px;
}

.DevMarketingPage-sectionWrap.Grid.custom_chart {
  /*background: url("https://g.twimg.com/dev/marketing/answers/answers-section-background.png") no-repeat scroll center bottom transparent;*/
}

.costumer_logos .line1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.costumer_logos a {
  display: inline-block;
  height: 55px;
  background: url(../img/logos_sprite.png) no-repeat;
  transition: all 0.3s ease-in-out;
  margin-left: 18px;
}

.costumer_logos a.booking {
  background-position: 0px 0px;
  width: 161px;
  margin-left: 0px;
}

.costumer_logos a.espn {
  background-position: -187px 0;
  width: 92px;
}

.costumer_logos a.soundcloud {
  background-position: -309px 0px;
  width: 66px;
}

.costumer_logos a.lookout {
  background-position: -401px 0px;
  width: 54px;
}

.costumer_logos a.etsy {
  background-position: -482px 0px;
  width: 94px;
}

.costumer_logos a.path {
  background-position: -601px 0;
  width: 102px;
}

.costumer_logos a.spotify {
  background-position: -725px 0;
  width: 129px;
}

.costumer_logos a.ebay {
  background-position: -875px 0px;
  width: 114px;
}

.costumer_logos a.runkeeper {
  background-position: 0px -80px;
  width: 162px;
  margin-left: 0px;
}

.costumer_logos a.viber {
  background-position: -188px -80px;
  width: 140px;
}

.costumer_logos a.ea {
  background-position: -356px -80px;
  width: 78px;
}

.costumer_logos a.pandora {
  background-position: -457px -80px;
  width: 161px;
}

.costumer_logos a.buzzfeed {
  background-position: -654px -80px;
  width: 156px;
}

.costumer_logos a.zynga {
  background-position: -834px -80px;
  width: 158px;
}

.costumer_logos a:hover {
  opacity: 0.5;
}

.home_title {
  color: #4486bd !important;
}

/************ENTERPRISE*************/
.col_enterprise {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
}

.col_enterprise p {
  max-width: 375px !important;
}

.col_enterprise p.col_title {
  font-size: 32px !important;
  margin-bottom: 0px !important;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.col_enterprise p.col_subtitle {
  font-size: 18px !important;
  color: #55acee;
  line-height: 21px;
  letter-spacing: -0.02em;
  margin-top: 3px;
}

.col_enterprise img {
  margin-top: 25px;
  margin-bottom: 20px;
}

.col_enterprise img.more_margin {
  margin-bottom: 28px;
}

.enterprise_h2 {
  font-size: 41px !important;
  letter-spacing: -0.02em;
}

.DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap-wrap-item--imgPush {
  margin-top: 38px !important;
}

.enterprise_say {
  font-size: 31px !important;
  letter-spacing: -0.02em;
  margin-top: 70px !important;
}

p.p_say {
  color: #ffffff !important;
}

.enterprise_hero {
  width: 870px;
  height: 501px;
  margin: 0 auto;
  position: relative;
}

.enterprise_hero > div:nth-child(1) {
  overflow: hidden;
  position: absolute;
  left: 5%;
  transform: translateX(-5%);
  width: 308px;
  height: 460px;
}

.enterprise_hero > div:nth-child(2) {
  overflow: hidden;
  position: absolute;
  left: 95%;
  transform: translateX(-95%);
  width: 308px;
  height: 460px;
}

.enterprise_hero > div:nth-child(3) {
  overflow: hidden;
  position: absolute;
  left: 25%;
  transform: translateX(-25%);
  width: 308px;
  height: 460px;
}

.enterprise_hero > div:nth-child(4) {
  overflow: hidden;
  position: absolute;
  left: 75%;
  transform: translateX(-75%);
  width: 308px;
  height: 460px;
}

.enterprise_hero > div:nth-child(5) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 980px) {
  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1 {
    font-size: 55px !important;
    line-height: 60px;
  }
}

@media (max-width: 780px) {
  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h1 {
    font-size: 42px !important;
    line-height: 40px !important;
    margin-bottom: 15px;
  }

  .DevMarketingPage.DevMarketingPage--nativeSocial .DevMarketingPage-sectionWrap--first h3 {
    font-size: 20px !important;
    line-height: 20px;
    margin-bottom: 0px !important;
  }

  ..enterprise_h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .enterprise_say {
    font-size: 24px !important;
    letter-spacing: -0.02em;
    margin-top: 40px !important;
  }

  .fixed_hight.enterprise {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .enterprise_h2 {
    font-size: 33px !important;
    line-height: 33px !important;
  }

  .col_enterprise p.col_title {
    font-size: 29px !important;
    line-height: 30px !important;
  }
}

/***********SECURITY***********/
.border_agnostic {
  max-width: 500px;
  /*height: 345px;*/

  border: 1px solid #484848;
  border-radius: 15px;
  margin: 0 auto;
  padding: 35px 35px;
  text-align: left;
}

.border_agnostic h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px !important;
}

.border_agnostic p {
  color: #b1b1b1 !important;
  font-style: 20px !important;
  margin-bottom: 0px !important;
  margin-top: 14px !important;
  letter-spacing: -0.02em;
}

.note {
  margin-top: 43px !important;
}

.note a {
  color: #ff6c00 !important;
  text-decoration: underline !important;
}

.note a:hover {
  color: #f7944d !important;
}

.ppa {
  font-size: 65px !important;
  line-height: 75px !important;
}

.DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h3 {
  font-size: 28px !important;
  /*margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px !important;*/
}

@media (max-width: 520px) {
  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h1 {
    font-size: 48px !important;
    line-height: 50px !important;
  }

  .DevMarketingPage.DevMarketingPage--twitterLogin .DevMarketingPage-sectionWrap--first h3 {
    font-size: 36px !important;
    line-height: 38px !important;
  }

  .ppa {
    font-size: 45px !important;
    line-height: 47px !important;
  }
}

.terms_and_privacy ul,
.terms_and_privacy u {
  font-size: 18px;
  line-height: 1.25;
  max-width: 800px !important;
  margin: 30px auto;
  list-style: none;
}

.terms_and_privacy u {
  padding-left: 90px;
}

.terms_and_privacy .Button.is-square {
  font-size: 17px !important;
}

.antena {
  position: relative;
  opacity: 0;
}

.antena_sola {
}

.wave {
  position: absolute;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
}

.wave.wave_1 {
  right: 160px;
  top: 96px;
  animation-delay: 1s;
  animation-name: wave;
}

.wave.wave_2 {
  top: 72px;
  right: 128px;
  animation-delay: 1.2s;
  animation-name: wave;
}

.wave.wave_3 {
  right: 93px;
  top: 38px;
  animation-delay: 1.4s;
  animation-name: wave;
}

.wave.wave_4 {
  animation-delay: 1.6s;
  animation-name: wave;
  right: 55px;
  top: 10px;
}

.wave.wave_5 {
  animation-delay: 1.8s;
  animation-name: wave;
  right: 17px;
  top: -8px;
}

.wave.wave_6 {
  left: 160px;
  top: 96px;
  animation-delay: 1s;
  animation-name: wave_mirror;
}

.wave.wave_7 {
  top: 72px;
  left: 128px;
  animation-name: wave_mirror;
  animation-delay: 1.2s;
}

.wave.wave_8 {
  left: 93px;
  top: 38px;
  animation-name: wave_mirror;
  animation-delay: 1.4s;
}

.wave.wave_9 {
  animation-delay: 1.6s;
  animation-name: wave_mirror;
  left: 55px;
  top: 10px;
}

.wave.wave_10 {
  animation-delay: 1.8s;
  animation-name: wave_mirror;
  left: 17px;
  top: -8px;
}

@keyframes wave {
  0% {
    transform: translateX(5px);
    opacity: 1;
  }

  35% {
    transform: translateX(-10px);
    opacity: 0;
  }

  85% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(5px);
    opacity: 1;
  }
}

@keyframes wave_mirror {
  0% {
    transform: translateX(-5px);
    opacity: 1;
  }

  35% {
    transform: translateX(10px);
    opacity: 0;
  }

  85% {
    transform: translateX(10px);
    opacity: 0;
  }

  100% {
    transform: translateX(-5px);
    opacity: 1;
  }
}

@media (min-width: 770px) {
  .hero2 .col_izq h1.answers_header {
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }
}

.sessions_undergraph_tracked {
  font-size: 20px;
  text-align: center;
  color: #AFD6FC;
  padding-top: 30px;
  opacity: 0;
}

.ranked_1_container {
  padding-top: 15px;
  padding-left: 165px;
  position: relative;
  color: #d06315;
  text-transform: uppercase;
  font-family: 'Gotham Narrow SSm', 'Helvetica Neue', Helvetica;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 2px;
}

@media (min-width: 979px) {
  .ranked_1_container {
    margin-left: 160px;
  }
}

@media (max-width: 979px) {
  .ranked_1_container {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

.ranked_1_stamp {
  opacity: 0;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotate(-5deg) scale(5);
  transition: all .5s cubic-bezier(0.6, 0.04, 0.78, 0.335);
}

.ranked_1_stamp.shown {
  opacity: .75;
  transform: rotate(0deg) scale(1);
  display:inline-block;
  height: 65px;
  width: 163px;
}

@media (max-width: 979px) {
  .ranked_1_stamp {
    position: relative!important;
    top: 30px!important;
  }
}

.ranked_1_text {
  opacity: 0;
}

@media (max-width: 460px) {
  .ranked_1_text {
    display: block;
    margin-top: 30px;
  }
}
