/*
 * Globals
 */
 @import url(http://fonts.googleapis.com/css?family=Alex+Brush);

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  outline:0;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

a,button {
    outline: 0;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #444;
}
body {
  color: #777;
  text-align: center;
  margin:0;
  padding:0;
}
h1, h2, h3, h4, h5, h5{
  font-family: 'Alex Brush', sans-serif;
}
table{
  width: 100%;
}
td{
  padding: 3px;
  border:1px solid #ddd !important;
}
td.borderless{
  border-top: 0px !important;
  border-left: 0px !important;
}

@media (max-width: 768px) {
    hr {
        clear: both;
    }
}

.center {
    text-align:center;
    margin:0 auto;
}

.info{
   background-color:#f5f5f5;
   padding:20px;
}

.submitContact {
    text-align:right;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  z-index: 999 !important;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.sec-content{
  margin-top: 80px;
  background-color: #fff;
  text-align: left;
}
@media (max-width: 768px){
  .sec-content{
    margin-top: 70px;
  }
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Navbar
 */
.navbar{
  background:#fff;
  border-bottom:2px solid #909;
}
@media (min-width: 768px){
.navbar{
  height: 80px;
  margin:0;
 }
 .navbar-brand img{
  height: 60px;
  margin-top: -10px;
 }

 .navbar-nav>li>a{
  padding-top: 30px;
  padding-bottom: 28px;
 }
}
@media (max-width: 768px){
.navbar{
  padding-bottom: 10px;
  margin-bottom: 0;
 }
 .navbar-brand img{
  height: 50px;
  margin-top: -10px;
 }
 .margin {
    margin:0 10px;
 }
}
 .navbar-form{
  border:none !important;
 }
 .navbar-inverse{
  background-color:#fff;
 }

 .navbar-inverse .navbar-nav>li>a {
  color:grey;
 }
 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background:none;
 }

.navbar-inverse .navbar-toggle .icon-bar{
  background-color: #909;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
  color:#555;
}
@media (min-width: 768px){
  .navbar-nav li:hover{
    color: #909;
  }
}
@media (max-width: 768px){
  .navbar-nav li:hover{
    background-color: #f5f5f5;
  }
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle{
  background:none;
  border: none !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
  color: #000;
}

/* drop down open */
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  background:none;
  color:#909;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
  background-color: #f5f5f5;
}

/* the toggle */
.navbar-toggle{
  margin-top:20px;
  margin-bottom: 0px
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

/* main */
.main{
  background-color: #fff;
  padding-top:20px;
}

.jumbotron{
  background-color: #39c;
  color: #fff;
}

.img-circle{
  /*border-radius: 6px;*/
  width:100%;
}

/*
 * Footer
 */

footer {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  padding: 30px 0;
  text-align: left;
}
footer .footer-logo{
  width:350px;
}
footer h3{
  margin-top:0;
  color:#fff;
}

@media (max-width: 1200px){
  footer{
    text-align: center;
  }
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

.cover-logo{
  text-indent: -999em;
  height: 200px;
  background-image: url('../images/crystalstyle.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .cover-logo{
    margin-top: 20px;
    height: 100px;
    background-image: url('../images/crystalstyle-mobile.png');
  }
}

/* contact form */

.input-group {
    width:100% !important;
}

.input-validation-error {
    border-color:red;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    clear:both;
}

/* gallery and product page changes */

.smaller {
    font-size:smaller;
}

.highlight {
    font-size:x-large;
}

.silver {
    background:#f5f5f5;
    padding:10px;
}

.gallery a {
    color:purple;
    text-align:center;
}

@media (min-width:768px) {
    .gallery img {
        width: 80%;
        margin: 0 auto;
    }
}

button.close, button.close:hover {
    color:#222;
}

.large-crystal-style {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height:400px;
}
.xlarge-crystal-style {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height:500px;
}
/* classics */
.crystal-style {
    background-image:url('../images/clothing/crystal-style-bust.jpg');
}
.crystal-style-rhino {
    background-image:url('../images/clothing/black-rhino-bust.jpg');
}
.crystal-style-dolphin {
    background-image:url('../images/clothing/blue-dolphin-bust.jpg');
}
.crystal-style-eagle {
    background-image:url('../images/clothing/blue-eagle-bust.jpg');
}
.crystal-style-pelican {
    background-image:url('../images/clothing/red-pelican-bust.jpg');
}
.crystal-style-beagle {
    background-image:url('../images/clothing/black-eagle-bust.jpg');
}
.crystal-style-anchor {
    background-image:url('../images/clothing/blue-anchor-bust.jpg');
}
.crystal-style-cat {
    background-image:url('../images/clothing/turq-cat-bust.jpg');
}

/* vests */
.crystal-vests {
    background-image:url('../images/clothing/black-poodle-vest-bust.jpg');
}
.crystal-vest-rose {
    background-image:url('../images/clothing/black-rose-vest.jpg');
}
.crystal-vest-poodle {
    background-image:url('../images/clothing/black-poodle-vest-bust.jpg');
}

/* caps */
.crystal-caps {
    background-image:url('../images/clothing/visor-cap.jpg');
}


/* exclusives */
.crystal-exclusives {
    background-image:url('../images/clothing/butterfly-wisp-exclusive.jpg');
}
.crystal-excl-butterfly {
    background-image:url('../images/clothing/butterfly-design.jpg');
}
.crystal-excl-flower {
    background-image:url('../images/clothing/flower-design.jpg');
}
.crystal-excl-rose {
    background-image:url('../images/clothing/black-rose-design.jpg');
}

/* long sleeves */
.crystal-longsleeves {
    background-image:url('../images/clothing/lotus-flower-longsleeve.jpg');
}
.crystal-ls-lotus {
    background-image:url('../images/clothing/lotus-flower-longsleeve.jpg');
}
.crystal-ls-butterfly {
    background-image:url('../images/clothing/butterfly-wisp-longsleeve.jpg');
    background-position-y:top;
}
.crystal-ls-waterfall {
    background-image:url('../images/clothing/waterfall-longsleeve.jpg');
    background-position-y:top;
}
.crystal-ls-vneck-lilac {
    background-image:url('../images/clothing/exclusive-vneck-lilac-longsleeve.jpg');
    background-position-y:top;
}

/* kids */
.crystal-kids {
    background-image:url('../images/clothing/princess.jpg');
}

/* corporate */
.crystal-style-crystal {
    background-image:url('../images/clothing/crystal-style-bust.jpg');
}
.crystal-style-gorgeous {
    background-image:url('../images/clothing/hey-gorgeous-bust.jpg');
}

.corporate {
    background-color:#FB584F;
}
@media (min-width:768px) {
    .corporate img {
        max-width: 400px;
        margin:0 auto;
    }
}
@media (max-width:768px) {
    .corporate img {
        margin:0 auto;
        max-width:70%;
    }
}

/* Our designs */

.crystal-style-cs21 {
    background-image:url('../images/clothing/cs21-eagle-head.jpg');
}

.crystal-style-cs22 {
    background-image:url('../images/clothing/cs22-swan.jpg');
}

.crystal-style-cs23 {
    background-image:url('../images/clothing/cs23-flamingo.jpg');
}

.crystal-style-cs24 {
    background-image:url('../images/clothing/cs24-rhino-save-me.jpg');
}

.crystal-style-cs25 {
    background-image:url('../images/clothing/cs25-flying-eagle.jpg');
}

.crystal-style-cs26 {
    background-image:url('../images/clothing/cs26-dolphin-splash.jpg');
}

.crystal-style-cs27 {
    background-image:url('../images/clothing/cs27-rose.jpg');
}

.crystal-style-cs29 {
    background-image:url('../images/clothing/cs29-poodle.jpg');
}

.crystal-style-cs30 {
    background-image:url('../images/clothing/cs30-anchor.jpg');
}

.crystal-style-cs31 {
    background-image:url('../images/clothing/cs31-cat.jpg');
}

.crystal-style-cs32 {
    background-image:url('../images/clothing/cs32-small-elephant.jpg');
}

.crystal-style-cs33 {
    background-image:url('../images/clothing/cs33-large-elephant.jpg');
}
.crystal-style-cs34 {
    background-image:url('../images/clothing/cs34-large-flower.jpg');
}

.crystal-style-cs35 {
    background-image:url('../images/clothing/cs35-princess-word.jpg');
}

.crystal-style-cs36 {
    background-image:url('../images/clothing/cs36-princess-crown.jpg');
}

.crystal-style-cs37 {
    background-image:url('../images/clothing/cs37-monkey.jpg');
}

.crystal-style-cs38 {
    background-image:url('../images/clothing/cs38-paw.jpg');
}

.crystal-style-cs40 {
    background-image:url('../images/clothing/cs40-cheetah-paw.jpg');
}

.crystal-style-cs42 {
    background-image:url('../images/clothing/cs42-plett-pansy-shell.jpg');
}

.crystal-style-cs47 {
    background-image:url('../images/clothing/cs47-seahorse.jpg');
}

.crystal-style-cs49 {
    background-image:url('../images/clothing/cs49-small-butterfly-wis.jpg');
}

.crystal-style-cs50 {
    background-image:url('../images/clothing/cs50-two-butterflies.jpg');
}

.crystal-style-cs51 {
    background-image:url('../images/clothing/cs51-very-small-butterfly.jpg');
}

.crystal-style-cs55 {
    background-image:url('../images/clothing/cs55-apple.jpg');
}

.crystal-style-cs56 {
    background-image:url('../images/clothing/cs56-lady-hat.jpg');
}

.crystal-style-cs57 {
    background-image:url('../images/clothing/cs57-large-rose.jpg');
}

.crystal-style-cs58 {
    background-image:url('../images/clothing/cs58-cape-town.jpg');
}

.crystal-style-cs59 {
    background-image:url('../images/clothing/cs59-star-lily.jpg');
}

.crystal-style-cs60 {
    background-image:url('../images/clothing/cs60-lady-with-hat.jpg');
}

.crystal-style-cs61 {
    background-image:url('../images/clothing/cs61-colleen-skull.jpg');
}

.crystal-style-cs62 {
    background-image:url('../images/clothing/cs62-lion.jpg');
}