*{ margin:0; padding:0; }
img { border:none;}
ul {list-style:none; }
body {
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
.right{ float:right;}
.underlineGrey{
	display:block;
	width:100%;
	border-bottom:dotted 1px #7f7f7f;
	margin:7px 0;
	float:left;
	clear:both;
}

/* ----------------------- HEADER -----------------------------------------------------------------------------------*/
#header{
	width:856px;
	height:91px;
	padding-bottom:1px;
	float:left;
    overflow:hidden;
}

.navbar{
	background-image:url(../assets/header-bg-xmas.jpg);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 0;
	position: fixed;
	width: 100%;
	z-index: 500;
	color: #fff;
	min-height: 85px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

	.navbar .menu ul {
		margin: auto;
		display: table;
	}
		.navbar .menu li {
			float: left;
			padding: 15px 10px;
			position: relative;
		}
			.navbar .menu li:after{
				content: '';
				position: absolute;
				bottom: 0;
				width: 100%;
				left: 0;
				transition: all .5s ease;
				border-bottom: 5px solid #e4ff00;
				opacity: 0;
			}
			.navbar .menu li:hover:after,
			.navbar .menu li.selected:after{
				opacity: 1;
			}
			.navbar .menu li a{
				font-weight: 400;
				font-size: 19px;
				transition: all .5s ease;
				color: #fff;
			}
				.navbar .menu li:hover a,
				.navbar .menu li.selected a{
					color: #e4ff00;
					text-decoration: none;
				}
		#index .menu{
			/*display: none;*/
		}
		@media (max-width: 1200px) {
			.navbar .menu li a{
				font-size: 17px;
			}
		}
		@media (max-width: 991px) {
			#container.small{
				padding-top: 155px;
			}
			#index .menu{
				display: block;
			}
			.navbar .menu li{
				padding: 15px 5px;
			}
			.navbar .menu li a{
				font-size: 14px;
			}
		}
		@media (max-width: 767px) {
			#container.small{
				padding-top: 115px;
			}
			.navbar .menu{
				display: none !important;
			}
		}

	.navbar .navbar-brand{
		padding: 22px 0 0 15px;
	}
	.navbar #navbar{
		margin-top: 17px;
	}
	.navbar .navbar-nav .mr{
		margin-right: 20px;
	}
	.navbar .navbar-nav >li>a{
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
		.navbar .navbar-nav >li>a:hover{
			text-decoration: underline;
			color: #fff;
		}
	.navbar .navbar-nav .social a{
		padding-left: 0;
		padding-right: 15px;
		padding-top: 12.5px;
	}
		.navbar .navbar-nav .contact-link a.yellow{
			color: yellow;
			text-decoration: underline;
		}
		.navbar .navbar-nav .social a i{
			color: #fff;
			font-size: 22px;
		}
	.navbar #header-cart{
	    float:left;
		position: relative;
	}
	    #header-cart #header-cart-count{
	        width:21px;
	        height:21px;
			border-radius: 50%;
			position: absolute;
	        display:block;
			background-color: #e4ff00;
			right: 0;
			top: 0;
	    }
	        #header-cart #header-cart-count p{
	            font-family: 'Cabin',Arial,tahoma;
	            font-size: 12px;
				color: #00091f;
	            font-weight: bold;
				text-align: center;
	            margin: auto;
				top: 50%;
				position: relative;
				transform: translateY(-50%);
	        }
	    #header-cart #header-cart-link{
	        width: 50px;
	        height: 50px;
	        background-image:url('../assets/cart.png');
			background-repeat: no-repeat;
			background-position: center center;
	        float:left;
	        display:block;
	    }
    #header-search #quick-search{
        width: 300px;
        height: 40px;
        float: left;
        margin: 5px 10px 0;
		position: relative;
    }
	.navbar-toggle{
		margin-top: 23px;
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle{
		border-color: #fff;
	}
		.mobile #header-search{
			float: left;
    		width: 82%;
		}
		.mobile li{
			float: left;
			width: 100%;
			padding: 10px 0px;
			text-align: center;
		}
			.mobile li a{
				color: #fff;
			}
		.mobile #header-search #quick-search{
			width: 100%;
			margin-left: 0;
		}
        #quick-search #quick-search-input{
            width: 100%;
            height: 40px;
            padding: 10px 35px 10px 10px;
            float: left;
			border: none;
			border-radius: 10px;
			outline: 0;
			color: #000;
        }
        #quick-search #quick-search-submit{
            width: 19px;
            height: 16px;
            background:url('../assets/search.png') no-repeat;
            float:left;
            border:none;
            cursor:pointer;
			position: absolute;
			top: 11px;
			right: 11px;
        }

	@media (max-width: 1200px) {
		#navbar .hidden-sm{
			font-size: 12px;
		}
			#navbar .hidden-sm a{
				padding: 15px 5px;
			}
	}
	@media (max-width: 767px) {
		.navbar{
			background-position: top;
			background-size: initial;
			background-color: #000;
		}
			.navbar #navbar{
				margin-bottom: 15px;
				border: none;
				background-color: #000;
			}
	}
	@media (max-width: 768px) {

	}

/* ----------------------- ----------- ------------------------------------------------------------------------------*/
h1{
	font-size:14px;
	color:#9a9a9a;
	font-weight:bold;
	font-family:'Cantarell', arial, serif;
}
h2{
	font-size:14px;
	color:#9a9a9a;
	font-weight:bold;
	font-family:'Cantarell', arial, serif;
}
h3{
	font-size:15px;
	color:#ff6214;
	font-family:'Cantarell', arial, serif;
}
p{
	font-size:14px;
	color:#000;
	font-weight:normal;
    font-family:Arial,Tahoma,Geneva,Kalimati,sans-serif;
}

