/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 0px;
  color: #777777;
}

sup {
  vertical-align: super;
  font-size: 40%;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar .navbar-inner {
  padding: 0;
}

.navbar .nav {
  margin: 0;
}

.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}

.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

.dropdown-menu {
  position: absolute;
}

.mewlogoruff {
  padding: 10px 10px;
  max-width: 1000px;
  min-width: 1000px;
}

.sozial-crowd-right {
  padding: 20px 35px 0px 0px;
  margin-top: 20px;
}

.sozial-crowd-left {
  padding: 20px 0px 0px 35px;
  margin-top: 20px;
}

.slash-tile {
  background: url("http://mykatio.com/slash.png");
  /* this one for tiling slider texture for 1200px+ displays*/
}

/* Custom container */
.containerme {
  margin: 0 auto;
  max-width: 985px;
  min-width: 985px;
}

/* Custom container */
.containeryou {
  margin: 0 auto;
  max-width: 945px;
  min-width: 945px;
  padding: 0px 0px;
  height: 125px;
  position: relative;
}

/* Custom container */
.containerjumbo {
  margin: 0 auto;
  max-width: 985px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 30px;
}

.carousel .container {
  position: absolute;
  margin: auto;
  min-width: 985px;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-control {
  background-color: transparent;
  border: 0;
  font-size: 120px;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.carousel .item {
  height: 450px;
}

.carousel img {
  min-width: 776px;
  height: 450px;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 760px;
  min-width: 760px;
  padding: 0 130px;
  margin-bottom: 20px;
}

.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

.carousel-caption-dark {
  background-color: transparent;
  position: static;
  max-width: 760px;
  min-width: 760px;
  padding: 0 130px;
  margin-bottom: 20px;
}

.carousel-caption-dark h1,
.carousel-caption-dark .lead {
  margin: 0;
  line-height: 1.25;
  color: #333333;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.8);
}

.carousel-caption .btn {
  margin-top: 10px;
}

.carousel-inner {
  background: url("../bg.jpg") center top no-repeat;
}

.carousel-inner-tile {
  background: url("../bg_tile.png");
  /* this one for tiling slider texture for 1200px+ displays*/
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}

.marketing .span6 {
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .span4 p {
  margin-left: 5px;
  margin-right: 5px;
}

.well {
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 30px 0;
  /* Space out the Bootstrap <hr> more */
}

.featurette {
  padding-top: 120px;
  /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden;
  /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
  margin-top: -120px;
  /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}

.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

#rescues .featurette-heading {
  font-size: 31.5px;
}

.navbar .nav > li > a {
  padding-left: 0;
  padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
*
*  Homepage
*
*---------------------------------------------------------------------------------------------*/
.hp-logos {
  float: left;
  position: relative;
  left: -12px;
}
.hp-logos a img {
  max-width: 240px;
  margin-right: 10px;
}

.jumbotron h2 {
  font-size: 30px;
}

#dogioLogo {
  float: right;
  max-width: 240px;
  position: relative;
  right: 2px;
}

#headerNewsletter {
  background-color: #f2f3f4;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -3px;
  left: 16px;
  display: inline-block;
  float: left;
}
#headerNewsletter img {
  width: 93px;
  float: right;
  position: relative;
  right: 5px;
  top: 15px;
  display: block;
}
#headerNewsletter > div {
  text-align: left;
}
#headerNewsletter > div h2 {
  font-size: 28px;
  color: #0047BA;
  margin-bottom: 0;
}
#headerNewsletter form {
  margin-bottom: 0;
  text-align: left;
}
#headerNewsletter form input[type='email'] {
  width: 233px;
}
#headerNewsletter form input[type='submit'] {
  position: relative;
  top: -5px;
}

a.home-preorderBTN {
  color: white;
  font-weight: 700;
  text-align: center;
  background-color: #cc1931;
  border: 3px solid white;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 25px;
  display: inline-block;
  padding: 3px 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 20px;
}
a.home-preorderBTN:hover {
  color: white;
  background-color: #0047BA;
  text-decoration: none;
  position: relative;
  top: 17px;
}

.homepageBullets {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding: 20px 0 25px;
  color: #0047BA;
}

.partners a {
  display: block;
}
.partners img {
  text-align: center;
}

#headerAnnouncement {
  position: absolute;
  max-width: 364px;
  left: 279px;
  top: -10px;
}
#headerAnnouncement h5 {
  text-align: left;
  font-size: 13px;
  margin-bottom: 4px;
}

