.cityselect form input[type="submit"]{
	font-size: 1em;
    color: #fff;
    background: #ff4c4c;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 25px;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    width: 100%;
    margin-top: 20px;
}

.cityselect form input[type="submit"]:hover {
    background: #0099e5;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
    transform: translateY(8px);
}

.post-ad-form form select {
    border: 1px solid #0099e5;
    background-color: #fff;
    padding: 8px;
    width: 70%;
    margin-bottom: 25px;
}

@media (max-width: 568px){
	.post-ad-form form select {
		width: 70%;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px){
	.post-ad-form form select {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* SIDE NAVBAR */
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/* PROFILE SETTINGS */

.profile-name{
	margin-top:10px;
	font-size: 18px;
}
.profile-location{
	margin-top:-10px;
	font-size: 18px;
}
.profile-email{
	margin-top:-10px;
	font-size: 18px;
}
.profile-phone{
	margin-top:-10px;
	font-size: 18px;
}
.my-settings dt {
    display: inline-block;
    margin-right: 1em;
}
.my-settings dt {
    color: #0099e5;
}

.my-settings dd {
    display: inline-block;
    margin: 0;
}

.my-settings dd {
    margin: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
	margin-right: 5px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.upload-ad-photos .postImg {
    float: left;
    margin-right: 0;
    padding-bottom: 0;
    padding: 0;
    background-color: #fff;
	margin-top: 20px;
}


.post-ad-form input[type="number"] {
    padding: 10px 10px 10px 10px;
    width: 70%;
    margin-bottom: 25px;
    border: 1px solid #0099e5;
    outline: none;
    color: #555;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
}

@media (max-width: 568px){
	.post-ad-form input[type="number"] {
		width: 70%;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px){
	.post-ad-form input[type="number"] {
		width: 100%;
		margin-bottom: 20px;
	}
}

.alert-danger {
    color: #ffffff!important;
    background-color: #ff4c4c!important;
    border-color: #ff4d4d!important;
}

a.post-user-ad {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background-color: #0099e5;
    padding: 10px 18px;
    float: right;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
		margin-right:40%;
}

@media (max-width: 991px){
	a.post-user-ad {
			margin-right:38%;
	}
}

@media (max-width: 736px){
	a.post-user-ad {
			margin-right:32%;
	}
}
@media (max-width: 480px){
	a.post-user-ad {
	    margin-right:26%;
	}
}

.not-found-title{
	overflow: hidden;
    word-wrap: break-word;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
}

.not-found-warning{
	display: block;
    font-size: 22px;
    color: rgb(245, 2, 0);
    margin: 10px 0 0 0;
}


