
@font-face {
  font-family: 'Soho Gothic W02-Medium';
  src: 
       /*url('../font/SohoGothicPro-Medium_2.woff2') format('woff2'), */
       url('../font/SohoGothicPro-Medium_2.woff') format('woff'),
       url('../font/SohoGothicPro-Medium_2.ttf') format('truetype'),
       url('../font/SohoGothicPro-Medium_2.eot') format('embedded-opentype');

}

@font-face {
  font-family: 'FontAwesome';
  src: 
       /*url('../font/fontawesome-webfont.woff2') format('woff2'), */
       url('../font/fontawesome-webfont.woff') format('woff'),
       url('../font/fontawesome-webfont.ttf') format('truetype'),
       url('../font/fontawesome-webfont.eot') format('embedded-opentype');

}

@font-face {
  font-family: 'Soho Gothic Regular';
  src: 
       /*url('../font/SohoGothicPro-Regular_0.woff2') format('woff2'), */
       url('../font/SohoGothicPro-Regular_0.woff') format('woff'),
       url('../font/SohoGothicPro-Regular_0.ttf') format('truetype'),
       url('../font/SohoGothicPro-Regular_0.eot') format('embedded-opentype');

}

@font-face {
  font-family: 'Hand Of Sean' ;
  src: 
       /*url('../font/Sean-Johnson-Hand-Of-Sean-Pro_0.woff2') format('woff2'), */
       url('../font/Sean-Johnson-Hand-Of-Sean-Pro_0.woff') format('woff'),
       url('../font/Sean-Johnson-Hand-Of-Sean-Pro_0.ttf') format('truetype'),
       url('../font/SohoGothicPro-Regular_0.eot') format('embedded-opentype');

}


.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.body
{
	 font-family: 'Soho Gothic Regular' !important;
	 font-size: 14px;
	 color: #f2f2f2;
	 margin: 0;
}

.container
{
	width: 1200px;
	margin: 0 auto;
}

.rows1
{
	width: 100%;
}

.img-reaponsive
{
	height: auto;
	max-width: 100%;
	display: block;
}

a.phone
{
	text-decoration:none;
	color:#000;
}

.extraContainer
{
	background-image: url('../img/background.jpg');
	background-size: cover;
}
.rows2
{
	background-color: #ededed;
	padding: 50px 0;
}

.rows2 span
{
	color: #000;
}

.rows2 .content
{
	padding-left: 10%;
	padding-right: 20%;
}

.rows2 .content h3,.mapContainer h3,#contentMarker .name
{
	font-family: 'Soho Gothic W02-Medium' !important;
	color: #0083be;
	font-size: 30px;
	margin: 0;
	margin-bottom: 30px;
}

.rows2 .content span
{
	font-family: 'Soho Gothic Regular' !important;
	font-size:15px; 
	display: block;

}

.rows2 .content span.title
{
	font-size:22px; 
	margin-bottom: 15px;
}

.cols1,.cols2
{
	float: left;
}

.cols1,.cols2
{
	width: 50%;

}

.auxColsofcols
{
	position: relative;
	display: inline-block;
}

.auxColsofcols img
{
	margin: 0 auto;
}


.rows3,.rows4,.rows5,.rows6,.rows7.rows8,.rows9
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
   flex-wrap:wrap;
}




.cols1 span,.cols2 span
{
	display: block;
}

.rows4 .cols2 .auxCols
{
	padding-right: 125px;
	padding-top: 15%;
	padding-left: 30px;
}



.rows5 .cols2
{
	width:40%

}
.rows5 .cols1
{
	width:60%

}


.rows4 h2,.rows7 h2,.rows9 h2
{
	font-family: 'Hand Of Sean';
	font-size: 30px;
	color: #00b2a9;
	text-transform: uppercase;
}





.rows4 h3,.rows7 h3,.rows9 h3
{
	font-family: 'Soho Gothic W02-Medium' !important;
	color: #0083be;
	font-size: 20px;
	margin: 0;
	margin-top: 30px;

}




.mapContainer .titleSubTitle
{
	padding-left:10%;
	padding-right: 15%;

}


.mapContainer 
{
	    padding: 50px 0px 0px 0px;

}

.rows2 .text2
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.mapContainer span
{

	color: #000;

}

#googleMaps {
    width: 100%;
    height: 426px;
}

#contentMarker span
{
	display: block;
	font-family: 'Soho Gothic Regular' ;

}

.googleMapsButtons
{
	position: relative;
}
.colsButtons1,.colsButtons2
{
	position: absolute;
	top: 0;
	display: block;
	z-index: 999999;
	cursor: pointer;
}


.colsButtons1
{
	left: 0;
}
.colsButtons2
{
	right: 0;
}
.button
{
    display: block;
    min-width: 355px;
    min-height: 65px;
    background: #f6f6f6;
    line-height: 65px;
    border-top: 1px solid #d6d6d6;
    position: relative;
}

.button:hover,.active.button  
{
	background-color: #fff;
}

.button:hover .num,.active.button .num
{
	background-color: #0083be;
    color: #bfe2f2;
}

.colsButtons1 .button:hover::before,.colsButtons1 .active.button::before
{
	content: url('../img/next.png');
	width: 32px;
	height: 9px;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	right: 0px;
}





