
/* Buttons 
--------------------------------------- */
.btn{
    text-shadow: none;
    background: #cdcdcd;
    border: medium none;
    box-shadow: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    padding: 11px 18px;
    margin: 0.5%;
    line-height: normal;
    
    -webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
        -ms-transition: background .3s linear;
         -o-transition: background .3s linear;
            transition: background .3s linear;
}
.btn:hover{
    color: #fff;
    border: medium none;

     -webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
        -ms-transition: background .3s linear;
         -o-transition: background .3s linear;
            transition: background .3s linear;
}

.btn.gray{background: #acacac;}
.btn.gray:hover{background: #919191;}

.btn.black{background: #484848;}
.btn.black:hover{background: #191919;}

.btn.blue{background: #2c96e8;}
.btn.blue:hover{background: #2274b3;}

.btn.red{background: #e85c2c; color: #FFF;}
.btn.red:hover{background: #ac431f;}

.btn.green{background: #97b93d;}
.btn.green:hover{background: #7b9633;}

.btn.yellow{background: #e8d02c;}
.btn.yellow:hover{background: #c7b222;}

.btn.brown{background: #7b6360;}
.btn.brown:hover{background: #52413f;}



/* Toggle 
--------------------------------------- */
.accordion-group,
.accordion-inner{
    background: #f3f3f3;
    border: medium none;
    margin-bottom: 1.688em;
}
.accordion-inner {
    padding-left: 47px;
}
.accordion-heading .accordion-toggle{
    color: #494949;
    font-size: 1em;
    font-family: 'Merriweather', serif;
    padding: 1.125em 1.125em 1em 3.125em;
    background: url(images/toggle-minus.png) no-repeat scroll 1.125em 1.225em transparent;
    border: 1px solid transparent;
}
#content .accordion-heading .accordion-toggle{
    font-weight: normal;
}
.accordion-heading .accordion-toggle:hover{
    text-decoration: none;
    color: #d25555;
}
.accordion-heading .accordion-toggle.collapsed{
    background-image: url(images/toggle-plus.png);
}



/* List 
--------------------------------------- */
ul.styled{
    margin: 0;
}
ul.styled li{
    list-style: none;
    margin: 1.345em 0;
    padding-left: 1.5em;
}
ul.styled li.success{background: url(images/li-success.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.arrow{background: url(images/li-arrow.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.star{background: url(images/li-star.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.plus{background: url(images/li-plus.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.heart{background: url(images/li-heart.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.minus{background: url(images/li-minus.png) no-repeat scroll left 0.4em transparent;}

ul.styled li.list-img4{background: url(images/li-success.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.list-img3{background: url(images/li-arrow.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.list-img5{background: url(images/li-star.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.list-img1{background: url(images/li-plus.png) no-repeat scroll left 0.4em transparent;}
ul.styled li.list-img2{background: url(images/li-heart.png) no-repeat scroll left 0.4em transparent;}



/* Tabs 
--------------------------------------- */
.nav-tabs{
    margin-bottom: 0;
}
.nav-tabs > li > a,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
    color: #494949;
    font-family: 'Merriweather', serif;
    padding: 1.250em 2.375em;
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.nav-tabs > li:first-child > a{
    border-top-left-radius: 3px;
    border-left: 1px solid #DFDFDF;
}
.nav-tabs > li:last-child > a{
    border-top-right-radius: 3px;
    border-left: none;
}
.tab-content{
    padding: 2.00em 1.875em;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin-bottom: 1em;
}
#content .nav-tabs > li > a{
    font-weight: normal;
}
.nav-tabs > li > a,
.nav-pills > li > a{
    margin-right: 0;
    background: #F3F3F3;
    border-bottom: 1px solid #DFDFDF;
    border-left: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
    background: none;
    border-color: #DFDFDF;
}

.nav-tabs > li:last-child > a:hover{
    border-left: none;
}



/* Quote 
--------------------------------------- */
blockquote{
    border-left: 3px solid #494949;
    margin: 0 60px;
}
blockquote p{
    padding-left: 20px;
    color: #494949;
    font-family: 'Merriweather', serif;
    font-size: 1em;
    font-weight: 700;
    margin: 1em 0 2em 0;
    line-height: 1.5em;
}



/* Call to action 
--------------------------------------- */
.call_to_action{
    background: #f3f3f3;
    padding: 2em;
    margin-left: 0;
}
#content .call_to_action p{
    margin: 0;
}
.call_to_action .dark_red{
    background: #d25555;
}
.call_to_action .dark_red:hover{
    background: #be4e4e;
}



/* Notification 
--------------------------------------- */
.notificaion{
    background: #d25555;
    text-align: center;
    padding: 2em;
}
.notificaion h4{
    color: #fff;
    font-size: 1.563em;
    font-weight: 100;
    margin: 0;
}



/* Dropcap 
--------------------------------------- */
.dropcap-no-background,
.dropcap-background{
    font-size: 3.200em;
    float: left;
    margin-right: 0.2em;
    margin-bottom: 0;
    line-height: 0.892em;
}
.dropcap-background{
    padding: 0.12em 0.3em;
    background: #E0E0E0;
    font-size: 2em;
    margin-right: 0.3em;
    margin-top: 0.2em;
}



/* Pricing Table
--------------------------------------- */
 .pricing-table {
    float: left; 
    width: 100%; 
    margin-bottom: 40px; 
    border: 0; 
    background: none;
}

 .pricing-table h3 {
    float: left;
    width: 100%;
    color: #e87a65;
    font-size: 1.375em;
    font-family: 'Arvo', serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.pricing-table-one {
    /*width: 23.7%;
    margin: 0 1.6666% 4% 0;
    float: left;*/
    margin-bottom: 37px;
}

.pricing-table-one-top p{
    margin-bottom: 0!important;
}

.pricing-table-one.last {
    margin-right: 0;
    background: none;
    border-right: none;
    padding-right: 0!important;
}

.pricing-table-one-border {
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 0 -1px;
    
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.pricing-table-one .pricing-table-one-center:nth-child(2n+1){
    background: #f3f3f3;
}

.pricing-table-white {
    background: #fff;
}

.pricing-table-pink {
    background: #97a7d3;
}

.pricing-table-red {
    background: #d25555;
}

.pricing-table-dark {
    background: #515151;
}

.pricing-table-blue {
    background: #6fc5f2;
}

.pricing-table-green {
    background: #7bcfbb;
}

.pricing-table-one-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 25px;
}

.span6 .pricing-table-one-top{
    padding: 25px;
}

.span4 .pricing-table-one-top{
    padding: 25px;
}

.pricing-table-one-top span {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 1.375em;
    font-family: 'Merriweather', serif;
    line-height: 1.375em;
    font-weight: 400;
}

.pricing-table-one-top p {
    width: 100%;
    color: #ffffff;
    font-size: 0.8375em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6em;
    margin: 0;
}

.pricing-table-one-center {
    padding: 3% 5%;
    width: 90%;
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    text-align: left;
}

.pricing-table-one-center span {
    width: auto;
    color: #5d5d5d;
    font-size: 0.8125em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 1.5em;
    padding: .5em 0;
    display: inline-block;
}

.pricing-table-one-center p {
    float: right;
    width: auto;
    color: #5d5d5d;
    font-size: 0.8125em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    margin: 0;
    margin-bottom: 0 !important;
    line-height: 1.5em;
    padding: .5em 0;
}

.pricing-table-one-center h5 {
    width: auto;
    color: #5d5d5d;
    font-size: 0.8125em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    padding: .5em 0;
}

/* Pricing button */
.pricing-button {
    padding: 10% 2%;
    width: 89.8%;
    display: inline-block;
    text-align: center;
    line-height: 0.8125em;
}

#content .pricing-button a.price_btn{
    font-weight: bold;
}

.pricing-button a.price_btn {
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 0.8125em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background: #acacac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 11px 11px 9px;
    border: none;
    font-weight: bold;

    -webkit-transition: .5s;
       -moz-transition: .5s;
            transition: .5s;
}

.pricing-button a.price_btn:hover {
    text-decoration: none;
}

/* Button color variations */
.pricing-button.color-button-green > a.price_btn{background: #97b93d;}
.pricing-button.color-button-green > a.price_btn:hover{background: #7b9633;}

.pricing-button.color-button-red > a.price_btn{background: #e85c2c;}
.pricing-button.color-button-red > a.price_btn:hover{background: #ac431f;}

.pricing-button.color-button-yellow > a.price_btn{background: #e8d02c;}
.pricing-button.color-button-yellow > a.price_btn:hover{background: #c7b222;}

.pricing-button.color-button-black > a.price_btn{background: #484848;}
.pricing-button.color-button-black > a.price_btn:hover{background: #191919;}

.pricing-button.color-button-blue > a.price_btn{background: #2c96e8;}
.pricing-button.color-button-blue > a.price_btn:hover{background: #2274b3;}

.pricing-button.color-button-gray > a.price_btn{background: #acacac;}
.pricing-button.color-button-gray > a.price_btn:hover{background: #919191;}

.pricing-button.color-button-brown > a.price_btn{background: #7b6360;}
.pricing-button.color-button-brown > a.price_btn:hover{background: #52413f;}




.pricing-table .span6 .pricing-table-one-top {
    padding: 3% 3%;
    width: 94%;
}

.pricing-table .span6 .pricing-table-one-center {
    padding: 3% 3%;
    width: 94%;
}

.pricing-table .span6 .pricing-table-one-button {
    padding: 4% 2%;
}

.pricing-table .span12 .pricing-table-one-top {
    padding: 2% 2%;
    width: 96%;
}

.pricing-table .span12 .pricing-table-one-center {
    padding: 2% 2%;
    width: 96%;
}

.pricing-table .span12 .pricing-table-one-button {
    padding: 2% 2%;
}

/*****************/
.span12 .pricing-table-green{
    padding: 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.span12 .pricing-table-one-center{
    padding: 7px 11px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.span12 .pricing-button{
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    padding: 22px 0;
}
.span12 .pricing-button a{
    font-size: 0.8em;
    padding: 12px 14px 11px;
}

.span6 .pricing-table-green{
    padding: 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.span6 .pricing-table-one-center{
    padding: 7px 30px;
    width: -moz-calc(100% - 62px);
    width: -webkit-calc(100% - 62px);
    width: -o-calc(100% - 62px);
    width: calc(100% - 62px);
}
.span6 .pricing-button{
    padding: 22px 0;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
}
.span6 .pricing-button a{
    font-size: 0.8em;
    padding: 12px 14px 11px;
}


.span4 .pricing-table-green{
    padding: 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.span4 .pricing-table-one-center{
    padding: 7px 22px;
    width: -moz-calc(100% - 46px);
    width: -webkit-calc(100% - 46px);
    width: -o-calc(100% - 46px);
    width: calc(100% - 46px);
}
.span4 .pricing-button{
    padding: 22px 0;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
}
.span4 .pricing-button a{
    font-size: 0.8em;
    padding: 12px 14px 11px;
}

.pricing-table-quarter .pricing-table-green{
    padding: 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.pricing-table-quarter .pricing-table-one-center{
    padding: 7px 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: calc(100% - 24px);
}
.pricing-table-quarter .pricing-button{
    padding: 22px 0;
    width: 100%;
}
.pricing-table-quarter .pricing-button a{
    font-size: 0.8em;
    padding: 12px 14px 11px;
}

.pricing-table-one .pricing-table-one-center{
    -webkit-backface-visibility: visible;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.pricing-table-one-center.pricing-table-white:last-child {
    border-bottom: none;
}
.pricing-table-one-border{
    border: none;
    border-bottom: 1px solid #dfdfdf;
}


.pricing-table-one .pricing-button{
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/* @media rules 
-------------------------------------------- */
@media (max-width: 979px){
    /*
    .pricing-table-one-top{
        padding: 4% 4% 1% 2%;
        width: 94.2%;
    }
    .span6 .pricing-table-one-top{
        padding: 4% 4% 1% 2%;
        width: 94.2%;
    }
    .span4 .pricing-table-one-top{
        padding: 4% 4% 1% 2%;
        width: 94.2%;
    }
    */
}

/* iPad portrait */
@media (max-width: 767px){

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    /*
    .pricing-table-one-top{
        padding: 4% 4% 1% 3.5%;
        width: 95%;
    }
    .span6 .pricing-table-one-top{
        padding: 4% 4% 1% 2.6%;
    }
    .span4 .pricing-table-one-top{
        padding: 4% 4% 1% 2.9%;
    }
    */
}
@media screen and (max-width: 750px) {
    /*
    .pricing-table-one-top{
        width: 94.3%;
    }
    */
}

/* iPhone 2G-4S in portrait */
@media only screen and (max-width : 320px){
    /*
    .span6 .pricing-table-one-top {
        padding: 4% 4% 1% 2.3%;
    }
    */
}
