/**
 *
 * Ugurcan Omur
 *
 */


/* general styles
----------------------------------------*/
html {
  overflow-x: hidden !important;
}

body {
    width: 100%;
    font: 12px "lato_tr", "Arial", "Helvetica", sans-serif;
    color: #000;
	overflow-x: hidden !important;	
}
   #recaptcha_area input {
        height: auto;
        display: inline;
   }

.margin-right-zero {
	margin: 0 0 0 37px!important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-nav>li>a {
	padding:0;
}

.nav>li>a {
	position: static;
	display: block;
}
ul,ol {
	margin-bottom:0;
}


/* Instagram Timeline */
.instagram {
	width: 100%;
	display: block;
	padding:50px 0;
}

.instagram .inst-logo {
	display: inline-block;
	margin:0 0 20px 0;
}
.instagram .inst-logo img{
	max-width: 200px;
	display: inline-block;
}
.instagram .name {
	min-width: 400px;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing:1px;
	color: #dc0417;
	padding-left: 5px;
}

.instagram .post-img {
	width: 100%;
	display:block;
}
.instagram .bot-post{
	width: 100%;
	padding:20px 0;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.instagram .like-number{
	width:40%;
	color: #222;
	font-weight: 700;
	float: left;
}
.instagram .time{
	width:40%;
	color: #999;
	text-align: right;
	float: right;
}
.instagram .detail-text{
	width: 100%;
	padding: 10px 0;
	display: block;
	float: left;
	color: #222;
	text-align: left;
}
.instagram .detail-text span{
	font-weight: 700;
	padding-right: 5px;
}
.instagram .detail-text .tag{
	font-weight: 300;
}


.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* Red Line */
.red-line {
	padding: 8px 0 6px 0;
}

	ul.lang-list {
		font-size: 16px;
		font-weight: 600;		
	}
	
		ul.lang-list li {
			float: left;
		}
		
		ul.lang-list li a {
			color: #fff;
		}
	
	ul.contact-menu {
		color: #DC0417;	
		font-size: 16px;
		font-weight: 600;
		text-align: right;
	}

		.appilication-logo {
			position: relative;
			display: inline-block;
			top: 4px;
			width: 68px;
			height: 20px;
			background: url("../img/apple.png");
		}
	
		ul.contact-menu > li {
			display: inline-block;
			padding: 0 10px;
		}
		
			ul.contact-menu > li:first-child {
				border: none;
			}
		
		ul.contact-menu > li > a {
			color: #fff;
		}

		ul.social-animated li {
			margin:0 0 0 2px;
			display: inline;
			
		}
		ul.social-animated li a {
			width: 16px;
			height: 16px;
			display: inline-block;
			transition: all 1s ease;
			-webkit-transition: all .6s ease;
			-moz-transition: all .6s ease;
			-o-transition: all .6s ease;
			-ms-transition: all .6s ease;
		}
		
					ul.social-animated li.facebook a,ul.social-animated li.twitter a,ul.social-animated li.youtube a,ul.social-animated li.instagram a,ul.social-animated li.snapchat a {
						background-size: 16px 32px;
					}
		
		ul.social-animated li.facebook a {
			background: url("../img/face.png");
		}
			ul.social-animated li.facebook a:hover {
				background-position-y: -16px;
			}		
		ul.social-animated li.twitter a {
			background: url("../img/twi.png");
		}
			ul.social-animated li.twitter a:hover {
				background-position-y: -16px;
			}			
		ul.social-animated li.youtube a {
			background: url("../img/you.png");
		}	
			ul.social-animated li.youtube a:hover {
				background-position-y: -16px;
			}
		ul.social-animated li.instagram a {
			background: url("../img/inst.png");
		}	
			ul.social-animated li.instagram a:hover {
				background-position-y: -16px;
			}
		ul.social-animated li.snapchat a {
			background: url("../img/snap-head.png");
		}	
			ul.social-animated li.snapchat a:hover {
				background-position-y: -16px;
			}
				
	
	.lang-flag-list {
		position: relative;
		top: 6px;
		
	}
	.lang-flag-list > a {
		width: 23px;
		height: 18px;
		padding-bottom: 3px;
		display: inline-block;
		background: url("../img/tr.png") no-repeat;
	}
	
		.lang-flag-list a {
			background-size: 23px 15px!important;
		}
	
	.lang-flag-list:hover {
		background: url("../img/up.png") no-repeat center bottom;			
	}
	
	.lang-flag-list:hover .lang-drop {
		display: block;
	}
	
	.lang-drop {
		display: none;
		width: 92px;
		left: 0;
		top: 21px;
		margin-left: -33px;
		position: absolute;		
		z-index: 5;
		padding: 10px 5px 5px 5px;
		border: solid 1px #DC0417;
		background: #fff;	
		
	}
	
	.lang-drop li {
		margin: 0 0 0 5px!important;
		
	}
	
		.lang-drop li:first-child {
			margin: 0!important;
		}
		
		.lang-drop li a {
			width: 23px;
			height: 15px;
			display: inline-block;		
		}
		
		.tr-flag {
			background: url("../img/tr.png") no-repeat !important;
		}
		.en-flag {
			background: url("../img/en.png") no-repeat !important;
		}		.de-flag {
			background: url("../img/de.png") no-repeat !important;
		}
		.ch-flag {
			background: url("../img/ch.png") no-repeat !important;
		}		

/* Navigation */
.navigation-cap {
	padding: 20px 0 38px 0;

}
.logo {
	height: 119px;
	margin-top: -47px;
	position: absolute;
	z-index: 5;

}
.logo a {
	width: 100%;
	height: 100%;
	display: block;	
	background-size: 224px 119px;
	background: url("../img/logoc.png") no-repeat 10px center;
}		

.navbar-header {
	background: #eee;
}

ul.navigation-list {
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	right: 15px;
}

	ul.navigation-list > li {
		float: left;
		margin:0 15px;
		position: relative;
	}
	
	ul.navigation-list > li:hover .navigation-drop-down {
		display: block;
	}
		.height-19 {
			height: 19px;
		}
		.navigation-drop-down {
			display: none;
			position: absolute;
			background: #fff;
			padding: 10px;
			z-index: 10;
			min-width: 200px;
			margin-left: -50px;
			font: 16px "lato_tr";
			border: solid 1px #DC0417;
		}
			
			.navigation-drop-down li:hover {
				background: #bccf00!important;
			}
			.navigation-drop-down li:hover a {
				text-decoration: none!important;
				color: #FFFFFF!important;
			}
		.navigation-drop-down li a {
			color: #666666;
			display: block;
			text-align: center;
			padding: 5px 0;				
		}
		ul.navigation-list > li:first-child {
			margin-left: 0;
		}

	ul.navigation-list > li > a {
		color: #666666;
	}
	
	ul.navigation-list > li a:hover {
		background: none;
	}
	
	ul.navigation-list > li a:hover {
		color: #DC0417;
	}

	ul.navigation-list li a.active-nav{
		color: #bccf00;
	}
/* Slider */
.slider {
	position: relative;
	text-align: center;
	border-top: solid 1px #DC0417;
}

		
	.rsABlock {
		width: 400px;
		margin: 0 0 15px 50px;
		left: 50%!important;
		top: auto!important;
		bottom: 0!important;
		text-align: left;
		font-size: 15px;
	}

		.rsABlock a {
			color: #000;			
			font-size: 20px;
			font-weight: 700;
		}


		.rsABlock a:hover {
			text-decoration: none;
		}


.videonumberbox {
	width: 40px;
	height:40px;
	margin-top:-2px;
	text-align:center;
	line-height: 40px;
	background:#bccf00 ;
	color: #fff;
	font-size: 24px;
	float: left;
	font-weight: 600;
	font-family:Arial;
}

/***************
*
*  2. Bullets
*
****************/
	.rsMinW .rsBullets {
		bottom: 0;	
		width: 100%;
		position: absolute;		
		margin-right: auto;		
	}		


	.rsMinW .rsBullet {
		width: 12px;
		height: 12px;
		margin: 7px 5px;
		cursor: pointer;
		display:inline-block;
	}
	.rsMinW .rsBullet span {
		width: 12px;
		height: 12px;
		display: block;		
		border-radius: 50%;
		background: #DC0417;
		border: solid 1px #fff;
	}				
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFFFFF;
	border: solid 2px #DC0417;}

/* Content */

.content {
	border-top: solid 1px #DC0417;
	padding: 80px 0;
}
	
	
	.content-p {
		margin-top: 45px;
	}
	
	.big-title {
		color: #bccf00;
		font-size: 35px;
		font-weight: bold;
	}
	
	.news-date {
		display: block;
		font-size: 11px;
	}
	
	.p-red {
		color: #DC0417;
		font-weight: 700;
	}
	
	p.paraph {
		color: #858585;
		padding-top: 10px;
		font-size: 15px;
		line-height: 25px;
	}
	

/* News Area */
.news-area .big-title {
	font-size: 25px;
}

	.news-area .content-p {
		margin-top: 0px;
		padding: 0px 40px 0px 15px;
	}
	

	
	.cig-kofte .content-p {
		margin-top: 0;
	}
	
	.news-text {
		position: relative;
	}
	

/* Table */
.satis-noktalari-table {
	word-break: break-word;
}
.satis-noktalari-table tr {
	height: 70px;
}

.satis-noktalari-table tr td {
	vertical-align: middle!important;
} 

.satis-noktalari-table tr td.servis-kontrol {
	padding: 0 15px;
	text-align: center;
}

.table-title {
	font-size: 20px;
	font-weight: 600;
	padding:10px 10px;
	display: inline-block;
}

.table {
	border: solid 1px #ccc;
	margin-top: 10px;
}

	.table-tr:first-child {
		border-top: none;
	}
	
	.table-tr {
		border-top: solid 1px #ccc;
	}
		.table-tr:nth-child(even){
			background: #eee;
		}
	
	.table-td-70 {
		padding: 15px 15px;
		width: 70%;
		border-right: solid 1px #ccc;
	}
	
	.table-td-30 {
		padding: 15px 10px;
		width: 30%;
		float: right;
	}
/* About Box */
.sl {
	background: #bccf00;
	padding: 50px 0;
	border-top: solid 1px #DC0417;
	text-align: center;
	font-family: 'Courgette', cursive;	
	color: #fff;
	font-size: 30px;
}

.sl p {
	margin:0 !important;
}
.about-box {
	margin-top: 30px;
}


/* Certificate */
.cer {
	position: relative;
	margin-bottom: 20px;
	height: 200px;
	overflow: hidden;
}
	.cer:hover .cer-info {
		display: block;
	}

	.cer-info {
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		text-align: center;
		padding-top: 70px;
		left: 0; top: 0;		
		background: rgba(191,209,11,0.9);
	}
	
	.cer-info a {
		color: #fff;
		font-weight: 700;
		font-size: 23px;
		text-decoration: none;
	}
	
	
/* Identity */
.identity-p {
	text-align: center;
	border-bottom: solid 1px #b4b4b4;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

	.identity-p p.paraph {
		padding-top: 0;
	}

	.identity-button {
		display: inline-block;
		width:	100px;
		height:	130px;
		margin-bottom: 20px;
		background: url("../img/down.png") no-repeat left;
	}
	
		.identity-button:hover {
			background: url("../img/down.png") no-repeat right;		
		}

	.identity-logos {
		height: 165px;
		background: url("../img/kimlik.png") no-repeat center center;
	}
	


.prmap{
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
}
	

/* HR Form */
.hr-form input,textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	border: solid 1px #bccf00;
}		

.hr-form input:hover,.hr-form textarea:hover{
	border-color: #DC0417;
}

	.hr-form textarea {
		height: 120px;
	}
	
	.hr-form input[type="file"]{
		border: none;
	}
	
		.hr-form p {
			text-align: center;
			padding: 20px;
			border: solid 1px #bccf00;
		}
	
	.hr-form input[type="submit"],
	.modal-footer button{
		width: 25%;
		float: right;
		background: #bccf00;
		color: #fff;
		font-size: 16px;
	}
	
	.hr-form input[type="submit"]:hover,
	.modal-footer button:hover{
		background: #DC0417;;
	}	

	.modal-footer button {
		border: none;
		padding: 7px 0;
	}

/* Contact Form */
.captcha-div {
	float: left;
}

.contact-form ul {
	font-family: 'lator_tr' sans-serif;
	color: #858585;
}

	.contact-form  .col-sm-4 {
		padding-bottom: 25px;
	}

	.contact-form .table-td-33 {
		width: 33%;
		float: left;
		padding: 10px;
		font-size: 13px;
		line-height: 20px;
		color: #333333;
	}

.styled-select select {
   background: transparent;
   width: 100%;
   height:20px;
   color:#999;
   padding-top:0px;
   padding-left:0px;	
   font-size: 12px;
   font-weight:400;
   outline: none;
   border: 0;
   line-height: 1;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   }
  
.styled-select {
	height:40px;
	width: 100%;
	margin-bottom:10px !important;	
	overflow: hidden;
	background: url(../images/bg/arrow.png) no-repeat 99% #fff;
	border: 1px solid #000;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
 
   }
   	
/* Promo Image */
.promo-image2 {
	width: 100%;
	height: 200px;
	background: url("../img/promo.jpg");
	border-top: solid 1px #DC0417;
}	
	.product-cap {
		padding-top: 30px;
		padding-bottom: 0;
	}	

		.product-box {
			margin-top: 30px;
		}
	
	.product-box:nth-child(1), .product-box:nth-child(2){
		margin-top: 0;
	}
	
		.product-box {
			position: relative;
		}

		
			.product-box .big-title {
				font-size: 24px;
			}
			
			.product-box .paraph {
				font-size: 15px;
				color: #707070;
			}
			
			.product-box img {
				border: solid 1px #a7cb45;
			}
			.product-detail {
				height: 187px;
			}
			
			.product-box .pro-price {
				position: absolute;
				left: 0; bottom: 0;
				font-size: 27px;
				font-weight: 700;
				color: #DC0417;
				padding: 0px 0px 10px 20px;
				/*background: url("../img/tl.png") no-repeat 14px 2px;*/				
			}
/* Carousel */
.carousel {
	margin: 30px 0;
}

	.carousel-image {
		min-height: 273px;
	}

	.carousel-image img {
		border: solid 1px #bccf00;
		border-bottom: none;
	}
	
	.carousel-information {
		height: 200px;
		padding: 30px;
		position: relative;
		margin: 35px 0 0 0;
		border: solid 1px #bccf00;
	}
	
	.carousel-information .carousel-title {
		color: #DC0417;
		font-size: 32px;
		text-transform: UPPERCASE;		
		font-weight: 600;
	}

	.carousel-information p {
		color: #666666;
		font-size: 15px;
		padding-top: 5px;
	}
	
	.carousel-information a {
		color: #000;
		font-size: 16px;
		font-weight: 600;	
		position: absolute;
		left: 30px; bottom: 26px;
		text-decoration: none;
		text-transform: UPPERCASE;
	}
	


.carousel .rsTabs {
	right: 0; bottom: 0;
	margin: 0 43px 68px 0;
	position: absolute;	
}
.carousel .rsNavItem{
	float: left;
}

.carousel .rsNavItem span {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 2px;
	border-radius: 50%;	
	background: #DC0417;
	text-indent: -9999px;
	cursor: pointer;
}

	.carousel .rsNavSelected span {
		background: #bccf00;
	}	

	
/* Box area */
.box-container div div {
	font-size: 20px;	
	font-weight: 600;
	height: 200px;
	padding: 50px 0 0 160px;
	line-height: 27px;
	position: relative;
	border: solid 1px #bccf00;
	text-align: left;
}

	.box-title {
		font-weight: 500;
	}
	.box-container div div:hover {
		border-color: #DC0417;
	}
		
		.box-container div div:hover .box-title {
			background: #DC0417;	
		}

.box-title {
	width: 100%;
	color: #fff;
	position: absolute;
	text-align: center;
	padding: 10px 0px;
	left: 0; bottom: 0;
	background: #bccf00;	
}

.box-container div a {
	color: #DC0417;
	font-size: 32px;
	text-decoration: none;	
}
.box-container div:first-child div {
	padding: 50px 0 0 175px;
}
.box-container div:last-child div {
	padding: 50px 0 0 180px;
}


	.box-shop div {
		background: url("../img/bayi.png") no-repeat 20px 30px;
		background-size: 130px 101px;
	}
	.box-quality div {
		background: url("../img/kalite.png") no-repeat 30px 20px;
		background-size: 97px 110px;			
	}
	.box-point div {
		background: url("../img/enyakin.png") no-repeat 30px 30px;
		background-size: 123px 100px;			
	}	

	
.green {
	width: 100%;
	height: 10px;
	margin: 35px 0 15px 0;
	border-bottom: solid 1px #bccf00;
}

.twit-box {
	min-height: 70px;
	margin: 30px 0 20px 0;
	border: solid 1px #bccf00;
	background: url("../img/twitb.png") no-repeat left center;
}

.twit-box p {
	padding-left: 120px;
	padding-right: 20px;
}



.twitter-timeline {
	width: 100%;
}

/* Satis Noktalari */
.select-title {
	display: block;
	text-align: left;
	padding: 10px;
	cursor: pointer;
	border: solid 1px #bccf00;
	background: url("../images/bg/arrow.png") no-repeat 95% center;
	margin-bottom:  15px;
}

	.list-select ul {
		display: none;
		background: #ffffff;
		height: 200px;
		border: solid 1px #bccf00;
		margin-top: -16px;
		width: inherit;
		overflow-y: scroll;
		position: absolute;
		z-index: 5;
	}

	.list-select ul li a {
		display: block;
		text-align: left;
		padding: 10px;
		border-top: solid 1px #eee;
		color: #666;
	}

		.list-select ul li a:hover {
			text-decoration: none;
			background: #eee;
		}

		.list-select ul li:first-child a {
			border: none;
		}
}

/*===== PAGINATION _______*/
.paginations{
	width:100%;
	padding:0;
	display: block;
	overflow: hidden;
	margin:30px auto;
	
}

.paginations ul{
	
}

.paginations li{
	float: left;
	list-style: none;
	margin-right:1px;
	margin-bottom: 1px;	
	background:#bccf00;
	width: 30px;
	height: 30px;
	
	
}
.paginations li a{
	color: #000;
	text-align: center;
	float: left;
	width: 30px;
	height: 30px;
	line-height:30px;
    font-size:12px;    
	font-weight:400; 	
    padding:0px;
    
}
.paginations li a:hover{
	color:#fff;
	background:#000;
	text-decoration: none;
}
.paginations li a.active{
	color:#fff;
	background:#000;
}
.paginations li:first-child a{
    text-align: center;
    border:none;
    float: left;
    background: #bccf00;
    color:#000;
    padding:0px;
    margin-right:1px;
    height:30px;  
}
.paginations li:last-child a{
    text-align: center;
    background: transparent;
    border:none;
    height:30px;
    color:#000;  
}
.paginations li:first-child a:hover{}
.paginations li:last-child a.active{
	color:#000;
	background:#bccf00;
}
.paginations li:first-child a.active{
	color:#000;
	background:#bccf00;
}


/* Footer */
.footer {
	font-size: 25px;
	color: #DC0417;
	font-weight: 600;
	padding: 10px 0;
}

	.footer-logo {
		top: -7px;
		width: 100px;
		height: 100px;
		display: block;		
		position: relative;
		background-size: 100px 100px;
		background: url("../img/amblem.png");
	}
	
	.relative-top {
		position:relative;
		top: 20px;
	}
	
	.footer-social {
		width: 240px;
		margin: 0 auto;
	}
	.footer-social li{
		display: inline;
		margin:0 5px;
	}
	.footer-social li a {
		width: 35px;
		height: 35px;
		text-indent: -9999px;
		display: inline-block;
		transition: all 1s ease;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
		-o-transition: all .6s ease;
		-ms-transition: all .6s ease;			
	}

		.footer-facebook {
			background: url("../img/fb2.png");
		}
			.footer-facebook:hover {
				background-position-y: -35px;
			}		
		.footer-twitter {
			background: url("../img/tw2.png");
		}
			.footer-twitter:hover {
				background-position-y: -35px;
			}		
		
		.footer-youtube {
			background: url("../img/yo2.png");
		}	
			.footer-youtube:hover {
				background-position-y: -35px;
			}
		
		.footer-instagram {
			background: url("../img/ins2.png");
		}	
			.footer-instagram:hover {
				background-position-y: -35px;
			}
			
		.footer-snapchat {
			background: url("../img/snap2.png");
		}	
			.footer-snapchat:hover {
				background-position-y: -35px;
			}		
		
		.footer-facebook,.footer-twitter,.footer-youtube,.footer-instagram,.footer-snapchat {
			background-size: 35px 70px;
		}	
	.text-align-right {
		text-align: right;
	}	
	
.footer-red {
	color: #fff;
	padding: 10px 0;	
	font-weight: 400;
	background: #DC0417;	
}

.footer-no {
	color: #DC0417;
}

.medyaon-logo {
	display: inline-block;
	width: 84px;
	height: 15px;
	background-size: 84px 30px;
	background: url("../img/medyaon.png");
		transition: all 1s ease;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
		-o-transition: all .6s ease;
		-ms-transition: all .6s ease;	
}

.medyaon-logo:hover {
	background-position-y: -15px;
}


/* landing styles
----------------------------------------*/
.landing-header {
	border-bottom: solid 1px #DC0417;
	padding: 50px 0;
}

.landing-header a.logo {
	display: block;
	width: 224px;
	height: 119px;
	position: absolute;
	left: 50%; bottom: 0;
	margin-left: -112px;
	margin-bottom: -64px;
	background: url("../img/logoc.png");
}

.landing-header ul {
	float: right;
	color: #DC0417;
	font-size: 16px;
	font-weight: 600;
}

.landing-header li {
	float: left;
	margin-left: 7px;
}

.landing-header-social a {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.landing-header-social.facebook a{
	background: url("../img/face.png");
}

.landing-header-social.twitter a{
	background: url("../img/twi.png");
}

.landing-header-social.youtube a{
	background: url("../img/you.png");
}

.landing-content {
	margin-top: -1px;
	/*border: solid 1px #DC0417;*/
}

.landing-content p {
	color: #858585;
	padding: 6px 0;
	font-size: 15px;
	line-height: 25px;
}

.landing-content h1 {
	color: #bccf00;
	padding:30px 0;
	font-size: 32px;
	text-align: center;
	line-height: 25px;
	margin-top: 100px;	
}

.landing-content h2 {
	color: #000;
	padding:30px 0;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;	
}

.landing-part1 {
	padding: 42px 0;
	background: #bccf00 url("../images/oses-franchise-bg.jpg") no-repeat;
}

.landing-part1 h1 {
	margin: 0;
	color: #fff;
	font-size: 80px;
	margin-top: 60px;
	text-shadow: 2px 2px 0px #DC0417;
}

.landing-part1 h2 {
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 1px 0px #DC0417;
}

.landing-part1 .register-form {
	width: 338px;
	background: #DC0417;
	padding: 10px;
	float: right;
	text-align: center;
}

.landing-part1 .register-form h4 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: solid 1px #fff;
	text-align: center;
}

.landing-part1 .register-form input[type="text"],
.landing-part1 .register-form textarea {
	width: 100%;
	padding: 10px;
	background: #fff;
	margin: 2px 0;
}

.landing-part1 .register-form input[type="submit"] {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
	background: #bccf00;
	margin: 0 auto;
}

.landing-title {
	padding: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	background: #DC0417;
	margin-bottom: 15px;
}

.sube-gallery {
	margin-bottom: 15px;
}

.sube-gallery .cer {
	height: 200px;
}

.landing-part4 {
	padding-bottom: 15px;
}
.landing-footer {
	color: #fff;
	padding: 25px 0;
	margin-bottom: 25px;
	background: #DC0417;
	position: relative;
}

.landing-footer span.f-logo {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0; top: 0;
	margin-left: 15px;
	margin-top: -40px;
	background: url("../img/amblem.png");
}

.landing-footer p {
	margin-left: 130px;
}

@media (max-width: 1200px){
.hr-form input[type="submit"] {
	width: 40%;
}	
	ul.navigation-list {
		font-size: 15px;
	}
	
	ul.navigation-list li {
		margin:0 9px;
	}

	.logo {
		height: 100px;
		margin-top: -33px;
	}	
	
	.logo a {
		background-size: 200px 100px;
	}
	
	
	.carousel-image {
		min-height: 222px;
	}
	
	.carousel-information {
		height: 180px;
		margin: 17px 0 0 0;
		padding-top: 26px;
	}
	
	.box-container div div {
		padding: 35px 0 0 140px;
	}
	
	.box-container div div {
		height: 170px;
	}
		.box-title {
			padding: 5px 0;
		}
			
		.box-container div:first-child div {
			padding: 35px 0 0 160px;
		}
		.box-container div:last-child div {
			padding: 35px 0 0 145px;
		}
	
	.box-container div div a {
		font-size: 25px;
		line-height: 22px;
	}
		.box-shop div {
			background: url("../img/bayi.png") no-repeat 30px 25px;
			background-size: 106px 81px;
		}
		.box-quality div {
			background: url("../img/kalite.png") no-repeat 30px 20px;
			background-size: 79px 90px;
			
		}
		.box-point div {
			background: url("../img/enyakin.png") no-repeat 25px 30px;
			background-size: 98px 80px;			
		}		
		
	.carousel-information .carousel-title {
		font-size: 26px;
	}
	.carousel-information p {
		padding-top: 0;
	}
	
	.carousel .rsTabs {
		margin:0 43px 57px 0;
	}
	
	.box-container div a {
		font-size: 27px;
	}	

	.cer-info {
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		text-align: center;
		padding-top: 50px;
		left: 0; top: 0;		
		background: rgba(191,209,11,0.9);
	}
	
	.cer-info a {
		color: #fff;
		font-weight: 700;
		font-size: 20px;
	}
	
	.rsABlock {
		width: 300px;
		margin: 0 0 5px 35px;
		font-size: 12px;
	}

		.rsABlock a {
			font-size: 17px;
		}		

	
}

@media (max-width: 990px){

	.satis-noktalari-table { font-size: 9px; }


	ul.navigation-list {
		font-size: 11px;
	}
	
	ul.navigation-list li {
		margin:0 7px;
	}	

	ul.navigation-list li a {
		font-size: 10px;
	}
	
	.lang-drop {
		margin-left: -70px;
	}
	
	.lang-flag-list:hover {
		background: url("../img/up.png") no-repeat 11px bottom
	}
	
	.logo {
		height: 100px;
		margin-top: -30px;
	}	
	
	.logo a {
		background-size: 150px 76px;
	}
	
	.promo-detail {
		margin-right: 370px;
		bottom: -40px;
		width: 250px;
	}
	
		.promo-detail p {
			font-size: 10px;
			margin-bottom: 4px;
		}
		
		.promo-button {
			font-size: 12px!important;
		}
		
		.slider .bx-default-pager div a {
			width: 10px;
			height: 10px;
			border-width: 1px;
		}		
		
	
	.box-container div div {
		height: 120px;
	}
		.box-title {
			padding: 2px 0;
		}
			
	.box-container div div {
		padding: 16px 0 0 100px!important;
	}

	
	.box-container div div a {
		font-size: 20px;
		line-height: 17px;
	}
		.box-shop div {
			background: url("../img/bayi.png") no-repeat 30px 20px;
			background-size: 64px 50px;
		}
		.box-quality div {
			background: url("../img/kalite.png") no-repeat 30px 15px;
			background-size: 53px 60px;
			
		}
		.box-point div {
			background: url("../img/enyakin.png") no-repeat 25px 20px;
			background-size: 62px 50px;			
		}	

	
	.carousel-information {
		height: 140px;
		margin-top: 13px;
		padding: 15px 20px 0 20px;
		border: solid 1px #bccf00;
	}	

		.carousel-information .carousel-title {
			font-size: 22px;
		}	
		
		.carousel-information p {
			padding-top: 5px;
			font-size: 12px;
		}
		
		.carousel-information a {
			left: 20px;
			bottom: 16px;
			font-size: 14px;
		}
		
		.carousel .rsTabs {
			margin: 0 35px 24px 0;
		}
		
		.twit-box {
			min-height: 50px;
			background-size: 61px 50px;
		}
			
		
.footer-red {
	font-size: 11px;
}		
	.box-title {
		font-size: 16px;
	}
	.content-p {
		margin-top: 0px;
	}	
	

	.carousel-image {
		min-height: 167px;
		text-align: center;
	}	
	
	.carousel .rsTabs {
		bottom: 6%;
	}
	
	
	.box-container div div {
		padding: 40px 0 180px 0;	
	}
	

	.cer-info {
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		text-align: center;
		padding-top: 35px;
		left: 0; top: 0;		
		background: rgba(191,209,11,0.9);
	}	
		
			.product-box .big-title {
				font-size: 14px;
			}
			
			.product-box .paraph {
				font-size: 10px;
				color: #707070;
				line-height: 10px;
			}
			
			.product-box img {
				border: solid 1px #a7cb45;
			}
			.product-detail {
				height: 108px;
			}
			
			.product-box .pro-price {
				position: absolute;
				left: 0; bottom: 0;
				font-size: 17px;
				font-weight: 700;
				color: #DC0417;
				padding: 0px 0px 5px 32px;
				/*background: url("../img/tl.png") no-repeat 14px 0px;*/
				background-size: 15px 20px;
			}	

	.rsABlock {
		width: 270px;
		margin: 0 0 3px 25px;
		font-size: 9px;
	}


	.rsABlock p {
		margin-bottom: 0;
	}


		.rsABlock a {
			display: block;
			font-size: 14px;
			margin-bottom: 10px;
		}	

		

	
}

@media (max-width: 767px){
	.logo {
		width: 100%;
	}
	
	.logo a {
		background-size: 157px 73px;
	}	
	.navbar-header {
		background: none;
	}
	
		.navbar-r {
			position: relative;
			z-index: 6;
		}
	
		.navbar-toggle {
			border-radius: 0;
		}
		
		.navbar-toggle .icon-bar {
			background: #DC0417;
			height: 4px;
		}
	ul.navigation-list {
		width: 100%;
		background: #fff;
		padding: 10px;
		z-index: 3;
		text-align: right;
	}
			.navigation-drop-down {
				position: static;
				border: none;
				padding: 0;
				margin: 0;
				font-size: 12px;
			}
			
			.navigation-drop-down li {
				margin: 0!important;
			}
			.navigation-drop-down li a {
				padding: 7px 20px 7px 0;
				text-align: right;
			}
			
			.height-19 {
				display: none;
			}
	ul.navigation-list li {
		float: none;
		font-size: 14px;
		margin: 0px 37px 0px 0!important;
	}	
		
	.logo {
		margin-top: -25px;
	}	

	.red-line {
		padding: 0;
	}
	
.box-container div div {
	margin-bottom: 0!important;
}	

.footer-logo {
	background-size: 75px 75px;
}

.footer {
	padding: 0;
}
	.red-line .col-lg-3 {
		display: none;
	}
	
		.red-line .col-lg-9 {
			background: #DC0417;
		}
		
		.contact-menu {
			padding: 8px;
			background: #DC0417;		
		}
		
		.lang-list {
			position: absolute!important;
			top: 2px;
			left: 15px;
		}
		
		.lang-flag-list > a {
			border: solid 2px #fff;
		}
		
		.header-phone {
			color: #fff;
			position: absolute;
			right: 0;
		}
		
		.header-phone {
			color: #fff!important;
			position: absolute;
			right: 0;
		}
		
		ul.navigation-list {
			position: static!important;		
			padding:0;
		}
		
		ul.navigation-list li {
			margin: 0!important;
		}
		
		.navbar-nav {
			margin: 7,5px 0;
		}
		
		.navigation-cap {
			padding: 15px 0 15px 0;
		}
		
		.navigation-cap {
			border-bottom: solid 1px #DC0417;
		}
		
		.lang-drop {
			width: auto;
			padding: 5px;
			margin-left: -5px;
			top: 18px;
			z-index: 10;			
		}
		
			.lang-drop li {
				margin: 0!important;
			}

	.rsABlock {
		width: 250px;
		margin: 0 0 -5px 20px;
		font-size: 9px;
	}

		.rsABlock a {
			font-size: 12px;
		}	


	
}

@media (max-width: 320px){
.landing-part1 {
	padding: 20px 0;
}

.appilication-logo {
	top: 0;
	left: -30px;
}

.satis-noktalari-table tr {
	font-size: 8px;
	height: auto;
}

.big-title {
	display: block;
	padding-top: 15px
}

.box-container div div {
	margin-top: 10px;
}

.box-container div:first-child div {
	margin-top: 0;
}
	.red-line {
		padding: 0;
	}
	
	.red-line .col-lg-3 {
		display: none;
	}
	
		.red-line .col-lg-9 {
			background: #DC0417;
		}
		
		.contact-menu {
			padding: 8px;
			background: #DC0417;		
		}
		
		.lang-list {
			position: absolute!important;
			top: 2px;
			left: 15px;
		}
		
		.lang-flag-list > a {
			border: solid 2px #fff;
		}
		
		.header-phone {
			color: #fff;
			position: absolute;
			right: 0;
		}
		
		.header-phone {
			color: #fff!important;
			position: absolute;
			right: 0;
		}
		
		ul.navigation-list {
			position: static!important;		
			padding:0;
		}
		
		ul.navigation-list li {
			margin: 3px 0!important;
		}

			.height-19 {
				display: none;
			}			
		
		.navbar-nav {
			margin: 7,5px 0;
		}
		
		.navigation-cap {
			padding: 15px 0 15px 0;
		}
		
		.navigation-cap {
			border-bottom: solid 1px #DC0417;
		}
		
		.lang-drop {
			width: auto;
			padding: 5px;
			margin-left: -5px;
			top: 18px;
			z-index: 10;
		}
		
			.lang-drop li {
				margin: 0!important;
			}
			
		
		
	.logo {
		margin-top: -20px;
	}
	
	.logo a {
		background-size: 120px 60px!important;
		background: url("../img/logom.png") no-repeat 15px center;		
	}
	
		.social-animated {
			display: none;
		}
		
		.slider .bx-default-pager div a {
			width: 10px;
			height: 10px;
			border-width: 1px;
		}
		
		.slider .bx-default-pager{
			bottom: 3px;
		}
		
	.box-title {
		background: none;
		color: #bccf00;
		text-align:left;	
		font-size: 14px;
		left: 100px;
		bottom: 10px;
	}		
	
	.box-container div div {
		padding-top: 50px;
		margin-top: 10px;
	}
	
	.box-container div:first-child div {
		margin-top: 0;
	}

		.box-shop div {
			background: url("../img/bayi.png") no-repeat 17px 14px;
			background-size: 64px 50px!important;
		}
		.box-quality div {
			background: url("../img/kalite.png") no-repeat 26px 14px;
			background-size: 44px 50px!important;
			
		}
		.box-point div {
			background: url("../img/enyakin.png") no-repeat 18px 14px;
			background-size: 62px 50px!important;			
		}	
		
	.box-container div div:hover .box-title {
		background: none!important;
	}

	.box-container div div {
		height: 80px;
		padding-top: 21px!important;
		margin-bottom: 10px;		
	}
	
	.box-container div div a {
		font-size: 23px;
	}
	
	.carousel .rsTabs {
		bottom: 4%;
		margin: 0 35px 6px 0;

	}
	
	.carousel-information {
		border-top: none;
		margin-top: 0;
	}

	
	.carousel-information p {
		font-size: 11px;
	}

	
	.footer-logo-r {
		display: none;
	}
	
	.footer-no {
		display: none;
	}
	.footer-social {
		margin: -20px auto 35px auto;
	}
	
	.footer-red .col-xs-6:first-child {
		display: none;
		float: none;
	}	
	
	
	.footer-red .col-xs-6 {
		width: 100%;
		text-align: center;
	}

	.promo-image2 {
		height:100px;
		background-size: 960px 100px;
	}
	

	.product-box:nth-child(2){
		margin-top: 30px;
	}	
	
	.product-cap {
		padding-top: 30px;
	}

	.about-box .content-p {
		padding-top: 10px;
	}

	.rsABlock {
		display: none!important;
	}


	.rsMinW .rsBullet {
		width: 8px;
		height: 8px;
		margin: 3px 10px;
		cursor: pointer;
	}
	.rsMinW .rsBullet span {
		width: 8px;
		height: 8px;
		display: block;		
		border-radius: 50%;
		background: #DC0417;
		border: solid 1px #fff;
	}
	
	.twit-box p {
        padding-left: 65px;
        overflow: hidden;
    }			

	.footer-social {
		top: 20px!important;
	}	

	.landing-part1 .register-form {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 600px){
	
	.footer-logo-r {
		display: none;
	}
	
	.footer-no {
		display: none;
	}	
	.footer-social {
		top: -10px;
	}	

}
@media (min-width: 320px) and (max-width: 767px){

	.box-container div div {
		font-size: 15px;
		margin-bottom: 10px;
	}	
	.footer-logo {
		width: auto;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.rsABlock {
		display: none!important;
	}		
	
	.footer-no {
		padding: 5px 0;
		text-align: center!important;
	}

}


.servis-on {
	background: url("../img/paket.png") no-repeat center center;
}

/* Flex Bom */
.flexBom {
	display: none;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 9999;
	position: relative;
	font-family: "lato_tr"!important;
}


.isAndroid {
	background: #fff url("../img/android.png") no-repeat center 110px;
}

.isiphone {
	background: #fff url("../img/Group-1.png") no-repeat center 110px;
}
.flexBom a {
	display: inline-block;
	width: 230px;
	height: 68px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/copy in UIWebView */		
}
	.android-link {
		bottom: 160px;
		margin-bottom: 30px;
		background: url("../img/Google-Play.png") no-repeat center;		
	}

	.apple-link {
		bottom: 160px;
		margin-bottom: 30px;
		background: url("../img/Apple-Store.png") no-repeat center;		
	}
	.oses-link {
		position: absolute;
		bottom: 70px;
		background: url("../img/Group-2.png") no-repeat center;				
	}
	.oses-link:after {
		content: '';
		left: 0;
		top: -25px;		
		position: absolute;
		width: 100%;
		height: 1px;
		background: #7b7371;
	}
.flexBom {
	color: #fe0000;
	font-weight: 300;
	font-size: 25px;
	padding-top: 20px;
}






.franchise-form-box {
	padding: 10px;
	margin-bottom: 10px;
	background: #DC0417;	
}

.franchise-form-box h4 {
	margin: 0;	
	color: #fff;	
	display: block;
	font-weight: 700;
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #CC0117;
}

.franchise-form-box input {
	width: 100%;
	display: block;
	padding: 15px 10px;
	margin-top: 10px;
}

.franchise-form-box input[type="text"]{
	background: #fff;
	border: solid 1px #8f3a61;
}

.franchise-form-box input[type="submit"] {
	color: #fff;
	width: 50%;
	background: #000;
	margin: 10px auto 0px auto;
	font-size: 16px;
	font-weight: 500;
}



/* Modal Ekleme */
.modal {
	overflow-y: hidden;
}

.modal-header {
	padding: 30px;
	margin: 15px 0 15px 15px;
	border: none;
}

.modal .modal-title {
	color: #e10000;
	font-size: 12px;
	padding-left: 11%;
	margin-right: 25px;
}

.form-error .modal-header {
	background: url("../images/error-alert.png") no-repeat left center;
}

.form-success .modal-header {
	background: url("../images/success-alert.png") no-repeat left center;
}

.form-success .modal-title {
	color: #63c207;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {


	@media (max-width:990px){


.isAndroid {
		background: #fff url("../img/android@2x.png") no-repeat center 110px;
		background-size: 280px 282px;
	}

	.isiphone {
		background: #fff url("../img/Group-1@2x.png") no-repeat center 110px;
		background-size: 300px 290px;
	}

	.android-link {
		background: url("../img/Google-Play@2x.png") no-repeat center;		
		background-size: 200px 68px;		
	}

	.apple-link {
		background: url("../img/Apple-Store@2x.png") no-repeat center;		
		background-size: 200px 68px;		
	}


	.oses-link {	
		background: url("../img/Group-2@2x.png") no-repeat center;			
		background-size: 200px 68px;
}
		.servis-on {
			background: url("../img/paket2.png") no-repeat center center;
			background-size: 44px 50px;
		}

		.logo a {
			background-size: 157px 83px!important;
			background: url("../img/logoc2.png") no-repeat center center;			
		}

		ul.social-animated li.facebook a,ul.social-animated li.twitter a,ul.social-animated li.youtube a,ul.social-animated li.instagram a {
			background-size: 16px 32px!important;
		}
		
		.appilication-logo {
			background: url("../img/apple2.png");
			background-size: 68px 20px;
		}

		ul.social-animated li.facebook a {
			background: url("../img/face2.png");
		}
			ul.social-animated li.facebook a:hover {
				background-position-y: -16px;
			}		
		ul.social-animated li.twitter a {
			background: url("../img/twi2.png");
		}
			ul.social-animated li.twitter a:hover {
				background-position-y: -16px;
			}			
		ul.social-animated li.youtube a {
			background: url("../img/you2.png");
		}	
			ul.social-animated li.youtube a:hover {
				background-position-y: -16px;
			}
		ul.social-animated li.instagram a {
			background: url("../img/inst2.png");
		}	
			ul.social-animated li.instagram a:hover {
				background-position-y: -16px;
			}	
			
		.lang-flag-list a {
			background-size: 23px 15px!important;
		}	

			.lang-flag-list > a {
				background: url("../img/tr2.png") no-repeat;
			}	

			.en-flag {
				background: url("../img/en2.png") no-repeat !important;
			}
			.de-flag {
				background: url("../img/de2.png") no-repeat !important;
			}
			.ch-flag {
				background: url("../img/ch2.png") no-repeat !important;
			}	

		.footer-logo {
			background-size: 100px 100px!important;
			background: url("../img/amblem2.png");
		}
		
		
		.footer-facebook {
			background: url("../img/fb2.png");
		}
			.footer-facebook:hover {
				background-position-y: -35px;
			}		
		.footer-twitter {
			background: url("../img/tw2.png");
		}
			.footer-twitter:hover {
				background-position-y: -35px;
			}		
		
		.footer-youtube {
			background: url("../img/yo2.png");
		}	
			.footer-youtube:hover {
				background-position-y: -35px;
			}
			
		.footer-instagram {
			background: url("../img/ins2.png");
		}	
			.footer-youtube:hover {
				background-position-y: -35px;
			}		
		
		.footer-facebook,.footer-twitter,.footer-youtube,.footer-instagram {
			background-size: 35px 70px!important;
		}	

		.medyaon-logo {
			background-size: 84px 30px!important;
			background: url("../img/medyaon2.png");
		}	

			.product-box .pro-price {
				/*background: url("../img/tl2.png") no-repeat 14px 2px;*/
				background-size: 15px 20px;
			}		
			
			.promo-image2 {
				background: url("../img/promo2.jpg");
				background-size: 1920px 200px;
			}
			
			

	.identity-button {
		background: url("../img/down2.png") no-repeat left;
		background-size: 200px 130px;
	}
	
		.identity-button:hover {
			background: url("../img/down2.png") no-repeat right;		
			background-size: 200px 130px;	
		}		
				
	}
		
		@media (max-width: 767px){
		.logo a {
			background-size: 157px 73px!important;
			background: url("../img/logoc2.png") no-repeat center center;			
		}	
		
		ul.social-animated li.facebook a,ul.social-animated li.twitter a,ul.social-animated li.youtube a {
			background-size: 16px 32px!important;
		}
		
		ul.social-animated li.facebook a {
			background: url("../img/face2.png");
		}
			ul.social-animated li.facebook a:hover {
				background-position-y: -16px;
			}		
		ul.social-animated li.twitter a {
			background: url("../img/twi2.png");
		}
			ul.social-animated li.twitter a:hover {
				background-position-y: -16px;
			}			
		ul.social-animated li.youtube a {
			background: url("../img/you2.png");
		}	
			ul.social-animated li.youtube a:hover {
				background-position-y: -16px;
			}	
			
		.lang-flag-list a {
			background-size: 23px 15px!important;
		}	

			.lang-flag-list > a {
				background: url("../img/tr2.png") no-repeat;
			}	

			.en-flag {
				background: url("../img/en2.png") !important;
			}
			.de-flag {
				background: url("../img/de2.png") !important;
			}
			.ch-flag {
				background: url("../img/ch2.png") !important;
			}		
			
		.footer-logo {
			background-size: 100px 100px!important;
			background: url("../img/amblem2.png");
		}
		
		
		.footer-facebook {
			background: url("../img/fb2.png");
		}
			.footer-facebook:hover {
				background-position-y: -35px;
			}		
		.footer-twitter {
			background: url("../img/tw2.png");
		}
			.footer-twitter:hover {
				background-position-y: -35px;
			}		
		
		.footer-youtube {
			background: url("../img/yo2.png");
		}	
			.footer-youtube:hover {
				background-position-y: -35px;
			}		
		
		.footer-facebook,.footer-twitter,.footer-youtube {
			background-size: 35px 70px!important;
		}	

		.medyaon-logo {
			background-size: 84px 30px!important;
			background: url("../img/medyaon2.png");
		}			
	}

		@media (max-width: 320px){


		.logo a {
			background-size: 120px 60px!important;
			background: url("../img/logom.png") no-repeat 15px center;
		}
		
		ul.social-animated li.facebook a,ul.social-animated li.twitter a,ul.social-animated li.youtube a {
			background-size: 16px 32px!important;
		}
		
		ul.social-animated li.facebook a {
			background: url("../img/face2.png");
		}
			ul.social-animated li.facebook a:hover {
				background-position-y: -16px;
			}		
		ul.social-animated li.twitter a {
			background: url("../img/twi2.png");
		}
			ul.social-animated li.twitter a:hover {
				background-position-y: -16px;
			}			
		ul.social-animated li.youtube a {
			background: url("../img/you2.png");
		}	
			ul.social-animated li.youtube a:hover {
				background-position-y: -16px;
			}	
			
			
		.lang-flag-list a {
			background-size: 23px 15px!important;
		}	

			.lang-flag-list > a {
				background: url("../img/tr2.png") no-repeat;
			}	

			.en-flag {
				background: url("../img/en2.png") !important;
			}
			.de-flag {
				background: url("../img/de2.png") !important;
			}
			.ch-flag {
				background: url("../img/ch2.png") !important;
			}	
			
		.footer-logo {
			background-size: 100px 100px!important;
			background: url("../img/amblem2.png") no-repeat;
		}

		
		.footer-facebook {
			background: url("../img/fb2.png");
		}
			.footer-facebook:hover {
				background-position-y: -35px;
			}		
		.footer-twitter {
			background: url("../img/tw2.png");
		}
			.footer-twitter:hover {
				background-position-y: -35px;
			}		
		
		.footer-youtube {
			background: url("../img/yo2.png");
		}	
			.footer-youtube:hover {
				background-position-y: -35px;
			}		
		
		.footer-facebook,.footer-twitter,.footer-youtube {
			background-size: 35px 70px!important;
		}	

		.medyaon-logo {
			background-size: 84px 30px!important;
			background: url("../img/medyaon2.png");
		}	

		@media (max-width: 500px){
			.servis-on {
				background-size: 24px 30px;
			}
		}
	}
}