html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      min-height: 10px;
    padding-right: 10px;
    position: relative;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(41, 171, 164,0.8);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(41, 171, 164,0.9);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* img hover*/

.viewDemo {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 35% 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 1;
    display: none;
}

.hover14 figure:hover .viewDemo {
   display: block;}

.img-responsive {
    border: 1px solid #dddddd;
    width: 100%;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;    
}

.column div span {
    color: #222222;
    display: table;
    font-family: arial;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.hover14.column.row {
     margin-top: 20px;
     margin-bottom: 15px;
}
figure {   
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.hover14 a:hover{ text-decoration: none;}
figure:hover+span {    
  
}
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.lightBG {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; 
    color: #ffffff;  
}

/* custom*/

hr.custom{
    border-color: #222 -moz-use-text-color -moz-use-text-color;
}

/*themes*/



/*profilePage*/

.profilePage {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #29aba4;
    background-image: url("../img/profile.png");
    background-origin: padding-box;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #ffffff;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

.userProfile {
    background-image: url("../img/social-feed.jpg");
    background-position: 0 108px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    padding-top: 19px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 400px;
}
/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}


/*features-box*/
.features-box{
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-family: arial;
    font-size: 20px;
    height: 230px;
    padding: 60px 40px;
    color: #222;
    margin-top: 0;    
    text-align: center;
    text-transform: capitalize;
   -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
   -o-transition:all 0.35s ease-in-out;
   transition:all 0.35s ease-in-out
}

.otherFeatures{
    background-color: #29aba4;
    color: #fff;
}

.features-box .features-label {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.features-box .fa{
    font-size: 40px;
    color: #222;
}
/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* themes */

#themes {
    background: #f3f5f6 none repeat scroll 0 0;
}

.themes-box{
    background-color: #fff;
     padding: 20px;
     text-align: center;
}

.gothemes {
    border-radius: 0;
    display: inline-table;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
    width: 150px;
}

.gothemes:hover{
    background-color: rgba(41, 171, 164, 0.8);
    border-color:rgba(41, 171, 164, 0.8);
    color: #fff;
}


/* Footer */

footer {
    background: #343235 none repeat scroll 0 0;
    color: #fefefe;
    float: left;
    padding-top: 40px;
    width: 100%;
}

footer .footerText {
    font-size: 20px;
    width: 70%;
    margin: auto;
}

.footerInBottom {
    border-top: 1px solid #98989a;
    float: left;
    margin-top: 40px;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    color: #999999;
}

.footerInBottom ._c{color: #fff;}
footer .container {
    text-align: center;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
}

.documentation-header {
    background: #29aba4 none repeat scroll 0 0;
    color: #ffffff;
    margin-bottom: 35px;
}

.documentation-box {
    color: #999999;
    font-family: arial;
}

._dashboard {
    margin: auto;  
}

.toc{
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc li{
    padding: 5px; 
}
.toc a {
    border-bottom: 1px solid #dddddd;
    color: #29aba4;
    display: inline-block;
    font-size: 17px;
    padding: 7px;
    width: 100%;
}

.allpages > a {
    border: 1px solid #29aba4;
    color: #29aba4;
    display: inline-block;
    margin: 5px;
    padding: 2px 7px;
}

@media (max-width: 925px) {
._dashboard {
    width: 100%;
}
.logo-default{
    width: 80%;
}
}

.top15{
    margin-top: 15px;
}

.top30{
    margin-top: 30px;
}

.buyn{
    background-color: rgba(227, 91, 90, 0.8);
    width: 150px;
}

.buyn:hover{
    background-color: rgba(227, 91, 90, 0.9);
    width: 150px;
}