body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #333;
}
a {
	color: #03f;
}
a:hover {
	color: #69f;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #fcd700;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
color:#a9a9a9;
}
textarea:-moz-placeholder {
color:#a9a9a9;
}
*:focus {
	outline: 0;
}
.wrapper {
	width: 960px;
	margin: 70px auto;
}
header {
	width: 960px;
	height: 70px;
	position: fixed;
	z-index: 9999;
	background: #ffffff;
	top: 0;
	-webkit-box-shadow: 0px 10px 20px -20px rgba(0,0,0,1);
	-moz-box-shadow: 0px 10px 20px -20px rgba(0,0,0,1);
	box-shadow: 0px 10px 20px -20px rgba(0,0,0,1);
}
header h1 {
	width: 231px;
	height: 70px;
	line-height: 70px;
	margin-right: 29px;
	background-image: url(../img/set_medikal_logo.png);
	background-size: 231px 50px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
header h1 a {
	display: block;
	text-indent: -9999px;
}
nav {
	width: 700px;
	height: 70px;
	float: left;
	display: table;
	z-index: 9998;
}
nav>ul {
	width: 100%;
	height: 70px;
	display: table-row;
}
nav>ul>li {
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: table-cell;
}
nav>ul>li:hover, nav>ul>li.active {
	background: rgba(0,50,90,0.95);
}
nav>ul>li:hover div.submenu {
	display: block;
}
nav>ul>li:hover a, nav>ul>li.active a {
	color: #ffffff;
}
nav>ul>li>a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
nav>ul>li input {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #eeeeee;
}
.dil {
	width: 30px;
}
.dil a {
	display: block;
	text-indent: -9999px;
	background-size: 24px 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.tr {
	background-image: url(../img/flag_tr.png);
}
.en {
	background-image: url(../img/flag_en.png);
}
.ru {
	background-image: url(../img/flag_ru.png);
}
nav>ul>li.arama:hover, nav>ul>li.dil:hover {
	background: none;
}
div.submenu {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	display: none;
}
div.submenu>ul {
	background: rgba(0,50,90,0.95);
	padding: 15px 0;
	margin: 0 auto;
	display: inline-block;
}
div.submenu>ul>li {
	float: left;
	margin: 0 20px;
	text-align: left;
}
div.submenu>ul>li>a {
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
}
div.submenu>ul>li>a:hover {
	text-decoration: underline;
}
div.submenu>ul>li>ul>li {
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 300;
}
div.submenu>ul>li>ul>li:first-child {
	font-weight: 400;
	color: #17ace3;
}
div.submenu>ul>li>ul>li>a {
	text-decoration: none;
	display: block;
}
div.submenu>ul>li>ul>li>a:hover {
	text-decoration: underline;
}
#open-menu {
	width: 100%;
	height: 35px;
	background: #000000 url(../img/open.png) center center no-repeat;
	display: none;
	cursor: pointer;
}
#close-menu {
	margin: 0;
	height: 45px;
	background: url(../img/close.png) center no-repeat;
	display: none;
	cursor: pointer;
}
.slider {
	margin-top: 0px;
	height: 315px;
}
.slider_urun {
	height: 270px;
	margin-bottom: 50px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.slider_urun .swiper-slide {
	height: 240px;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.slider_urun h2 {
	display: inline-block;
	position: relative;
	background: #17ace3;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin-bottom: 0px;
	color: #005497;
	font-size: 15px;
	font-weight: 700;
}
.slider_urun h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #17ace3;
}
article {
	/*margin-top:70px;*/
	min-height: 300px;
	margin-bottom: 100px;
}
article h1 {
	min-width: 350px;
	display: inline-block;
	position: absolute;
	background: #17ace3;
	line-height: 70px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 24px;
}
article h1:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 30px solid #17ace3;
}
h2 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 20px;
}
p {
	font-weight: 300;
	margin-bottom: 15px;
}
article ul {
	list-style: disc;
	margin-left: 35px;
}
article ul li {
	font-weight: 300;
}
.pad100 {
	padding-top: 100px;
}
.genelTablo {
	border-color: #eeeeee;
	border-width: 0 0 1px 1px;
	border-style: solid;
	margin: 20px 0;
}
.genelTablo thead td {
	font-weight: 700;
	white-space: nowrap;
	background: #fafafa;
}
.genelTablo td {
	border-color: #eeeeee;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 8px;
	vertical-align: middle;
}
/* ÜRÜN TABLO */
.urunTablo {
	width: auto;
	margin: 20px 0;
	padding: 20px 0;
	font-size: 10px;
	line-height: 10px;
	max-width: 960px;
	overflow: scroll;
	clear: both;
}
.urunTablo thead td {
	font-weight: 400;
	white-space: nowrap;
}
.urunTablo td {
	border-right: 2px solid #FFFFFF;
	margin: 0;
	padding: 6px 4px;
	vertical-align: middle;
	font-weight: 300;
	white-space: nowrap;
}
.urunTablo thead tr:nth-child(even) {
	background: #ffffff;
}
.urunTablo thead tr:nth-child(odd) {
	background: rgba(23, 172, 227, 0.2);
}
.urunTablo tbody tr:nth-child(even) {
	background: #ffffff;
}
.urunTablo tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.03);
}
.urunTablo td a {
	color: #0078d4;
	text-decoration: underline;
}
.urunTablo td a:hover {
	color: #000000;
	text-decoration: underline;
}
.renk_kodu {
	width:8px;
	height:8px;
	line-height:8px;
	margin-right:3px;
	display:inline-block;
	vertical-align: middle;
}
.renk_18G {
	color: #f495bd;
	background-color: #f495bd;
}
.renk_19G {
	color: #ffffff;
	background-color: #ffffff;
}
.renk_20G {
	color: #f4ed3b;
	background-color: #f4ed3b;
}
.renk_21G {
	color: #76c79d;
	background-color: #76c79d;
}
.renk_22G {
	color: #505457;
	background-color: #505457;
}
.renk_23G {
	color: #7ec3de;
	background-color: #7ec3de;
}
.renk_24G {
	color: #ffffff;
	background-color: #ffffff;
}
.renk_25G {
	color: #f58531;
	background-color: #f58531;
}
.renk_26G {
	color: #b08060;
	background-color: #b08060;
}
.renk_27G {
	color: #9ba1a4;
	background-color: #9ba1a4;
}
/* ÜRÜN TABLO */

