/*************************************
  DEFAULT VALUES
Font family     : roboto condensed
Greenish Blue   : #34c6d3 (Buttons, Icon, links,lines & background )
Steel Gray      : #41464b (Headings)
Blue Bayoux     : #64707B (paragraphs)
White           : #fff    (Text with white backgrounds)
Black           : #000    
*********************************


/*Facebook like and share*/

.fb-like  {
    margin-top: 50px;
}

/* General css*/

.telephone{
    color:#f63b3b;
}
html,
body {
    height: 100%;
}

body {
    font-family: "roboto condensed", sans-serif;
}



p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

p.milieu {
    text-align: center;
}

p.quebec {
    text-align: left;
}

h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 400px;
}

h1.blog {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
h1.yoga {
    
    color:#000;
    text-align: center;
    margin-bottom: 20px;
}

h1.vibracussor {
    
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 120px;
}

h2.article {
    color: #2b2bf4;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
h2.article2 {
    color: #2b2bf4;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    
}

h3.article {
    color: #f42b4a;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    
}

h4 {
    margin-top: 40px;
    color: #539BD0;
    font-size: 35px;
    font-weight: bold;
}

h5 {

    color: #000;
    text-transform: capitalize;

}

.entry-description img{
    
    margin-bottom: 40px;
}

.entry-description img.bottom{
    
    margin-bottom:10px;
    text-align: center;
  
}




/*************************************
            HOME SECTION
**************************************/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;


    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/cover2.jpg");
    background-image: no-repeat;
    background-size: cover;
    background-position: center;
}

#percussion {
    height: 100%;
}

#percussion-cover {
    height: 100%;


    background-image: url("../img/vibracussorlandingpage4.jpg");
    background-image: no-repeat;
    background-size: cover;
    background-position: center;
}
#percussion-content-box{
    width:100%;
    height:100%;
    display:table;
}

#percussion-content-box-inner{
   display: table-cell;
    vertical-align: middle;
    
    
}
#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center;*/
}

#home-heading h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 20px 0 20px 0;

}

#percussion-heading h1{
    color: #fff;
    font-size:55px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    
    
}

#home-btn {
    margin:0 auto;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border:2px solid white;
    border-radius: 2px;
    padding: 2px;
  width: 50%;
}
#coverText {
    text-decoration: none;
    color: white;
}



/*************************************
             PARALLAX (Generic)
**************************************/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*************************************
            BUTTONS (Generic)
**************************************/

.residence-description .btn {
    margin-top: 10px;
}


.btn-primary {
    color: white;
    background: 2a7bbf;
    border: 1px solid #4949f0;

}

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #ccc;
    color: #fff;
    font-weight: 700;
}

.btn-white2 {
    border-color: #ccc;
    color: #000;
    font-weight: 700;
}

.btn-black {
    border-color:#ccc;
    color: #000;
    font-weight: 700;
    
}
.btn-black:hover,
.btn-black:focus {
    background-color: #fff;
    color: #000;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #34c6d3;
    color: #34c6d3;
    margin-left: 40px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3eace2;
    /*background-color: #cc33ff;*/
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #34c6d3;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/*************************************
            ANIMATION
         Delay and Duration
 https://daneden.github.io/animate.css/
**************************************/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}



/*************************************
            Content (generic)
**************************************/

.content-box {
    padding: 60px 0 60px 0;
}

.content-box h2 {
    text-align: center;
    margin-top: 2px;

}


.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #34c6d3;
    margin: 0 auto 30px auto;
}




/*************************************
         ABOUT SECTION & Yoga Pain
**************************************/
.bg-color2 {
    color: #fff;
    background: #a94442c7;
}

.bg-color3 {
    color:#000;
    background:rgba(119, 119, 119, 0.75);
    margin-top: 40px;
}

.bg-color4 p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.bg-color4 {
    color:#000;
    background:rgba(165, 15, 55, 0.63);    
    margin-top: 40px;
}

.bg-color7 {
    color:#000;
    background:rgba(250, 138, 134, 0.63);    
    margin-top: 40px;
}
.bg-color8 {
    color:#000;
    background:rgba(225, 141, 105, 0.63);    
    margin-top: 40px;
}
.bg-color9 {
    color:#000;
    background:rgba(173, 200, 209, 0.63);    
    margin-top: 40px;
}

