/* container home */
.new-home1 {
    background-color: black;
}

/* new home search bar button */
input.btn-new {
    display: inline-block;
padding: 0px 0px 10px 5px;
	width: 25px;
	height: 38px;
    border: 0;
    border-radius: 10px;
    background: #830303;
    font-size: 14px;
    color: #fff;
	text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    border: none;
    height: auto !important;
    box-shadow: none;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}

input:hover.btn-new {
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19);
  background-color: #333333; /* Green */
  color: cccccc;
}

/* end new home search bar button */

.top_logo {
    background-color: #000000;
    color: #f0f0f0;
}


.pre_header {
    height: 80px;
    background-color: #000000;
    color: #f0f0f0;

}

@media (max-width: 991px)
.bl_width_container {
    width: 100%;
}

.bl_width_container {
    display: block;
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
}

@media (max-width: 991px)
.pre_header_container {
   
}

.pre_header_container{
	padding-top: 4px;
    display: inline-block;
	height: 80px;
    	background-color: #000000;
    	width: 100%;
}

@media (max-width: 991px)
.pre_header_links {
    float: left;
}

.pre_header_links {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.top_header_link {
    margin-right: 15px;
    color: #aaa;
    text-decoration: none;
    display: inline-block;
}

/* New Menu */

.topnav {
  overflow: hidden;
display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  background-color: #d72530;
  background-image: url(../images/it-menu-bkgrd.gif);
  text-align: center;
}


.topnav a {

  display: inline-block;

  color: #ffffff;
  text-align: center;
  padding: 5px 14px;
  text-decoration: none;
text-shadow:1px 1px 2px #000000, 1px 1px 2px #000000;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #000000;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media only screen and (max-width: 740px) { 
     .topnav {
         background: #000 !important;
         color: #fff !important;

    text-align: center;
        } 
}
@media screen and (max-width: 740px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
     float: right;
    display: block;
        background: #000; 
 
  }
}

@media screen and (max-width: 890px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
        background: #000; 
  }
}

/* specify div height and width on listings */

@media screen and (max-width: 300px) { 
     .screen1 {
         background: #000 !important;
         color: #fff !important;

    text-align: center;
        } 
}

/* background image on avatars to restrict height */

.avatarbackground {

background: #cccccc url('../images/avatarbg2.gif');
max-width:200px;
min-height:270px;
max-height:270px;
padding-top: 5px;
border-radius: 5px;
  border: double 4px transparent;
  background-image: linear-gradient(black, black), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: content-box, border-box;

}

.avatarbackground2 {

background: #00000 url('../images/avbg.gif');
padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
  background-image: linear-gradient(#621819, black), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.avatarbackground4 {
background: #ffffff url('../images/avbg.gif');
padding-top: 10px;
padding-bottom: 10px;
border-radius: 100px;
  background-image: linear-gradient(#621819, black), radial-gradient(circle at top left, #DC062B,#831398);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

/* avatar name under image */
.username{
    font-size: 12px;
    color: #000000;
font-family: 'Roboto', sans-serif;
padding-top: 30px;
}

/* avatar text */
.username2{
	font-size: 12px;
	padding-top: 150px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;

}

/* buttons for top, new, etc. */
.listingstop {
	box-shadow: 0px 1px 0px 0px #8a2a21;
	background:linear-gradient(to bottom, #9C0000 5%, #f24437 100%);
	background-color:#9C0000;
    margin-left and margin-right + width = 100%*/
	width: 350px;
	margin-bottom: 3px;
	border-radius:8px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:5px 7px;
	text-decoration:none;
	text-shadow:1px 2px 0px #810e05;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}

.listingstop:hover {
	background:linear-gradient(to bottom, #f24437 5%, #9C0000 100%);
	background-color:#9C0000;
}

.listingstop:active {
	position:relative;
	top:1px;
}

/* round recently called */
    .sincats1 { 
object-fit: cover;
    background-repeat:no-repeat;
    background-size:5px 375px;
        /*overflow: hidden;*/
	margin-top:14px; 
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
	border:2px solid #080808;

    } 

    .sincats1 img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
    } 
    .sincats1:hover img { 
        transform: scale(1.5); 
    }

/* centered */
    .sincats2 { 
        overflow: hidden; 
    display: inline-block;
vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	border:2px solid #080808;

    } 

    .sincats2 img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
    } 
    .sincats2:hover img { 
        transform: scale(1.5); 
    }

/* round recently called */
    .sincats3 { 
        overflow: hidden; 
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    } 

    .sincats1 img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
    } 
    .sincats1:hover img { 
        transform: scale(1.5); 
    }



/* new avatar linear colored border */
.alt2 {
    background: #ffffff;
    background: -webkit-linear-gradient(left top, #FF9800, gold);
    background: -o-linear-gradient(bottom right, #FF9800, gold);
    background: -moz-linear-gradient(bottom right, #FF9800, gold);
    background: linear-gradient(to bottom right, #FF9800, gold);
border: 13px;

    /*background: #ffffff;
    background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
    background: -o-linear-gradient(bottom right, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom right, #ffffff, #ffffff);
    background: linear-gradient(to bottom right, #ffffff, #ffffff); 
    border: 13px solid black;/*
}

.iconstatus {
    text-align: center;
    display: block;


}

/* New Favorites */

.favv-hide--wrap {
    position: absolute;
    top: 8px;
    background: transparent !important;
    min-height: 2px !important;
    width: 90%;
    padding: 0 17px 0 12px !important;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.center-item {
    justify-content: center;
}

.favv-hide--wrap a {
    color: #333 !important;
    font-weight: 700;
    transition: 0.4s all ease;
}

.favv-hide--wrap a:hover {
    color: #830303 !important;
}

{* modify this one *}
.favv-hide--wrap .add--fav2:before {
    content: "";
    background-size: contain;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.favv-hide--wrap .s--hide4:before {
    display: inline-block;
    width: 20px;
}

.favv-hide--wrap.online-model--fav-hide--wrap {
    margin-top: 0px;
    margin-left: 155px;
    margin-right: -28px;
    width: auto;
    padding: 0 0px 0 0px !important;
    font-size: 10px;
    width: 180px;
    left: -170px;
}

@media screen and (max-width: 767px) {
    .favv-hide--wrap.online-model--fav-hide--wrap {
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.favv-hide--wrap.online-model--fav-hide--wrap a {
    color: #fff;
}

/*large image on hover */

.smallsc:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}

/*dropdown select menu*/
.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