.yuklemeTablo {
	width: auto;
	max-width: 960px;
	overflow: scroll;
	clear: both;
}
.yukTablo td {
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yukTablo input {
	border:1px solid #cccccc;
}
.yukTablo td.tdfull {
	max-width: none;
}
.aracTablo {
	width: 960px;
}
.aracTablo tbody td:nth-child(n+4) {
	text-align: right;
}
input.miktar {
	width: 70px;
}
footer>ul>li {
	float: left;
	width: 152px;
	font-weight: 300;
	padding: 0 10px;
}
footer>ul>li:first-child {
	width: 200px;
	padding: 0;
}
footer ul li {
	font-size: 13px;
	font-weight: 300;
	color: #888888;
}
footer ul li h6 {
	font-size: 14px;
	font-weight: 400;
	margin: 7px 0 5px 0;
}
footer ul li a {
	color: #888888;
	text-decoration: none;
}
footer ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
footer>ul>li:first-child p {
	padding-left: 40px;
	color: #000000;
}
.social {
	height: 18px;
	margin-left: 40px;
}
.social li {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.social li a {
	width: 18px;
	height: 18px;
	line-height: 18px;
	background-image: url(../img/ico_social2.png);
	background-size: 72px 18px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.facebook {
	background-position: 0px 0px;
}
.twitter {
	background-position: -18px 0px;
}
.linkedin {
	background-position: -36px 0px;
}
.instagram {
	background-position: -54px 0px;
}
.triangles {
	width:100%;
	height:auto;
}
#ik * {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
#ik fieldset {
	margin-bottom: 20px;
}
#ik ol {
	list-style: none;
	margin-bottom: 20px;
}
#ik ol li {
	border-top: 1px solid #eee;
	margin: 8px 0;
	padding-top: 8px;
}
#ik legend {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
#ik ol li label {
	margin-right: 20px;
	display: inline-block;
	line-height: 25px;
}
#ik ol li label:first-child {
	width: 180px;
	margin-right: 0;
	display: inline-block;
	float: left;
}
#ik ol li label[for="notlar"], #ik ol li label[for="adres"] {
	float: left;
}
#ik ol li input[type="text"] {
	width: 190px;
	height: 25px;
	margin: 0;
	border: 1px solid #cccccc;
}
#ik ol li input[type="radio"] {
	height: 25px;
	float: left;
	margin-right: 5px;
}
#ik ol li select {
	height: 25px;
	border: 1px solid #cccccc;
	/*
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
	*/
	border-radius: 0;
}
#ik ol li textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #cccccc;
}
#ik ol li input[type="submit"] {
	width: 100px;
	height: 35px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	border-radius: 3px;
}
#ik .elements_holder {
	margin-left: 180px;
}
#ik .elements_holder .base_group {
	margin-bottom: 5px;
}
#ik .elements_holder .labels_group span {
	width: 190px;
	line-height: 25px;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 5px;
}
#ik #ehliyet_sinif {
	width: 25px;
	text-align: center;
}
.urundetay table td {
	padding: 2px 20px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px dotted #cccccc;
}
.urundetay table td strong {
	font-weight: 400;
}
.urundetay table td strong em, .urundetay table td em strong {
	font-weight: 700;
	line-height: 3em;
	font-style: normal;
}
.aramaSonuc {
	width: 100%;
}
.aramaSonuc tbody tr {
	cursor: pointer;
}
.aramaSonuc tbody tr a {
	color: #0078d4;
	text-decoration: none;
}
.aramaSonuc tbody tr a:hover {
	text-decoration: underline;
}
/* Pagination */
.pagination {
	margin: 30px auto 60px auto;
	text-align: center;
	padding: 0 20px;
}
.pagination a {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	color: #494d59;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	background: #fcfcfc;
	border: 1px solid;
	border-color: #d8d8d8 #d1d1d1 #c3c3c3;
	border-radius: 3px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
	background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
	-webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
	margin: 3px;
}
.pagination a:active {
	background: #eee;
	border-color: #c3c3c3 #d1d1d1 #d8d8d8;
	background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.pagination a:focus {
	outline: 0;
}
.pagination span.current {
	padding: 0 10px;
	font-weight: bold;
}
.pagination span.invisible {
	padding: 0 10px;
}
.pagination span.disabled {
	display: none;
}

/* Pagination Son */

/*
.shadow2
{
    position: relative;
}
.shadow2:before, .shadow2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.shadow2:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
*/


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
.wrapper {
	width: 100%;
	margin: 105px auto;
}
header {
	width: 100%;
	height: 105px;
}
header h1 {
	width: 100%;
	float: none;
}
.slider {
	height: auto;
}
.slider_urun {
	height: auto;
}
.slider_urun .swiper-slide {
	height: auto;
}
footer>ul>li {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
footer>ul>li:first-child {
	width: 100%;
}
footer>ul>li:first-child p {
	padding-left: 0;
}
.social {
	width: 120px;
	height: 18px;
	margin: auto;
	margin-bottom: 10px;
}
.social li {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 0;
	margin: 0 5px;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
}
/* MENU */	
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #333333;
	background: rgba(0,0,0,0.90);
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 18px;
}
nav>ul {
	width: 100%;
	height: auto;
	display: block;
}
nav>ul>li {
	width: 100%;
	height: auto;
	line-height: 45px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #444444;
	background: #333333;
}
nav>ul>li:hover, nav>ul>li.active {
	background: #22272d;
}
nav>ul>li:hover div.submenu {
	display: none;
}
nav>ul>li:hover a, nav>ul>li.active a {
	color: #ffffff;
}
nav>ul>li>a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
nav>ul>li.arama {
	padding: 0 20px;
}
nav>ul>li input {
	width: 100%;
	height: 25px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #eeeeee;
}
.dil {
	width: 100%;
}
.dil a {
	display: block;
	text-indent: -9999px;
	background-size: 24px 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.tr {
	background-image: url(../img/flag_tr.png);
}
.en {
	background-image: url(../img/flag_en.png);
}
.ru {
	background-image: url(../img/flag_ru.png);
}
nav>ul>li.arama:hover, nav>ul>li.dil:hover {
	background: none;
}
div.submenu {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	display: none;
}
div.submenu>ul {
	background: #222222;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	-webkit-box-shadow: inset 0px 5px 6px 0px rgba(1, 1, 1, 0.3);
	-moz-box-shadow: inset 0px 5px 6px 0px rgba(1, 1, 1, 0.3);
	-ms-box-shadow: inset 0px 5px 6px 0px rgba(1, 1, 1, 0.3);
	-o-box-shadow: inset 0px 5px 6px 0px rgba(1, 1, 1, 0.3);
	box-shadow: inset 0px 5px 6px 0px rgba(1, 1, 1, 0.3);
}
div.submenu>ul>li {
	float: none;
	margin: 0 20px;
	text-align: center;
	border-bottom: 1px solid #1a1a1a;
}
.urunler div.submenu>ul>li {
	border-bottom: 0px solid #1a1a1a;
}
.urunler div.submenu>ul>li>ul>li {
	border-bottom: 1px solid #1a1a1a;
}
.urunler div.submenu>ul>li>ul>li:first-child, .urunler div.submenu>ul>li>ul>li:last-child {
	border-bottom: 0;
}
div.submenu>ul>li:last-child {
	border-bottom: 0;
}
div.submenu>ul>li>a {
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: 300;
}
div.submenu>ul>li>a:hover {
	text-decoration: underline;
}
div.submenu>ul>li>ul {
	margin-bottom: 20px;
}
div.submenu>ul>li>ul>li {
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 300;
}
div.submenu>ul>li>ul>li:first-child {
	font-weight: 400;
	color: #17ace3;
}
div.submenu>ul>li>ul>li>a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: 300;
	line-height: 35px;
}
div.submenu>ul>li>ul>li>a:hover {
	text-decoration: underline;
}
#open-menu, #close-menu {
	display: block;
}
/* MENU SON */