.announcementContainer {
  background-color: #f9f9f9;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #dddedf;
  padding: 3px 4px;
}
.announcementContainer img {
  max-width: 95%;
  margin: 0 auto;
}

.ctopen_checkout h1 {
  background-color: red;
  font-size: 100px;
}

.hpVideoContainer {
  min-height: 300px;
  padding: 0;
}
.hpVideoContainer img {
  margin-bottom: 13px;
}
.hpVideoContainer h4 {
  font-size: 20px;
}
.hpVideoContainer p {
  text-align: center;
  margin: 0;
}

.socialLinks {
  text-align: center;
}
.socialLinks a img {
  width: 75px;
}

.pixContainer {
  text-align: center;
}
.pixContainer h4, .pixContainer p {
  padding: 0 15px;
}

/*---------------------------------------------------------------------------------------------
*
*  Modal 
*
*---------------------------------------------------------------------------------------------*/
#myModal {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.modal-body {
  height: 490px;
  max-height: inherit;
  position: relative;
  overflow: visible;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.modal-body a {
  display: block;
  background-color: #0047BA;
  color: white;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  padding: 25px 0;
  font-weight: 700;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  position: absolute;
  bottom: 25px;
  left: 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-body a:hover {
  background-color: #CF142B;
  text-decoration: none;
}

.heroClipped {
  position: absolute;
  right: -30px;
  top: 10px;
}

.modalViolator img {
  width: 188px;
  height: 188px;
  border: 7px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 200px;
  left: -20px;
}

/*---------------------------------------------------------------------------------------------
*
*  Rescue Partners
*
*---------------------------------------------------------------------------------------------*/
.rescuePartners a {
  display: block;
  text-align: center;
}

/*---------------------------------------------------------------------------------------------
*
*  Pet Adoptions
*
*---------------------------------------------------------------------------------------------*/
.adoptionFrame {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/*---------------------------------------------------------------------------------------------
*
*  Store Pages
*
*---------------------------------------------------------------------------------------------*/
.store {
  text-align: center;
}

.marketing .row .span12 {
  position: relative;
}

#priceBubble img {
  width: 160px;
  height: 160px;
  border: 6px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.amazonPurchase {
  text-align: center;
}
.amazonPurchase h1 {
  padding-top: 25px;
}
.amazonPurchase h3 {
  font-size: 20px;
}
.amazonPurchase img {
  max-width: 345px;
  padding-bottom: 15px;
}

.store form {
  text-align: center;
}

.btn {
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------
*
*  FAQ's
*
*---------------------------------------------------------------------------------------------*/
.divider:after {
  content: "";
  display: table;
  clear: both;
}

.halfWidth {
  width: 35%;
  float: right;
}

.videoContainer {
  position: relative;
  width: 61%;
  float: left;
  top: 0px;
  overflow: visible;
}
.videoContainer iframe {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.faqFeaturette {
  margin-bottom: 0;
  padding-top: 15px !important;
  padding-left: 15px;
  position: relative;
  left: -15px;
}

.accordionButton {
  color: #0047BA;
  clear: both;
}
.accordionButton:hover {
  cursor: pointer;
  color: #404041;
}

/*---------------------------------------------------------------------------------------------
*
*  Footer
*
*---------------------------------------------------------------------------------------------*/
.footer_bg {
  background: url(../bg_tile.png);
  color: #efefef;
}

footer li {
  list-style: none;
  margin-left: -24px;
  line-height: 24px;
}

footer a {
  font-weight: 200;
  color: #00bdf6;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-shadow: 0px 1px 1px black;
}

footer a:hover {
  margin-left: 3px;
  text-decoration: none;
  color: white;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}

/* lower footer */
.lower_footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 14px;
  padding-bottom: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 20px;
}

.lower_footer p {
  line-height: 24px;
  font-weight: lighter;
  /* color: #777777; */
  text-shadow: 0px 1px 1px black;
  margin: 0;
}

.lower_footer a {
  font-weight: 200;
  color: #00bdf6;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.lower_footer a:hover {
  margin-right: 3px;
  text-decoration: none;
  color: white;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}

.footer .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.footer .span4 {
  text-align: center;
}

.footer .span3 {
  width: 210px;
  margin-left: 25px;
}

.footer .span12 {
  text-align: center;
}

.footer h4 {
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 30px;
}