#login { display: none; }
.login,
.logout { 
    position: absolute; 
    top: -3px;
    right: 0;
}
.page-header { position: relative; }
.reviews {
    color: rgba(0,0,0,0.8);    
    font-weight: normal;
    margin: 10px auto 10px;
}
.reviews2 {
    color: #444;    
    font-weight: bold;
    margin: 10px auto 10px;
}
.notes {
    color: #999;
    font-size: 12px;
}
.media .media-object { max-width: 120px; }
.media-body { position: relative; }
.media-date { 
    position: absolute; 
    right: 25px;
    top: 25px;
	
}
.media-date li { padding: 0; }
.media-date li:first-child:before { content: ''; }
.media-date li:before { 
    content: '.'; 
    margin-left: -2px; 
    margin-right: 2px;
}
.media-comment { margin-bottom: 7px; }
.media-replied { margin: 0 0 20px 50px; }
.media-replied .media-heading { padding-left: 6px; }

.btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}
.btn-circle span { padding-right: 6px; }
.embed-responsive { margin-bottom: 20px; }
.tab-content {
    padding: 50px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#contentd {
    padding: 0px 15px;
   padding-left:130px;
}
.custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url('https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg');    
    background-size: 120px;
    border-radius: 120px;
}
input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}
.uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;    
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;    
    background-color: rgba(0,0,0,.3);
    border-radius: 50px;
    cursor: pointer;
}
.custom-input-file:hover .uploadPhoto { display: block; }
#slink{background-color:rgba(137, 123, 185, 0.92);} /*rgba(200, 0, 60, 0.79);} */

.bkutu{width:100%;height:45px;float:left;background-color:#fff;text-align: center;}

a.lightbox img {
height: 220px;
border: 1px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 0px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position:static;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
.header2 {
    padding-top: 1.7em;
}
.logo3{
    float: left; 
}
.logo3 h1 {
   /* font-size: 5em;
    line-height: 1em;
    font-weight: 900;  
    letter-spacing: 3px;
	color: #d9d9d9;*/
color: #e8e8e8; text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;font-size: 3em;
}

.logo3 h1 a,.logo3 h1 a:hover{
    color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
.banner-w3ltext {
    padding: 1em 0;
    text-align:center;
}
.banner-w3ltext h2 {
    font-size: 4em;
    color: #9c27b0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.34);
    padding: 0.7em 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; 
    border-radius: 50%;
    font-family: 'Wire One', sans-serif;
    width: 230px;
    height: 230px;
}
.banner-w3ltext h2 span {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: .13em;
    font-weight: 300;
    line-height: 0.5em;
    letter-spacing: 12px;
} 
.rounded-circle{
	border-radius:10%!important;
}
.img-fluid{
	max-width:100%;
	height:auto;
}
.p-5{
	padding:1rem!important;
}
.display-4{
	font-size:3.5rem;
	font-weight:300;
	line-height:1.2;
}
.hyazi{
	    margin-bottom: 1rem;
		font-size: 1em;
}

.ydo{
	color:#fff;
	}
.wrap {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}

.tint {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: 45px;
  margin-bottom: 8px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
}
#mark{
	width:19%;
}
