/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  color: #c7b899;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #51133C;
  font-size: 11pt;
  overflow-x:hidden;  
}

body {
  overflow-x:hidden;
}

section {
	position: relative;
	padding: 10em 10%;
	background-color: #51133C;
	color: #c7b899;
	text-align: center;
}

h1, h2
{

}

h2
{
	font-size: 24pt;
}

h4
{
	font-size: 14pt;
}


a {
	color: #94bf72;
}

a:hover {
	color: #94bf72;
}

.btn-default.lila {
    background-color: #94bf72;
	border: 0;
	margin-bottom: 4px;
}


.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 3.6em;
  font-weight: 600;
}

h3.startpage {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}

.scrolldownbutton {
	margin-top: 3em;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  background: #c7b899;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #51133c;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: #94bf72;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #51133c;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  background-color: #94bf72;
  color: #51133c;
  border: 0;
  border-radius: 0;
}

#menu-close {
  background-color: #94bf72;
  color: #51133c;
  border: 0;
  border-radius: 0;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

hr {
  color: #c7b899;
  border-color: #c7b899;
}

/* Full Page Image Header Area */
/* background: url(../img/bg.jpg) no-repeat center center fixed; */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #51133C;
  background: url(../img/bg.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact,
.position,
.services,
.menu,
.galerie
{
  background: #51133C;
  padding: 40px 0 50px 0;
  color: #c7b899;
}

.menu
{
  background: #51133C;
  padding: 30px 0 50px 0;
  color: #c7b899;
}


.galerie img
{
  height: 100px;
  width: auto;
  display: inline-block;
  margin-bottom: 4px;
}

/* Intro */

.intro {
  padding: 40px 0;
}

/* Services */


.service-item {
  margin-bottom: 15px;
}

.service-item p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
	
i.service-icon {
  border: 1px solid #c7b899;
  border-radius: 50%;
  display: inline-block;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  vertical-align: middle; 
  text-align: center;
}

.lilafbicon {
   font-size: 40px;
}

/* Fotos */

.intro,
.callout,
.lilaout,
.lilout2,
.lilout3
{
  display: table;
  height: 500px;
  width: 100%;
}

.intro {
  background: url(../img/LILA_Shooting-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.callout {
  background: url(../img/LILA_Shooting-23.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.lilaout {
  background: url(../img/LILA_Shooting-14.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.lilout2 {
  background: url(../img/LILA_Shooting-20.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.lilout3 {
  background: url(../img/LILA_Shooting-4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#disclaimer {
  display: none;
  font-size: 80%;
}



/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

.mobileonly {
	display: none;
}

.desktoponly {
	display: block;
} 

.openhours
{
	margin: 4px auto;
}

.openhours tr td
{
	padding:0 4px;
}


/* Responsive */

@media (max-width: 768px) {
	
body {
	  overflow-x:hidden;
}	
	
  .header {

  }

  
.mobileonly {
	display: block;
}
  
  
.desktoponly {
	display: none;
}  


.intro {
  background-color: #51133C;
  background: url(../img/LILA_Shooting-2.jpg) no-repeat center center scroll; 
  width: 100%;
  height: 200px; 
  background-size: cover;
}


.callout {
  background-color: #51133C;
  background: url(../img/LILA_Shooting-23.jpg) no-repeat center center scroll; 
  width: 100%;
  height: 200px; 
  background-size: cover;
}

/* lilaout */

.lilaout {
  background-color: #51133C;
  background: url(../img/LILA_Shooting-14.jpg) no-repeat center center scroll; 
  width: 100%;
  height: 200px; 
  background-size: cover;
}

.lilout2 {
  background-color: #51133C;
  background: url(../img/LILA_Shooting-20.jpg) no-repeat center center scroll; 
  width: 100%;
  height: 200px; 
  background-size: cover;
}

.lilout3 {
  background-color: #51133C;
  background: url(../img/LILA_Shooting-4.jpg) no-repeat center center scroll; 
  width: 100%;
  height: 200px; 
  background-size: cover;	  
}  

.map {
height: 75%;
}

}
