/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Basic elements */

html { -webkit-font-smoothing: antialiased; }
body {
	background: #000;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}

body.pattern1 #gkPageContent { background-image: url('../images/patterns/pattern1.png'); }
body.pattern2 #gkPageContent { background-image: url('../images/patterns/pattern2.png'); }
body.pattern3 #gkPageContent { background-image: url('../images/patterns/pattern3.png'); }
body.pattern4 #gkPageContent { background-image: url('../images/patterns/pattern4.png'); }
body.pattern5 #gkPageContent { background-image: url('../images/patterns/pattern5.png'); }
body.pattern6 #gkPageContent { background-image: url('../images/patterns/pattern6.png'); }
body.pattern7 #gkPageContent { background-image: url('../images/patterns/pattern7.png'); }
body.pattern8 #gkPageContent { background-image: url('../images/patterns/pattern8.png'); }
body.pattern9 #gkPageContent { background-image: url('../images/patterns/pattern9.png'); }
body.pattern10 #gkPageContent { background-image: url('../images/patterns/pattern10.png'); }
body.pattern11 #gkPageContent { background-image: url('../images/patterns/pattern11.png'); }
body.pattern12 #gkPageContent { background-image: url('../images/patterns/pattern12.png'); }

a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody h1 a,
#gkMainbody h2 a,
#k2Container article header h2 a {
	color: #383737;
	-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: #ed6363; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282c2f;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.assistive-text {
	left: -9999px;
	position: absolute;
}
h1 { font-size: 24px; }
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 1.5em; }
iframe { max-width: 100%!important; }
table td { vertical-align: top; }
/* Containers */

#gkMainWrap { background: #000; }
#gkHeaderNav { padding: 10px 0 0 0; }
#gkHeaderNav h2 {
	float: left;
	margin-bottom: 10px;
}
.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 { margin: 50px auto 0 auto!important; }
#gkHeaderMod + #gkContent { margin-top: 0!important;max-width: 1050px; }
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { width: 100%; }
#gkPageContent {
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#gkContent {
	margin-bottom: 50px!important;
	margin-top: 50px!important;
}
#gkContentWrap {
	background: #fff;
	padding: 40px;
}
#gkMainbody { margin-bottom: 30px; }
#gkSidebar > div {
	background: #fff;
	padding: 40px 30px;
}
/* Logo  */

#gkLogo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999em;
}
#gkLogo img {
	display: block;
	margin: 0;
	max-width:100%;
}
#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 25px;
	width: 212px;
}
#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 {
	clear: right;
	float: right;
	margin: 5px 0 10px 20px;
	/*max-width: 250px;*/
	width:39%;
}

#gkSearch .custom,
#gkSearch form{

	float:right;

}

#gkSearch .custom p{

	padding:0;
	margin:0;

}

#gkSearch form{

	

}

#gkSearch #mod-search-searchword {
	background: #f5f5f5;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	font-size: 13px;
	height: 30px;
	padding: 0 12px;
	width: 190px;
}
/* Top menu */

