﻿/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 200px;
	height: 130px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

div.demoimage {
	float: right;
	height: 280px;
	width: 55%;
	background: url(../../../images/yootheme/header_macbook.png) 100% 0 no-repeat;
}

#page.style-green #logo { top: 20px; left: 0px; }
#page.style-green #logo a.logo-icon {
	width: 142px;
	height: 142px;
	background-image: url(../../../images/yootheme/logo_green.png);
}
#page.style-red #logo a.logo-icon { background-image: url(../../../images/yootheme/logo_red.png); }
#page.style-lilac #logo a.logo-icon { background-image: url(../../../images/yootheme/logo_lilac.png); }
#page.style-brown #logo { top: -2px; left: 10px; }
#page.style-brown #logo a.logo-icon {
	width: 150px;
	height: 140px;
	background-image: url(../../../images/yootheme/logo_brown.png);
}
#page.style-turquoise #logo a.logo-icon { background-image: url(../../../images/yootheme/logo_turquoise.png); }

.background-photo #headermodules { text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.7); }
.background-mountains div.demoimage,
.background-photo div.demoimage { background-image: url(../../../images/yootheme/header_travel.png);}
.background-glitter div.demoimage,
.background-bubbles div.demoimage { background-image: url(../../../images/yootheme/header_imac.png);}
.background-landscape div.demoimage { background-image: url(../../../images/yootheme/header_coffee.png);}

.logo-simplix{
	margin-top: -10px;
	width: 145px;
}

/* LOGO DESENVOLVIMENTO */
ul.selo {
	list-style: none;
	position: absolute;
	bottom: -15px;
	right: 20px;
	margin: 0;
}

@media only screen and (max-width : 480px) {
  ul.selo {
	top: -70px;
	right: 0px;
  }
}

.selo li{
	width: 140px;
	float: right;
}
.selo li a.logo-superix {
	background-image: url(../images/logo-superix-criacao-site.png);
}	
.selo li a.logo-simplix {
	float:right;
	background-image: url(../images/logo/selo/vermelho.png);
	background-size:contain;
	background-repeat:no-repeat;
	margin-top: 0px;
}
ul.selo li a {
	background-position: left top;
	width: 105px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}
.anchor{
	bottom:0px !important;
}

.print{
	display:none;
}
.email{
	display:none;
}
#page.style-brown #logo{
	left: 0px;
	top: 28px;
}
#footer p {
	text-align: left;
	float: left;
	margin: 0;
}


.wk-slideshow .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 10px;
	background: rgba(0,0,0,0.5);
}

.wk-slideshow .caption h1 {
	margin: 0px;
	color: #FFF;
}