/*
#------------------------------------------------------------------------
# Flatshop - Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2013 LeeBros.us. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://leebros.us
# Support: support@leebros.us
*/

/* Basic elements */

html { -webkit-font-smoothing: antialiased; }
body {
	background: #fff;
	color: #777;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody h1 a,
#gkMainbody h2 a,
#k2Container article header h2 a {
	color: #282c2f;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody h1 a:active,
#gkMainbody h1 a:focus,
#gkMainbody h1 a:hover,
#gkMainbody h2 a:active,
#gkMainbody h2 a:focus,
#gkMainbody h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover { color: #f7544a; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #434343;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.assistive-text {
	left: -9999px;
	position: absolute;
}
h1 { font-size: 48px; }
h2,
.componentheading { font-size: 42px; }
h3 { font-size: 30px; }
h4 { font-size: 22px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 2.0; }
p { margin: 0.5em 0 1em; }
iframe { max-width: 100%!important; }
table td { vertical-align: top; }
/* Containers */

#gkMainWrap { background: #fff; }
#gkHeaderNav {
	background: url("../images/headerbg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0.5);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 10px 0 0 0; 
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.frontpage #gkHeaderNav{
	position: absolute;
	background-image: none;
}
#gkHeaderNav h2 {
	float: left;
	margin-bottom: 10px;
	padding-right: 40px;
}
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 15px;
}

#gkHeaderMod + #gkContent { margin-top: 0!important; }
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { width: 100%; }
#gkPageContent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#gkContent {
	margin-bottom: 25px!important;
	margin-top: 25px!important;
}
#gkContentWrap {
	background: #fff;
	padding: 40px;
}
#gkMainbody { margin-bottom: 30px; }
#gkSidebar > div {
	background: #fff;
}
/* Logo  */

#gkLogo {
	display: block;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	width: 212px;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 76px;
	width: 129px;
}
#gkLogo.text {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
}
#gkLogo.text > span {
	color: #282c2f;
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
/* Search */

#gkSearch {
	float: left;
	max-width: 190px;
}
#gkSearch #mod-search-searchword {
	background: #f5f5f5;
	border: 1px solid #F7544A;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	font-size: 13px;
	height: 35px;
	padding: 0 12px;
	width: 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	position: absolute;
	z-index: 999;
	
	display: none;
}

/* Top menu */

#gkTopMenu { float: right; }
#gkTopMenu li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-left: 12px;
}
.firefox #gkTopMenu li{
	font-weight: normal;
}
#gkTopMenu li a { color: #fff; line-height: 18px; }
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover { color: #fff; }
/* Stylearea */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	padding: 40px 0 10px;
	text-align: center;
	opacity: 0.5;
}
#gkStyleArea a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	height: 10px;
	margin: 0 0 0 2px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#gkColor1 { background: #ff3e3e; }
#gkColor2 { background: #BAC94C; }
#gkColor3 { background: #D9AF62; }
#gkColor4 { background: #F1C40F; }
#gkColor5 { background: #B56C46; }
/* Group modules */
#gkBottom1,
#gkBottom2 {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
#gkBottom1 > div,
#gkBottom2 > div { margin: 0 -10px; }
#gkBottom1 .box,
#gkBottom2 .box {
	color: #666;
	font-size: 14px;
}
#gkBottom1 .box { font-size: 14px; }
#gkBottom2 input{
	width: 134px!important;
}
#gkBottom1 .box li,
#gkBottom2 .box li {
	border: none;
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0px;
	list-style: disc inside none;
}
#gkBottom1 .box li a,
#gkBottom2 .box li a,
#gkBottom2 .app-box a { 
	color: #8f8f8f;
	 -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkBottom1 .box li a:active,
#gkBottom1 .box li a:focus,
#gkBottom1 .box li a:hover,
#gkBottom2 .box li a:active,
#gkBottom2 .box li a:focus,
#gkBottom2 .box li a:hover { color: #fa3e8a; padding-left: 5px; }
#gkBottom2{
	background-color: #242424;
	color: #8f8f8f;
}
#gkBottom2 .gkPage{
	padding: 30px 0;
}
#gkBottom2 .box .header{
	color: #e9e9e9;
	font-weight: normal;
}
/* standard breadcrumb */