#gkTopMenu { float: right; }
#gkTopMenu li {
	float: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	margin-left: 12px;
	margin-top:10px;
}
#gkTopMenu li a { color: #FFF; }
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover { color: #000; }
/* Stylearea */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#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: #3c5166; }
#gkColor2 { background: #5c6073; }
#gkColor3 { background: #8da897; }
#gkColor4 { background: #abb7b7; }
#gkColor5 { background: #807d77; }
#gkColor6 { background: #e34f34; }
/* Group modules */
#gkBottom1,
#gkBottom2 {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0 65px 0;
}
#gkBottom1 { padding: 50px 0; }
#gkBottom1 > div,
#gkBottom2 > div { margin: 0 -10px; }
#gkBottom1 + #gkBottom2 { border-top: 1px solid #e5e5e5; }
#gkBottom1 .box,
#gkBottom2 .box {
	color: #666;
	font-size: 13px;
}
#gkBottom1 .box { font-size: 14px; }
#gkBottom1 .box .header,
#gkBottom2 .box .header {
	color: #282c2f;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0 30px 0;
	padding: 0;
	text-transform: uppercase;
}
#gkBottom1 .box li,
#gkBottom2 .box li {
	border: none;
	color: #929292;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
}
#gkBottom1 .box li a,
#gkBottom2 .box li a { color: #929292; }
#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: #ed6363; }
/* 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: 11px;
	text-transform: uppercase;
}
#gkBreadcrumb .breadcrumbs > ul > li a { color: #999; }
#gkBreadcrumb .breadcrumbs > ul > li a:hover { color: #ED6363; }
#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: 11px;
	font-weight: 400;
	line-height: 24px;
	padding: 37px 0;
}
#gkFooter a { color: #fff; }
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { color: #ed6363; }
#gkFooterNav { float: left; }
#gkFooterNav li {
	border: none;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#gkFooterNav li:before {
	color: #8f9599;
	content: "/";
	margin: 0 9px;
}
#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: right;
	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 36px;
	font-size: 14px;
}
#gkSidebar .box:first-child { padding-top: 0; }
div.content { clear: both; }
.box li { padding: 0px; }
.box li a {
	color: #383737;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 0px; }
/* default suffix */
.box .header,
.itemRelated h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 20px 16px 0;
	text-transform: uppercase;
	/*background:transparent url(../../../media/site/pictoTitulos.png) no-repeat right 0;*/
	float:left;
}
.box .header strong { color: #ed6363; }
/* Big title suffix */
.box.bigtitle .header,
#gkBottom1 .box.bigtitle .header,
#gkBottom2 .box.bigtitle .header {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 18px 0;
	background: transparent;
}
.box.bigtitle .header small {
	clear: both;
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: 300;
	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: 300;
	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: #ed6363!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 #ed6363; }
.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;
	margin-top:10px;
}
#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; }
#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: 6px 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: #ed6363;
	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: 300;
	color: #282C2F;
}
.gkPopupWrap h3 a:hover { color: #ed6363 }
.gkPopupWrap .button { background: #ed6363; }
.gkPopupWrap .button:hover { background: #1d1d1d; }
#gkPopupOverlay {
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}
/* Cart */
#gkMainWrap { position: relative; }
#btnCart {
	color: #00968F;
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 11px;
	margin-left: 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;
	margin-top:12px;
}
#btnCart:before {
	content: "/";
	margin-right: 15px;
}
#btnCart:active,
#btnCart:focus,
#btnCart:hover { color: #ed6363; }
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 #gkTop1,
.frontpage #gkTop2 { margin: 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; }
.frontpage #gkHeaderMod .box { margin-bottom: 14px; }
/* Page suffix "transparent-sidebar" */
.transparent-sidebar #gkSidebar {
	background: transparent;
	padding: 0;
}



.sp-vmslider-controller,
.cart-details,
.sp-vmslider-counter .label-important,
.slider-item h4{

	display:none;

}

.sp-vmslider-wrapper {

	border:solid 5px #00968f;
	border-radius:10px;
	background-color:#FFF;

}


.sp-vmslider{

	height:390px !important;

}

.sp-vmslider-title h1 a{

	font-size:30px;

}

.PricecostPrice{

	color:#383737;
	font-weight:bold;
}

.productdetails a{

	font-size:16px;
	text-align:center;
	display:block;

}


.category h2{

	display:none;

}
/*
#gkSidebar li a{

	float:left;

}*/

#gkSidebar li{

	float:left;
	width:100%;
	margin-bottom:20px;
	clear:both;

}

#gkSidebar li img{


	width:176px;
	margin:0 auto;
	height:auto;
}


#gkSidebar .clear,
#gkSidebar .quantity-controls,
#gkSidebar .quantity-box{

	display:none

}

#gkSidebar .product-price{

	float:left;
	margin-top:10px;
	font-size:13px;
	
}


#gkSidebar .PricesalesPrice{

	background-color:#00968F !important;
	color:#FFF;
	padding:5px 3px;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #00968F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gkSidebar a.tit{

	float:left;
	width:42%;
	text-align:left;
	color:#000;
	font-size:14px;

}


.hack_disc{

	color:#282C2F;
	font-size:18px;
	text-decoration: line-through;

}