/* ----------------------- SIDE -------------------------------------------------------------------------------------*/
#side{
    width:207px;
    float:left;
    display:block;
}

/* ----------------------- SLIDER -------------------------*/
.sliderContainer{
    width: 207px;
    height: 314px;
    position: relative;
    margin: auto;
    float: left;
    margin-top: 10px;
}
#slider {
    width: 207px;
    height: 314px;
    overflow: hidden;
    margin: auto;
}
#slider .slide{
    width: 207px;
    height: 314px;
    float: left;
}

#side-menu{
	background-image: url('../assets/menu.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 24px 0 0 0;
}
    #side-menu ul li{
		float: left;
		width: 100%;
		padding-left: 45px;
    }
		#side-menu ul li.msi{
			padding-left: 0;
			background-color: #fff;
			margin-top: 12px;
		}
			#side-menu ul li.msi img{
				width: 100%;
			}
			#side-menu ul li.msi a{
				padding-bottom: 0;
			}
    #side-menu ul a{
		width: 100%;
		padding-bottom: 4px;
		font-weight: 400;
		font-size: 19px;
		font-family: 'Roboto', sans-serif;
		color: #898989;
		float: left;
    }
    #side-menu ul a:hover,
	#side-menu ul a.selected{
        font-weight: bold;
		text-decoration: none;
    }
@media (max-width: 1200px) {
	#side-menu{
		padding: 10px 0 0 0;
	}
		#side-menu ul a{
			padding-bottom: 1px;
		}
		#side-menu ul li.msi{
			margin-top: 2px;
		}
}

#side-customer-service-uy{
    width:207px;
    height:230px;
    background:url(../images/side/customer-service.jpg) no-repeat;
    float:left;
    display:block;
}
#side-customer-service-ar{
    width:207px;
    height:230px;
	background:url(../images/side/customer-service-ar.jpg) no-repeat;
    float:left;
    display:block;
}
#customer-carousel-office{
    width:207px;
    height:314px;
    background:url(../images/side/customer-carousel-office.jpg) no-repeat;
    float:left;
    display:block;
}
#customer-carousel-service{
    width:207px;
    height:314px;
    background:url(../images/side/customer-carousel-service.jpg) no-repeat;
    float:left;
    display:block;
}
.fb-like-box{
    width:207px;
    float:left;
    display:block;
    margin-top: 10px;
}
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#container{
	padding-top: 155px;
}
	#container.small{
		padding-top: 115px;
	}
	@media (max-width: 991px) {
		#container.small{
			padding-top: 155px;
		}
	}
	@media (max-width: 767px) {
		#container.small,
		#container{
			padding-top: 115px;
		}
	}

#row{
	background-color: #ececec;
	padding: 20px 0;
}
	#row img{
		width: 100%;
	}
	#row .invierta,
	#row .la-empresa{
		background-image:url('../assets/row-invierta.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 400px;
		width: 100%;
		position: relative;
	}
	#row .la-empresa{
		background-image:url('../assets/row-empresa.jpg');
	}
	#row .invierta a,
	#row .la-empresa a{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

#side-newsletter,
#side-contact{
    padding: 40px 10px;
	position: relative;
	width: 100%;
	height: 400px;
	max-height: 400px;
	background-image:url('../assets/row-contacto.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
}
	#side-newsletter form,
	#side-contact form{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	@media (max-width: 768px) {
		#row .invierta,
		#row .la-empresa,
		#side-newsletter,
		#side-contact{
			height: 500px;
			max-height: 500px;
			margin-bottom: 30px;
			position: relative;
		}
		/* #side-newsletter form,
		#side-contact form{
			position: absolute;
		    top: 50%;
		    transform: translateY(-50%);
		} */
		#side-newsletter p, #side-contact p, #side-contact h3{
			font-size: 24px;
		}
	}
	#side-newsletter{
		background-image:url('../assets/row-newsletter.jpg');
	}
    #side-newsletter p,
	#side-contact p,
	#side-contact h3{
        color: #fff;
		font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
		line-height: 25px;
    }
	#side-newsletter p span{
		font-size: 30px;
	}
	#side-contact h3{
		font-weight: bold;
		font-size: 40px;
		line-height: 45px;
		text-transform: uppercase;
		margin-bottom: 5px;
		margin-top: 0;
	}

#side-partners{
    width:183px;
    height:358px;
    padding:12px;
    background:url(../images/side/partners/background.jpg) no-repeat;
    float:left;
    display:block;
    margin-top: 10px;
}
#side-partners-small{
    width:183px;
    height:186px;
    padding:12px;
    background:url(../images/side/partners/background-small.jpg) no-repeat;
    float:left;
    display:block;
    margin-top: 10px;
}
    #side-partners h3, #side-partners-small h3{
        font-weight:bold;
        font-size:15px;
        font-family: arial, serif;
        color:#000;
        margin-bottom: 10px;
        text-transform:uppercase;
    }
    #side-partners .partner, #side-partners-small .partner{
        width:183px;
        height:71px;
        float:left;
        display:block;
        margin-bottom: 13px;
    }
        #side-partners .partner a, #side-partners-small .partner a{
            display:block;
            width:183px;
            height:71px;
            float:left;
            margin: 5px 0;
        }
        #side-partners .partner a#zotac, #side-partners-small .partner a#zotac{
            background:url(../images/side/partners/zotac.png);
        }
        #side-partners .partner a#hp, #side-partners-small .partner a#hp{
            background:url(../images/side/partners/hp.png);
        }
        #side-partners .partner a#dell, #side-partners-small .partner a#dell{
            background:url(../images/side/partners/dell.png);
        }
        #side-partners .partner a#microsoft, #side-partners-small .partner a#microsoft{
            background:url(../images/side/partners/microsoft.png);
        }
        #side-partners .partner a#zotac:hover, #side-partners .partner a#hp:hover,
        #side-partners .partner a#dell:hover, #side-partners .partner a#microsoft:hover
        #side-partners-small .partner a#zotac,#side-partners-small .partner a#hp,
        #side-partners-small .partner a#dell,#side-partners-small .partner a#microsoft{
            background-position:0 -71px;
        }
