﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300,800);
/* global */
html {
  height: 100%;
}

body {
  background-color: #eaeaea;
  font-family: "Open Sans",Helvetica,Arial,Sans-serif;
  color: #333;
}

.container {  
  margin-top: 6em;
}

.thick {
  font-weight: 600;
}

.push-bottom 
{
    margin-bottom: 8em;
}

h1, h2, h3, h4, h5, h6 
{
    font-weight: 100;
}

p 
{
    color: #777;
    font-size: 1.25em;
}

footer p 
{
    font-size: 1em;
}

#metro 
{
    background-color: #fff;
    min-height: 600px;
    padding: 3em;
}

/* button styles */

.btn-register {
  padding: 0.5em 2em;
  margin-left: 1em;
  background-color: #EC008C;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-register:hover {
  background: rgba(236, 0, 140, 0.5);
  text-decoration: none;
  color: #FFFFFF;
}

.btn-form {
  padding: 0.5em 2em;
  background-color: #6D6E70;
  color: #EAEAEA;
  font-weight: 300;
  border: 1px solid #FFFFFF;
}

.btn-form:hover {
  background: rgba(109,110,112, 0.7);
}

.login-buttons img {
  width: 100%;
  height: auto;
}

.login-buttons a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;  
  text-align: center;
}

.login-buttons a:hover {
  text-decoration: none;
}

.login-buttons i {
  margin: 0.25em;
}

a.facebook {
  background-color: #3C5A98;
}

a.facebook:hover {
  background-color: rgba(60,90,152, 0.7);
}

a.google-plus {
  background-color: #d64c2d;
}

a.google-plus:hover {
  background-color: rgba(214,76,45, 0.7);
}

a.twitter {
  background-color: #2daae1;
}

a.twitter:hover {
  background-color: rgba(45,170,225, 0.7);
}

/* navigation */

.navbar {
  font-size: 1em;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar .logo {
  padding-top: 1.5em;
}

.navbar .logo img 
{
    height: 4.5em;
    width: auto;
}

.navbar .navbar-inner {
  height: 5em;
  padding-top: 0.5em;
  background: #333333;
  filter: none;
}

.navbar .container {
  margin-top: 0;
}

/* login */
#login-region {
  margin-top: 2em;
  text-align: center;
}

.login-form {
  /*background: #B2D235;
  color: #333333;*/
  background: #EAEAEA;
  padding: 1.5em;
}

.login-form h1 {
  margin-top: 0.2em;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-size: 2.25em;
  font-weight: 300;
  color: #333333;
}

.login-form label {
  font-size: 1.25em;
  color: #333333;
  font-weight: 300;
}

.login-form .form-body {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #eeeeee;
}

.login-form .form-footer {
  margin-top: 1.5em;
}

.login-form .checkbox.inline {
  margin-bottom: 1em;
  padding: 0;
  font-size: 98%;
}
.login-form .checkbox.inline input {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

/* register */
#register-region {
  margin-top: 2em;
  padding: 0;
  text-align: left;
}

#register-region p {
  text-align: center;
  font-size: 1em;
  color: #222;
}

#register-form {
  background: #EAEAEA;
  color: #222222;
  padding: 1.5em;
}

#register-form .form-body {
  overflow-y: auto;
  height: auto;
}
#register-form h1 {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  font-weight: 300;
  color: #222222;
}

#register-form label {
  font-size: 1.25em;
  color: #222222;
  font-weight: 300;
}

#register-form .checkbox.inline {
  margin-bottom: 0.25em;
  padding: 0;
  font-size: 98%;
}
#register-form .checkbox.inline input {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.field-validation-valid 
{
    display: none;
}

.field-validation-error 
{
    color: rgb(185, 74, 72);
    padding-bottom: 10px;
}

/* website url */

.website 
{
    position: relative;
}

.website-url 
{
    color: #555;
    position: absolute;
    top: 5px;
    right: 20px;
}

#strength 
{
    border: 1px solid transparent;
    padding: 4px 10px;
    color: #222;
    border-radius: 5px;
}

/* info box */
#info-region {
  margin-top: 2em;
  padding: 0;
}

#info {
  /*background: #B2D235;*/
  background: #666666;
  color: #FFFFFF;
  padding: 1.5em;
}

