body {
	font-family: 'Roboto','Roboto Slab', sans-serif;
	padding-top: 64px;
}
body.lang-ro{
	padding-top: 36px;
}
a, a:visited, a:link, a:hover, a:active{
 outline: none;
}
.container {
	width: 960px !important;
	padding-left: 10px;
	padding-right: 10px;
}
.group{
	padding-left: 0px;
	padding-right: 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.background-top {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	min-width: 960px;
}
.white-stripe {
	background: #fff;
	width: 100%;
	height: 164px;
	
}
.white-stripe.moved {
	height: 0px;
}
.content{
	background-image: url('../img/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: center 100px;
}
.stripe-line {
	
	width: 100%;
	height: 100px;

	background: #2f2583;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 64px;
}
body.lang-ro .stripe-line{
	margin-top: 36px;
}

.no-search .select2-search {
    display:none
}

.img-bg {
	background: url('../img/bg-top.jpg') no-repeat center center;
	height: 411px;
	
}
.modal.custom h4.msg{
	background-color: #ffcc01;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.modal.custom h4.msg.green{
	background-color: #50b849;
	color: #FFF;
}
/*************
	HEADER
**************/
header {
	position: absolute;
	top: 0px;
	width:100%;
	
}
header h1, header span {
	display: inline;
	margin-top: 3px;
	float: left;
	letter-spacing:-1px
}
img {
	max-width: 100%;
}
.logo, .sertificate {
	float: left;
}
.logo:hover {
	text-decoration: none;
}
header h1, header span {
	color: #fff;
	font-size: 31px;
	font-weight: 300;
	text-transform: uppercase;
	margin-left: 15px;
	font-family: 'Roboto Slab';
	letter-spacing: -2px;
}
header span.phone-number{
	float: right;
	background: url('../img/phone_icon.jpg') no-repeat left center;
	padding-left: 35px;
	color: #FFFFFF;
	margin-top: -2px;
}
.top-nav {
	position: fixed;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
	background: #fff;
	z-index: 991;
}
body.lang-ro .top-nav{
	padding-top: 0px;
	padding-bottom: 5px;
}

.top-nav.fixed {
	padding-top: 10px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
	-moz-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);	
	-o-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);		
}
body.lang-ro .top-nav.fixed{
	padding-top: 0px;
	padding-bottom: 5px;
}
.ie-shadow {
	display: none;
}
.no-boxshadow .ie-shadow {
	position: fixed;
	padding-top: 10px;
	padding-bottom: 17px;
	-webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);	
	-moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);		
	width: 100%;	
	top: 33px;
	display: block;
	background: #000;
	z-index: 990;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
}
header nav {
	margin-top: 5px;
}
header.fixed  nav {
	width: 760px;
	margin-left: 180px;
	margin-top: -5px;
}
header nav > a {	
	float: left;
	padding: 2px 8px;	
	color: #000;
	margin-right: 1px;
	position: relative;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}
header nav a.home { width: 80px; }
header nav a.tyres { width: 60px; }
header nav a.regen { width: 102px; }
header nav a.wheels { width: 83px; }
header nav a.polyfill { width: 84px; }
header nav a.coolers { width: 159px; }
header nav a.promo { width: 106px; }
header nav a.about { width: 75px; }
header nav a.contacts { width: 97px; }

