@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /*background-color: #e5e5e5;*/
    background:#eee url('../images/bg.png');
    overflow-y: auto;
    zoom:1;
}

/*-----  MAIN CENTER SECTION START HERE -----*/

#main .lt-wrapper{
    width:100%;
    position:relative;
    margin-bottom:20px;
    zoom:1;

}

.lt-main .bx{
    background: #fff;
    border:0;
    border-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

.lt-main .title,
.lt-main .locality,
.lt-main .name{
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mask {
    position: fixed;
    background: #333;
    display:none;
    top: 0;
    left: 0;
    z-index:20;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}


.lt-header-reg{
    background:#fff;
    border: 0px;
    zoom:1;
    -moz-box-shadow:2px 2px 2px 0px rgba(5,5,5,0.06);
    -ms-box-shadow:2px 2px 2px 0px rgba(5,5,5,0.06);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
    box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
    border-radius:0px;
}

@media screen and (min-width:768px) {
    .lt-header-reg .navbar-brand {
        height: auto;
        padding: 20px 0;
        margin: 0;
        font-size:22px;
    }
}


.lt-header-reg .navbar-right li.button-nav a {
    padding: 5px 15px;
    margin-top:15px;
    font-size: 15px;
    font-weight: 400;
    color: white;
}


.profile-wrapper {
    width:100%;
    min-height:50px;
    position:relative;
    overflow:hidden;
    zoom:1;
}

.profile-wrapper .profile-activity{
    margin:1px;
}

.profile-activity .mlr10 {
    margin-right: -10px;
    margin-left: -10px;
}

.profile-activity .plr10{
    padding-right: 10px;
    padding-left: 10px;
}

.profile-activity .profile-element{
    position:relative;
    margin-bottom:20px;
}


.profile-element .panel-body {
    padding:10px;
}
.profile-element .panel-body .profile-add-link{
    display: block;
    font-size: 13px;
    margin-top: -1px;
    color: #4CAF50;
}
.profile-element .panel-body .media-heading{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.profile-element .panel-body .media-title{
    font-size: 13px;
    color: #666;
    margin: 0;
    display: block !important;
    max-width: 250px !important;
}

.profile-element .panel-body .media-body .view-link{
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #666;
    display: block;
}

.profile-md-details .list-unstyled{
    margin:0;
    padding:0;
}
.profile-md-details .list-unstyled li{
    padding-left:0;
}

.profile-md-details .list-unstyled li h4{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    color: #FF5722;
    text-transform: uppercase;
}

.profile-md-details .list-unstyled li .lt_ModuleLink{
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.profile-element .panel-footer{

}
.profile-element .profile-new-acc{
    font-size: 13px;
    text-shadow: 0 1px 0px #FFF;
    margin: 0;
    font-weight: 500;
    color: #666;
}
.profile-element .profile-new-acc a{
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 5px;
}


/*---- lt button Green --*/

.lt-btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #4CAF50));
    background:-moz-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-webkit-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-o-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-ms-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:linear-gradient(to bottom, #74ad5a 5%, #4CAF50 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#4CAF50',GradientType=0);
    background-color:#74ad5a;
    border:1px solid #3b6e22;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:15px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding:5px 15px;
    text-decoration:none;
    zoom: 1;
    outline:0 !important;
}
.lt-btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4CAF50), color-stop(1, #74ad5a));
    background:-moz-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-webkit-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-o-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-ms-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:linear-gradient(to bottom, #4CAF50 5%, #74ad5a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CAF50', endColorstr='#74ad5a',GradientType=0);
    background-color:#4CAF50;
    color:#fff;
}
.lt-btn:active {
    position:relative;
}

/*--- Media Query  ---*/

@media (min-width: 992px) and (max-width: 1199px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}
@media screen and  (max-width: 411px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}
@media screen and  (max-width:360px) {
    .profile-element .panel-body .media-title {
        max-width: inherit !important;
        width: auto !important;
        overflow: visible;
        white-space: normal;
    }
    .profile-element .panel-body .media-heading,
    .profile-element .panel-body .profile-add-link{
        margin-top:5px;
    }
    .profile-element .panel-body .profile-block a.media-left {
        display: block;
        padding: 0;
    }
    .profile-element .panel-body .profile-block a.media-left img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}