.colsButtons1 .button:last-child,.colsButtons2 .button:last-child
{
	
	 border-bottom: 1px solid #d6d6d6;
}
div .num
{
	font-size: 17px;
	width: 40px;
	display: inline-block;
	border-right: 1px solid #d6d6d6;
	text-align: center;
	font-family: 'Soho Gothic W02-Medium' !important;
	color: #0083be;
	float: left:;
}

 .auxContent{
 	display: inline-block;
    width: calc( 100% - 100px);
    height: auto;
    /* padding: 15px; */
 }

.colsButtons1 .auxContent
{ 
 	position: relative;
    top: 10px;
    left: 30px;
 }
 .auxContent span{
    line-height: normal;
   }

.nameShop
{
	font-family: 'Soho Gothic W02-Medium' !important;
	color: #0083be;
	display: block;
	width: 98%
}



.colsButtons2 .auxContent {
    display: inline-block;
    width: calc( 100% - 80px);
    height: auto;
    position: relative;
    top: 10px;
    left: 30px;
    border-right: 0px solid #d6d6d6; 
}

.colsButtons2 .button:hover::before, .colsButtons2 .active.button::before {
    content: url('../img/next.png');
    width: 32px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    right: 45px;
}

.colsButtons2  .num {
    border-right: 0px solid #d6d6d6; 
    border-left: 1px solid #d6d6d6; 
    float: right;
}

#contentMarker
{
	margin-left: 22px;
}
#googleMaps
{
	margin: 0;
	margin-top: 50px;
}
#contentMarker .name
{
	font-size: 17px;
	margin-bottom: 0px;
}

#contentMarker span
{
	font-family: 'Soho Gothic Regular';
}

.number
{

}
.selectShops
{
	display: none;
}

#prize
{
	background: url('../img/beko_BannerWeb.jpg') no-repeat center center ;
    background-size: contain;
    min-height: 390px;
    padding-left: 5%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;

}
 
#prize span
{
	color: #fff;
    display: inline-block;
    width: 30%;
    clear: both;
    position: absolute;
    bottom: 34px;
    right: 104px;

}


@media (min-width: 992px)and (max-width: 1200px) 
{
    div#prize span
	{
	    bottom: 50px;
	    right: 100px;
	}
}


@media (min-width: 850px)and (max-width: 991px)
 {
    div#prize span
	{
	    bottom: 70px;
	    right: 100px;
	}
}



#prize > img
{
    float: left;
    display: block;
    clear: both;

}



#prize .question
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	width: 30%;


}


.buttonNext + img
{
	margin-top: 50px;
	margin-bottom: 30px;
}

.buttonLink
{
    display: inline-block;
    padding: 2px 20px;
    background: #0082c5;
    color: #fff;
    min-width: 140px;
    min-width: 140px;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    top: -10px;
    margin-left: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.buttonLink:hover
{
	background-color:#0a628f;
}



.buttonLink img
{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);

}

@media( max-width: 1199px)
{
	div.container
	{
		max-width: 100%;
	}


	
}




.swiper-slide img
{
	max-height:  600px;
	margin:  0 auto;
}




@media (min-width: 992px) and ( max-width: 1199px)
{

	div.rows3 .cols1 .auxCols {
	    padding-left: 110px;
	}
	.rows5 .auxColsofcols {
	    left: -28px;
	}

	div.rows8 {
	    margin-top: 240px;
	}
	div.rows8 div.cols1 .auxCols {
	    padding-left: 90px;
	}

	.rows8 div.cols1 .auxColsofcols:before {
	    content: url('../img/flecha1.png');
	    position: absolute;
	    top: -130px;
	    left: -54px;
	}

	div.rows6 div.cols1 .auxCols {
	    padding-left: 80px;
	}

	div.rows5 div.cols1 .auxCols {
	    padding-left: 90px;
	}

	.body div.swiper-button-next 
	{

    	right: 0px;
	}

	.body div.swiper-button-prev 
	{

    	right: 0px;
	}


	
}

@media (min-width: 992px) 
{


	.rows8 .imgs_etis div{
    	width: 140px;
    	text-align: center;
    }

    .desc
    {
    	margin-left: 30px;
    }

    .desc .title
    {

    }

	.rows5 .imgs_etis div{
    	float:left;
    	width: 100px;
    	text-align: center;
    }
	div.rows9 .cols1 .auxCols {
	    padding-left: 155px;
	}

	div.rows5 .cols1 .auxCols {
	    padding-left: 216px;
	}


	.rows5 .imgs_etis{
    	width: 200px;
    	text-align: center;
    	margin-left: 40px
    }

	div.rows4 .cols1 .auxCols {
	    padding-left: 125px;
	}

	div.rows9 .cols2 .auxCols {
	    padding-left: 60px;
	    padding-right: 120px;
	}
	 .imgNeymar {

	    position: relative;
	    right: -280px;
	    bottom: 204px;
	    max-width: 240px;

	}
	div.rows8 .cols1 .auxCols
	{
		padding-left: 180px;
	}

	div.rows6 .cols1 .auxCols
	{
		padding-left: 155px;
	}
	
}