.hack_disc_preco{

	font-size:18px;
	text-decoration: line-through;
	color:#00968F;
	font-weight:bold;

}

.Pricewhiskas{

	background-color: #00968F;
	padding: 5px 2px;
	border-radius: 5px;
	text-decoration: line-through;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:left;
	line-height:10px;
	font-size:12px;
	font-weight:bold;

}

.userfields_info{

	color:#00968F !important;
	border-bottom:dotted 2px #CCC;
	font-size:18px;

}

.formLoginWrap{

	margin-top:20px;

}


form#adminForm{

	position:relative;
	padding-bottom:100px;

}


form#adminForm .buttonBar-right{

	position:absolute;
	bottom:-35px;

}


.itemImageBlock{

	float:left;
	width:53.4%;
	margin:0 15px 0 0 !important;


}

.itemContainer .itemImageBlock{

	float:left;
	width:95%;
	margin:0 15px 0 0 !important;
}

.itemHeader,
.itemFullText{

	float:left;
	width:44%;

}

.itemBackToTop{

	display:none;

}

#k2Container .itemFullText{

	font-size:11px;

}


.itemHeader h2{

	font-size: 24px;
	font-family: 'Raleway', Arial, sans-serif;
	color:#282C2F;
	padding:0;
	line-height:1.1;
	margin:0 0 6px;

}

.mod_ext_bxslider_k2_content  li{

	float:left !important;
	width:100% !important;
	clear:both !important;
	border:solid 0px !important;


}

.mod_ext_bxslider_k2_content_controls_vertical{

	padding:0 !important;

}

.ext-moduleitemextrafields b,
.moduleItemExtraFieldsLabel{

	display:none;

}

.ext-itemimage{

	float:left;
	width:100%;
}


.ext-itemtitle,
.ext-moduleitemextrafields{

	float: left;
	width: 41%;
	text-align: left;
	padding:0;
	margin:0;

}

.ext-itemtitle a{

	color: #000;
	font-size: 14px;
}

.ext-moduleitemextrafields li{


}


.moduleItemExtraFieldsValue{

	background-color:#00968F !important;
	color:#FFF;
	padding:5px 3px;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #00968F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;



}

#form-login-username,
#form-login-password{

	float:left;
	width:35.8%;
	margin-right:5px !important;
	
}


#modlgn-username,
#modlgn-passwd{

	height:20px !important;
	width:150px !important;
}

#form-login-username label,
#form-login-password label{

	color:#FFF !important;

}

.userdata .button{

	background-color:#00968F !important;
	height:20px;
	line-height:20px;
	padding:0 10px !important;
}

.userdata #form-login-buttons{

	margin: 1.8em 0 0 !important;
	float:left;
	width:21.2%;
}

.userdata a{

	font-size:11px;
	color:#FFF;
	display:block;
	text-align:right;

}

form#login-form{

	float:right !important;
	width:83% !important;
	margin:0px;
	padding:0 !important;

}

.itemRelated{

	margin-top:10px;
	border-top:dotted 1px #999;
	padding-top:10px;

}

.itemRelated ul{

	clear:both;

} 

.itemRelated li{

	float:left;
	width:24%;
	margin-right:1%;
}


#login-form a{

	clear:both;

}

.itemAttachmentsBlock{

	background-color:#00968F !important;

}
/*
.userfields_info,
.name,
#name_field{

	display:none !important;

}*/


.username,
#username_field{

	display:none;

}

.vm_Outros,
#vm_Outros_field,
.vm_especialidade,
#vm_especialidade,
.vm_cedula,
#vm_cedula_field{

	display:none;

}

.itemAttachmentsBlock{

	float:left;
	width:100%;


}

.itemLinks{

	margin:0 !important;

}

.itemAttachmentsBlock a{

	line-height:49px;

}

.search .button{


	background-color: #00968F;
	padding: 5px;
	line-height: 20px;
	width:80px;


}

.search #mod-search-searchword{

	float:left;
	width:155px;

}

#searchForm .phrases,
#searchForm .only{

	display:none;

}

.itemHeaderGaleria{

	width:100%;

}

.itemFullTextGaleria{


	width:100%;
	clear:both;

}

itemImageGallery h3{display:none;}