#gkBreadcrumb {
	border-bottom: 1px solid #eee;
	margin: -12px 0 32px;
	padding: 0 0 16px;
}
#gkBreadcrumb .gkPage { padding: 10px 0; }
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #000;
}
#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #c0c0c0;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
#gkBreadcrumb .breadcrumbs > ul > li a { color: #999; }
#gkBreadcrumb .breadcrumbs > ul > li a:hover { color: #fa3e8a; }
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */

#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #a2a8ad;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	padding: 20px 0;
	background-color: #181818;
}
#gkFooter a { color: #fff; }
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { color: #fa3e8a; }
#gkFooterNav { float: right; }
#gkFooterNav li {
	border: none;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#gkFooterNav li:first-child { margin-left: 0; }
#gkFooterNav li:first-child:before { display: none; }
#gkFooterNav a { color: #fff; }
#gkFooterNav li:hover,
#gkFooterNav a:hover { color: #8f9599; }
#gkCopyrights {
	float: left;
	margin: 0;
}
#gkFooterText {
	clear: both;
	padding: 25px 90px;
	text-align: center;
}
/* Other footer elements */

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	width: 100%;
}
#gkSidebar .box {
	margin: 0 0 24px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 19px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.content { clear: both; }
.box li { padding: 2px; }
.box li a {
	color: #777;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }
/* default suffix */
.box .header {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 0 16px;
}
.box .header strong { color: #f7544a; }
/* Big title suffix */
.box.bigtitle .header,
#gkBottom1 .box.bigtitle .header,
#gkBottom2 .box.bigtitle .header {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}
.box.bigtitle .header small {
	clear: both;
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
}
/* clear suffix */
.box.clear {
	margin: 0;
	padding: 0;
}
.box.clear .banneritem {
	border: none;
	padding: 0;
}
.box.clear .banneritem img { display: block; }
/* nomargin suffix */
.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}
/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	font-family: Arial, Verdana, sans-serif!important;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
	margin: 0 0 12px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
}
.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}
/* suffix light */
.box.light {
	background: #f5f5f5;
	padding: 20px!important;
}
/* suffix dark */
.box.dark {
	background: #282c2f!important;
	color: #aaa;
	padding: 20px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 { color: #fff; }
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark a { color: #eee!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #f7544a!important; }
.box.dark ul ul { margin: 0 0 0 20px; }
/* Suffix border1 */
.box.border1 { border: 5px solid #fff; }
.box.border2 { border: 5px solid #282c2f; }
.box.border3 { border: 5px solid #f7544a; }
.box.border1,
.box.border2,
.box.border3 {
	background: #fff;
}
/* tablet/mobile suffixes */
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}
form#login-form {
	float: left;
	padding: 42px;
}
#gkPopupLogin > div > div > div {
	border: 1px solid #eee;
	margin: 42px 0 0;
	overflow: hidden;
}
#form-login-remember { margin: 10px 0 0 84px; }
#form-login-remember label {
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#form-login-buttons { margin: 12px 0 0 82px; }
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #e5e5e5;
	margin: 38px 0 0;
	overflow: hidden;
	padding: 12px 0 0;
}
#login-form ul li {
	font-size: 13px;
	display: inline-block;
	line-height: 1.6;
	margin: 0 6px 0 0
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 75%;
	border-color: #e5e5e5;
}
#loginForm label {
	display: inline-block;
	width: 80px;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.gkUsermenu {
	float: right;
	margin: 36px 36px 36px 0;
	width: 50%;
}
.gkUsermenu ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 2px;
}
.logout-button { float: left; }
/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 6px 12px;
	padding: 6px 24px 6px 12px;
	text-decoration: none;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 3px 0 0 10px; }