.auxCols
{
	position: relative;
}


@media (min-width: 700px) and ( max-width: 991px)
{
	.rows5 div.imgs_etis
	{
		margin-right: 260px;
	}
	
}

.body .rows3 h3.dimensions,.body .rows3 h3.dimensions + span
{
	display: block !important;
}

@media( max-width: 991px)
{
	.body .swiper-container
	 {
		clear: left ;
		
	}

	#googleMaps {
	    height: 300px;
	}
	.mapContainer {
	    padding: 50px 30px 30px 30px;
	}


	.imgs_etis + .desc > h3,.imgs_etis + .desc > span + span,.imgs_etis + .desc > h3 + span  
	{
		display: none !important;
	}


	.cols1 .imgs_etis + .desc > h3,.cols1 .imgs_etis + .desc > span + span,.cols1 .imgs_etis + .desc > h3 + span  
	{
		display: none !important;
	}

	.auxDesc
	{
		display: none !important;
	}

	.

	#googleMaps {
	    width: 100%;
	    height: 350px;
	}

	.googleMapsButtons {
	    position: relative;
	}

	.imgs_etis
	{
		margin-top: 30px;
	}

	.imgs_etis > div
	{
		margin-right: 30px
	}

	.cols1 .flecha:before {
	    content: url('../img/flecha_1.png');
	    position: absolute;
	    top: -53px;
	    left: 275px;
	}


	.rows8 .cols1 div.auxColsofcols:before {
	    content: url('../img/flecha1.png');
	    position: absolute;
	    top: -149px;
	    left: 150px;
	}

	.body div.hiddenText
	{
		display: none ;
	}

	.readMore
	{
		padding: 10px 15px;
		border-radius: 5px;
		border: 2px solid #dadada;
		background-color: transparent;
		display: block;
		clear: both;
		width: 100px;
		margin-top: 15px;
		text-align: center;
		cursor: pointer;
	}

	.cols1 div.flecha:before {
	    content: url('../img/flecha_1.png');
	    position: absolute;
	    top: -49px;
	    left: 314px;
	}
	 .rows4,.rows5,.rows6,.rows7
	{
		margin-top: 70px;
	}

	.rows8
	{
		margin-top: 210px;
	}

	.auxCols {
	    position: relative;
	    padding: 0 30px !important;
	}

	.rows5 .cols1 .auxCols
	{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	   flex-wrap:wrap;
	}

	.rows5 .desc {
	   order: 2;
	}
	.rows5 .imgs_etis {
    	order: 1;
	}

	div.img_Messi {
	   
	     top: 176px;
		left: -117px;
		order: 3;

	}
 
	 div.imgNeymar {

		    position: relative;
		    right: 0;
		    bottom: 204px;
		    max-width: 240px;
	}
	.descMobile
	{
		display: block
	}
	div.swiper-slide {
	    height: auto !important;
	}

	.body div.swiper-button-prev {
		    left: 0px; 
	}

	.body div.swiper-button-next {
	    right: 0px; 
	}

	.rows8 .imgs_etis {
	    /* text-align: center; */
	    /* float: left; */
	    overflow: auto;
	    display: inline-block;
	    position: relative;
	    left: 50%;
	    transform: translate(-50%);
	}
	.rows8 .desc {
	    margin-left: 10px;
	    clear: both;
	}

	div.rows4 .cols1 .auxCols {
	    padding-left: 30px;
	}

	div.rows7 .cols1 .auxCols {
	    margin-left: 0;
	    margin-bottom: 30px
	}

	.rows5 .cols1 {
	    width: 60%;
	    order: 2;
	}
	.auxColsofcols
	{
		display: block;
	}
	.rows4 .cols2 {
    	order: 1;
    	margin-bottom: 20px
	}

	.rows4 .cols1 {
    	order: 2;
	}

	.cols1,.cols2
	{
		width: 100% !important;
		padding: 0 !important;
	}
	div.cols1 .flecha {
	    position: relative;
	    display: block;
	}






	div.container
	{
		max-width: 100%;
		margin: 0 auto;
	}


	div.rows3 .cols2 {
    	margin-top: 0px; 
	}

	.rows3 div.cols1 {
	    margin-top: 100px;
	}

	.rows3 .desc, .rows6 .desc {
	    float: left;
	    margin-top: 0;
	    clear: both;
	}



	.body .cols1 div.swiper-container
	 {
		position: relative;
		margin-left: 0px ;
		max-height: 600px;
		width: 100%;
	}


	.rows3 div.imgs_etis, div.rows6 .imgs_etis,.rows5 .imgs_etis {

		display: inline-block;
	    position: relative;
	    left: 50%;
	    width: auto;
	    transform: translate(-50%);
	    -ms-transform: translate(-50%);
	    -webkit-transform: translate(-50%);
	}


	div.imgs_etis > div {
	   display: inline-block;
	   float: left;
	   margin-right: 30px;

	}
	.selectShops
	{
		display: block;
	}

	#prize {

	    padding-left: 5%;
	    padding-right: 5%;
	}

	

	.colsButtons1,.colsButtons2
	{
		display: none;
	}

