/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/form_back.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 50%;
    border-color: #999999;
}

/********** captcha ************ */

.BDC_CaptchaDiv a:first-child {
  display:none;
}

ul.contact li {padding:40px 20px;}
.rounded{
		border-radius: 6px;
	}
.box-info
{
font-size: 20px; 
min-height:100px;
padding:30px 0px;
/*max-width:90%;*/
}
.brand{
    text-transform: uppercase;
    display: none;
    font-weight: bold;
}

.address-bar {
    display: none;
    font-weight: bold;
}

.navbar-brand {
    text-transform: none;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: bold;
}
.navbar-nav li:hover{
	background-color:#5cb85c;
	color:#fff;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: none;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
    font-weight: bold;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    /*background: #888;*/
    font-weight: bold;   
}

footer p {
    margin: 0;
    padding: 50px 0;
    color: #fff;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 1px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.qr {
    margin-left: auto;
    margin-right: auto;
}

.prices {
    padding-bottom: 40px;
    color: #fff;
    background: #B3C0DD;
    background: -moz-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3f4c6b), color-stop(100%,#3f4c6b));
    background: -webkit-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
    background: -o-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
    background: -ms-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
    background: linear-gradient(135deg, #B3C0DD 0%,#3f4c6b 100%);
}

.pricing-tables-jumbotron {
    text-align: justify;
    background: none;
}

.big {
    font-weight: bold;
    font-size: 25px;
}
            
.option {
    background: #f9f9f9;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    border-radius: 4px 4px 0 0;
    position: relative;
    margin: 20px 0;
    text-align: justify;
    color: #333;
    padding: 10px;
}

.option:hover .hided-icon {
    color: #fff;
    padding: 0 10px;
}

.option > .option-title {
    padding: 20px;
    background: #337ab7;
}

.option > .option-title > h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.option > .option-title > span {
    font-style: italic;
    font-size: 16px;
    color: #fff;
}

.option > .option-price {
    background: #fff;
    padding: 0 0 10px;
    color: #0FB112;
}

.option > .option-price > .price {
    display: block;
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
}

.option > .option-price > .period {
    font-size: 14px;
}

.option .option-list {
    padding: 0;
}

.option .item-list {
    list-style: none;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.option .item-list li:nth-child(even) {
    background: #fdfdfd;
}

.option .item-list > li {
    padding: 10px 5px;
    font-size: 16px;
}

.option .btn {
    width: 100%;
    padding: 18px 8px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}

.option .btn-success {
    color: #fff;
    background: #0FB112;
}

.option .btn-success:hover {
    background: #1d7019;
}

.option .hided-icon {
    color: #0FB112;
    margin-left: -14px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.bigicon {
    font-size:57px;
    color:white;
}

.panel{
    border-radius:0;        
}

.stats-item{        
    padding:10px;     
    min-height:77px;
}

.header-item{
    font-size:10px;
    color:white;
}

.data-item {
    font-size: 11px;
    color: white;
}

div#page {
    /*max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
	*/
}
                
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
} 

.abanda {
    width: 100%;
    max-height:340px;
    margin:0;
    position: fixed;
    top: 2em;
    text-decoration: none;
    color: #fff;
    padding: 1em;
    background-color:#d9edf7;
    display: none;
}

.avg {
    font-size:77px; 
    padding-top: 20px;
    color:#5CB85C;
}

.details {
    min-height: 355px;
    display: inline-block;
}

.rating {
    padding-left:40px;
}

.skillLine {    
    display:inline-block;
    width:100%;
    padding: 3px 4px;    
}

.skills {
    text-decoration:underline;
}

div.skill {
    /*background: #F58723;*/
    background: #337ab7;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    padding: 3px 4px;    
    width:70px;
}
