/* Navigations---------------------------------------- */
/* BARRA DE MENU... HORIZONTAL CELESTE */
ul.MenuBarHorizontal
{
	font-family:"Roboto", serif;
	font-weight:300;
	font-size: 12px;
	padding: 0.5em 0.5em 0.5em 18em;
	/*background: url("http://www.venice-softgt.com/images/bannerfooter.png") repeat-x bottom;*/
	opacity: 5;
	width:auto;
	float:right;
	position: relative;
	
	/*padding: 1.25em 12em;
	
	list-style-type: none;
	background-color: #3399cc;
	cursor: default;
	width: auto;
	position: relative;
	width: 100%;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: auto;
	cursor: pointer;
	width: 10em;
	float: left;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	background-color: #0072bc;
	color: #3399cc;
}

ul.MenuBarHorizontal ul.MenuBarOpcItemSubmenuVisible
{
	left: auto;
	background-color: #0072bc;
	color: #3399cc;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarOpcItemSubmenu ul
{
	border: 1px solid #FFF;

}

ul.MenuBarHorizontal ul
{
	border: 1px solid #FFF;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarOpcItemSubmenu a
{
	display: block;
	cursor: pointer;
	background-color: #0072bc;
	padding: 0em 0em;
	color: #3399cc;
	text-decoration: none;
}

ul.MenuBarHorizontal a
{
	display:block;
	cursor: pointer;
	background-color: #fff;
		padding: 0em 0em;
	/*padding: 0.5em 0.75em;   #0072bc*/
	color: #002b69;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarOpcItemSubmenu a:hover, ul.MenuBarOpcItemSubmenu a:focus, 
{
	background-color: #0072bc;
	color: #A0A0A4;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #3399cc;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarOpcItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarOpcItemSubmenu
{
	background-color: #0072bc;
	color: rgba(25, 25, 25, 1);
}


ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemMenuHover, ul.MenuBarHorizontal a.MenuBarMenuVisible
{
	background-color: #99ca3c;
	color: #0072bc;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text 

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemMenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;

}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemMenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemMenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemMenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
		
	}
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 60;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 50;
}
.nivo-box {
	display: block; position: absolute; z-index: 5;
}
.nivo-caption {
	background: none; left: 64px; top: 103px; width: 401px; text-align: right; color: rgb(255, 255, 255); position: absolute; z-index: 89; opacity: 0.8;
}
.nivo-caption .nivo-caption-inner {
	margin: 0px; padding: 0px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	top: 45%; position: absolute; z-index: 99; cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav {
	padding: 6px 0px 0px; left: 0px; top: 353px; width: 940px; height: 29px; text-align: center; position: absolute;
}
.nivo-controlNav a {
	background: url("images/pagination.png") no-repeat; margin: 0px 1px 0px 0px; width: 21px; height: 22px; line-height: 0; overflow: hidden; font-size: 0px; text-decoration: none; vertical-align: top; display: inline-block !important; position: relative; z-index: 99; cursor: pointer;
}
.nivo-controlNav a.active {
	background-position: 0% -22px;
}
.nivo-controlNav a:hover {
	background-position: 0% -22px;
}
.nivo-directionNav {
	
}
.nivo-directionNav a {
	background: url("images/direction_nav.png") no-repeat 0px 0px; border: 0px currentColor; border-image: none; top: 45%; width: 36px; height: 35px; text-indent: -9999px; display: block; position: absolute;
}
a.nivo-nextNav {
	background-position: -36px 0px; right: 15px;
}
a.nivo-nextNav:hover {
	background-position: -36px -35px;
}
a.nivo-prevNav {
	background-position: 0px 0px; left: 15px;
}
a.nivo-prevNav:hover {
	background-position: 0px -35px;
}
#slider .nivo-controlNav img {
	width: 120px; height: auto; margin-right: 10px; display: inline; position: relative;
}
nav.primary {
	background: rgb(28, 149, 217); left: 1px; top: 105px; width: 100%; position: absolute; z-index: 2;
}
.sf-menu {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu * {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu {
	line-height: 1;
}
.sf-menu ul {
	background: url("images/MenBlanco.jpg") 50% 0%; padding: 15px 0px 13px; top: -999em; width: 233px; position: absolute;
}
.sf-menu ul li {
	
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left; position: relative;
}
.sf-menu a {
	display: block; position: relative;
}
.sf-menu li:hover ul {
	left: 27px; top: 25px; z-index: 99;
}
.sf-menu li.sfHover ul {
	left: 27px; top: 25px; z-index: 99;
}
ul.sf-menu li:hover li ul {
	top: -999em;
}
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul {
	padding: 9px 0px; left: 189px; top: -9px;
}
ul.sf-menu li li.sfHover ul {
	padding: 9px 0px; left: 189px; top: -9px;
}
ul.sf-menu li li:hover li ul {
	top: -999em;
}
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul {
	left: 10em; top: 0px;
}
ul.sf-menu li li li.sfHover ul {
	left: 10em; top: 0px;
}
.sf-menu {
	margin: 0px auto; width: 940px; float: right;
}
.sf-menu a {
	color: rgb(135, 135, 135); text-decoration: none;
}
.sf-menu li {
	margin: 0px 0px 0px 2px; padding-right: 4px; padding-left: 0px;
}
.sf-menu li:first-child {
	background: none; margin: 0px;
}
.sf-menu li a {
	padding: 6px 0px 6px 20px; color: rgb(255, 255, 255); font-size: 16px;
}
.sf-menu li li {
	background: none; margin: 0px;
}
.sf-menu li li a {
	padding: 3px 0px 4px 16px; width: 190px; height: auto; color: rgb(135, 135, 135); line-height: 18px; font-size: 13px; text-decoration: none;
}
.sf-menu li li li {
	background: none; margin: 0px;
}
.sf-menu li li li a {
	padding: 3px 0px 4px 16px; height: auto; color: rgb(239, 239, 239); line-height: 18px; font-size: 13px; text-decoration: none;
}
.sf-menu li:hover > a {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li.sfHover > a {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li > a:focus {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li > a:hover {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li > a:active {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li.current-menu-item > a {
	outline: 0px; color: rgb(255, 255, 255);
}
.sf-menu li li:hover > a {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li.sfHover > a {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li > a:focus {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li > a:hover {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li > a:active {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li.current-menu-item > a {
	outline: 0px; color: rgb(28, 149, 217);
}
.sf-menu li li.current-menu-item > a {
	color: rgb(135, 135, 135);
}
.sf-menu li li li:hover > a {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu li li li.sfHover > a {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu li li li > a:focus {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu li li li > a:hover {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu li li li > a:active {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu li li li.current-menu-item > a {
	outline: 0px; color: rgb(40, 209, 214);
}
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-sub-indicator {
	background: url("images/arrows-ffffff.png") no-repeat 0% -15px; left: 27px; top: 27px; width: 15px; height: 15px; text-indent: -999em; overflow: hidden; display: block; position: absolute;
}
.sf-menu li li .sf-sub-indicator {
	display: none;
}
a > .sf-sub-indicator {
	background-position: 0% -15px; top: 27px;
}
a:focus > .sf-sub-indicator {
	background-position: 0% 0%;
}
a:hover > .sf-sub-indicator {
	background-position: 0% 0%;
}
a:active > .sf-sub-indicator {
	background-position: 0% 0%;
}
li:hover > a > .sf-sub-indicator {
	background-position: 0% 0%;
}
li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul a:focus > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul a:hover > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul a:active > .sf-sub-indicator {
	background-position: 0% 0%;

}
.sf-menu ul li:hover > a > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%;
}
.sf-shadow ul {
	background: url("images/shadow.png") no-repeat right bottom; padding: 0px 8px 9px 0px; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: none;
}

/*fin navegacion*/

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 322px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 322px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 170px;
	margin-right: 13%;
	top: 38px;
}
.Contacto{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: normal;
	color: #3399cc;
	width: 100%;
	position:relative;
	overflow: auto;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	color: #A0A0A4;
}
.ei-title h3{
	font-size: 25px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	text-transform: normal;
	color: #3399cc;
}
.ei-title h4{
	font-size: 45px;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	color: #0F0;
}
.ei-title t1{
	font-size: 20px;
	line-height: 0px;
	font-family: 'Roboto', sans-serif;
	color: #A0A0A4;
}

.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #fff;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #00aee6 ;
	background: grba(0,0,0,0) ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #fff;
	text-align:center;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
/* Navigations PIE PAGINA*/

.attachment-full.wp-post-image {
	border-radius: 16px; width: 290px; height: 170px; box-shadow: 3px 3px 8px #000000; -moz-border-radius: 16px; -webkit-border-radius: 16px;
}
#footer {
	/*background: url("http://maspura-sv.com/images/bannerfooter.png") repeat-x bottom;*/
	font-family:"Roboto", sans-serif;
	background: url("http://www.venice-softgt.com/images/bannerfooter.png") repeat-x bottom;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
#footer ul.social-networks {
	padding: 5px 0px 0px; width: 100%; overflow: hidden;
}
#footer ul.social-networks li {
	background: none; padding: 0px 0px 6px; width: 106px; float: left;
}
#footer ul.social-networks li img {
	margin: 4px 12px 0px 0px; float: left;
}
.footer-widget-area {
	margin: 0px auto; width: 940px; overflow: hidden; border-bottom-color: rgb(219, 219, 219); border-bottom-width: 1px; border-bottom-style: solid;
}
.footer-widget-area ul {
	list-style: none; margin: 0px; padding: 0px;
}
.footer-widget-area ul li {
	background: url("/images/marker.gif") no-repeat 1px 11px; list-style: none; margin: 0px; padding: 0px 0px 0px 17px; color: rgb(46, 218, 222); font-size: 13px;
}
.footer-widget-area ul li a {
	color: rgb(0, 151, 235); font-family: 'Roboto'; font-size: 13px; text-decoration: none;
}
.footer-widget-area ul li a:hover {
	color: rgb(65, 65, 65);
}
.footer-widget-area p {
	padding: 3px 10px 0px 0px; color: rgb(125, 125, 125); line-height: 20px; font-size: 13px;
}
.footer-info {
	padding: 33px 0px; width: 100%; overflow: hidden;
}
.footer-info p {
	padding: 0px !important; color: rgb(125, 125, 125) !important; line-height: 18px !important; font-size: 13px !important; float: left !important;
}
.footer-info p a {
	color: rgb(125, 125, 125) !important; text-decoration: none !important;
}
.footer-info p a:hover {
	text-decoration: underline !important;
}
.footer-info p strong {
	padding: 0px 3px; font-weight: normal;
}
.footer-info p i {
	font-style: normal;
}
.footer-info p i a {
	color: rgb(180, 180, 180) !important;
}
nav.footer {
	margin: 0px auto; width: 940px; color: rgb(179, 179, 179);
}
nav.footer ul {
	list-style: none; margin: 0px; padding: 0px;
}
nav.footer ul li:first-child {
	background: none;
}
nav.footer ul li {
	background: url("images/menu-divider.png") no-repeat 0px 0px; list-style: none; margin: 0px; padding: 0px 15px; color: rgb(125, 125, 125); line-height: 18px; font-size: 13px; float: left;
}
nav.footer ul li a {
	text-decoration: none;
}
nav.footer ul li a:hover {
	text-decoration: underline;
}
.button {
	background: rgb(0, 0, 0); padding: 7px 15px; color: rgb(255, 255, 255); text-decoration: none; display: inline-block;
}
.button:hover {
	background: rgb(153, 153, 153);
}
.no-results {
	
}
.tabs {
	margin: 1px 0px 20px;
}
.tabs .tab-wrapper {
	margin: -1px 0px 0px; border-radius: 0px 5px 5px; border: 1px solid rgb(221, 221, 221); border-image: none; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px;
}
.tabs .tab-menu ul {
	list-style: none; margin: 0px !important; padding: 0px !important;
}
.tabs .tab-menu li {
	margin: 0px; padding: 0px; float: left; display: inline;
}
.tabs .tab-menu a {
	margin: 0px 2px 0px 0px; padding: 8px 20px; border-radius: 5px 5px 0px 0px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(170, 170, 170); letter-spacing: 1px; font-size: 12px; display: block; background-color: rgb(250, 250, 250); -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
}
.tabs .tab-menu a:hover {
	color: rgb(102, 102, 102); background-color: rgb(242, 242, 242);
}
.tabs .tab-menu a.active {
	padding: 8px 20px 9px; color: rgb(102, 102, 102); border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; background-color: rgb(255, 255, 255);
}
.tabs .tab {
	padding: 20px; border-radius: 0px 5px 5px; background-color: rgb(250, 250, 250); -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px;
}
.toggle {
	padding: 0px 0px 2px;
}
.toggle .trigger {
	padding: 10px 12px 10px 40px; border-radius: 5px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 1%; color: rgb(102, 102, 102); text-decoration: none; display: block; position: relative; background-color: rgb(245, 245, 245); -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.toggle .trigger span {
	background: url("images/toggle.png") no-repeat 0px 0px; left: 10px; top: 9px; width: 22px; height: 20px; text-indent: -9999px; display: block; position: absolute;
}
.toggle .trigger:hover {
	background: rgb(25, 25, 25); color: rgb(255, 255, 255);
}
.toggle .active {
	background: rgb(25, 25, 25); color: rgb(255, 255, 255);
}
.toggle .active span {
	background-position: 0px -20px;
}
.toggle .box {
	padding: 20px; border-radius: 5px; border: 1px solid rgb(221, 221, 221); border-image: none; background-color: rgb(250, 250, 250); -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.dropcap {
	margin: 0px 10px 0px 0px; text-transform: uppercase; line-height: 1em; font-size: 4em; float: left; display: block;
}
.widget-area {
	
}