#side-highlight{
    width:190px;
    height:273px;
    padding:6px 8.5px;
	background:url(../images/side/highlight/background.jpg) no-repeat;
    float:left;
    display:block;
    margin-top: 10px;
}
    #side-highlight h3{
        font-weight:bold;
        font-size:15px;
        font-family: arial, serif;
        color:#000;
        margin-bottom: 4px;
    }
    #side-highlight img{
        width:190px;
        height:162px;
        margin:auto;
    }
    #side-highlight .side-highlight-product{
        font-size:14px;
        text-transform:uppercase;
        color:#000;
        font-weight:bold;
        text-align:center;
        font-family: Arial,Tahoma,Geneva,Kalimati,sans-serif;
        width:100%;
        float:left;
        clear:both;
    }
    #side-highlight .side-highlight-price{
        font-size:17px;
        color:#4c4c4c;
        font-weight:bold;
        text-align:center;
        width:100%;
        float:left;
        clear:both;
    }
    #side-highlight .side-highlight-add-to-cart{
        float:none;
        margin: 5px auto 0;
    }
    #side-highlight .add-to-cart-loading, #side-highlight .add-to-cart-succesful, #side-highlight .add-to-cart-error{
        float:none;
        margin: 5px auto 0;
    }

.clearfix{
	width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}
/* ----------------------- HOME -------------------------------------------------------------------------------------*/
#home{
	margin-top: 20px;
    margin-bottom: 50px;
}
#home-slider{
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	/* height: 100%; */
	max-height: 375px;
}
	#home-slider img {
		width: 100%;
	}
	#home-slider #slippry-demo{
		height: 100%;
	}
@media (max-width: 1201px) {
	#home-slider{
		max-height: 311px;
	}
}
@media (max-width: 991px) {
	#home-slider{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 768px) {
	#home-slider{
		padding-left: 0;
		padding-right: 0;
	}
}

.home-product-section{
}
	#home .home-product-section{
		margin-bottom: 20px;
	}
	.home-product-section h2{
		font-size: 25px;
		color: #acacac;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		border-bottom: 1px solid #acacac;
		width: 100%;
    	padding-bottom: 5px;
		margin-bottom: 20px;
	}
		.home-product-section.results h2{
			font-weight: 400;
		}
		.home-product-section.orange h2{
			border-bottom: 1px solid #ff8e1f;
		}
		.home-product-section.blue h2{
			border-bottom: 1px solid #1398c9;
		}
		.home-product-section.red h2{
			border-bottom: 1px solid #f82e39;
		}
		.home-product-section h2,
		.home-product-section h2 a,
		.home-product-section h2 a:hover{
			color: #acacac;
			text-decoration: none;
		}
		.home-product-section.orange h2,
		.home-product-section.orange h2 a,
		.home-product-section.orange h2 a:hover{
			color: #ff8e1f;
		}
		.home-product-section.blue h2,
		.home-product-section.blue h2 a,
		.home-product-section.blue h2 a:hover{
			color: #1398c9;
		}
		.home-product-section.red h2,
		.home-product-section.red h2 a,
		.home-product-section.red h2 a:hover{
			color: #f82e39;
		}
	#home .home-product-section h2{
		text-align: center;
	}
	.home-product-section .product{
		position: relative;
		transition: all 1s ease;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
		border-radius: 10px;
		padding-bottom: 15px;
	}
		.home-product-section .product:hover{
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
		}
		.home-product-section .product img{
			width: 100%;
		}
			.home-product-section .product:hover img{
				opacity: .4;
			}
		.home-product-section .product .product-image{
			display: block;
			overflow: hidden;
			position: relative;
			height: 183px;
			max-height: 183px;
		}
		.home-product-section .product .product-image img:first-child{
			display: block;
		    position: absolute;
		    height: 100%;
		    width: auto;
			top: 50%;
		    left: 50%;
		    transform: translateX(-50%) translateY(-50%);
		}
        .home-product-section .product .product-name{
			background: #acacac;
			display: block;
			font-family: 'Roboto', sans-serif;
			width: 100%;
			border-radius: 20px;
			color: #fff;
			padding: 2px 10px;
			font-weight: normal;
            font-size:18px;
			text-align: center;
        }
			.home-product-section .product a:hover{
				text-decoration: none;
			}
			.home-product-section.orange .product .product-name{
				background-color: #ff8e1f;
			}
			.home-product-section.blue .product .product-name{
				background-color: #1398c9;
			}
			.home-product-section.red .product .product-name{
				background-color: #f82e39;
			}
        .home-product-section .product .product-detail{
            width: 100%;
            font-size:15px;
            color:#898989;
			margin: 10px 0;
			text-align: center;
			width: 100%;
			display: block;
        }
        .home-product-section .product .product-price {
          width: 100%;
          display: block;
          margin-top: 10px;
		  background-color: #efefef;
			border-radius: 10px;
			color: #fff;
			padding: 0;
        }
            .home-product-section .product .product-price a.new{
                width: 100%;
                font-size:17px;
                font-weight:bold;
                color:#4c4c4c;
                text-align: center;
            }
				.home-product-section .product .product-price a.new .price{
					font-size: 18px;
				}
            .home-product-section .product .product-price a.new p{
                text-align: center;
				font-family: 'Roboto', sans-serif;
				color: #000;
				padding: 5px 0;
            }
            .home-product-section .product a.old{
                width: 100%;
                font-size: 16px;
                color:#898989;
				font-family: 'Roboto', sans-serif;
				width: 100%;
				text-align: center;
				display: block;
            }
		@media (max-width: 768px) {
			.home-product-section .product{
				margin-bottom: 30px;
			}
			.home-product-section h2{
				font-size: 20px;
			}
		}

        .product .add-to-cart{
			margin: auto;
			text-transform: uppercase;
			background-color: #e4ff00;
			color: #00091f;
			border-radius: 15px;
			opacity: 0;
			transition: all .75s ease;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%) scale(.8) translatey(-50%);
			font-family: 'Roboto';
			width: 70%;
			text-align: center;
			padding: 10px;
			font-weight: 600;
			box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
		}
			.product:hover .add-to-cart{
				transform: translateX(-50%) scale(1) translatey(-50%);
				opacity: 1;
			}
			.product .add-to-cart:hover{
				box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
			}
		.product .add-to-cart.unable{
			opacity: 0 !important;
		}
		.product .status{
			display: none;
			font-weight: bold;
		}
		.product .addError,
		.product .addSuccess,
		.product .addLoading{

		}
        #side-highlight .add-to-cart,
		#side-highlight .add-to-cart-unable{
            width:137px;
            height:17px;
            display:block;
            background:url(../images/home/product/add-to-cart.png) no-repeat;
            float:right;
            margin-top: 10px;
            cursor:pointer;
        }
        .product .add-to-cart:hover, .product .add-to-cart-unable:hover ,
        #side-highlight .add-to-cart:hover, #side-highlight .add-to-cart-unable:hover{
            background-position:0 -17px;
        }
        #side-highlight .add-to-cart-loading, .product .add-to-cart-loading{
            width:137px;
            height:17px;
            display:block;
            background:url(../images/loading.gif) no-repeat center;
            float:right;
            margin-top: 10px;
        }
        #side-highlight .add-to-cart-succesful, .product .add-to-cart-succesful{
            width: 137px;
            height: 15px;
            padding-top: 2px;
            margin-top: 10px;
            float: right;
            display: block;
            background:#ADFF2F;
            color: #000000;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
        }
        #side-highlight .add-to-cart-error, .product .add-to-cart-error{
            width: 137px;
            height: 15px;
            padding-top: 2px;
            margin-top: 10px;
            float: right;
            display: block;
            background:red;
            color: #000000;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
        }