/* 
	.cols1 > *,.cols2 > *
	{

		padding: 0 15px !important;
	}
 */
	.container
	{
		padding: 0;
	}

	.mapContainer .titleSubTitle,.selectShops {
	    padding-left: 15%;
	    padding-right: 15%;
	}

	.selectShops 
	{
	  margin-top: 30px;
	  border-top: 1px solid #d6d6d6;
	}

	.selectShops select
	{
		margin-top: 10px;
	 	font-family: 'Soho Gothic W02-Medium' !important;
		color: #0083be;
		border-radius: 5px;
		padding: 15px;
		width: 100%;
	}

	.selectShops > span
	{
		margin-top: 20px;
		display: block;

	}	

	div.extraContainer {
	    background-image: url('../img/background.jpg');
	    background-size: cover;
	    background-repeat: no-repeat;
	}


}

@media( max-width: 850px)
{

	#prize
	{
		background: url('../img/bannerverticalabierto.jpg');
		background-size: contain;
	    background-position: center;
	    padding-left: 5%;
	    position: relative;
	    background-repeat: no-repeat;
	    overflow: auto;
	    min-height: 615px;
	    text-align: center;
	}

	#prize .question {
	    margin-top: 325px;
	    margin-bottom: 40px;
	    font-size: 30px;
	    width: 30%;
	}

	div#prize span 
	{
		left: 50%;
		bottom: 120px;
		width: 100% !important;
		transform: translate(-50%, 0)
		
	}

}



@media( max-width: 500px)
{
	div.cols1 
	{
		margin-top: 60px;
	}

	div.cols1 div.flecha:before 
	{
	    content: url('../img/flecha_1.png');
	    position: absolute;
	    top: -70px;
	    left: 214px;
	}

	.rows8 .cols1 div.auxColsofcols:before {
	       content: url('../img/flecha1.png');
	    position: absolute;
	    top: -227px;
	    left: 73px;
	}

	div.imgNeymar {
	    position: relative;
	    right: 0px; 
	    bottom: -20px; 
	    max-width: 240px;
	}

	div.img_Messi {
     	top: 0px;
	    left: -117px;
	    order: 3;
	}

	#prize .question
	{
	    margin-top: 225px;
	}

}


@media( max-width: 400px)
{
	div.cols1 
	{
		margin-top: 50px;
	}

	.rows8 .cols1 div.auxColsofcols:before {
	    content: url('../img/flecha1.png');
	    position: absolute;
	    top: -227px;
	    left: 43px;
	}


	div.cols1 div.flecha:before 
	{
	    content: url('../img/flecha_1.png');
	    position: absolute;
	    top: -49px;
	    left: 154px;
	}

}
@media( max-width: 350px)
{
	div.cols1 
	{
		margin-top: 150px;
	}

	div.cols1 div.flecha:before 
	{
	    content: url('../img/flecha_1.png');
	    position: absolute;
	    top: -49px;
	    left: 134px;

	}

	#prize .question {
	    margin-top: 149px;
	}

}




.body .swiper-button-next
 {
    background-image: url("../img/nextSlide.png");
    width: 40px;
    height: 40px;
   -webkit-background-size:100%; 
    background-size: 100%;
    right: -20px;
}

.body .swiper-button-prev
 {
    background-image: url("../img/prevSlide.png");
    width: 40px;
    height: 40px;
    -webkit-background-size:100%; 
    background-size: 100%;
    left: -20px;
}
.rows7 .cols2 .img {
    padding-right: 125px;
}

.rows6
{
	margin-top: 125px;
}