.bg-color10 {
    color:#000;
    background:rgba(145, 170, 200, 0.63);    
    margin-top: 40px;
}

.bg-color11 {
    color:#000;
    background:rgba(227, 159, 148, 0.63);    
    margin-top: 40px;
}
.bg-color12 {
    color:#000;
    background:rgba(230, 122, 122, 0.63);    
    margin-top: 40px;
}

.bg-color13 {
    color:#000;
    background:rgba(198, 210, 164, 0.63);    
    margin-top: 40px;
}

.bg-color14 {
    color:#000;
    background:rgba(180, 202, 117, 0.63);    
    margin-top: 40px;
}
.bg-color15 {
    color:#000;
    background:rgba(179, 163, 190, 0.63);    
    margin-top: 40px;
}
.bg-color16 {
    color:#000;
    background:rgba(164, 142, 176, 0.63);    
    margin-top: 40px;
}
.bg-color17 {
    color:#000;
    background:rgba(236, 226, 129, 0.63);    
    margin-top: 40px;
}
.bg-color18 {
    color:#000;
    background:rgba(242, 203, 72, 0.93);    
    margin-top: 40px;
}

.add-padding {
    padding-top: 120px;
    padding-bottom: 140px;
}

.add-padding1 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.polaroid {
    border: 12px solid #fff;
    max-width: 65%;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

h1.big-text {
    font-size: 40px;
    font-weight: 300;
    line-height: 62px;
    letter-spacing: 0.01em;
    word-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 30px;
}

       
/*********************************
     Video about section
**********************************/

.customvideo {
    padding-top: 80px;

}

/***************************
     SOCIAL ICON SECTION
***************************/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
    color: blue;
}

.social-icon i {
    font-size: 18px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #34c6d3;
}

#about {
    background-color: #BC6D6C;
}

#authorPhoto {
    margin:0 auto;
}

.middle {
    margin:0 auto;
}
#video1, #video2, #video3 {
    text-align: center;
}

#backpainVideo1,#backpainVideo2,#painVideo {
    width: 100%;
}

#name,#email,#textarea,#submitButton {
    margin-top: 20px;
}


/*************************************
            FOOTER
**************************************/

/*footer {
    background-color: rgba(0, 0, 0, 0.9);
}*/

footer {
    background-color: #fff;
}


.masthead a {
    text-decoration: none;
}

.masthead-brand small {
    color: #ccc!important;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    margin-left: 30px;
}

#footer-bottom {
    background-color: #000;
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin-top: 0;
    color: #fff;
}

#footer-creation p {
    margin: 10px;
    color: #fff;
    text-align: center;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}

#phone-email-fax a {
    color: #000;
    font-weight: bolder;
    font-size: 24px;
}

#phone-email-fax a:hover {
    color: red;
    font-weight: bolder;
}

#phone-email-fax p {
    font-size: 16px;

}


/*************************************
          NAVIGATION
**************************************/

.navbar {
    /* padding: 10px 0;*/
    /* for the effect on the nav bar to be smoother*/
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.floride-top-nav {
    background: rgba(0, 0, 0, 0.7);
    /*padding: 7px 0;*/
}

.floride-nav-wrapper {
    padding: 0 65px;
}

.navbar-brand {
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
}

.navbar-brand:hover {
    color: #fff;
    font-weight: bold;

}

.navbar-nav {
    float: right;
    padding-top: 5px;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: none;
    color: #34c6d3;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius:0;
}

.navbar-toggle .icon-bar {
    background-color: #32CD32;
}

.navbar-collapse {
    max-height: none !important;
}

.floride-top-nav ul.navbar-nav > li.active > a {
    color: #34c6d3;
}

/**********************************************
             Achat Residences
***********************************************/

#achatresidences {
    padding: 30px 0;
}

.imageresidence img {
    margin-top: 45px;
}


/*Contact Form Anti Spam*/

#antiSpam {
    display: none;
}

#submitButton {
    background: none;
}

#content-right h3 {
    color: #000;
}


#badPostureImage,#badPostureImage2,#badPostureImage3 {
    width: 100%;
}
#shoulderImage {
    margin: 0 5%;
}
#trapezius {
    margin: 0 10%;
}