.delete-product{
    width: 25px;
    height: 25px;
	background-color: #c6c6c6;
	color: #fff;
	display: block;
	border-radius: 50%;
    cursor:pointer;
	text-align: center;
	line-height: 25px;
	transition: all .5s ease;
}
	.delete-product:hover{
		color: #fff;
		text-decoration: none;
		background-color: #ff0000;
	}
#delete-all,
#refresh{
	float: left;
    margin: 0 10px 0 0;
    color: #000;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 5px;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
	opacity: 1;
	transition: all .3s ease;
}
	#delete-all:hover,
	#refresh:hover{
		opacity: .9;
	}


/* ----------------------- SEARCH -----------------------------------------------------------------------------------*/

#search .search{
	border-radius: 10px;
	background-color: #ececec;
	padding: 20px 10px;
}
	#search .search h3{
		color: #1398c9;
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: 25px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#search .search form{
		margin-top: 20px;
	}
	#search .search form > div{
		padding-left: 5px;
		padding-right: 5px;
	}
	#search .search form input,
	#search .search form select{
		width: 100%;
		padding: 10px 15px;
		border-radius: 5px;
		border: none;
		background-color: #fff533ed;
		height: 45px;
		outline: 0;
	}
    @media (max-width: 991px) {
		#search .search form input,
		#search .search form select{
			margin-bottom: 10px;
		}
	}
    #advanced-search #advanced-search-submit{
        background-color: #1398c9;
		font-size: 18px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
		transition: all .5s ease;
    }
		#advanced-search #advanced-search-submit:hover{
			-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
		}
/* ----------------------- THE COMPANY ------------------------------------------------------------------------------*/
#the-company{
	padding-bottom: 50px;
    /* width:562px;
    height:610px;
    padding:35px;
    background:url(../images/the-company/background.jpg) no-repeat center;
    float:left;
    margin: 19px 0 0 17px; */
}
	#the-company .top-image{
		width: 100%;
	}
    #the-company h1{
        background:url(../images/the-company/separator.png) no-repeat center left;
        padding-left: 15px;
        font-size: 20px;
        color:#000;
        font-weight:bold;
        margin-bottom: 15px;
    }
    #the-company p{
        font-size:15px;
        color:#6c6c6c;
    }
    #the-company #images{
        width:562px;
        float:left;
        margin-top: 10px;
    }
        #the-company #images .image{
            width:111px;
            height:111px;
            float:left;
            margin: 0 17px 17px 0;
            border:6px solid #fff;
            -moz-box-shadow:    2px 2px 4px 2px #ccc;
            -webkit-box-shadow: 2px 2px 4px 2px #ccc;
            box-shadow:         2px 2px 4px 2px #ccc;
        }