header nav.en-nav a.home { width: 61px; }
header nav.en-nav a.tyres { width: 65px; }
header nav.en-nav a.regen { width: 113px; }
header nav.en-nav a.wheels { width: 77px; }
header nav.en-nav a.polyfill { width: 84px; }
header nav.en-nav a.coolers { width: 126px; }
header nav.en-nav a.promo { width: 73px; }
header nav.en-nav a.about { width: 67px; }
header nav.en-nav a.contacts { width: 96px; }
header ul li:first-child a {
	margin-left: 0px;
}
.top-nav nav a:hover, .top-nav nav a.selected {
	background: #2f2583;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}
.top-nav.fixed nav a:hover, .top-nav.fixed nav a.selected {
	background: #2f2583;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}
header nav a.lang {
	float: right;
	padding-right: 0px;
	position: relative;
	top: -2px;
}
header nav a.lang:hover {
	background: none;
}
header .info {
	margin-top: 88px;
}
body.lang-ro header .info{
	margin-top: 59px;
}
.logo {	
	top: 100px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
/*********************
		CONTENT
**********************/
.wrapper {
	margin-top: 76px;	
	min-height:	400px;
	-webkit-backface-visibility: hidden;
	
}
.wrapper.top-margin {
	margin-top: 200px;
}
.drop-shadow {
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-o-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
}
/*************
	TEASER
**************/
.teaser {
	position: relative;
	z-index: 11;
	
}
.teaser span {
	width: 79px;
	height: 79px;
	position: absolute;
	cursor: pointer;
	background: url('../img/teaser-control.png') no-repeat center center;
	top: 50%;	
	margin-top: -40px;
	z-index: 555;
	cursor: pointer;
	opacity: 0.9;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.teaser span img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	display: block;
	z-index: 556;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.teaser span:hover {
	opacity: 1;
}
.prev-slide {
	left: 19px;	
}
.prev-slide img {
	margin-left: -12px;
}
.prev-slide:hover img {
	margin-left: -15px;	
}
.next-slide {
	right: 19px;	
}
.next-slide img {
	margin-left: -9px;
}
.next-slide:hover img {
	margin-left: -6px;
}
/*********************
	SEARCH PANELS
**********************/
.panel-header {
	margin-top: 15px;
	height: 109px;
	padding-top: 33px;
	padding-bottom: 80px
}
.tyres {
	width: 49%;
}
.regenerat {
	width: 51%;
}
.tyres .panel-header {
	background: url('../img/tyres-bg3.jpg') no-repeat 99% -10%;
}
.regenerat {
	position: relative;
}
.regenerat .panel-header {
	background: url('../img/regenerat-bg.jpg') no-repeat 83% -10%;
}
.regenerat .search-separator {
	height: 272px;
	position: absolute;
	width: 1px;
	background: #000;
	left: 6px;
	top: 145px;
}
.column-1, .column-2 {	
	float: left;
}
.column-1 {	
	width: 52%;
	padding-left: 15%;
}
.column-3 {	
	width: 88%;
	padding-left: 15%;
}
.column-2 {	
	width: 37%;
	padding-left: 5%;
}
.search-panel {
	background: #fff;
}
.search-panel h3, .modal.custom h3 {
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 26px;
	line-height: 26px;
	color: #3e3e3e;
	background: url('../img/magnify.png') no-repeat  left center;
	margin: 0px;
	padding: 5px 0 5px 50px;
	margin-left: 15px;
}
.search-panel label {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #000;
}
/*  Gumi - search   */
.tyre-search {
	padding: 15px 15px 20px 10px;
}

.search-panel.tyre-search .column-1 {
	padding-left: 0px;
	width: 50%;
}
.search-panel.tyre-search .column-2 {
	width: 36%;
	padding-left: 2%;
}
.search-panel.tyre-search.top-search .column-1 {
	padding-left: 0px;
	width: 60%;
}
.search-panel.tyre-search.top-search .column-2 {
	width: 26%;
	padding-left: 0%;
}
.search-panel.tyre-search.top-search .form-group{
	transition: width 0.4s ease-in;
	-webkit-transition: width 0.4s ease-in;
	-moz-transition: width 0.4s ease-in;
	-o-transition: width 0.4s ease-in;
}
.search-panel.tyre-search .form-group {
	width: 25%;
	float: left;
	padding: 0px 5px 0px 5px;
}
.search-panel.tyre-search .column-2 .form-group {
	width: 33%;
}
.tyre-search .column-1 select {
	padding: 3px 0px;
}
.search-panel.tyre-search label, .search-panel.tyre-search .search-results {
	font-size: 12px;
	margin-bottom: 2px;
}
.search-panel.tyre-search .search-results {
	float: right;
	margin-right: 21px;
}
.search-panel.tyre-search button {
	margin-top: 0px;
	padding: 5px 45px 5px 15px;
}
.filter-info {
	background-color: #ffcc01;
	background-image: url('../img/filter-shadow.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 15px;
	padding-right: 15px;
}
.filter-message {
	background: url('../img/info-icon.png') no-repeat left center;
	padding: 10px 0 10px 32px;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;	
}
.filter-criteria, .clear-filter {
	font-weight: 700;	
	font-size: 13px;
}
.clear-filter {
	/* background: url('../img/clear-icon.png') no-repeat right center; */
	padding: 10px 32px 10px 0px;
	float: right;
	text-decoration: underline;
	color: #000;
	position: relative;
}
.clear-filter img {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.clear-filter:hover {
	text-decoration: none;
	color: #000;
}
.clear-filter:hover img {
	transform:rotate(90deg);
	-ms-transform:rotate(95deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
	-webkit-backface-visibility: hidden;
}
/*  end - Gumi - search   */
/*  Gumi - results   */
.tyre-search-results {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 60px;
}
.tyre-search-results .search-makes {
	padding-left: 15px;
	margin-right: -7px;
}
.search-makes .logo_make_link{
	margin-bottom: 15px;
	display: inline-block;
}
.tyre-search-results .search-makes h3 {
	margin: 25px 0px 15px 0px;
	font-size: 15px;
	font-weight: 700;
}
.tyre-search-results .search-makes h3 a{
	color: #2f2583;
	text-decoration: none;
}
.tyre-search-results .search-makes h3:first-child {
	margin-top: 0px;
}

.tyre-search-results .search-models {
	position: relative;
}
.tyre-search-results .search-models h3 {
	margin-top: 55px;
	margin-bottom: 0px;
}
.tyre-search-results .search-models h3:first-child {
	margin-top: 0px;
}
.search-makes ul {
	margin-left: 1px;
}
.search-makes ul ul ul{
	margin-left: 15px;
}
.search-makes ul li {
	line-height: 16px;
}
.search-makes ul li a{
	font-size: 14px;
	font-weight: 300;
	color: #000;	
	padding: 5px 0px 5px 20px;
	margin: 2px 0;
	display: block;
	background-image: url('../img/read-more-arrow.png');
	background-repeat: no-repeat;
	background-position: -10% center;
	transition: background-position 0.2s ease-in-out;
	-webkit-transition: background-position 0.2s ease-in-out;
}
.search-makes ul li a.selected, .search-makes ul li a:hover {
	background-color: #ffcc01;
	background-image: url('../img/read-more-arrow.png');
	background-repeat: no-repeat;
	background-position: 7% center;
	text-decoration: none;
}
.search-models {
	border-left: 3px solid #ffcc01;
}
.text-content{
	margin-bottom: 50px;
}
.text-content-border{
	border-left: 3px solid #ffcc01;
}
.result-item {
	width: 20%;
	float: left;
	margin-bottom: 35px;
	height: 236px;	
}
.result-item img, .result-item .model-title {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.result-item .make-logo {
	margin-top: 5px;
}
.result-item .model-title {
	margin-top: 10px;
	color: #000;	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.search-models .result-item:hover{
	/*height: 236px;	
	margin-bottom: 40px;*/
}
.search-models .result-item:hover a {
	
	position: absolute;
	height: 310px;
	background: #fff;
	text-decoration: none;
	margin-top: -25px;
	padding-top: 25px;
	width: 155px;
	box-shadow:  0px 0px 11px 4px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.20);
	-o-box-shadow:  0px 0px 11px 4px rgba(0,0,0,0.20);
	-moz-box-shadow:  0px 0px 11px 4px rgba(0,0,0,0.20);	
}
.no-boxshadow .search-models .result-item:hover a{
	border: 1px solid #efefef;
}

.search-last {
	min-height: 360px;
}
.search-last span{
	font-size: 13px;
}
.search-last h3 {
	background: url('../img/magnify.png') no-repeat left center;
	padding: 5px 0 5px 50px;
}
.search-last-info > span {	
	font-weight: 700;
	font-size: 14px;
}
.search-last .result-item {
	margin-top: 0px;
	width: 16.66%;
	position: relative;
}
.search-last .result-item a {
	position: absolute;
	z-index: 2;
}
.search-last .result-item .item-bg{
	position: absolute;
	width: 327px;
	height: 293px;
	top: -72px;
	left: -108px;
	z-index: 0;
	background: url('../img/white.png') repeat-x  center;
}
.search-last .result-item .model-title {
	font-size: 14px;
}

.search-last-info {
	position: relative;
	border-right: 3px solid #ffcc01;
	margin-right: -7px;
	z-index: 10;	
}
.search-last-models {
	padding-top: 10px;
	padding-left: 20px;
}
/*  end - Gumi - results   */

.search-panel select {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding: 3px 5px;
	height: 30px;
	border: 1px solid #000;
	width: 100%;
}
.custom-select select, .modal.custom select{
	 width: 130%;
	 background: transparent;
	  background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	 border-radius: 0px;
	 -webkit-border-radius: 0px;

}
.custom-select select:focus {
    outline: none;
}
.custom-select select::-ms-expand {
    display: none;
}
.custom-select {
	background: url('../img/select-arrow.jpg') no-repeat  97% center;
	 overflow: hidden;
	 border-right: 1px solid #000;
}
.search-panel .form-group {
	margin-bottom: 6px;
}
.search-panel-footer {
	margin: 0 0 35px 0;
	margin-right: 11%;
}
.search-panel-footer .search-results {
	font-size: 12px; 
	font-weight: 700;
	margin: 33px 10px 0 0;
	float: right;
}
.search-panel button, .back-button, .modal-footer button  {
	font-size: 14px;
	font-weight: 500;
	background: #2f2583;
	color: #fff;
	border: none;
	padding: 10px 40px 10px 20px;
	position: relative;
	margin-top: 20px;
	float: right;
}
.search-makes .back-button, .text-content .back-button{
	float: none;
	display: block;
	padding: 5px;
	text-align: center;
	margin-left: 1px;
}
.text-content .back-button{
	margin-top: 0px;
	margin-bottom: 5px;
}
.text-content table{
	border: 1px solid #cdced0;
	width: 100%;
}
.text-content table tr:nth-child(odd){
	background-color: #cdced0;
}
.text-content table td{
	padding: 2px 10px;
}
.search-makes .back-button .back-arrow, .text-content .back-arrow {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 12px;
	background: url('../img/back-arrow.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.search-makes .back-button .next-arrow, .text-content .next-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 12px;
	background: url('../img/next-arrow.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.search-makes .back-button:hover, .text-content .back-button:hover {
	text-decoration: none;
	color: #fff;
}
.search-makes .back-button:hover .back-arrow, .text-content .back-button:hover .back-arrow{
	left: 15px;
}
.search-makes .back-button:hover .next-arrow, .text-content .back-button:hover .next-arrow{
	right: 15px;
}
.search-panel .search-arrow, .modal-footer .search-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 12px;
	background: url('../img/search-arrow.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.search-panel button:hover  .search-arrow , .modal-footer button:hover .search-arrow{
	right: 10px;
}
/*************
   INNER TYRE
**************/

.search-makes h4, .tyre-info h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto Slab';
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left:20px;
}
.search-makes .category {
	margin-bottom: 15px;
}
.tyre-info, .tyre-imgs {
	padding-left: 5px;
	padding-right: 5px;
}
.tyre-imgs .movable{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	position: absolute;
	left: 18px;
	text-align: center
}
.tyre-imgs .movable.moved {
	
	
}
.tyre-imgs a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.tyre-info h4, .modal.custom.tyre .modal-body .titles h4 {
	padding-left: 0px;
	margin: 7px 0px 0px 20px;
	color: #000;
}

.tyre-search-results .search-models .tyre-info h3{
	margin: 0px 0px 10px 19px;
	letter-spacing: -1px;
	font-size: 35px;
}
button.ask-question {
	padding: 15px 0px 15px 75px;
	background-color: #ffcc00;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto Slab';
	font-size: 17px;
	display: block;
	background-image: url('../img/mail-icon-info.png');
	background-repeat: no-repeat;
	background-position: 20px center; 
	text-decoration: none;
	border: none;
	width: 100%;
	text-align: left;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
button.ask-question:hover {
	text-decoration: underline;
	background-position: 25px center;
}
.tyre-info .purposes_separator{
	clear: both;
	border-bottom: 1px solid #ffcc00;
}
.tyre-info .purposes{
	display: table;
	width: 229px;
	float: left;
}
.tyre-info .purposes span{
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	width: 123px;
	text-align: left;
	padding: 10px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}
.tyre-info .purposes div.icons{
	display: table-cell;
	padding: 10px 0px;
	text-align: right;
	width: 106px;
}
.tyre-info .purposes div.icons img{
	margin: 4px 0px;
}
.info-section {
	background: #efefef;
	position: relative;
	margin-top: 75px;
	padding: 40px 20px 25px 20px;
}
.info-section h4 {
	position: absolute;
	left: 0px;
	top: -57px;
	padding: 25px 0 25px 67px;
}
.info-section .tyre-purpose, .info-section .tyre-categ {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.info-section .tyre-purpose img, .info-section .tyre-categ img {
	margin-left: 5px;
}
.info-section .tyre-categ {
	margin-bottom: 35px;
}
.info-section p {
	margin-bottom: 10px;
}
.info-section ul li{
	padding-left: 25px;
	background: url('../img/li-thick.png') no-repeat 5px 7px;
}
.info-section .props {
	margin-top: 25px;
	display: block;
}
.description h4 {
	background: url('../img/info-icon-h4.png') no-repeat left center;	
}
.info-section.video{
	padding: 20px 20px 15px 20px;
}
.video h4{
	background: url('../img/video-icon-h4.png') no-repeat left center;
}
.tyresizes{
	padding-top: 20px;
}
.tyresizes h4 {
	background: url('../img/tyresizes.png') no-repeat left center;	
}
.tyresizes .size {
	width: 49%;
	float: left;
}
.tyresizes .size:nth-child(even){
 clear: both;
}
.tyresizes .size h4 {
	position: static;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 7px 5px;
	background: none;
	font-weight: 600;
}
.tyresizes .size span{
	font-weight: 500;
	display: inline-block;
	padding: 2px 4px;
	color: #000;
	float: left;
	clear: both;
}
.tyresizes .size span.found {
	color: #000;
	background: #ffcc00;
	margin-bottom: 1px;
}
/*************
	BANNERS
**************/
.on-focus {
	padding-bottom: 15px;
}
.on-focus h3, .news h3, .tyre-search-results h3, .search-last h3, .tyre-info h3, .modal.tyre .modal-body h3{
	color: #2f2583;
	font-size: 26px;
	font-family: 'Roboto Slab';
	font-weight: 500;
	margin: 30px 0;
}
.tyre-search-results h3 {
	margin-top: 0px;
}
.search-last h3 {
	margin-top: 35px;
}
.on-focus h3 {
	margin-bottom: 15px;
}
.banners a {
	margin-left: 11px;
	position: relative;
	float: left;
}

.banner1 span {
	width: 147px;
	height: 99px;
	position: absolute;
	bottom: 7px;
	left: 14px;
	background: url('../img/banner1-part.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.banner2 span {
	width: 135px;
	height: 182px;
	position: absolute;
	top: 55px;
	left: 9px;
	background: url('../img/banner2-part.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.banner3 span {
	width: 201px;
	height: 124px;
	position: absolute;
	bottom: -2px;
	left: 9px;
	background: url('../img/banner3-part.png') no-repeat center center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
/*.banner1:hover img, .banner2:hover img, .banner3:hover img {
	-webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);	
} */
.banner1:hover span {
	bottom: 2px;
}
.banner2:hover span {
	top: 62px;
}
.banner3:hover span {
	bottom: -7px;
}
.banners a:first-child {
	margin-left: 0px;
}
.banners a:hover {
	text-decoration: none;
}
.home-banners-border {
	border-bottom: 2px solid #e5e5e5;
}
/*************
	BREADCRUMBS
**************/
.breadcrumbs {
	margin-top: 5px;
}
.breadcrumbs div {
	float: left;
	padding-top: 3px;
}
.breadcrumbs div a {
	color: #3e3e3e;
	font-size: 13px;
	font-weight: 300;
	margin-left: 5px;
}
.breadcrumbs div:first-child a {
	margin-left: 0px;
}
.breadcrumbs div a:hover {
	text-decoration: none;
}
/*************
	NEWS
**************/
.news-bg {
	width: 100%;
	background: #efefef;
	padding-bottom: 30px;
}
.last-searched_bg{
	background-image: url("../img/bg_last_searched.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.news {
	padding-top: 50px;
	padding-bottom: 20px;
}
.news .section {
	width: 33%;
	float: left;
	padding-left: 24px;
}
.news .section:first-child {
	padding-left: 0px;
}
.news h3 {
	margin: 0px;
	margin-left: 30px;
	color: #3e3e3e;
	padding: 10px 0 10px 50px;
	background: url('../img/news-icon.png') no-repeat left center;
}
.news h4 {
	font-weight: 500;
	font-size: 17px;
	color: #000;
}
.news .read-more, .search-last-criteria a{
	background: #ffcc01;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	padding: 3px 35px 3px 20px;
	position: relative;
	display: inline-block;
}
.news .read-more{
	margin-top: 10px;
}
.search-last-criteria a {
	margin-top: 10px;
	font-size: 13px;
	display: block;
	float: left;
	clear: both;
}
.news .read-more img, .search-last-criteria a img{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 7px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.news .read-more:hover , .search-last-criteria a:hover{
	text-decoration: none;
}
.news .read-more:hover img, .search-last-criteria a:hover img {
	left: 10px;
}
/*************
	MODAL
**************/

.modal.custom .modal-content {
	border-radius: 0px;
}
.modal.custom label {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
}
.modal.custom select {
	border-color: #3e3e3e;
	padding: 3px 12px;	
}
.modal.custom h4 {
	margin-top: 30px;
}
.modal.custom input, .modal.custom textarea {
	border-radius: 0px;
	border-color: #3e3e3e;
}
.modal.custom .form-group {
	margin-bottom: 0px;
}
.modal.custom .row.radio {
	margin-top: 15px;
}
.checkbox-group {
	margin-top: 15px;
}
.checkbox-group label {
	cursor: pointer;
}
.checkbox-group input {
	display: block;
	margin: 5px auto;
}
.equipment .openings input {
	display: inline;
	position: relative;
	top: 3px;
	right: -10px;
}
.equipment img, .equipment input {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.equipment input {
	margin-bottom: 15px;
}
.error, .modal.custom  label.error {
	color: #c90000;
	font-size: 14px;
	font-weight: 500;
}
.custom-select label.error {
	position: absolute;
	top: 55px;
}
.modal.custom .modal-header {
	border-bottom: 3px solid #ffcc01;
	padding: 25px 0 5px 0;
}
.modal-body .border-fix {
	border-bottom: 3px solid #ffcc01;
	padding-bottom: 20px;
}
.modal.custom .modal-dialog {
	width: 780px;
}
.modal-wrapper {
	margin-top: 100px;
	padding: 0px;
	margin-bottom: 100px;
}
.modal-margin {
	margin: 0px 60px;
}
.modal.custom .modal-header button {
	background: url('../img/clear-icon.png') no-repeat  right center;
	font-size: 12px;
	font-weight: 300;
	opacity: 1;
	text-shadow: none;
	padding: 7px 30px 7px 0px;
	margin-top: 12px;
}
.modal.custom .modal-header button:hover {
	text-decoration: underline;
}
.modal.custom h3{
	background: url('../img/mail-icon-info.png') no-repeat  left center;	
	margin-left: 0px;
}
.modal.custom h3.search-icon{
	background: url('../img/magnify.png') no-repeat  left center;	
}
.modal.custom .modal-body, .modal.custom .modal-footer {
	padding: 20px 0px 0px 0px;
}
.modal.custom.tyre img {
	float: left;
	max-width: 80px;
}
.modal.custom.tyre .titles {
	float: left;
	margin-top: 38px;
	margin-left: 10px;
	width: 222px;
}
.modal.custom.tyre .choose-size {
	margin-top: 32px;
}
.modal.custom.tyre .modal-body .titles h4 {
	padding: 0px;
	margin: 0px;
	font-weight: 700;
	font-family: 'Roboto Slab';
}
.modal.custom.tyre .modal-body h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	font-size: 35px;
	line-height: 31px;
}

.modal-footer label {
	float: left;
	margin: 10px 0;
}
.modal-footer .captcha {
	float: left;
	margin-left: 5px;
margin-right: 17px;
}
.modal-footer .captcha img {
	float: left;
}
.captcha-input {
	float: left;
}
.captcha-input input {
	width: 72px;

}
.modal-footer {
	margin-top: 0px;
	border-top: none;
	margin-bottom: 30px;
}
.modal-footer button {
	margin-top: 0px;
	padding: 10px 30px 10px 12px;
	
}
.definitions span {
	display: block;
	padding: 10px 0 10px 0px;
	line-height: 16px;
}
.definitions span:first-letter {
	color: #c90000;
}
.definitions span strong {
	color: #c90000;
}
.details {
	margin-top: 30px;
}
.m-top-29 {
	margin-top: 29px;
}
.m-top-22 {
	margin-top: 22px;
}
.modal.custom .m-b5-t15 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.horizontal-labels {
	
}
.openings .col-xs-4, .equipment .col-xs-4 {
	text-align: center;
}
.horizontal-labels .form-control {
	width: 61%;
	float: left;
	
}
.modal.custom .horizontal-labels .form-group {
	margin-top: 5px;
	margin-bottom: 10px;
}
.horizontal-labels label {
	float: left;
	margin-left: 10px;
}
/*************
	FOOTER
**************/
.footer-bg {
	background-color: #3e3e3e;
	min-width: 960px;
	width: 100%;
	position: relative;
}
.footer-bg-top {
	width: 100%;
	height: 40px;
	position: relative;
	top: -39px;
	background: url('../img/footer-bg.png') no-repeat center center;
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-bg .gototop {
	background: url('../img/gototop-bg.png') no-repeat center center;
	width: 79px;
	height: 79px;
	position: absolute;
	top: -33px;
	left: 50%;
	z-index: 88;
	margin-top: -50px;
	margin-left: -42.5px;
	cursor: pointer;
}
.footer-bg .gototop img {
	margin: 29px auto 0px auto;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.footer-bg .gototop:hover img {
	margin-top: 25px;
}
footer {
	padding: 20px 0px;
	position: relative;
}
.footer-left {
	padding-left: 0px;
	padding-right: 0px;
	width: 26%;
}
.footer-right {
	width: 65.666667%;
}
.footer-logo, .distributors h4 {
	margin-bottom: 25px;
	display: block;
}
.footer-nav {
	margin-bottom: 47px;
}
.footer-nav nav {
	float: left;
	width: 46%;
}
.footer-nav nav:first-child {
	width: 54%;
}
.footer-nav nav a{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	display: block;
}
.footer-nav nav a:first-child {
	margin-top: 0px;
}
.footer-contacts li {
	padding-left: 33px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 1px;
}
.footer-contacts li.address {
	background: url('../img/address-icon.png') no-repeat left center;
}
.footer-contacts li.phone {
	background: url('../img/phone-icon-footer.png') no-repeat left center;
}
.footer-contacts li.fax {
	background: url('../img/fax-icon.png') no-repeat left center;
}
.footer-contacts li.mail {
	background: url('../img/mail-icon.png') no-repeat left center;
}
.footer-contacts a{
	color: #fff;
}
.footer-contacts li {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}
.footer-left {
	margin-left: 10px;
}
.footer-right {
	margin-left: 7%;
}
.distributors {
	background: url('../img/map-bg.png') no-repeat right center;	
	margin-bottom: 50px;
	overflow: hidden;
}
.distributors h4, .partners h4, .footer-contacts h4 {
	color: #ffcc01;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto Slab';
}
.partners h4 {
	margin-bottom: 25px;
	margin-top: 0px;
}
.footer-contacts h4{
	margin-top: 0px;
	margin-bottom: 20px;
}
.distributors {
	position: relative;
}
.distributors .distrib {
	width: 25%;
	float: left;
	color: #cdced0;
	font-weight: 300;
	font-size: 14px;
}
.distributors .map-pointer {
	width: 31px;
	height: 31px;
	font-size: 24px;
	background: url('../img/map-pointer.png') no-repeat center center;
	position: absolute;
	display: none;
	transition: top 0.2s ease-in-out;
	-webkit-transition: top 0.2s ease-in-out;
}
.pleven {
	right: 111px;
	top: 56px;
}
.burgas {
	right: 18px;
	top: 73px;
}
.blagoevgrad {
	right: 145px;
	top: 91px;
}
.smolyan {
	top: 107px;
	right: 101px;	
}
.madan {
	top: 111px;
	right: 91px;	
}
.haskovo {
	top: 94px;
	right: 81px;	
}
.plovdiv {
	top: 91px;
	right: 104px;	
}
.sandanski {
	top: 110px;
	right: 146px;	
}
.gabrovo {
	top: 65px;
	right: 80px;	
}
.dobrich {
	top: 37px;
	right: 7px;	
}
.silistra {
	top: 10px;
	right: 30px;	
}
.targ {
	top: 54px;
	right: 63px;	
}
.varna {
	top: 42px;
	right: 5px;	
}
.pazar {
	top: 90px;
	right: 106px;	
}
.delchev {
	top: 110px;
	right: 134px;	
}
.petrich {
	top: 114px;
	right: 148px;	
}
.sofia {
	top: 72px;
	right: 142px;	
}
.kardjali {
	top: 108px;
	right: 84px;	
}
.zagora {
	top: 75px;
	right: 76px;	
}
.novazagora {
	top: 69px;
	right: 66px;	
}
.chepelare {
	top: 104px;
	right: 107px;	
}
.vidin {
	top: 11px;
	right: 152px;	
}
.lubimec {
	top: 94px;
	right: 60px;	
}
.partners a {
	margin:0px 18px 15px 0px;
	float: left;
}
body.lang-ro .partners a{
	cursor: default;
}
.partners a.no-r-margin {
	margin-right: 0px;
}
.footer-partners .row {
	margin-top: 15px;
}
.copyrights {
	background: #fff;
	padding: 25px 0 15px 0;
}
.copyrights span {
	float: left;
	padding: 0px 0px 2px 0;
	display: block;
}
.copyrights .certificate {
	margin: -5px 5px 0px 45px;
}
.copyrights .studio-uxp {
	float: right;
}
.copyrights a, .copyrights span{
	font-size: 12px;
	font-weight: 300;
	color: #000;
}
.copyrights a {
	text-decoration: underline;
}
.copyrights a:hover {
	text-decoration: none;
}

.distr_map{
	width: 100%;
	height: 420px;
}
.distr_map .gm-style .gm-style-iw{
	font-weight: 400;
}
.distr_map .gm-style .gm-style-iw strong{
	text-transform: uppercase;
	margin-bottom: 6px;
}

/* Select2 FIX: */
.select2-container{
	width: 100%;
}
.select2-container.select2-drop-above .select2-choice{
	-webkit-border-radius:0px;
       -moz-border-radius:0px;
            border-radius:0px;
}
.select2-drop.select2-drop-above{
	-webkit-border-radius:0px;
       -moz-border-radius:0px;
            border-radius:0px;
}
.select2-container .select2-choice, .select2-container-multi .select2-choices{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 13px;
    font-weight: 400;
    height: 30px;
    color: #000000;
}
.select2-container .select2-choice .select2-arrow{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background-image: url('../img/select-arrow.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border: none;
	margin-right: 4px;
}
.select2-drop{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-color: #000000;
	font-size: 13px;
	font-weight: 400;
}
.select2-results .select2-highlighted{
	background: #2F2583;
}
/* ------------ */

/* TEASER */

.teaser{
	width:940px;
	height: 315px;
	position: relative;
}
.main_view {
	width: 940px;
	height: 315px;
	float: left;
	padding: 0px;
	position: relative;
	display:none;
}
.window {
	width: 940px;
	height: 315px;
	overflow: hidden;
	position: relative;	
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.image_reel a img {
	border:none;
}
.teaser .paging {
	display:none;
	position: absolute;
	bottom: 10px;
	left: 410px;
	z-index: 40;
}
.teaser .paging a {
	float:left;
	width:19px;
	height:19px;
}
.teaser .paging a:hover {	
	background-position: bottom;
}
.teaser .paging a.active {
	background-position: bottom;
}
.text-content h2{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 30px;
	color: #2f2583;
	margin: 25px 0px 15px 0px;
}
.text-content h2:first-child{
	margin-top: 0px;
}
.text-content h3{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #2f2583;
	margin: 25px 0px 10px 0px;
}
.text-content h4{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #2f2583;
	margin: 25px 0px 10px 0px;
}
.text-content h2 a, .text-content h3 a, .text-content h4 a{
	color: #2f2583;
}
.text-content ul li{
	padding-left: 25px;
	background: url('../img/li-thick.png') no-repeat 5px 6px;
}
.txt-align-center{
	text-align: center;
}
.txt-align-right{
	text-align: right;
}
.txt-align-left{
	text-align: left;
}
/* LIGHTBOX GALLERY: */
.lightbox_gallery{
	margin: 10px 0px 20px 0px;
}
.lightbox_gallery div{
	margin-bottom: 13px;
}
.lightbox_gallery div a{
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	-o-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
	display: block;
}
.lightbox_gallery div a:hover{
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}
/* ---------- */
h1.services{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 30px;
	color: #2f2583;
	margin: 0px 0px 20px 0px;
}
.service{
	margin-bottom: 30px;
}
.service h2{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 22px;
	color: #2f2583;
	margin: 5px 0px 10px 0px;
}
.service h2 a{
	color: #2f2583;
}
div.promo{
	margin-bottom: 30px;
}
div.promo h2{
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #2f2583;
	margin: 15px 0px 14px 0px;
}
div.promo h2 a{
	color: #2f2583;
}
div.promo h2 a:hover{
	text-decoration: none;
}
div.promo p{
	margin-bottom: 0px;
}
div.promo a.more{
	color: #2f2583;
}
.ohladitel h4, .ohladitel h3{
	margin-top: 0px;
}
.contacts-content p{
	margin-bottom: 2px;
}
.no-padding{
	padding: 0px;
}
h4.date{
	margin-top: -7px;
	color: #000;
	font-size: 17px;
}
hr{
	border-color: #BBBBBB;
	margin-top: 30px;
	margin-bottom: 30px;
}
#map img{
	max-width: none;
}

/* BOOTSTRAP DROPDOWN */
.dropdown.langs{
	float: right;
}
.dropdown button{
	background-color: #EFEFEF;
	border: 1px solid #d1d1d1;
	padding-bottom: 3px;
}
.dropdown button:hover{
	border-color: #000000;
}
.dropdown button span.caret{
	float: none;
	border-top-color: #000000;
}
.dropdown-menu{
	left: auto;
	right: 0px;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.dropdown-menu a{
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: 300 !important;
	border: 1px solid #FFFFFF;
	padding: 7px 10px;
}
.dropdown-menu a img{
	margin-right: 6px;
}

/* fix bold in headings: */
h2 strong, h3 strong, h4 strong{
	font-weight: 500 !important;
}
@-webkit-keyframes pulsate {
    0% {background-position: 35px center; }
    25% background-position: 0px center; ;}
    100% {background-position: 25px center; }
}
