/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.lh-0{
line-height:0;
}

.ads_rep{
    background-image:url('/images/adds.jpg');
}

.tp {
    position: absolute;
    z-index: 1;
    top: -9px;
    left: 8px;
}

.gallery{
right: 25px;
position: absolute;
top: 10px;
font-size: 30px !important;
padding: 5px;
color: white !important;
}

.mincme{
    min-height: 185px;
}

.filetype {
    display: none !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.font10{
    font-size:12px !important;
}

.font35{
    font-size:30px !important;
    margin-top: 3px;
    cursor:pointer;
}

.profile{
      border-radius: 5px;
          margin-bottom: 5px;
}

.font25{
    font-size:20px !important;
    margin-top: 3px;
    cursor:pointer;
}

.headerwebsite{
color: #fff;
background-color: #168ecd;
border-color: #168ecd;
}

.copyright{
position: absolute;
z-index: 1;
bottom: 15px;
right: 30px;
color: white;
background: #168ecd !important;
padding: 1px 5px;
}

/* Your custom css codes start here: */
.me{
width: 50%; 
float: left;
}

.mrow .col-md-4{
    vertical-align: top  !important;
    display: inline-block  !important;
    float: none;
}


.gray{
	color: #333333  !important;
}


.border{
    border: 1px solid #168ecd;
}

.border .img-fullwidth{
    border: 1px solid #168ecd;
}


#nl{
    background-color: #69c3af  !important;
    margin-bottom: 0;
	padding:30px 15px;
	text-align:center;
}

#nl span{   
	color:white;
	padding:0 5px;
}

#nl input{   
	border: 1px solid gray;
    padding: 5px;
	margin:0 5px;
}

#nl input[type=submit]{  
    background-color: gray;
    color: white;
}