/* ----------------------- CATEGORY ---------------------------------------------------------------------------------*/
#paginate{
	margin-top: 15px;
	margin-bottom: 30px;
}
#paginate.top{
	margin-bottom: 15px;
}
#paginate a{
	position: relative;
	color: #fff;
	text-transform: uppercase;
    padding: 10px 30px;
	background-color: #8f8f8f;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
    cursor:pointer;
	transition: all 1s ease;
	font-weight: bold;
}
	#paginate a:hover{
		color: #fff;
		text-decoration: none;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	}
	#paginate  .more a{
		float: right;
	}
	#paginate .back a{
	    float:left;
	}
	#paginate a:before,
	#paginate a:after {
	    border-right: 2px solid;
	    content: '';
	    display: block;
	    height: 16px;
	    margin-top: -8px;
	    position: absolute;
	    -moz-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	    right: 15px;
	    top: 19px;
	    width: 0;
	}
		#paginate .back a:after,
		#paginate .back a:before{
			left: 15px;
			right: inherit;
		}
		#paginate .back a:before {
		    transform: rotate(45deg);
		}
		#paginate .back a:after {
		    transform: rotate(135deg);
		}
	#paginate a:after {
	    margin-top: 2px;
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	@media (max-width: 500px) {
		#paginate a{
			font-size: 15px;
			width: 100%;
		}
		#paginate a:before,
		#paginate a:after {
		    height: 8px;
		    margin-top: -6px;
		}
		#paginate a:after {
		    margin-top: -1px;
		}
	}
#laptops-banner{
    width:632px;
    height:89px;
    float:left;
    margin-top: 15px;
    display:block;
    background:url(../images/category/laptops/banner.jpg) no-repeat right;
    clear:both;
}

#tabs{
	display: none;
    /* width:622px;
    float:left;
    margin:15px 0 0 15px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 5px 5px 0;
    background-color:#fff; */
}
    #tabs .tab{
        /* width: 85px; */
        height: 20px;
        /* background-color: #E8E8E8;
        border-right: 5px solid #CCCCCC;
        border-bottom: 5px solid #CCCCCC; */
        cursor: pointer;
        /* float: left; */
        padding-top: 15px;
		padding-bottom: 15px;
    }
    #tabs .tab.product{
        /* width: 336px; */
    }
    #tabs .tab.last{
        /* width: 101px; */
        border-right: 0px none;
    }
    #tabs .tab.select{
        border-bottom: medium none;
        cursor: default;
        background-color: #FFF;
        height: 25px;
    }
        #tabs .tab h1{
            clear: both;
            color: #000000;
            font-family: 'Cabin',arial,serif;
            font-size: 20px;
            font-weight: bold;
        }