/* popup */
#gkMenuOverlayWrap {height: 0}
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: transparent;
}
#gkPopupOverlay {
	height: 100%;
	top: 0;
}
#gkPopupLogin { position: absolute; }
#gkPopupLogin,
#gkPopupCart { top: 100px; }
#gkPopupLogin,
#gkPopupCart {
	width: 640px;
	margin-left: -320px;
}
.gkPopupWrap {
	overflow: hidden;
	position: relative;
}
.gkPopupWrap .gk-icon-cross {
	color: #f7544a;
	cursor: pointer;
	font-size: 26px;
	line-height: 42px;
	position: absolute;
	right: 0;
}
.gkPopupWrap h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 20px;
	text-transform: uppercase
}
.gkPopupWrap h3 small { font-size: 55% }
.gkPopupWrap h3 a {
	font-weight: normal;
	color: #282C2F;
}
.gkPopupWrap h3 a:hover { color: #f7544a }

#gkPopupOverlay {
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}
/* Cart */
#gkMainWrap { position: relative; }
#btnCart{
	background: url('../images/cart.png') no-repeat scroll center center rgba(255,255,255,0.1);
	color: #999;
	cursor: pointer;
	float: left;
	font-size: 11px;
	line-height: 11px;
	margin-left: 15px;
	font-weight: normal;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#btnCart.loading{
	background-image: url('../images/loading.gif');
}
#gkCartCounter{
	color: #fff;
	margin-left: 35px;
	font-weight: bold;
}
#btnCart:active,
#btnCart:focus,
#btnCart:hover { background-color: #f7544a;}
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }
/* Page suffix "frontpage" */
.frontpage #gkMainbody { margin-bottom: 0; }
.frontpage #gkMainbodyTop { margin: 15px 0!important; }
.frontpage #gkMainbodyBottom { margin-top: 10px!important; }
.frontpage #gkContentWrap {
	background: transparent;
	padding: 0;
}
.frontpage .gkCols3 .box.gkmod-1,
.frontpage .gkCols3 .box.gkmod-2,
.frontpage .gkCols3 .box.gkmod-3,
.frontpage .gkCols3 .box.gkmod-more { padding: 0; }

.frontpage .gkCols3 .box.gkmod-1 {
	margin-left: 0.75%;
	margin-right: 0.75%;
	width: 98.5%;
}
.frontpage .gkCols3 .box.gkmod-2 {
	margin-left: 0.75%;
	margin-right: 0.75%;
	width: 48.5%;
}
.frontpage .gkCols3 .box.gkmod-3,
.frontpage .gkCols3 .box.gkmod-more {
	margin-left: 0.75%;
	margin-right: 0.75%;
	width: 31.8%;
}
.frontpage .gkCols3 .box.gkmod-more.gkmod-last-1:last-child { width: 98.5%!important; }
.frontpage .gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.frontpage .gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) { width: 48.5%!important; }
.frontpage #gkTop1 .box,
.frontpage #gkTop2 .box { margin-bottom: 10px; }

/* Page suffix "transparent-sidebar" */
.transparent-sidebar #gkSidebar {
	background: transparent;
	padding: 0;
}
#gkTopMenu > .menu > li > a:before{
	background: url('../images/style1/topicons.png') no-repeat scroll 0 0 transparent;
	content: "";
    display: block;
    float: left;
    height: 19px;
    padding-right: 5px;
    width: 16px;
}
#btnLogin:before{
	background-position: 0 0;
}
#btnLogin:hover:before{
	background-position: 0 -20px!important;
}
#gkTopMenu a[title=register]:before{
	background-position: -19px 0!important;
}
#gkTopMenu a[title=register]:hover:before{
	background-position: -19px -20px!important;
}
#gkTopMenu a[title=help]:before{
	background-position: -39px 0!important;
}
#gkTopMenu a[title=help]:hover:before{
	background-position: -39px -20px!important;
}
#btnSearch{
	background: url('../images/search.png') no-repeat scroll center center rgba(255,255,255,0.1);
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#btnSearch:hover, #btnSearch:focus, #btnSearch:active{
	background-color: #f7544a;
}

#gkTop1 img{
	border: 3px solid transparent;
	max-width: 100%;
	opacity: 0.8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkTop1{
	position: relative;
	z-index: 100;
	padding-top: 9px;
}
.frontpage #gkTop1{
	background-color: rgba(0,0,0,0.5);
}
#gkTop1 a:hover img, #gkTop1 a:focus img,#gkTop1 a:active img{
	border: 3px solid #fa3e8a;
	opacity: 1;
}

