body {
	font-family: 'Roboto', sans-serif !important;
	color: #6c757d !important;
	background-color:#f2f2f2;
}
h1,h2,h3,h4,h5,h6 {
	color:#000;
	font-weight:700;
	margin-bottom:15px;
}
h1 {
	font-size:28px;
	line-height:1.1em;
	margin-bottom:20px;
}
a {
	color:#000;
}
a:hover {
	color:#39b54a;
}
li a.active {
    font-weight:700;
}
footer li a.active {
    color: #39b54a;
}
.field {margin-bottom:4px;}
.strong {
    font-weight:700;
}
#navbar-brand h1{
	font-size:24px;
	display:inline-block;
	padding: 15px 25px 15px 0;
	font-weight:700;
	text-transform:uppercase;
	margin:0 14px 0 0;
}
#main-menu-links {
	margin:0 auto 0 0;
	padding:0 0 0 25px;
}
#main-menu-links li {
	float:left;
	padding:0 28px 0 0;
}
#main-menu-links-footer li {
	float:left;
	padding:4px 28px 0 0;
}
#main-menu-links li{
	list-style:none;
}
#prefooter {
    background-color:#e2e2e2;
    padding: 25px 0 5px;
}
.navbar{
	padding: 10px 0;
}
ul#main-menu-links-footer li {
    list-style:none;
}
.field-name-field-image img{
	max-width:100%;
	height:auto;
	}
.bl_inn	{
	border:1px solid #dee2e6;
}
.view-catalog .field-name-field-image img, #block-views-new-comments-block .field-name-field-image img{
	height:50px;
	margin: 0 auto;
	display:block;
	}
.view-catalog .optimal-height {
	height:300px;
	overflow:hidden;
}

.links.inline li {
	padding:0 5px 0 0;
}
.links.inline li.comment-add a {
	display:inline-block;
	padding:5px 10px;
	background:#f7b13c;
	color:#fff;
	transition: background .3s;
	text-align:center;
	border-radius:3px;
	font-size: 0.76563rem;
}
.links.inline li a:hover {
	background:#6c757d;
}
.field-name-comment-body {
	padding:10px 0 0;
	border-top:1px solid #444;
	color: #222;
}
.submitted {
	margin:5px 0 10px;
	color:#999;
	font-size:11px;
}

.node-company .col-md-9 .field {
    border-bottom: 1px solid #f9f9f9;
    padding: 6px 10px 6px;
}
.node-company .col-md-9 .field-label {
	color:#999;
	width:40%;
}

#breadcrumb {
    padding: 8px 10px 1px;
	background-color:#e2e2e2;
	margin-bottom:20px;
}
/*
 * подключим шрифты fontello
 */

   @font-face {
    font-family: 'fontello';
     src: url('/sites/all/libraries/fontello/font/fontello.eot');
     src: url('/sites/all/libraries/fontello/font/fontello.eot') format('embedded-opentype'),
          url('/sites/all/libraries/fontello/font/fontello.woff') format('woff'),
          url('/sites/all/libraries/fontello/font/fontello.ttf') format('truetype'),
          url('/sites/all/libraries/fontello/font/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
   }
   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
   }

   .icon-comment:before { 
    content: '\E806';
    color:#e2e2e2;
   }
   .icon-time:before { content: '\E80B'; }

/*
* форма поиска
*/
 form#views-exposed-form-my-search-page {
	 position:relative;
	 display:inline-block;
	 font-size:12px;
	 width:100%;
 }

form#views-exposed-form-my-search-page .views-exposed-widget.views-submit-button {
	position:absolute;
	top:12px;
	right:8px;
	padding:0;
}
.views-exposed-widget.views-submit-button  input#edit-submit-my-search {
	display:block;
	width:16px;
	margin:0;
}
input#edit-search-api-views-fulltext {
	border:1px solid #dbe0e2;
	border-radius: 20px;
	padding:6px 10px 6px 8px;
	color: #787d7f;
	width:100%;
}

#views-exposed-form-my-search-page .views-exposed-widget.views-submit-button input{
	background: url(/sites/all/themes/my_theme/images/search.png) no-repeat;
	text-indent:-99999em;
	border: none !important;
	background-color:#fff !important;
	padding: 0 !important;
}
#edit-search-api-views-fulltext-wrapper {padding:0;}
.views-exposed-form .views-exposed-widget {
    padding: .5em .75em 0 0;
}

#block-views-exp-my-search-page {
    margin-bottom:30px;
}
/*
 * переопределяем стили FIVESTAR
 */
div.fivestar-widget .star, div.fivestar-widget .star a {
    background:none;
	position:relative;
 }