/* ----------------------- PRODUCT REVIEW ------------------------------------------------------------------------*/
#product-review{
    padding:25px 0 0;
}
	#product-review #column-right{
		padding-left: 0;
	}
    #product-review #media-column{
		padding-right: 0;
    }
        #product-review #media-column #main-image{
            margin-bottom:15px;
			width: 100%;
			box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		    position: relative;
		    z-index: 1;
        }
			#product-review #media-column #main-image img{
				width: 100%;
			}
        #product-review #media-column #thumb-images{
        }
            #product-review #media-column #thumb-images .image{
                /* width:61px;
                height:61px;
                float:left; */
                /* margin: 0 2px; */
                border:6px solid #fff;
                -moz-box-shadow:    2px 2px 4px 2px #ccc;
                -webkit-box-shadow: 2px 2px 4px 2px #ccc;
                box-shadow:         2px 2px 4px 2px #ccc;
            }
				#product-review #media-column #thumb-images .image img{
					width: 100%;
				}
        #product-review #media-column #video{
        }
        #product-review #media-column #share{
            width:309px;
            padding:0 0 10px 0;
            float:left;
        }
            #product-review #media-column #share .share{
                float: left;
                height: 23px;
                margin-right: 10px;
                overflow: hidden;
                width: 97px;
            }
    #product-review #description-column{
		width: 100%;
		float: left;
		padding: 30px;
    }
        #product-review #description-column #price{
            margin: 10px 0 0 0;
        }
        #product-review #description-column p.description{
            font-size: 24px;
            color: #3f3f3f;
            font-family: 'Roboto', sans-serif;
        }

    #product-review #price{
        width:198px;
        height:33px;
        padding: 2px 0 0 7px;
        display:block;
        background:url(../images/product/price.jpg) no-repeat;
        float:right;
        clear:left;
        margin: 10px 15px 0 0;
    }
        #product-review #price .new{
            width:109px;
            float:left;
            font-size:17px;
            font-weight:bold;
            color:#4c4c4c;
            text-align:center;
        }
        #product-review #price .new span{
            font-size:12px;
            font-weight:bold;
            color:#4c4c4c;
            clear:both;
            text-align:left;
            float:left;
            width:100%;
        }
        #product-review #price .old{
            width: 77px;
            padding:0 3px 0 9px;
            float:left;
            font-size:12px;
            font-weight:bold;
            color:#898989;
            text-align:right;
        }
    #product-review #priceLarge{
    }
        #product-review #priceLarge .new{
            font-size: 18px;
			color: #3f3f3f;
			margin: 0;
			font-family: 'Roboto', sans-serif;
        }
			#product-review #priceLarge .new span{
				font-size: 45px;
				font-weight: bold;
				color: #00aeff;
			}
    #product-review #product-brand{
        width:300px;
        min-height: 50px;
        display:block;
        float:left;
        margin-top: 10px;
    }
    #product-review > .add-to-cart, #product-review > .add-to-cart-unable{
        width:307px;
        height:57px;
        display:block;
        background:url(../images/product/add-to-cart.png) no-repeat;
        float:right;
        margin: 10px 15px 0 0;
        cursor:pointer;
    }
    #product-review > .add-to-cart:hover, #product-review > .add-to-cart-unable:hover{
        background-position:0 -57px;
    }
    #product-review > .add-to-cart-loading{
        width:307px;
        height:57px;
        display:block;
        background:url(../images/loading.gif) no-repeat center;
        float:right;
        margin-top: 10px;
    }
    #product-review > .add-to-cart-succesful{
        width: 307px;
        height: 37px;
        padding-top: 20px;
        margin-top: 10px;
        float: right;
        display: block;
        background:#ADFF2F;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    #product-review > .add-to-cart-error{
        width: 307px;
        height: 37px;
        padding-top: 20px;
        margin-top: 10px;
        float: right;
        display: block;
        background:red;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    /** medium *****************************/

    #product-review #description-column-add{
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		border-radius: 0px 45px 45px 0px;
		-moz-border-radius: 0px 45px 45px 0px;
		-webkit-border-radius: 0px 45px 45px 0px;
		width: 100%;
	    float: left;
	    padding: 20px 0;
		position: relative;
    }
    #description-column-add .add-to-cart,
	#description-column-add .add-to-cart-unable{
		width: 100%;
		height: auto;
        display: block;
        cursor: pointer;
		opacity: 1;
		transition: all .5s ease;
		position: relative;
    }
		#description-column-add > div{
			display: table-cell;
			float: none;
			vertical-align: middle;
			border-right: 1px solid rgba(148, 148, 148, .3);
		}
			#description-column-add > div:last-child{
				border-right: 0;
			}
		#description-column-add .img-responsive{
			margin: auto;
		}
		#description-column-add .add-to-cart img{
			width: 100%;
		}
    #description-column-add .add-to-cart:not(.unable):hover{
		opacity: .6;
    }
		#description-column-add .add-to-cart.unable img{
			opacity: .4;
		}
		#description-column-add .add-to-cart.unable:after{
			content: '';
			display: block;
			width: 15px;
			height: 30px;
			border: solid green;
			border-width: 0 4px 4px 0;
			transform: translateX(-40%) translateY(-65%) rotate(45deg);
			position: absolute;
			top: 50%;
			left: 50%;
			margin: auto;
		}
    #description-column-add  .add-to-cart-loading{
        width:261px;
        height:57px;
        display:block;
        background:url(../images/loading.gif) no-repeat center;
        float:right;
        margin-top: 10px;
    }
    #description-column-add .add-to-cart-succesful{
        width: 261px;
        height: 37px;
        padding-top: 20px;
        margin-top: 10px;
        float: right;
        display: block;
        background:#ADFF2F;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    #description-column-add .add-to-cart-error{
        width: 261px;
        height: 37px;
        padding-top: 20px;
        margin-top: 10px;
        float: right;
        display: block;
        background:red;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .product-wrapper .button-section{
        margin: 15px 0 30px 0 ;
    }
    .product-wrapper .button-section .button {
      display: inline-block;
      padding: 20px 30px;
	  font-size: 18px;
      margin: 10px 1px;
      /* Font styles */
      color: white;
      font-weight: bold;
      text-decoration: none;
	  border-radius: 5px;
    }
	.product-wrapper .button-section .buttons{
		margin: auto;
		display: table;
	}
    .product-wrapper .button-section .button.green {
        background-color: #7BAD26 ;
    }
    .product-wrapper .button-section .button.grey {
        background-color: #AAAAAA ;
    }
    .product-wrapper .button-section .button.blue {
        background-color: #008DD4 ;
    }
    .product-wrapper .button-section .button.green:hover {
        background: #9ECD71;
    }
    .product-wrapper .button-section .button.grey:hover {
        background: #C8C8C8;
    }
    .product-wrapper .button-section .button.blue:hover {
        background: #54A7EB;
    }

    .product-wrapper .button-section .button.three-d {
      position: relative;
      transition: all 0.1s ease-in;
    }
    .product-wrapper .button-section .button.three-d.green {
    }
    .product-wrapper .button-section .button.three-d.grey {
		margin-left: 10px;
    }
    .product-wrapper .button-section .button.three-d.blue {
		margin-left: 10px;
    }
    .product-wrapper .button-section .button.three-d:active {
      box-shadow: none;
      top: 3px;
      left: 3px;
    }


	@media (max-width: 768px) {
		#product-review #media-column{
			padding-right: 15px;
		}
		#product-review #column-right{
			padding-left: 15px;
		}
		#description-column-add .img-responsive{
			width: 50%;
			margin-top: 10px;
		}
		#product-review #priceLarge .new{
			text-align: center;
		}
		#description-column-add .add-to-cart img{
			width: 55%;
			margin: auto;
			display: block;
		}
		#product-review #description-column-add{
			margin-top: 40px;
			border-radius: 45px;
			-moz-border-radius: 45px;
			-webkit-border-radius: 45px;
		}
		#product-review #description-column p.description{
			text-align: center;
		}
		#description-column-add > div{
			display: inherit;
		    float: inherit;
		    vertical-align: inherit;
		}
	}
	@media (max-width: 500px) {
		#description-column-add > div{
			border-right: 0;
		    border-bottom: 1px solid rgba(148, 148, 148, .3);
		    padding-bottom: 30px;
		    padding-top: 30px;
		}
			#description-column-add > div:last-child{
				border-bottom: 0;
			}
		#description-column-add .img-responsive{
			width: 40%;
		}
		#description-column-add .add-to-cart img{
			width: 50%;
		}
		.product-wrapper .button-section .button,
		.product-wrapper .button-section .button.three-d.blue,
		.product-wrapper .button-section .button.three-d.grey{
			margin: 0 auto 10px;
			display: block;
		}
	}


/* ----------------------- COMMENTS ------------------------------------------------------------------------*/