#gkTop1 p {
    margin: 0;
}
.frontpage #gkTop1 .box{
	margin-bottom: 0;
}
.vmproduct .spacer a:first-child{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-right: 10px;
}
.vmproduct > div{
	float: left;
	clear: both;
	padding: 15px 5px;
}
.vmproduct .spacer span.price{
	display: block;
	color: #ff3e3e;
	font-size: 16px;
	font-weight: bold;
}
.vmproduct .spacer img{
	height: 100%!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.vmproduct .spacer a{
	text-transform: capitalize;
}
.vmproduct .spacer a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
address .phone{
	background: url("../images/phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-indent: -9999px;
    width: 14px;
    padding-right: 5px;
}
address .mail{
	background: url("../images/email.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-indent: -9999px;
    width: 14px;
    padding-right: 5px;
}
address a{
	color: #666;
}
.acysubbuttons input{
	background-color: transparent;
	border:1px solid #575757;
	height: 33px;
	line-height: 30px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
}
ul.social li{
	padding: 0 5px!important;
}
ul.social li a{
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	display: block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
ul.social li a{
	background: url('../images/style1/social.png') no-repeat scroll 0 0 transparent;
}
ul.social li.facebook{
	background-position: 0 0;
}
ul.social li.facebook a:hover, ul.social li.facebook a:focus, ul.social li.facebook a:active{
	background-position: 0 -25px;
	
}
ul.social li.twitter a{
	background-position: -27px 0;
}
ul.social li.twitter a:hover, ul.social li.twitter a:focus, ul.social li.twitter a:active{
	background-position: -27px -25px;
	
}
ul.social li.gplus a{
	background-position: -53px 0;
}
ul.social li.gplus a:hover, ul.social li.gplus a:focus, ul.social li.gplus a:active{
	background-position: -53px -25px;
	
}
ul.social li.linkedin a{
	background-position: -78px 0;
}
ul.social li.linkedin a:hover, ul.social li.linkedin a:focus, ul.social li.linkedin a:active{
	background-position: -78px -25px;
	
}
address{
	font-weight: normal;
}
#gkBottom2 address i{
	color: #666;
}
#gkMainbodyTop .box a{
	border: 2px solid #fff;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkMainbodyTop .box a img{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkMainbodyTop .box a:hover{
	border-color: #ed6363;
}
#gkMainbodyTop .box a:hover img{
	transform: scale(1.02);
}
/*Top Shop Tools*/
#gkShoptools, #gkShoptools > *{
	float: left;
}
.mod-languages a img{
	padding: 0 5px;
}
.activelang i, .activecurrency i{
	color: #898989;
	margin-left: 5px;
    position: relative;
    top: -2px;
}
.activelang:hover i, .activecurrency:hover i{
	color: #fff!important;
}
div.mod-languages, div.mod-languages ul{
	position: absolute;
	z-index: 100;
}
div.mod-languages ul, div.mod_currencies ul{
	background-color: #fff;
	border-radius: 4px;
	display: none;
}
div.mod-languages a, div.mod_currencies a{
	font-size: 12px;
}
div.mod_currencies{
	margin-left: 110px;
}
#virtuemart_currency_id2{
	display: none;
}
div.mod_currencies ul{
	position: absolute;
	z-index: 100;
}
div.mod_currencies ul a{
	padding: 0 20px;
}
#gkBottom1 .bigtitle h3.header{
	text-align: center;
}
.mod-languages a.activelang, a.activecurrency{
	font-weight: bold;
}
.firefox .mod-languages a.activelang, .firefox a.activecurrency{
	font-weight: normal;
}
.mod-languages a.activelang, a.activecurrency{
	color: #fff;
}
div.mod-languages ul.lang-block li{
	width: 85px;
}
/*Revolution Slider Reset*/
.tp-caption.big_white{
	background-color: transparent!important;
	font-size: 40px!important;
	font-weight: normal!important;
	line-height: 40px!important;
	text-transform: uppercase;
	font-family: Roboto!important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)!important;	
}
.tp-caption.big_white.dark{
	padding: 10px!important;
	background-color: rgba(0,0,0,0.5)!important;

}
.tp-caption.medium_text, .tp-caption.medium_grey{
	font-size: 14px!important;
	font-family: Roboto!important;
	letter-spacing: 1px;
	background-color: transparent!important;
}
.tp-caption.medium_text.dark{
	padding: 5px!important;
	background-color: rgba(0,0,0,0.5)!important;
}
.tp-caption.medium_grey{
	color: #ed6363!important;
}
.tp-caption.big_white strong,.tp-caption.big_white i{
	color: #ed6363;
	font-weight: normal;
}
.lb_button{
	color: #fff!important;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.lb_button.dark{
	border-width: 2px!important;
	background-color: rgba(0,0,0,0.5);
}
.lb_button.dark:hover{
	background-color: transparent;
}
.tp-caption.big_orange{
	background-color: transparent!important;
	font-size: 40px!important;
	font-weight: normal!important;
	line-height: 40px!important;
	text-transform: uppercase;
	font-family: Roboto!important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)!important;
	color: #ed6363!important;
}
.mcf_button.button{
	margin-top: 25px;
	box-shadow: none!important;
	padding: 0 20px!important;
}
.ui-slider-horizontal{
	background-color: #ED6363;
	border: none!important;
}
#xmap li > ul{
	padding-left: 15px;
}