#info ul {
  color: #FFFFFF;
  font-size: 1.5em;
  list-style-type: square;
  font-weight: 300;
}

#info ul li {
  margin-bottom: 1.5em;
}

#info h1 {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  font-weight: 300;
  color: white;
}

#info h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2em;
  margin-top: 1em;
}

/* footer */
footer {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  height: 3em;
  background: #eaeaea;
  color: #444;
  text-align: center;
}

footer.navbar-fixed-bottom {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 300;
}

/* alert override */

.alert-error 
{
	background-color: #fdeaea;
	color: #ca6f74;
	border: 1px solid #f27b81;
    -webkit-border-radius: 0px;    
    border-radius: 0px;
}

.help-inline 
{
    color: #ca6f74;
}

.help-block 
{
	color: #999;
}

/* create wizard styles */

.logo-wizard 
{
    float: left;
    border: 1px solid #CCC;
    padding: 0.5em;
    background-color: #FFFFFF;
    margin-right: 1em;
}

.shadow 
{
    -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

/* layout selector */

.columns 
{
    min-height: 300px;
}

.pin 
{
    margin-bottom: 1px;
}

.pin img {
	width: 100%;
	border: 1px solid #EAEAEA;
}

.pin .desc 
{
    margin-top: 0.5em;
}

.pin .desc p 
{
    font-size: 0.9em;
}

.pin .tags 
{
    padding-left: 1.5em;
}

.pin .tags > i
{
    color: rgb(0, 136, 204);
    margin-right: 1em;
}

.pin-body
{
    position: relative;
}

.pin .highlight 
{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8); 
	-moz-transition: opacity 0.3s ease-in-out;  
	opacity: 0;
}

.pin .highlight:hover
{
    text-decoration: none;
}

.pin .highlight .name 
{
    font-family: 'open Sans';
    font-weight: 800; 
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.25em;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -125px;
    height: 30px;
    width: 250px;
    text-align: center;
}

.pin:hover .highlight 
{
    opacity: 1;
}

/* filter links */

.separator 
{
    color: #999;
}

#filter ul,
#sort ul 
{
    list-style: none;
    padding: 0.25em 0;
    margin-left: 0;
    margin-right: 0;
}

#filter ul > li, 
#sort ul > li 
{
    display: inline-block;
}

#filter ul > li:first-child, #filter ul > li:first-child button,
#sort ul > li:first-child, #sort ul > li:first-child button 
{
    padding-left: 0;
}

#filter ul > li:last-child, #filter ul > li:last-child button,
#sort ul > li:last-child, #sort ul > li:last-child button 
{
    padding-right: 0;
}

#filter .btn.active, #filter .btn:active,
#sort .btn.active, #sort .btn:active {
    outline: 0px none;
    box-shadow: none;
    background-color: transparent;
    color: #FF0000;
    text-decoration: underline;
}

/* layout preview */

#layoutDetails { background-color: #333; }

#layoutDetails h2, #layoutDetails p,  #themeSelectDialog p { color: #DDDDDD; }

#themeSelectDialog { background-color: #333; padding: 0.5em; }

.thumbnail 
{
    margin: 0.5em;
}

.preview-buttons 
{
    margin-left: 10px;
}

.fancybox-title 
{
    text-align: center;
}

#themeSelectDialog 
{
    width: 400px;
}

/* isotope styling */
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* queries */
/* Portrait tablet*/

@media (max-width: 1200px) {
  #info h1 {
    font-size: 2em;
  }

  #register-form h1 { 
    font-size: 2em; 
  }
}

@media (max-width: 980px) {
  /* logo margin fix */
  .navbar {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .navbar .navbar-inner {
    height: auto;
  }

  .container {
    margin-top: 0;
  }

  #login-region {
    position: relative;
    top: 0;
    margin-top: 25px;
  }

  /* register region */
  #info h1 {
    font-size: 1.5em;
  }

  #info h2 {
    font-size: 1.25em;
  }

  #register-form h1 { 
    font-size: 1.5em; 
  }

  #info ul {
    font-size: 1em;
  }

  #register-form label {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .login-buttons a {
    margin-bottom: 1em;
  }
}

@media (max-width: 479px) {
  .btn-form {
    margin-top: 1em;
    width: 100%;
  }
}