#comments, #new-comments, #rating, #new-rating{
    padding:15px;
    display: none;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#new-comments, #new-rating{
	margin-bottom: 15px;
}
    #rating .rate, #comments .comment{
        width:100%;
        float: left;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom:1px solid #97BE0D;
    }
        #rating h3, #comments h3{
            font-size:20px;
            font-weight:bold;
            margin-bottom: 10px;
            color: #97BE0D;
        }
        #rating .rate .rate-author, #comments .comment .comment-author{
            width:100%;
            float: left;
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: bold;
        }
        #rating .rate .rate-content, #comments .comment .comment-content{
            width:100%;
            float: left;
            font-size: 14px;
            font-weight: normal;
        }
            #rating .rate .answer, #comments .comment .answer{
                width:95%;
                padding:10px;
                float: right;
                font-size: 14px;
                font-weight: normal;
                margin-top: 5px;
                background: #CAFF0D;
            }
                #rating .answer .answer-content, #comments .comment .answer .answer-content{
                    width:100%;
                    float: left;
                    font-size: 14px;
                }
    #new-rating form, #new-comments form{
    }
        #new-rating form > *, #new-comments form > *{
            font-size: 14px;
            font-weight:normal;
            color:#787878;
        }
		.rate-wrapper{
			margin-left: 0;
		}
		.submit-wrapper{
			margin-right: 0;
		}
        #new-rating form h3,
		#new-comments form h3{
            font-size:20px;
			width: 100%;
            font-weight:bold;
			margin-top: 0;
            margin-bottom: 10px;
        }
        #new-rating form .response,
		#new-comments form .response{
			text-align: right;
			padding: 0;
			line-height: 25px;
        }
        #new-rating form input[type="text"],
		#new-comments form input[type="text"]{
			width: 100%;
			outline: 0;
            padding: 10px;
			border-radius: 10px;
			border:1px solid #ccc;
            margin-bottom: 10px;
        }
        #new-rating form textarea,
		#new-comments form textarea{
            height: 150px;
			width: 100%;
			outline: 0;
			border:1px solid #ccc;
            padding: 10px;
			border-radius: 10px;
            margin-bottom: 10px;
        }
        #new-rating form input[type="button"],
		#new-comments form input[type="button"]{
            float: right;
            cursor: pointer;
            clear: none;
			padding: 10px;
			outline: 0;
			margin: 0;
			border: none;
			color: white;
			font-weight: bold;
			text-decoration: none;
			margin-top: 7px;
			border-radius: 5px;
        }
		#new-rating form input[type="button"]{
			background-color: #008DD4;
		}
		#new-comments form input[type="button"]{
			background-color: #AAAAAA;
		}
        #new-rating form #rate{
            float: left;
            border-color: #CCCCCC;
            border-style: solid;
            border-width: 1px;
            font-weight: bold;
			border-radius: 10px;
            text-align: center;
            width: 160px;
        }
            #new-rating form #rate #star{
                float: right;
                clear: none;
                float: left;
                margin: 5px 10px;
            }