/*XTRARED*/
.img-redonda {
-webkit-border-radius: 100%;
border-radius: 100%;
}
.readon-rosa {
background: #fa3e8a;
color: #FFF !important;
}
.readon-rosa:hover{
	background: #6d1e84 !important;}
.readon-rosa i{
	color:#FFF !important;
	font-size:1.2em}
.cada-dia-pg>div{
	margin-bottom:25px;
}	
.itemListView.eventos .itemImage img{
	border-radius:20px;
	}
#gkSidebar .mod-noborde{
	padding: 0px;
	border: none;
	}
	
.joms-button--primary, .joms-button--add, .joms-button--login, .joms-button__reject, .joms-postbox-tab .joms-postbox-save, .joms-postbox-tab .joms-postbox-done, .joms-focus__button--add, .joms-button__next, .joms-button--secondary, .joms-button--signup, .joms-focus__button--message, .joms-button--neutral, .joms-button--privacy, .joms-button--more, .joms-button--comment, .joms-button__approve, .joms-postbox-tab .joms-postbox-cancel, .joms-focus__button--options, .joms-button--important{
	padding-top:0 !important;
	padding-bottom:0 !important; 
	padding-left:10px !important;
	padding-right:10px !important;
	}

#community-wrap h1, #community-wrap h2, #community-wrap h3, #community-wrap h4, #community-wrap h5, #community-wrap h6{
	color:#FFF !important}	
	
#community-wrap textarea, #community-wrap input[type="text"], #community-wrap input[type="password"], #community-wrap input[type="datetime"], #community-wrap input[type="datetime-local"], #community-wrap input[type="date"], #community-wrap input[type="month"], #community-wrap input[type="time"], #community-wrap input[type="week"], #community-wrap input[type="number"], #community-wrap input[type="email"], #community-wrap input[type="url"], #community-wrap input[type="search"], #community-wrap input[type="tel"], #community-wrap input[type="color"], #community-wrap .uneditable-input, #community-wrap select{
	    padding: 0 25px !important;}
	
span#fb-auth{
	display:none}			
	
.joms-button__next.joms-button--full-small,
.joms-button--signup{
	background:#fa3e8a}
/*
@media only screen 
and (min-width : 310px) 
and (max-width : 480px) {
#sbox-window.shadow{
	width:60%;	
}
}
.sbox-content-image img{
	width:100%;	
	height:auto !important}
}

*/
.joms-stream__body .joms-avatar img{
	max-width:none;
	max-height:none;
	border-radius:0 }
.joms-avatar img{
	width:auto;}	
	
.joms-checkbox input[type=checkbox]{
	display: inline;
	padding:0;
	margin:0;
	height:30px !important}		
	
joms-button--login{
	display:block}	

@media only screen and (max-width: 481px) {
	#form-login .joms-checkbox{
		display:none}}
		
#community-wrap input[type="submit"].joms-button__next{
	float:none}		