 

 /*General*/

 body, html {
    background-image: url("images/Slider01.jpg");
    font-family:"Segoe UI",Arial,sans-serif;font-weight:400;
    color: #fff;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family:"Segoe UI",Arial,sans-serif;font-weight:400;
    text-align: center;
}
h1 {
    margin: 10px;
}
p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

li, ul, small {
    list-style-type: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 13px;
}
b {
    list-style-type: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: -100px;

}





/*2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}

.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}

.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}










/*Section Index page*/

.section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}



.primary-section {
    background:#181A1C;
    height: 100vh;
    overflow: scroll;
}

.primary-section .container .row-fluid .span6 p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.primary-section .container .row-fluid .span6 h2 {
    width: 230px; 
    background-color: #990000;
    padding-bottom: -20%;


}



/*end section index page */




/*section home page */

.primary-section-home {
    width: 100%;
    height: 100vh;
    overflow: scroll;

}

.primary-section-home .container .row-fluid .span10 p{
}

.primary-section-home .container .row-fluid .span2 p{

}


.primary-section-home .container .row-fluid .span10  .usercard {
    padding: 
}

.primary-section-home .container .row-fluid .span10  .usercard-text{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.primary-section-home .container .row-fluid .span10  .usercard-phone{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.5px;
}



.primary-section-home .container .row-fluid .span2  .usercard {
    padding: 
}

.primary-section-home .container .row-fluid .span2  .usercard-text{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.primary-section-home .container .row-fluid .span2  .usercard-phone{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.5px;
}






/*nave button */

.button-nav {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:14px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size-adjust: 12%;
    line-height:20px;
    background-color: #900;
}





@media  (max-width: 970px) {
    #container_home {
        width: 97%;
    }

    small {
        display: none;
    }

    .userviewmorebutton {
        width: 98%;
    }

}

@media  (min-width: 840px) {
    small {
        display: block;
    }

   

    .userviewmorebutton {
        width: 90%;
    }


}


@media  (max-width: 580px) {
    #container_home {
    }

    small {
        display: block;
    }

    .userviewmorebutton {
        width: 60%;
    }

}


/*end section home page*/



/*USER ON AREA DETAILS  STYLE*/

.username{
    margin-top: 2%;
    margin-bottom: -2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100px;
    letter-spacing: 0.5px;
}

.userviewmorebutton{
    font-weight: bold;
    font-size:12px;
    border-radius: 5px;
}

.userphonenumber {
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #fff;
}

.userphonenumber > a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/*
.span10, .pagination, .w3 {
   background:  -webkit-linear-gradient(top, #4c5a71, #60718d, #7583a0, #9aa3ba);
   background:  -o-linear-gradient(bottom, #4c5a71, #60718d, #7583a0, #9aa3ba);
   background:  -moz-linear-gradient(bottom, #4c5a71, #60718d, #7583a0, #9aa3ba);
   background:  linear-gradient(bottom, #4c5a71, #60718d, #7583a0, #9aa3ba);
}

/*END ON AREA DETAILS STYLE*/



/*USER PROFILE*/

.table-userdetail {
    color: #fff !important;
}






