@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.divCenter a:link { color: blue;
}

.divCenter a:visited { color: blue;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.navbar {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.navbar-toggle .icon-bar {
    background: #333;
}

.add_button {
    background: #4eb006;
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    border-radius: 25px;
    text-transform: uppercase;
}

.top_menu {
    padding: 5px 20px;
}

.top_menu li a {
    padding-left: 5px;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.top_menu>li>a:hover {
    background: transparent;
    color:  #4eb006;
}


.jumbotron {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(/imgn/main-background.jpg);
    background-position: center bottom 60%; // 50% center;
background-repeat: no-repeat;
background-size: cover;
}

.jumbotron h1 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.jumbotron p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.jumbotron span a {
    font-weight: bold;
    color: #deec00;
    text-decoration: underline;
}

.jumbotron span a:hover {
    color: #c8d403;
}

.categories_list {
    margin-left: 5px;
}

.ad_categories {
    min-height: 190px;
    padding: 0 20px;
    margin-left: -20px;
    margin-bottom: 10px;
//    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}


.ad_categories:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
}

.ad_categories img {
    width: 32px;
//    top: 10px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.ad_categories h3 {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    //padding-bottom: 5px;
}

.ad_categories p {
    font-size: 11px;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 5px;
}

.ad_list {
    position: absolute;
    bottom: 0;
    height: 40px;
}

.new_ad {
    margin-left: 25px;
}

.ad_categories span a {
    color: #4eb006;
    font-weight: 500;
    text-decoration: underline;
//    text-transform: uppercase;
    margin-right: 10px;
}

.note {
    padding: 25px;
}

.note ul {
    margin-top: 10px;
    padding: 0;
}

.note ul li {
    list-style-type: none;
}

.alert {
    margin-top: 20px;
}

.about {
    padding: 250px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(/imgn/about-background.jpg);
    background-size: cover;
    background-position: 50% center;
}

.about h2 {
    color: #fff;
}

.about p {
    color: #fff;
}

footer {
    padding: 30px 130px ;
}

.social i {
    font-size: 22px;
    margin-left: 10px;
}

.about myh1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
}


fieldset {  

	outline: none;
	border: 1px solid yellow;
	color: #000000;
	padding: 8px; /* Поля вокруг текста */
	-moz-border-radius: 4px; /* Для Firefox 3 */
	-webkit-border-radius: 4px; /* Для Safari 4 и Chrome */
	border-radius: 4px; /* Для современных браузеров */
	border-top-color: yellow;
	border-right-color: yellow;
	border-bottom-color: yellow;
	border-left-color: yellow;
  
}

.multiple-borders {
 -webkit-box-shadow:
 0px 0px 0px 2px rgba(0,0,0,0.6),
 0px 0px 0px 14px #fff,
 0px 0px 0px 18px rgba(0,0,0,0.2),
 6px 6px 8px 17px #555;
 
 -moz-box-shadow:
 0px 0px 0px 2px rgba(0,0,0,0.6),
 0px 0px 0px 14px #fff,
 0px 0px 0px 18px rgba(0,0,0,0.2),
 6px 6px 8px 17px #555;
 
 box-shadow:
 0px 0px 0px 2px rgba(0,0,0,0.6),
 0px 0px 0px 14px #fff,
 0px 0px 0px 18px rgba(0,0,0,0.2),
 6px 6px 8px 17px #555;
}

