@import "https://fonts.googleapis.com/css?family=Open%20Sans";

@media screen and (min-width:961px) {
  #content-container {width: 768px;}
  #ccenter {width:1070px; }
  .szukaj-select { width:340px; }
  .szukaj-input-text {width:334px;}
  #wynikwyszukiwania {
    width:736px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; /* lewy dolny */
    border-bottom-right-radius: 3px;
  }
  .nazwa-link{width:400px; }
  #menu-gora-strony {display:block;}
  #section-top-mobile {display:none;}

}
@media screen and (max-width:960px) {
  #right-col {display:none;}
  .szukaj-select { width:260px; }
  .szukaj-input-text {width:254px;}
  #wynikwyszukiwania {width:100%;}
  #menu-gora-strony {display:none;}
  #section-top {display:none;}
}

@media screen and (max-width:690px) {
  .item-chevron {display:none;}

}
@media screen and (min-width:491px) {
  .item-address {margin-left: 240px;}
}
@media screen and (max-width:490px) {
  .item-logo {display:none;}
}

@media screen and (min-width:911px) and (max-width:960px) {
  .item-address{width:550px; }
}
@media screen and (min-width:811px) and (max-width:910px) {
  .item-address{width:450px; }
}
@media screen and (min-width:691px) and (max-width:810px) {
  .item-address{width:350px; }
}
@media screen and (min-width:641px) and (max-width:690px) {
  .item-address{width:300px; }
}
@media screen and (min-width:611px) and (max-width:640px) {
  .item-address{width:270px; }
}
@media screen and (min-width:591px) and (max-width:610px) {
  .item-address{width:250px; }
}
@media screen and (min-width:541px) and (max-width:590px) {
  .item-address{width:270px; }
}
@media screen and (min-width:491px) and (max-width:540px) {
  .item-address{width:230px; }
}
@media screen and (min-width:441px) and (max-width:490px) {
  .item-address{width:370px; }
}
@media screen and (min-width:391px) and (max-width:440px) {
  .item-address{width:320px; }
}
@media screen and (min-width:341px) and (max-width:390px) {
  .item-address{width:270px; }
}
@media screen and (max-width:340px) {
  .item-address{width:100%; }
}




body {
    margin: 0 auto 0 auto;
    font: 0.8em "Open Sans", sans-serif;
    background-image: url("backgroundnew.jpg");
}

A:link {text-decoration: none; color:000000;}
A:visited {text-decoration: none; color:000000;}
A:active {text-decoration: none; color:000000;}
A:hover {text-decoration: underline; color:000000;}

#ccenter
{
    margin: 0 auto 0 auto;

}


.button {
    border: none;
    background: url('szukaj_glowna.jpg') no-repeat;
		width: 100px;
    height: 30px;
   cursor: pointer;
  margin: 5px 0 4px 10px;
}


/*
.button:hover {
    border: none;
    background: url('szukajbuut2.jpg') no-repeat top left;
    padding: 2px 8px;
		width: 112px;
    height: 42px;
    cursor: pointer;
}
*/

.menu {
    margin-left:15px; padding: 0; clear: both;
}
.menu li {
    display: inline; text-align:center;
}
.menu li a {
    width:160px; position:relative;
    background-image:url('bgnoactive.jpg');
    padding: 10px; float:left;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    text-decoration: none; color: #000; font-weight: bold; margin-right: 2px;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
}

.menu li.active a {
    background: #f3f5f6; color:#feb61a;
}

.content {
    margin-top:-1px;
    margin-bottom:5px;
    clear: both;
    background: #ff8100;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8100), to(#FF6C00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ff8100,  #FF6C00); /* for firefox 3.6+ */
    padding-left: 10px;
    border-left: 1px solid #ff8100;
    border-right: 1px solid #ff8100;
    border-top: 1px solid #ff8100;
    border-bottom: 1px solid #ff8100;
    overflow:auto;
    /*
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    */
}



input[type="text"], input[type="password"], textarea, select {
    background: #F4F4F4;
    border-radius:0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
		color:#707070;
    font-family:"Arial",Arial;
    font-size:11pt;
    height:30px;
    border:0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: #feb61a #feb61a #feb61a #feb61a;
    outline: none;
    -moz-box-shadow: 0 0 10px #feb61a;
    -webkit-box-shadow: 0 0 10px #feb61a;
    box-shadow: 0 0 10px #feb61a;
		background: #55555;
		color:#707070;
}

.myButton {
    background:url(szukajbuut.jpg) no-repeat;
    cursor:pointer;
    width: 112px;
    height: 42px;
    border: none;
}


.myButton:hover {
    background:url(szukajbuut2.jpg) no-repeat;

}

#wynikwyszukiwania
{
    margin-bottom:25px;
    background-color:white;
    margin-top:10px;
}