article h1 {
	width: 100%;
	min-width: 250px;
	position: relative;
	margin-bottom: 0;
	padding: 15px 20px;
	line-height: 35px;
}
article h1:after {
	content: '';
	display: none;
}

/*
article h1 {
	min-width: calc(100% - 50px);
	position: relative;
	margin-bottom: 0;
}
*/

article p, article h2 {
	padding: 0 20px;
}
article img {
	float: none;
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom:20px !important;
}

.urunTablo {
	margin: 20px;
}
.yuklemeTablo {
	margin:0 20px 20px 20px;
	padding:20px 0;
}
.yuklemeTablo .genelTablo {
	margin:0;
}
.aracTablo img {
	width:auto;
	height:30px;
	margin-bottom:0 !important;
}
.pad100 {
	padding-top: 10px;
}

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
html {
	zoom: 0.78;
}
}

@media all and (-webkit-min-device-pixel-ratio: 2), all and (min--moz-device-pixel-ratio: 2), all and (-o-min-device-pixel-ratio: 2/1), all and (min-device-pixel-ratio: 2), all and (min-resolution: 192dpi), all and (min-resolution: 2dppx) {
header h1 {
	background-image: url(../img/set_medikal_logo@2x.png);
}
.tr {
	background-image: url(../img/flag_tr@2x.png);
}
.en {
	background-image: url(../img/flag_en@2x.png);
}
.ru {
	background-image: url(../img/flag_ru@2x.png);
}
.social li a {
	background-image: url(../img/ico_social2@2x.png);
}
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
