﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");

/* LOGO
-------------------------------------------------- */

a.logo-small {
    font-size: 1em;
}
a.logo-small:before {
    background: url(../images/logo-small.png) no-repeat center 100%;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-top: -6px;
}
a.logo-big {
    font-size: 2em;
}
a.logo-big:before {
    background: url(../images/logo.png) no-repeat center;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-top: -12px;
}
.spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

/* CONTAINERS
-------------------------------------------------- */

.container-info {
    text-align: center;
    margin: 100px auto 0px;
}

.container-info header p {
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-size: 2em;
}

.container-info p {
    margin: 10px 0 20px 0;
}

/* USER MENU
-------------------------------------------------- */

@media (max-width: 767px) {
    .user-menu {
        left: -110px !important;
    }
}

/* LOADING ANIMATION
-------------------------------------------------- */

.cube1, .cube2 {
  background-color: #1abc9c;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* VALIDATION
-------------------------------------------------- */

.alert-validation {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-validation-valid {
    display: none;
}
.alert-validation-error {
    display: block;
}

/* FOOTER
-------------------------------------------------- */

#footer {
    background: #13161C;
    padding: 25px 0;
    color: #788093;
}

#footer .copy,
#footer span {
    font-size: 0.75em;
    font-weight: 600;
}

#footer .facebook {
    background: #3B5999;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px 17px;
    margin: 0 8px;
}

#footer .twitter {
    background: #02BCEB;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px 14px;
    margin: 0 3px;
}

#footer .social i { font-size: 1em; }

/* PRICING
-------------------------------------------------- */

.pricing-tables { padding: 20px; }

.pricing-tables h1 { font-size: 48px; }

.pricing-tables h2 {
    color: whitesmoke;
}

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.pricing-tables.attached .plan { border-radius: 0; }

.pricing-tables.attached .plan .head { border-radius: 0; }

.pricing-tables.attached .plan.recommended { border-radius: 4px; }

.pricing-tables.attached .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.last { border-bottom-right-radius: 4px; }

.pricing-tables.attached .plan.last .head { border-top-right-radius: 4px; }

.pricing-tables.attached .plan.first { border-bottom-left-radius: 4px; }

.pricing-tables.attached .plan.first .head { border-top-left-radius: 4px; }

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #1c1c1c;
    color: #fff;
}

.plan .head h1, .plan .head h2, .plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%;
}

.plan .price h3 {
    font-size: 54px;
    vertical-align: top;
    line-height: 1;
}

.plan .price h3 span {
    font-size: 14px;
    vertical-align: central;
    position: relative;
    margin-right: 3px;
    display: inline-block;
}

.plan .price h4 {
    color: #aaa;
    font-size: 14px;
}

.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px;
    text-align: left;
}

.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.plan ul li .fa-check {
    color: #27b6af;
}

.plan ul li .fa-close {
    color: #e74c3c;
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}

.plan ul li:last-child { border-bottom: none; }

.plan ul strong { font-weight: 700; }

.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px;
}

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #27b6af;
}

.plan.recommended .btn { margin-bottom: 10px; }

/* BUTTONS
-------------------------------------------------- */

a.btn-success { color: white !important; }

a.btn-danger { color: white !important; }

/* LISTS
-------------------------------------------------- */
@media (min-width: 768px) {
    .dl-long dt {
        width: 300px;
    }
    .dl-long dd {
        margin-left: 320px;
    }
}

.form-data {
    padding-top: 7px;
}

/* CUSTOM BOOTSTRATP CLASSES
-------------------------------------------------- */
.circle {
    border-radius: 200px;
    margin: 20px auto;
}