div.fivestar-widget .cancel, div.fivestar-widget .star {
    width: 16px;
    height: 16px;
}
div.fivestar-widget .star a:before {
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\E802';
	font-size:16px;
	line-height:16px;
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	top:0;
	left:0;
	text-indent: 0;
	color:#0ADEA9;
 }
 
div.fivestar-widget .star.on a:before {
    content: '\E801';
 }
 
div.fivestar-widget .star.hover a:before  {
    content: '\E801';
	color:#0ADEA9;
 }
 
div.fivestar-widget-static .star, div.fivestar-widget-static .star span.on,div.fivestar-widget-static .star span.off{
    background:none;
	position:relative;
 }
div.fivestar-widget-static .star span:before {
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
	font-size:16px;
	line-height:16px;
	display:block;
	text-indent: 0;
 }
 div.fivestar-widget-static .star span.on:before {
	content: '\E801';
	color:#ffb740;
 }
div.fivestar-widget-static .star span.off:before {
    content: '\E802';
	color:#ffb740;
 }
 
.view-catalog .f_v {
    border-bottom: 1px solid #dee2e6;
    padding: 3px 0;
 }
 .view-catalog .f_v.last {
    border-bottom: none;
 }
.my-v-row {
	margin-bottom:30px;
 }
 
#block-system-main.block {
	 border: none;
	 padding-bottom:0;
	 margin-bottom:0;
 }
 
#block-taxonomy-block-taxonomy-block .content ul{
	 list-style:none;
 }
#block-taxonomy-block-taxonomy-block .content ul:after{
    content:"";
    display:block;
    clear:both;
 }
#block-taxonomy-block-taxonomy-block .content ul li {
    margin:0;
}
#block-taxonomy-block-taxonomy-block .content ul li a{
	 float:left;
	 padding:3px 6px;
	 margin: 3px 6px 3px 0;
	 font-size: 12px;
	 
	-moz-box-shadow:inset 0px 1px 0px 0px #f8f8f8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f8f8f8;
	box-shadow:inset 0px 1px 0px 0px #f8f8f8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	text-shadow:0px 1px 0px #f8f8f8;
 }
 
#block-taxonomy-block-taxonomy-block .content ul li a:hover {
    color:#333;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}

.page-search-node #block-system-main input.form-text{
	margin-bottom:5px;
	padding:6px 15px;
	border: 1px solid #ccc;
}
.page-search-node #block-system-main input.form-submit{
	padding:6px 15px;
	border: 1px solid #0ADEA9;
	background-color: #0ADEA9;
	color:#fff;
}
.fivestar-summary.fivestar-summary-average-count {
	font-size:12px;
	color:#999;
	display:block;
	margin:2px 0;
}

#block-views-bestcompany-block .views-row-last .pb-2.mb-2.border-bottom,
#block-views-bestcompany-block-1 .views-row-last .pb-2.mb-2.border-bottom {
	border: none !important;
	padding-botton:0 !important;
	margin-bottom:0 !important;
}

.fivestar-static-item .form-item {
	margin-top: 5px;
    margin-bottom: 5px;
}

#edit-author--2.form-item {
	margin-top: 0px;
    margin-bottom: 0px;
}

#modal-content input.form-submit {
	padding:6px 15px;
	border: 1px solid #0ADEA9;
	background-color: #0ADEA9;
	color:#fff;
	margin-right:5px;
}
#modal-content .form-type-managed-file {
	margin-bottom:30px;
}
div.ctools-modal-content .modal-title {
    font-size: 28px !important;
}
div.ctools-modal-content .field-name-comment-body {
    padding: 10px 0;
    background-color: #fff;
}
.form-type-ulogin-widget {
	margin:0;
}
.bl_inn > div {
	padding:10px;
}

.last-comment {
	border-top:5px solid #39b54a !important;
	background-color:#fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.08), 0 6px 6px rgba(0,0,0,0.012);
}

.last-comment.last-comment-40,.last-comment.last-comment-20,
.bl_inn.bl_inn_40,.bl_inn.bl_inn_20 {
	border-top:5px solid #c63669 !important;
	background-color:#fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.08), 0 6px 6px rgba(0,0,0,0.012);
}

#block-views-exp-catalog-page {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08), 0 6px 6px rgba(0,0,0,0.012);
    border:1px solid #e2e2e2;
    border-radius:4px;
}
.clear {
	clear:both;
}
.view-new-comments {
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}

#block-block-4, #block-block-3{
	border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.carousel-control-prev, .carousel-control-next {
    width: 54px;
}
.carousel-indicators li {
	background-color:#fff;
	width:14px;
	height:14px;
	border-radius:7px;
}
.carousel-indicators .active {
	background-color:#343a40;
}