#wynikwyszukiwaniaa
{
    margin-bottom:25px;
    width:640px;
    height:150px;
    float:left;
    font-family:"Verdana",Verdana;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; /* lewy dolny */
    border-bottom-right-radius: 3px;
}



#wynikwyszukiwaniaaxx:hover
{
    font-family:"Verdana",Verdana;
    margin-bottom:25px;
    width:905px;
    height:146px;
    float:left;
    background-color:#f0c224;
    border-left: 3px solid #cdcdcd;
    border-right: 3px solid #cdcdcd;
    border-top: 3px solid #cdcdcd;
    border-bottom: 3px solid #cdcdcd;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; /* lewy dolny */
    border-bottom-right-radius: 3px;
}

#wynikwyszukiwaniab2
{
    margin-bottom:25px;
    width:910px;
    height:150px;
    float:left;
    background-color:#eaeaea;
    font-family:"Verdana",Verdana;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; /* lewy dolny */
    border-bottom-right-radius: 3px;
}

#wynikwyszukiwaniab2:hover
{
    font-family:"Verdana",Verdana;
    margin-bottom:25px;
    width:905px;
    height:146px;
    float:left;
    background-color:#f0c224;
    border-left: 3px solid #cdcdcd;
    border-right: 3px solid #cdcdcd;
    border-top: 3px solid #cdcdcd;
    border-bottom: 3px solid #cdcdcd;
    -webkit-border-top-left-radius: 3px; /* lewy dolny */
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; /* lewy dolny */
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; /* lewy dolny */
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; /* lewy dolny */
    border-bottom-right-radius: 3px;
}

#content-del {
    background-image: url("http://supermechanik.pl/view/images/content.png");
}
#content-del {
    background-repeat: repeat-y;
    min-height: 700px;
    padding-bottom: 21px;
}
#content-container {
    float: left;
    min-height: 100px;
    background-color:white;
}
#menu-gora-strony {
    width:100%;
    background-color: #f1f1f1;
    text-align:center;
}
.item {
    padding: 24px;
    margin-bottom:5px;
    height:150px;
    float:left;

}
.item .preview {
    border: 0px solid #EBECED;
    float: left;
    margin-right: 20px;
/*    width: 178px;*/
}
.item-caption {
    background-color: #EBECED;
    border-top: 1px solid #D9DBDD;
    height: 19px;
    line-height: 19px;
    margin-bottom: 15px;
    padding: 0 18px;
}
.item-caption a {
    display: inline-block;
    float: left;
    width: 70%;
}
.item-caption .more {
    float: right;
    text-align: right;
    width: 30%;
}
.item-caption .more strong {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.more span {
    color: #FFA200;
    text-decoration: none;
}
.item-tags {
    padding-top: 12px;
}
.item-tags a {
    color: #8BA0B4;
}
.item-category {
    color: #8BA0B4;
    line-height: 16px;

    text-align:left;
    float:left;
}
.item-category a {
    color: #8BA0B4;
    text-align:left;"
    line-height: 16px;
    font-weight: bold;
}
.item p {
    line-height: 18px;
    margin-bottom: 14px;
    padding-top: 8px;
}
.mid {
    vertical-align: middle;
}
.item-content {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 10px 0 25px 0;
  float:left;
}
.item-chevron {
padding-top:35px;  float:right;
}
.item-logo {margin:20px;}

#logo-wyniki {float:left; margin-top:10px; margin-bottom:10px;}
#label-wyniki {
  float:left;
	font-family:Arial,Arial;
	font-size:17pt;
	color:#E59100;
	font-weight: 700;
	margin-top:28px;
	margin-bottom:5px;
	margin-left:25px;
	}
#label2-wyniki {
  float:left;
	font-family:Arial,Arial;
	font-size:17pt;
	color:#E59100;
	font-weight: 700;
	margin-top:28px;
	margin-bottom:5px;
	margin-left:25px;
  overflow:hidden;

	}

#right-col-kategorie {
  margin: 0 auto;
  padding: 1px;
  background: #fff;
  font-weight: normal;
}

#right-col {
  float:right; margin-left:0px;margin-bottom:30px;width: 300px;
}
.szukaj-select { margin-left:10px;margin-bottom:8px; padding-left:6px;display:inline-block; }
.szukaj-input-text {margin-left:10px;padding-left:6px;display:inline-block;}

.address {font-weight:normal;color:#000000;display:block;width:400px;}

.nazwa-link {font-weight:bold;color:#000000;display:block; }
.nazwa-link a {font-weight:bold;color:#000000;}

#right-col1 {
  float:right; margin-left:0px;margin-bottom:30px;width: 300px;height: 300px;
}

#section-top-mobile {
  height: 90px;
}
#top-mobile {
  float: right;
  height: 90px;
}
#logo-mobile {
  background-image: url('https://supermechanik.pl/view/images/logo.jpg');
  margin-top: -85px;
  width: 300px;
  height: 175px;

}