.number {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
    padding: 5px 15px;
    border-radius: 5px;
    background: #f00;
    text-align: center;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(241,241,241,1) 27%, rgba(217,214,217,1) 46%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(27%, rgba(241,241,241,1)), color-stop(46%, rgba(217,214,217,1)), color-stop(100%, rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #f1f1f1 27%, #d9d6d9 46%, #f1f1f1 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(241,241,241,1) 27%, rgba(217,214,217,1) 46%, rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(241,241,241,1) 27%, rgba(217,214,217,1) 46%, rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #f1f1f1 27%, #d9d6d9 46%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startcolsorstr='#f0f0f0', endcolsorstr='#f1f1f1', GradientType=0 );
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
	width: 215px;
}

@media(min-width:992px)
{
	.number:before
	{
		  content: "\f095";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
	/*--adjust as necessary--*/
		color: #0083be;
		font-size: 18px;
		padding-right: 0.5em;
		position: absolute;
		top: 5px;
		right: 10px;

	}
	
}

a.phone:before
{
	  content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #0083be;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 10px;

}


.body .cols1 .swiper-container {
    position: relative;
    max-height: 600px;
}


.body .social 
{
	padding-left: 0px !important;
}

.body .swiper-container
 {
	position: relative;
	max-height: 600px;
	margin: 0 0;

}

.cols1 .flecha
{
	position: relative;
	display: inline-block;
}
.cols1 .flecha:before
{
	content: url('../img/flecha.png');
    position: absolute;
    top: -18px;
    left: -97px;
}
/* .rows9 
{
	margin-bottom: 180px;
} */
.rows3 .cols1,.rows3 .cols2
{    
	margin-top: 70px;
}

.rows3 .cols2
{    
	margin-top: 100px;
}


.rows8 .cols1 .auxColsofcols:before {
    content: url('../img/flecha1.png');
    position: absolute;
    top: -72px;
    left: -112px;
}

.descMobie {
    margin-bottom: 40px;
}


.rows9
{
	padding-bottom: 150px;
}

.rows5
{
	margin-top: 125px;
}

.rows7 .cols1 .auxCols {
    margin-left: 154px;
}



.rows4 .cols1 .auxCols
{
	padding-left: 125px;
}
/* CSS SWIPER */
    
   .cols1 .swiper-slide
     {
     	height: 600px;
     } 

    .rows3 .cols1 img
    {
    	max-height: 600px;
    	margin: 0 auto;
    }


    @media(min-width: 992px) {
	     .body .swiper-container {
	        width: 390px;
	        height: 100%;
	    }

	    .readMore
	    {
	    	display: none;
	    }

	    div.hiddenText
	    {
	    	display: block;
	    }



	    .rows4,.rows5,.rows6,.rows7,.rows8
		{
			margin-top: 120px;
		}

	    .descMobie
	    {
	    	display: none;
	    }
		.rows3 .cols1 .auxCols
		{
			padding-left:210px; 
		}

		.rows3 .cols2 .auxCols
		{
			padding-left:58px; 
		}


    }



/*     .rows3 .cols1 .rows5 .cols1{
    	width: 70% !important;
    }
    .rows3 .cols2, .rows5 .cols2{
    	width: 30% !important;
    } */

    .rows3 .imgs_etis, .rows6 .imgs_etis{
    	float:left;
    	width: 100px;
    	text-align: center;
    }
    .rows3 .desc, .rows6 .desc{
    	float:left;
    	margin-top: 0;
    }

    .rows3 .desc > h3.title{
 		margin:0;
    	margin-top: 0;
    }
    .rows6 .desc{
    	float:left;
    }
    .desc h3.title
    {
    	font-size:20px;
    
    }

    .desc span 
    {
    	font-size:17px;
    
    }

    .desc h3.dimensions {
    	color:#0099de;
    }

    .desc h3.dimensions+span {
    	font-size: 14px;
    }

    .desc h3.title, .desc h4.title{
    	color:#0099de;
    }
    .imgs_etis{
    	font-size:12px;
    }
    .imgs_etis img{
    	width:50px;
    	margin:  0 auto;
    }
    .imgs_etis > div{
    	margin:0 0 30px 0px;
    }
    .rows5 .imgs_etis, .rows5 .desc{
    	float:left;
    }

    
    
    .rows5 .imgs_etis img{
    	width: 50px;
    }
    .img_Messi{
	      position: relative;
		    top: 41px;
		    left: 90px;
		    max-width: 240px;
		    display: inline-block;
		}

    ul{
    	padding-left:20px !important;
    }
    .rows8 .imgs_etis{
    	text-align: center;
    	float: left;
    }
    
    .rows8 .desc{
    	margin-left:10px;
    }
	
	.buttonNext + img {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
 

@media (max-width: 553px)
{
	/*div.img_Messi {
	    top: 70px;
	    left: -80px;
	    order: 3;
	}*/
} 

/*header*/
.header .row1 {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px)
{
	.row300 > .col1, .header .row1, .footer .row1, .footer .row2, .pageContent {
	    width: 100%;
	}

	.headerMenu1, .header .row1 > .col2 {
	    position: static;
	}
	.headerMenu1 table td:first-child {
	    padding-left: 20px;
	}


	.headerMenu1 table td {
	    padding-left: 10px;
	    padding-right: 10px;
	}

}


@media screen and (max-width: 992px)
{
	 
	
	.rows3 .cols2 .desc ,.rows5 .cols1 .desc,.rows8 .cols2 .desc,.rows6 .cols2 .desc
	{
		left:50%;
		transform: translate(-50%,0%);
		-webkit-transform:translate(-50%,0%);
		-ms-transform:translate(-50%,0%);
		position:relative;
		display:table;
	}
	.auxCols img
	{
		margin: 0 auto;
	}
	
	div.img_Messi {
		top: 176px;
		left: 250px;
		order: 3;
	}
	
	div.imgNeymar {
		position: relative;
		right: -50px;
		bottom: 204px;
		max-width: 240px;
	}
}

@media screen and (max-width: 820px)
{
	 
	.rows5 div.imgs_etis {
		margin-right: 200px;
	}

}
@media screen and (max-width: 720px)
{
	 
	.rows5 div.imgs_etis {
		margin-right: 150px;
	}
}

@media screen and (max-width: 650px)
{
	 
	.rows5 div.imgs_etis {
		margin-right: 0px;
	}

}

@media screen and (max-width: 850px)
{
	 .body > .header {
	    display: none;
	    position: absolute;
	    right: 0;
	    width: 360px;
	    height: auto;
	    z-index: 2;
	    background: #fff;
	    box-shadow: none;

	}
	a.phone
	{
		color:#000;
	}
	.number
	{
		text-align:left;
		width:100px !important;
	}
	
	.gm-style .gm-style-iw {
		
		width:250px !important;
	}
	
	.rows3 .cols2 .desc ,.rows5 .cols1 .desc,.rows8 .cols2 .desc,.rows6 .cols2 .desc
	{
		left:50%;
		transform: translate(-50%,0%);
		-webkit-transform:translate(-50%,0%);
		-ms-transform:translate(-50%,0%);
		position:relative;
		display:table;
	}
	.auxCols img
	{
		margin: 0 auto;
	}
	
	div.img_Messi {
		top: 176px;
		left: 194px;
		order: 3;
	}
	
	div.imgNeymar {
		position: relative;
		right: 0;
		bottom: 204px;
		max-width: 240px;
	}
}

@media (max-width:688px)
{
	div.img_Messi {
		top: 176px;
		left: 131px;
		order: 3;
	}	
	div.imgNeymar {
		position: relative;
		right: 0;
		bottom: 204px;
		max-width: 240px;
	}
}

@media (max-width: 645px)
{
	div.imgNeymar {
		position: relative;
		right: 0;
		bottom: 204px;
		max-width: 240px;
	}
}

@media (min-width:500px) and (max-width:588px)
{
	.rows5,.rows8
	{
	    margin-bottom: 100px;
	}
	.rows5
	{
	    margin-bottom: 250px;
	}
}

@media (max-width:588px)
{
	div.img_Messi {
		top: 304px;
		left: -121px;
		order: 3;
	}
	

	div.imgNeymar {
		position: relative;
		right: -82px;
		bottom: -26px;
		max-width: 240px;
	}
}

@media (max-width:510px)
{
	div.img_Messi {
		top: 304px;
		left: -121px;
		order: 3;
	}
	
	div.imgNeymar {
		position: relative;
		right: 0px;
		bottom: -26px;
		max-width: 240px;
	}
}

@media (max-width: 490px)
{
	div.img_Messi {
		top: 72px;
		left: 0;
		order: 3;
	}
}


.header .row1 > .col1 {
    width: 180px;
}

.header > div > div {
    position: relative;
}

.company {
    position: relative;
    display: block;
    padding: 14px 20px 9px;
    border-right: 1px solid #eaeaea;
}

.company .logo {
   /*  background: url(http://www.beko.es/images/frontend/cursor/gb.png) no-repeat right center; */
    cursor: pointer;
    margin: 0;
}

.company .logo > a {
    display: table;
    width: 100%;
}

img {
    max-width: 100%;
}


.company .sub {
    display: none;
    background: #ededed;
    border-top: 1px solid #d5d5d5;
    position: absolute;
    left: 0;
    top: 66px;
    z-index: 3;
    width: 101%;
    box-shadow: 1px 2px 4px -2px #000;
    -webkit-box-shadow: 1px 2px 4px -2px #000;
    -moz-box-shadow: 1px 2px 4px -2px #000;
}

.header .row1 > .col2 {
    margin-left: 180px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.header .row1 > .col2 > table td {
    vertical-align: middle;
}

.headerMenu1 {
    position: relative;
}

.header .row1 > .col2 > table td {
    vertical-align: middle;
}

.headerMenu1 table td:first-child {
    padding-left: 40px;
}
.headerMenu1 table td {
    padding: 27px 18px;
    white-space: nowrap;
    vertical-align: middle;
}

.headerMenu1 table td > a, .headerMenu1 .mMenu li a {
    display: block;
    font-family: Soho Gothic W02-Medium;
    font-size: 14px;
    color: #5e6a71;
    text-decoration: none;
}

.headerMenu1 td.hover .sub {
    display: block;
}

.headerMenu1 .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 67px;
    z-index: 3;
}

.headerMenu1 table td .toggle {
    display: none;
}

.headerMenu1 .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 3;
}



.headerMenu1 .sub.type2 .mainorder {
    width: 960px;
    background: #ededed;
    box-shadow: 2px 2px 4px -3px #000;
    -webkit-box-shadow: 2px 2px 4px -3px #000;
    -moz-box-shadow: 2px 2px 4px -3px #000;
    min-height: 500px;
    padding: 0 !important;
}

.headerMenu1 .sub.type2 .mainorder > li:first-child {
    border-left: none;
}


.headerMenu1 .sub.type2 .mainorder > li {
    width: 20%;
    padding: 0 20px;
    border-left: solid 1px #d5d5d5;
    float: left;
    min-height: 500px;
    overflow: hidden;
}

.headerMenu1 .sub.type2 .mainorder > li > img {
    padding: 20px 0;
}




.headerMenu1 table td > a:hover, .headerMenu1 .mMenu li a:hover {
    color: #0089cf;
}

.headerMenu1 .sub.type2 .mainorder > li > b {
    font-size: 16px;
    color: #0089cf;
    border-bottom: solid 1px #d5d5d5;
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-family: soho gothic w02-Medium;
    white-space: normal;
}

.headerMenu1 .sub.type2 .suborder > li > a:hover {
    color: #0089cf;
}
.headerMenu1 .sub.type2 .suborder > li > a {
    white-space: pre-line;
}
.headerMenu1 .sub.type2 .suborder > li > a {
    font-size: 14px;
    color: #5e6a71;
    line-height: 1.7;
}

.headerMenu1 table td .toggle {
    display: none;
}
.company .sub ul {
    border-top: 1px solid #fff;
    padding: 20px 25px;
}

.company .sub ul li {
    padding: 5px 0;
}

.header .row1 > .col3 {
    border-left: 1px solid #eaeaea;
}

.headerMenu1 .sub.type2 .suborder {
    padding: 10px 0 0;
}

.headerMenu1 .sub.type2 .suborder > li {
    width: 100%;
    display: block;
}


.headerMenu1 .sub.type2 .suborder > li > a {
    white-space: pre-line;
}
.headerMenu1 .sub.type2 .suborder > li > a {
    font-size: 14px;
    color: #5e6a71;
    line-height: 1.7;
}
.headerMenu1 .sub.type2 a {
    text-decoration: none;
}

.headerMenu1 table td {
    padding: 27px 18px;
    white-space: nowrap;
    vertical-align: middle;
}

.header .row1 > .col2 > table td {
    vertical-align: middle;
}




.kutuHeaderArama, .kutuFooterArama, .kutuArama_kategoriSecim, .kutuArama_lnkHizliUrun {
    display: none;
}

input[type="text"]
{
    background: #f6f6f6;
    width: 100%;
    height: 34px;
    line-height: 1;
    padding: 7px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

.kutuArama input {
    background: #f3f3f3;
    overflow: hidden;
    border-width: 0;
    border-radius: 6px;
    box-shadow: 2px 2px 3px #ccc inset;
    -webkit-box-shadow: 2px 2px 3px #ccc inset;
    -moz-box-shadow: 2px 2px 3px #ccc inset;
    padding-right: 40px;
    color: #bebebe;
}

.clearInputBtn {
    display: none;
    background-image: url(../../images/frontend/iconClose.png) !important;
}


.searchSuggestDiv {
    top: 50px;
}

.kutuArama .kutuArama_btnArama, .clearInputBtn {
    position: absolute;
    right: 5px;
    top: 2px;
}

.kutuArama .kutuArama_btnArama > table {
    display: block !important;
}

a.btnArama, a.btnSepetBosalt, a.btnSepetGuncelle, .memberAddress .clearHolder a.btnDefault, a.btnTesAdrSec, a.btnFatAdrSec, a.btnSatisSozlesmeOnizle, a.btnFavoriListeSil, a.btnTakipListeFiySil, a.btnSozlesmeYazdir, a.btnTakipListeStokSil, a.btnView, .lnkSifremiUnuttum, a.lbfbtnDwnAra, a.btnClear, a.btnCompare, .lnkTaksitSecenek, a.btnUyelikIptalEt {
    background: none !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
a.btnDefault, .lnkDefault, .urunKiyaslamaOzellik_tumunuTemizle > a, .btn {
    position: relative;
    display: inline-block;
    background: url(../../images/frontend/bgBtn1.png);
    padding: 7px 20px 6px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px -3px #000;
    -webkit-box-shadow: 0px 0px 0px -3px #000;
    -moz-box-shadow: 0px 0px 0px -3px #000;
    text-decoration: none;
    transition: background 0.2s linear;
    cursor: pointer;
}

.kutuArama {
    position: relative;
    width: 90%;
    margin: 0 10px;
}

.kutuArama a.btnArama, .clearInputBtn {
    width: 20px;
    height: 20px;
    background: url(../../images/frontend/iconSearch.png) no-repeat center center !important;
    padding: 5px 9px !important;
}
.headerMenu1  {
   position: relative;
}

.headerMenu1 .sub:before {
    content: "";
    background: url(../../images/frontend/iconTop.png);
    width: 19px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: 7.5px;
}
.headerMenu1 .sub:before {
    left: 70px;
    top: 7px;
    margin-left: 0;
}



/* header mobile*/



.mobileHeader {
    display: none;
}

.header
{
    background: url(../../images/frontend/bgHeader.png) repeat;
    width: 100%;
    height: 72px;
    border-top: 5px solid #0089cf;
    box-shadow: 0 0 5px -3px #000;
    -webkit-box-shadow: 0 0 5px -3px #000;
    -moz-box-shadow: 0 0 5px -3px #000;
    position: relative;
    z-index: 5;

}


.right {
    float: right;
}

@media screen and (max-width: 850px)
{
	.mobileHeader {
    	display: block;
	}
	.mobileHeader .overlay5 {
	    background: #000;
	    opacity: .3;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    position: fixed;
	    display: none;
	    z-index: 8;
	}
	.mobileHeader .header .right {
	    border-left: 1px solid #eaeaea;
	}
	.mobileHeader .header {
	    position: relative;
	}
	.mobileHeader .header h1.logo {
    	padding: 14px 20px 9px;
    	margin: 0;
	}

	.mobileHeader img {
	    max-width: 100%;
	}

	.mobileHeader .header .right {
	    border-left: 1px solid #eaeaea;
	    display: none;
	}



	.mobileHeader .header .right > a {
	    float: left;
	    padding: 23px 17px;
	    text-align: center;
	    border-right: 1px solid #eaeaea;
	    position: relative;
	    max-height: 67px;
	}
	.mobileHeader .header .right > a > span {
	    display: inline-block;
	    text-indent: -999em;
	}
	
	.mobileHeader a.icoSearch > span {
	    background: url(../../images/frontend/iconSearch2.png);
	    width: 21px;
	    height: 21px;
	}

	.mobileHeader .header .right > a {
	    float: left;
	    padding: 23px 17px;
	    text-align: center;
	    border-right: 1px solid #eaeaea;
	    position: relative;
	    max-height: 67px;
	}

	.mobileHeader .header .right > a > span {
    display: inline-block;
    text-indent: -999em;
	}

	
	.mobileHeader a.icoMenu > span {
	    background: url(../../images/frontend/iconMobileMenu.png) 0 0;
	    width: 25px;
	    height: 23px;
	}
}

/* footer */

.footer *{
    box-sizing: border-box;
    color: #7c7c7c;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    text-decoration: none;
    list-style: none;
    word-break: break-word;
}

@media screen and (max-width: 1200px)
{
	.body .row300 > .col1,.body  .header .row1,.body  .footer .row1,.body  .footer .row2,.body  .pageContent 
	{
	    width: 100%;
	}

	.body .fMenu1 li {
	    margin-left: 12px;
	    margin-right: 12px;
	    margin-bottom: 10px;
	}
}

@media screen and (max-width: 850px)
{

	

	.body .footer {
	    background-image: none;
	    padding: 25px 0 35px;
	}
	.body .fMenu1 ul {
	    display: inline-block;
	    float: none;
	    padding: 0 10px;
	}

	.body .footer > div > div,.body .footer > div > div > div {
	    float: none !important;
	}


	.body .fMenu1 {
	    margin: 0;
	    text-align: center;
	}

	.body .footer .sm {
	    margin: 20px 0 0;
	    text-align: center;
	}
	.body .footer .sm ul {
	    display: inline-block;
	    float: none;
	}

	.body .footer .social li.sc3 a {
	    background-position: -66px 0;
	}


	.body .footer .social li a {
	    width: 33px;
	    height: 33px;
	}

	.fMenu2, .fpartner {
	    display: none;
	}

	.body .footer .social li.sc1 a {
	    background-position: 0 0;
	}
	.footer .social li.sc2 a {
	    background-position: -33px 0;
	}

	.body .footer .row2 {
	    padding: 0;
	    border-top: none;
	    display: none;
	}

	.body .footer .social li.sc1:hover a {
	    background-position: 0 -33px;
	}

	.body .footer li.sc2:hover a {
    	background-position: -33px -33px;
	}
	.body .footer .social li.sc3:hover a {
	    background-position: -66px -33px;
	}

}

.footer a:hover,.footer a:hover span {
    text-decoration: underline;
}

.footer {
    border-top: 1px solid #e1e3e4;
    /* background: url(/images/frontend/bgFooter.png) no-repeat center bottom #fff; */
    margin-top: 30px;
}

.footer .row2 {
    padding: 40px 0 100px;
    border-top: 1px solid #e7e7e7;
}

.multiLangHolder {
    display: none;
}

.footer .row1 > .col1 > div {
    float: left;
}

.fMenu1 {
    position: relative;
}

.fMenu1 {
    margin: 15px 0;
}


.fMenu1 ul {
    float: left;
    padding: 9px 0 0 10px;
}


.fMenu1 li {
    float: left;
    margin: 0 18px;
}

.fMenu1 li a {
    white-space: nowrap;
}

.footer .row1 {
    padding: 30px 0;
}
.footer .row1, .footer .row2 {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.footer .sm {
    margin-left: 20px;
}
.footer .sm {
    margin: 20px 0 0 50px;
}

.block.sm > b, .block.sm > ul {
    float: left;
}

.social li:first-child {
    margin-left: 0;
}
.social li {
    margin-left: 10px;
    float: left;
}

.social li.sc1 a {
    background-position: 0 -66px;
}


.social li.sc2 a {
    background-position: -22px -66px;
}


.social li.sc3 a {
    background-position: -44px -66px;
}

.fpartner {
    margin-right: 20px;
}


.social li a {
    display: inline-block;
    text-indent: -999em;
    background: url(../../images/frontend/social33.png) no-repeat;
    width: 22px;
    height: 22px;
}

.social li.sc1:hover a {
    background-position: 0 -88px;
}

.social li.sc3:hover a {
    background-position: -44px -88px;
}

.social li.sc2:hover a {
    background-position: -22px -88px;
}

@media screen and (max-width: 885px)
{
	.headerMenu1 .sub {

	    position: absolute;
	    left: -156px;
	    top: 55px;
	    z-index: 3;
	}

	.body .headerMenu1 .sub {
	    position: absolute;
	    left: -176px;
	    top: 55px;
	    z-index: 3;
	}

	.headerMenu1 .sub:before {
	    left: 25px;
	    top: 7px;
	    margin-left: 0;
	}
}


@media screen and (max-width: 1000px)
{
	.headerMenu1 .sub {

	    position: absolute;
	    left: -116px;
	    top: 55px;
	    z-index: 3;
	}
	.headerMenu1 .sub:before {
	    left: 179px;
	    top: 7px;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1200px)
{
	.body .headerMenu1 .sub.type2 .mainorder {
	    width: 825px;
	}


}