.carousel-indicators {
	bottom:40px;
}
.h-title {
	line-height:1.3em;
	font-weight:700;
}
#block-views-new-comments-block .fivestar-summary.fivestar-summary-average-count {
	display:none;
}


.form-type-checkbox {
	margin-top:31px !important;
}
.form-type-checkbox label {
	display:inline-block;
}
.view-filters select{
	border: 1px solid #e2e2e2;
	color:#999;
	padding:4px;
}
.views-exposed-form .views-exposed-widget .form-submit {
	border:1px solid #6c757d;
	background-color: #6c757d;
	color:#fff;
	transition: background .3s;
	margin-top: 12px;
	padding:5px 16px;
	border-radius:3px;
	font-size: 13px;
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
    cursor:pointer;
	border:1px solid #333;
	background-color: #333;
}
.my-small {
	font-size: 12px;
    color: #999;
}

.contact-form input.form-text, .contact-form textarea {
    color:#ccc;
    padding:8px;
    border:1px solid #ccc;
}

.contact-form input.form-submit {
	border:1px solid #0ADEA9;
	background-color: #0ADEA9;
	color:#fff;
	padding:8px 18px;
	transition: background .3s;
}
.contact-form .form-submit:hover {
    cursor:pointer;
	border:1px solid #333;
	background-color: #333;
}
footer {
    padding:15px 0;
    background-color: #333 !important;
    border-top: 1px solid #111 !important;
    color:#ccc;
    margin-top:28px;
}
footer#f_front {
    margin-top:0;
}
footer a {
    color:#999;
}
.slide__caption {
    padding: 0;
}
.slick-prev {
    left: -46px;
}
.slick-next {
    right: -46px;
}
#block-views-new-comments-block {
    padding: 0 8px;
}
.slick-arrow::before {
    color: #999;
    font-size: 28px;
}
.front_slide {
    max-height:360px;
}
.carousel-item {
    padding:20px 0;
    color:#fff;
}
.carousel-item h2 {
    color:#333;
    font-size:44px;
    line-height:1em;
}
.carousel-item.car_1 {
    background-color:#448d9d;

}
.carousel-item.car_2 {
    background-color:#f3ac1e;
}
.carousel-item.car_3 {
    background-color:#c6c69b;
}
#quicktabs-container-front_block {
    background-color:#fff;
    padding:15px;
}
#quicktabs-front_block ul.quicktabs-tabs {
    margin:0 0 8px;
}
#quicktabs-front_block ul.quicktabs-tabs li {
    margin:0;
    padding:0;
}
#quicktabs-front_block ul.quicktabs-tabs li a{
    padding:10px;
    background:#e2e2e2;
}
#quicktabs-front_block ul.quicktabs-tabs li.active a {
    background:#fff;
}

#views-exposed-form-catalog-page {
    padding:5px 20px 15px;
    background-color:#fff;
}

#block-search-form {
    margin-bottom:20px;
}

#block-views-exp-catalog-page select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius:4px;

}

#views-exposed-form-catalog-page .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 10px 0 0 0;
}
.region-sidebar-left h2 {
    background-color:#39b54a;
    color:#fff;
    font-size:16px;
    margin:0;
    padding:8px 20px;
}
.views-exposed-form label {
	display:block;
}
.views-exposed-form .form-type-checkbox label {
	display:inline-block;
}
#views-exposed-form-all-comments-page .form-submit {
    margin-top: 28px;
}
table {
    width:100%;
}
.table_logo a {
    padding: 10px;
    display: inline-block;
    border: 4px solid rgba(0,0,0,0.08);
    margin-bottom:8px;

}

#logoarea {
    padding: 10px;
    border: 4px solid rgba(0,0,0,0.08);
    width:160px;
    height:160px;
}

#my_paper {
    padding:20px 20px 0;
    background-color:#fff;
    margin-bottom:20px;
    border-radius:4px;
    	box-shadow: 0 10px 20px rgba(0,0,0,0.08), 0 6px 6px rgba(0,0,0,0.012);
}
#my_paper field {
    margin-bottom:4px;
}
#my_user_menu ul {
    padding:0;
    margin: 0;
}
#my_user_menu li {
    float:left;
    list-style:none;
    margin: 3px 0 0 8px;
    padding: 0;
}

.my_black {
    background-color:#fff;
    color:#888;
}

.my_black a{
    color:#888;
}

#block-taxonomy-block-taxonomy-block {text-align: center;}

.view-content h2 {
	margin-bottom: 0;
}