.G-menu{
    padding:0;
    margin:0 auto;
    width: 100px;
}
.G-menu li{
	width:97px;
	height:96px;
    border: 0px solid #dd0023;
    overflow: hidden;
    position: relative;
    float:left;
    background:#5D5D5D ;
    margin-right: 20px;
    /*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.G-menu li:last-child{
    margin-right: 0px;
}
.Ga-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
/*   -moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
   box-shadow:0px 0px 3px #000000;*/

}

.G-menu li:hover{
    background: #dd0023;
    border: #dd0023;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    /*box-shadow: 0 3px 20px 3px #dd0023;*/
}
/**------------------------------G-category---------------------------------------------------------------------------------------------------------------------------------------------------**/
.G-category ul{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.G-category ul li{
	border-bottom:#545454 1px solid;
}
.G-category ul li a{
	color:#4c4c4d;
	font-size:1em;
	font-family:'Tahoma', Geneva, sans-serif;
	font-weight:normal;
	display:block;
	padding:8px 10px;	
}
.G-category ul li a span{
	padding-right:10px;
}
.G-category ul li:hover{
	background:#545454;
}
.G-category ul li:hover a{
	color:#fff;
}
/**------------------------------G-category---------------------------------------------------------------------------------------------------------------------------------------------------**/
/**------------------------------botton---------------------------------------------------------------------------------------------------------------------------------------------------**/
.G-button{
	background:#fff;
	padding:10px;
	border:#bfbfbf 1px solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px; 
	-ms-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;
	color: #bfbfbf;
	font-size:1em;
	line-height:14px;
	font-family: 'Conv_Montserrat-Regular';
	font-weight:100;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}	
.G-button:hover{
	background:#2c529e;
	color:#fff;
	border:#5b69a9 1px solid;
}
.button-cart{
	padding:7px 12px;
	margin-top:10px;
	background:#e1a731;
	font-family: Tahoma, Geneva, sans-serif;
    font-size:0.9em;
	text-transform:uppercase;
	color: #fff;
	display: inline-block;
	cursor:pointer;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.button-cart:hover{
	background:#f00;
}
.button-language{
	padding:5px 10px;
	margin:5px 5px 5px 0;
	float:right;
	border:1px solid #dcdcdc;

	background:#fff;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#30abd7), to(#2396c0));
	background-image: -webkit-linear-gradient(top,  #30abd7, #2396c0);
	background-image: -moz-linear-gradient(top,  #30abd7, #2396c0);
	background-image: -ms-linear-gradient(top,  #30abd7, #2396c0);
	background-image: -o-linear-gradient(top,  #30abd7, #2396c0);
	background-image: linear-gradient(to bottom,  #30abd7, #2396c0);*/

	font-family: 'Conv_Montserrat-Regular';
    font-size:0.9em;
	color: #4c4c4d;
	display:block;
	cursor:pointer;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-language:hover{
	background:#f7ab1b;
	color: #fff;
	border:1px solid #dcdcdc;
	
/*	box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4));
	-o-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);*/
}
.button-language-current{
	background:#f7ab1b;
	color: #fff;
	border:1px solid #dcdcdc;
	
	padding:5px 10px;
	margin:5px 5px 5px 0;
	float:right;

	font-family: 'Conv_Montserrat-Regular';
    font-size:0.9em;
	display:block;
	cursor:pointer;
	
/*	box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4));
	-o-box-shadow:inset 0px 0px 8px 1px rgba(0, 0, 0, 0.4);*/
}
.button-view{
	padding:2px 12px;
	background:none;
	font-family: 'Conv_PSL240pro';
	font-weight: lighter;
    font-size:1.6em;
	color: #fff;
	display:block;
	cursor:pointer;
	border:1px solid #fff;
	width:120px;
	margin:5px auto;
}
.button-view:hover{
	background:#fff;
	border:1px solid #000;
	color: #000;
}
.button-shadow{
	opacity: 1;
}
.button-shadow:hover{
	box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
  	-webkit-box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
	-moz-box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
	-khtml-box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
	-ms-box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
	-o-box-shadow:4px 3px 10px -2px rgba(0,0,0,0.7);
}
.button-Login{
	padding:2px 19px;
	margin-top:5px;
	margin-bottom:5px;
	background:#343434;
	
	color: #fff;
	font-family: 'Conv_supermarket_1';
	font-size:15px;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	border:1px solid #343434;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-Login:hover{
	background:#fff;
	color: #343434;
	border:1px solid #343434;
}
.text-More{
	float:right;
	
	margin-top:-20px;

	font-weight:100;
	font-family: 'Conv_PSL-Text';
	font-size:20px;
	color: #666666;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.text-More:hover{
	color: #6977b6;
}
.button-More{
	padding:5px 40px;
	margin-top:8px;
	margin-bottom:20px;
	background:#6977b6;
	font-weight:100;
	color: #fff;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	border:1px solid #4b5994;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-More:hover{
	background:#fff;
	color: #6977b6;
	border:1px solid #4b5994;
}
.button-More2{
	padding:5px 40px;
	margin-top:8px;
	margin-bottom:20px;
	background:none;
	font-weight:100;
	color: #575757;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	border:1px solid #575757;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-More2:hover{
	background:#575757;
	color: #fff;
	border:1px solid #575757;
}
.button-More3{	
	padding:4px 12px;
	margin-top:-35px;
	
	position:relative;
	z-index:5;
	
	background:#ff0000;
	
	font-weight:lighter;
    font-size:12px;
	color: #fff;
	
	display: inline-block;
	cursor:pointer;
	text-align:center;
	
	float:right;
	
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;*/
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-More3:hover{
	background:#00388a;
}
.button-social{
	background:none;
	width:25px;
	height:24px;
	
/*	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;*/
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.button-social:hover{
	background:none;
	
/*	box-shadow: 0px 0px 7px rgb(255, 8, 8);
  	-webkit-box-shadow: 0px 0px 7px rgb(255, 8, 8);
	-moz-box-shadow: 0px 0px 7px rgb(255, 8, 8);
	-khtml-box-shadow:0px 0px 7px rgb(255, 8, 8);
	-ms-box-shadow: 0px 0px 7px rgb(255, 8, 8);
	-o-box-shadow: 0px 0px 7px rgb(255, 8, 8);*/
	
	-webkit-filter: brightness(200%);
	-moz-filter: brightness(200%);
	-khtml-filter: brightness(200%);
	-o-filter: brightness(200%);
	-ms-filter: brightness(200%);
}
.button-search{
    background: #6977b6 !important;
    border: #6977b6 1px solid !important;
    padding: 7px 15px !important;
    margin-bottom: 5px !important;
	
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1 !important;
    font-family: 'Conv_PSL-Text' !important;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	-ms-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	}
	
.button-search:hover{
	background: #fff !important;
	color: #6977b6 !important;
	border: #6977b6 1px solid !important;
}
#botton-facebook{
	float:right;
	background:#3a5897;
	margin:5px 10px;
	padding:3px 7px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	color:#fff;
	font-size:18px;
	font-family:'Conv_Quark-Light';
	line-height:1;
}
#botton-facebook:hover{
	background:#5d76a9;
}
#botton-line{
	float:right;
	margin:5px 10px;
	padding:3px 7px;
	
	background:#5ed911;
    background-image: -webkit-linear-gradient(top,  #5ed911, #5bc843);
    background-image: -moz-linear-gradient(top,  #5ed911, #5bc843);
    background-image: -ms-linear-gradient(top,  #5ed911, #5bc843);
    background-image: -o-linear-gradient(top,  #5ed911, #5bc843);
    background-image: linear-gradient(to bottom,  #5ed911, #5bc843);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	color:#fff;
	font-size:18px;
	font-family:'Conv_Quark-Light';
	line-height:1;
}
#botton-line:hover{	
	background:#5bc843;
}
.button-ViewAll
{
	padding:5px 20px;
	margin-top:8px;
	background:#F00;
	font-weight:100;
    font-size:16px;
	color: #fff;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	border:0px solid #F00;
	float:left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-ViewAll:hover
{
	background:#be0808;
	color: #fff;
	border:0px solid #569f09;
}

#botton-bookmark{
	float:right;
	margin:5px 10px;
	padding:3px 7px;
	
	background:#ff5e00;
    background-image: -webkit-linear-gradient(top,  #ff5e00, #dd5100);
    background-image: -moz-linear-gradient(top,  #ff5e00, #dd5100);
    background-image: -ms-linear-gradient(top,  #ff5e00, #dd5100);
    background-image: -o-linear-gradient(top,  #ff5e00, #dd5100);
    background-image: linear-gradient(to bottom,  #ff5e00, #dd5100);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	color:#fff;
	font-size:18px;
	font-family:'Conv_Quark-Light';
	line-height:1;
}
#botton-bookmark:hover{	
	background:#dd5100;
}
.button-backHome{
	padding:7px 15px;
	background:#569f09;
    font-size:1.2em;
	color: #fff;
	display: inline-block;
	cursor:pointer;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px; 
	-ms-border-radius: 25px; 
	-o-border-radius: 25px; 
	border-radius: 25px;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.button-backHome:hover{
	background:#80c536;
}
.delete-button{
	background:#865f10;
	border:#e1a731 1px solid;
	color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	-ms-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
	
.delete-button:hover{
	background:#f00;
	border:#865f10 1px solid;	
}
.website-button{
	background:#fff;
	border-left:#cecece 1px solid;
	border-right:#cecece 1px solid;
	color:#666666;
	
	padding:8px 20px;
	font-family: 'Conv_supermarket_1';
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	-ms-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
	
.website-button:hover{
	background:#72b030;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	color:#fff;	
}
.button-service{
	padding:20px 60px;
	background:#fff;
	display: inline-block;
	cursor:pointer;
	border:1px solid #a2a2a2;
	text-align:center;
	opacity: 0.7;
	
	position:absolute;
	z-index:10;
	top:40%;
	left:15%;
	right:15%;
	
	font-family: 'Conv_PSL240pro';
	font-weight: lighter;
    font-size:1.8em;
	color: #3d3d3d;
	
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.button-service:hover{
	opacity: 1;
	
	box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
  	-webkit-box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
	-moz-box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
	-khtml-box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
	-ms-box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
	-o-box-shadow:0px 0px 10px 4px rgb(255, 255, 255);
}
.page{
	margin:0px 2px 2px 0px;
	padding:3px 8px;
	font-weight:bold;
    font-size:11px;
	color:#dcdcdc;
	border: solid 1px #dcdcdc;
	display: inline-block;
	line-height:15px;
	cursor:pointer;
	background:#fff;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page:hover{
	background:#2C529F;
	border:solid 1px #2C529F;
    font-size:11px;
	color:#fff;
}
.more-box{
	float:right;
	margin-top:-36px;
	margin-right:21px;
	position:relative;
	z-index:5;
}
.button-download{
	background:#2e2b23;
	padding:10px 25px;
	border:#fff 0px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;
	display:inline-block;
	color:#fff;
	font-size:1em;
	line-height:14px;
	font-family:'Tahoma', sans-serif;
	
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}	
.button-download:hover{
	background:#656060;
	border:#80c536 0px solid;
}
/**---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------**/
/* ----------------------------------------------------
	transition - start
------------------------------------------------------- */
.botton-transition{
    width: 100px;
    height: 100px;
    background:#000;
	webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}	
.botton-transition:hover {
    width: 300px;
}
.botton-transition-delay {
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition: width 3s; /* Safari */
    -webkit-transition-delay: 1s; /* Safari */
    transition: width 3s;
    transition-delay: 1s;
}

.botton-transition-delay:hover {
    width: 300px;
}
.botton-Transformation {
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
}

.botton-Transformation:hover {
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
/* ----------------------------------------------------
	transition - end
------------------------------------------------------- */