/***
Promo Page
***/
.page-content {
    height: 100%;
    margin: 0;
    padding: 0;
}

.ie8 .page-content {
    padding: 0 !important;
}

.promo-page {
    padding-left: 0;
    padding-right: 0;
    min-height: 100%;
}

/*page row options*/

.promo-page .block-transparent {
    min-height: 350px;
    padding: 50px 20px 30px 20px;
    background:#fff;
}

/*-------------------------------------------------------------------*/
/* Home Full */
/*-------------------------------------------------------------------*/
#header-full {
    background-image: url("../../img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100vh;
}
.wrap-primary {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
    height:100vh;
}
#header-full .secondary-color {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    color: #ffff1a;
    font-weight: 300;
}
#header-full .lead {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-weight: 300;
    font-size: 1.6em;
    max-width: 700px;
    margin: 0 auto;
}
#header-full h1,
#header-full h2,
#header-full h3,
#header-full h4,
#header-full h4,
#header-full h6 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-family: "Muli", "Lato", sans-serif;
}
.head-title {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
}

.profile-header-btn .btn {
    margin: 10px;
    padding: 12px 20px;
}
.btn-ar {
    border-radius: 2px;
    font-size: 14px;
}

/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
    animation-delay: .1s !important;
}
.animation-delay-2 {
    animation-delay: .2s !important;
}
.animation-delay-3 {
    animation-delay: .3s !important;
}
.animation-delay-4 {
    animation-delay: .4s !important;
}
.animation-delay-5 {
    animation-delay: .5s !important;
}
.animation-delay-6 {
    animation-delay: .6s !important;
}
.animation-delay-7 {
    animation-delay: .7s !important;
}
.animation-delay-8 {
    animation-delay: .8s !important;
}
.animation-delay-9 {
    animation-delay: .9s !important;
}

.pricign-box-pro {
    border-color: #0099da;
}
.pricign-box-pro > .pricing-box-header {
    color: #fff;
    background-color: #428bca;
    padding: 10px;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-left:auto;
    margin-right: auto;
}

.panel-heading-link,
.panel-plus-link {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    font-family: "Lato", "Open Sans", sans-serif;
}
.panel-plus-link a {
    background-color: inherit;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.panel-plus-link a:hover,
.panel-plus-link a:focus,
.panel-plus-link a:active {
    background-color: transparent !important;
}
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}
.panel-group .panel > .panel-heading.panel-plus-link a:before {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em;
}
.panel-primary .panel-heading a,
.panel-primary .panel-plus-link a {
    color: #fff;
}
.panel-primary .panel-heading a:hover,
.panel-primary .panel-plus-link a:hover {
    background-color: none;
}
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-footer a,
.panel .panel-footer i {
    margin: 0 5px;
}
.panel-primary .panel-heading-link a:after,
.panel .panel-heading-link a.collapsed:after {
    content: "\f104";
}
.panel-heading.panel-plus-link > a,
.panel-heading-link > a {
    display: block;
    padding: 5px 15px;
}
.panel-heading-link > a > i {
    margin-right: 10px;
}
.panel .panel-heading a {
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

.bxslider {
    margin: 0;
    padding: 0;
    /*fix flickering when used background-image instead of <img> (on Chrome)*/
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
	/*fix flickering when used background-image instead of <img> (on Chrome)*/
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/*-------------------------------------------------------------------*/
/* bxslider */
/*-------------------------------------------------------------------*/
.bx-wrapper {
    border: none;
    box-shadow: none;
    background-color:transparent;
}
.bx-wrapper .bx-loading {
    background-image: url("../img/bx_loader.gif");
}
.bx-wrapper .bx-caption {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
}
.bx-wrapper .bx-caption span {
    font-family: "Lato", sans-serif;
    font-size: 1em;
    margin: 0;
    line-height: 1em;
    padding-bottom: 15px;
}
.bx-wrapper .bx-prev {
    left: 0px;
    background: url("../img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url("../img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
}
.bxslider-controls {
    position: relative;
}
.bxslider-controls .bx-next {
    font-size: 1.4em;
    font-weight: 500;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 0px;
    color: #fff;
    width: 32px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -60px;
}
.bxslider-controls .bx-prev {
    font-size: 1.4em;
    font-weight: 500;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 0px;
    color: #fff;
    width: 32px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 37px;
    top: -60px;
}
.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
    background-color: #ae0000;
}
.calification {
    color: #ffde00;
    font-size: 1.3em;
    margin-bottom: 10px;
}
.calification i {
    margin: 0;
    padding: 0;
    line-height: 100%;
}