/* ----------------------- PRODUCT REVIEW ------------------------------------------------------------------------*/
#cart{

}
	#cart .sent-title{

	}
		#cart .sent-title.sent{
			color: #00aeff;
			border-color: #00aeff;
		}
		#cart #cart-contact h3.sent{
			color: #00aeff;
			font-size: 30px;
			text-align: center;
			border: 0;
			margin-bottom: 0;
			text-transform: uppercase;
		}
		#cart #cart-contact p.sent{
			text-align: center;
			color: #949494;
			font-size: 20px;
			font-family: 'Roboto', sans-serif;
		}
		#cart img.sent{
			margin: auto;
			display: table;
		}
    #cart #cart-products{

    }
		#cart #cart-products h3,
		#cart #cart-contact h3{
			font-size: 30px;
			font-weight: bold;
			color: #00aeff;
			border-bottom: 2px solid #e5e5e5;
			padding-bottom: 25px;
			margin-bottom: 25px;
		}
        #cart #cart-products p{
            padding:15px;
            font-size:14px;
            font-family:tahoma,arial;
            font-weight:normal;
            color:#787878;
        }
        #cart #cart-products tr{
            background-color:#fff;
			border-radius: 10px;
        }
			#cart #cart-products tr.grey{
				background-color:#f6f6f6;
			}

        #cart #cart-products tr td{
            font-size: 22px;
			color: #949494;
            font-family: 'Roboto', sans-serif;
            font-weight: normal;
            padding: 25px 0px;
			border: 0;
			vertical-align: inherit;
			text-align: center;
        }
			#cart #cart-products tr td.article{
				text-align: left;
			}
			#cart #cart-products tr td.sub{
				font-weight: bold;
				color: #00aeff;
			}
			#cart #cart-products tr td:first-child{
				padding-left: 20px !important;
				padding-right: 20px !important;
			}
			#cart #cart-products tr td:last-child{
				padding-right:20px !important;
			}
        #cart #cart-products ul li.article{
            text-align:left;
            padding: 9px 5px;
        }
        #cart #cart-products tr.titles td{
			font-size: 18px;
            font-weight: bold;
            padding: 15px 0px;
			text-align: center;
        }
        #cart #cart-products tr.titles td.article{
            text-align: left;
        }
        #cart #cart-products ul.item .idproduct{
            background: none;
            border: none;
            color: #787878;
            font-size: 14px;
            height: auto;
            padding: 0;
            font-family: tahoma,arial;
        }

        #cart #cart-products tr.total{
            background-color:#97be0d;
        }
        #cart #cart-products tr.total td{
            color:#fff;
        }
        #cart #cart-products tr.total td.total-text{
            text-align:right;
        }
			#cart #cart-products tr.total td.total-text span{
				float: right;
			}
        #cart #cart-products tr td input[type="text"]{
			width: 50px;
			text-align: center;
			border-radius: 10px;
			border: none;
			outline: 0;
			-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
        }
		#cart #cart-products tr td input[type="text"]:disabled{
			background: transparent;
			box-shadow: none;
			width: 60px;
		}


    #cart #cart-contact{
		margin-top: 30px;
    }
        #cart #cart-contact p:not(.sent){
			color:#949494;
            font-size: 20px;
            margin: 20px 0;
			text-align: left;
			font-family: 'Roboto', sans-serif;
        }
		#cart #cart-contact #form,
		#contact-form #form{
			background-color: #f6f6f6;
			border-radius: 10px;
		}
		#contact-form #form{
			padding: 30px 20px;
		}
        #cart #cart-contact #form p.bottom{
			font-style: italic;
			text-align: center;
			margin: 30px 0;
        }
        #cart #cart-contact #form input[type="text"],
		#cart #cart-contact #form textarea,
		#side-newsletter #side-newsletter-input,
		#side-contact-input,
		#contact #contact-form #form input[type="text"],
		#contact #contact-form #form textarea,
		#contact #contact-form #form select{
			width: 100%;
			border-radius: 10px;
			font-family: 'Roboto', sans-serif;
			background-color: #fff;
			border: none;
			outline: 0;
			font-size: 17px;
			color: #5a5a5a;
			padding: 10px;
        }
		#contact #contact-form #form select{
			height: 44px;
		}
        #cart #cart-contact #form textarea,
		#contact #contact-form #form textarea{
			margin-top: 30px;
            height: 75px;
        }
        #cart #cart-contact #form #send-order,
		#side-newsletter #side-newsletter-submit,
		#side-contact #side-contact-submit,
		#contact #contact-form #form #submit{
			margin-top: 30px;
            width: 100%;
            padding: 20px 0;
            border: none;
            cursor:pointer;
			opacity: 1;
			transition: all .8s ease;
			font-size: 25px;
			font-weight: bold;
			color: #717171;
			font-family: 'Roboto', sans-serif;
			text-align: center;
			background-color: #e0fb00;
			border-radius: 10px;
        }
        #cart #cart-contact #form #send-order:hover,
		#side-newsletter #side-newsletter-submit:hover,
		#side-contact #side-contact-submit:hover,
		#contact #contact-form #form #submit:hover{
            opacity: .9;
        }
		#side-newsletter #side-newsletter-submit,
		#side-contact #side-contact-submit{
	        padding: 8px 0;
			margin-top: 20px;
			font-size: 20px;
	    }
		#cart #cart-contact .img img{
			margin: 35px auto;
			display: block;
		}
		#cart .table-responsive{
			min-height: inherit;
			overflow-x: inherit;
		}
		@media (max-width: 992px) {
			#contact #contact-form #form input[type="text"],
			#contact #contact-form #form select{
				margin-bottom: 20px;
			}
			#contact #contact-form #form textarea{
				margin-top: 0;
			}
		}
		@media (max-width: 768px) {
			#cart #cart-products h3,
			#cart #cart-contact h3{
				font-size: 20px;
				padding-bottom: 15px;
    			margin-bottom: 10px;
			}
			#cart .table-responsive{
				min-height: .01%;
				overflow-x: auto;
			}
			#cart #form{
				float: left;
			}
			#cart #cart-contact #form input[type="text"],
			#cart #cart-contact #form textarea{
				padding: 30px 10px;
				margin-bottom: 20px;
			}
			#cart #cart-contact #form textarea{
				height: 150px;
				margin-top: 0;
			}
		}

/* ----------------------- CONTACT ----------------------------------------------------------------------------------*/

#contact{
    padding-bottom: 50px;
}
        #contact #contact-title h1{
            font-size:20px;
            color:#000;
            font-weight:bold;
            margin-bottom: 3px;
        }
        #contact #contact-title p{
            font-size:15px;
            color:#6c6c6c;
            font-weight:normal;
        }
		#contact #contact-title #dataMessage.email-sent{
			text-align: center;
			font-size: 20px;
			width: 55%;
    		margin: auto;
		}
		@media (max-width: 500px) {
			#contact #contact-title #dataMessage.email-sent{
				width: 100%;
			}
		}
    #contact .sendOk{
        width:154px;
        height:144px;
        background:url(../images/contact/sendOk.png) no-repeat;
        margin: 15px auto 0;
    }

/* ----------------------- BANNERS -----------------------------------------------------------------------------------*/
#banners{
	background-color: #ececec;
	padding: 20px 0;
}
	#banners img{
		width: 100%;
	}
@media (max-width: 992px) {
	#banners{
		padding-bottom: 0;
	}
	#banners img{
		margin-bottom: 20px;
	}
}
/* ----------------------- FOOTER -----------------------------------------------------------------------------------*/
#footer {
	background: url('../assets/footer-bg-xmas.jpg');
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	height:auto;
    padding: 30px 0;
}
	#footer .yellow{
		color: yellow;
		text-decoration: underline;
	}
	#footer h4{
		color: #fff;
		margin-top: 0;
	}
    #footer p,
	#footer a{
        font-size: 16px;
		font-family: 'Roboto', sans-serif;
        color: #fff;
        float: left;
        margin-bottom: 3px;
    }
	#footer p a{
		float: initial;
	}
	#footer .blue{
		/* color: #4dbde2; */
		color: yellow;
	}
	#footer a:hover{
		text-decoration: underline;
		outline: 0;
		color: #fff;
	}
	#footer img{
		margin-bottom: 15px;
	}
	#footer li{
		float: left;
		clear: both;
	}
	#footer #footer-bottom{
		margin-top: 15px;
	}
	@media (max-width: 768px) {
		#footer{
			background-size: cover;
		}
		#footer li,
		#footer li a,
		#footer p{
			width: 100%;
		}
		#footer p,
		#footer a,
		#footer h4{
			text-align: center;
		}
		#footer .menus{
			margin-top: 30px;
		}
	}