/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
        background: rgba(34,139,34, 0.75);
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
.smartonly {
	display: none;
}
	
a {
	color: rgba(255,215,0, 1);
	border-bottom: 2px dotted rgba(255,215,0, 0.6);
}
	
a:hover, 
a:focus, 
a:active {
	color: rgba(255,215,0, 0.8);
	border-bottom: 2px dotted rgba(255,255,255, 0.5);
	text-decoration: none;
}
	
a.neutral {
	color: inherit;
	border-bottom: 0px dotted rgba(255,215,0, 0.0);
}
	
a.neutral:hover, 
a.neutral:focus, 
a.neutral:active {
	color: inherit;
	border-bottom: 0px dotted rgba(255,215,0, 0.0);
	text-decoration: none;
}
	
a.bigger {
	font-size: 16px;
}
	
	
a.pseudo,
a.pseudo:hover,
a.pseudo:focus,
a.pseudo:active {
	border-bottom: none;
	text-decoration: none;
	color: rgba(255,215,0, 1);
	opacity: 1;
}
	
p {
	z-index: 98;
}
	
p.center {
	text-align: center;
}
	
p.bigger {
	font-size: 16px;
}
	
p.faded {
	opacity: 0.5;
}
	
p.bigger.picture {
	font-size: 16px;
	margin: 5px 0px 20px 0px;
}
	
p.bigger.leadtext {
	font-size: 20px;
	margin: 40px 0px 0px 0px;
	text-transform: uppercase;
}
	
p.bigger span {
	color: rgba(255,215,0, 1);
}
	
p.bigger span a {
	border-bottom: none;
	text-decoration: none;
}
	
span.bold {
	font-weight: bold;
}
	
span.yellow {
	color: rgba(255,215,0, 1);
}

.songtext {
    padding: 10px 5px 40px 5px;
    background: rgba(34, 139, 34, 0.9);
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.songtext a {
    border-bottom: none;
}

p.songtext {
	background: transparent;
}

#hamburger {
  display: none;
}

.menu {
  display: none;
  background-color: transparent;
  width: 0px;
  height: 100%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.iconwrapper {
  display: block;
  margin-top: 10px;
  margin-left: 25%;
  margin-right: 25%;
  padding: 0px;
  width: 50%;
  background: transparent;
}

.iconwrapper img {
  float: left;
  width: 20%;
  padding: 5px;
  border-radius: 25%;
  opacity: 0.85;
  transition: all 400ms ease 0s; 
}

.iconwrapper img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.iconwrapper img.active {
  opacity: 0.5;
}

.iconwrapper img.active:hover {
  opacity: 0.5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu li {
  list-style: none;
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px;
  text-indent: 18%;
  width: 50%;
  border-top: 1px solid rgba(255,255,255, 0.5);
  text-transform: uppercase;
  background: rgba(34,139,34, 0.75);
}

.menu li.first {
  margin-top: 20px;
  border-top: 0px solid rgba(255,255,255, 0.5);
}

.menu li.active {
  color: rgba(255,215,0, 1);
}

.menu li:hover,
.menu li.first:hover {
  background: rgba(34,139,34, 1);
}

.menuicon {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  height: 21px;
  width: 25px;
  z-index: 99999;
}

.menuicon p {
  display: none;
}

.menuicon span {
  display: block;
  top: 8px;
  width: 25px;
  height: 4px;
  background-color: #FFF;
  position: relative;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menuicon span::after, .menuicon span::before {
  display: block;
  content: '';
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #FFF;
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  -moz-transition-delay: 0.2s, 0;
  -ms-transition-delay: 0.2s, 0;
  -o-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}
.menuicon span::before {
  margin-top: -8px;
}
.menuicon span::after {
  margin-top: 8px;
}

#hamburger:checked ~ .menu {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  background: #99CCFF url(../images/news_xenegugeli_release2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 9998;
}

#hamburger:checked ~ .menuicon span {
  background-color: transparent;
  
}
#hamburger:checked ~ .menuicon span::before, #hamburger:checked ~ .menuicon span::after {
  margin-top: 0px;
  -webkit-transition-delay: 0, 0.2s;
  -moz-transition-delay: 0, 0.2s;
  -ms-transition-delay: 0, 0.2s;
  -o-transition-delay: 0, 0.2s;
  transition-delay: 0, 0.2s;
  background-color: #FF0000;
}
#hamburger:checked ~ .menuicon span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger:checked ~ .menuicon span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button	{
		background: transparent;
		border: solid 1px rgba(255,215,0, 0.8);
		color: rgba(255,215,0, 0.8);
		border-radius: 2px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		padding: 8px  16px 8px 16px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		display: inline;
		cursor: pointer;
	}

.button.third	{
		display: block;
		width: 30%;
	}

.button.half	{
		display: block;
		width: 50%;
	}

.button.full	{
		display: block;
		width: 100%;
	}

.button:hover,
.button.third:hover,
.button.half:hover,
.button.full:hover	{
		background: transparent;
		border: solid 1px rgba(255,255,255, 0.9);
		color: rgba(255,255,255, 1);
	}

.panel-body iframe {
		height: 500px;
		width: 75%;
		border-radius: 4px;
	}

.cleaner { clear: both }
.h01-special { height: 5px }
.h01 { height: 1px }
.h05 { height: 5px }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h100 { height: 100px }

img.responsive-generic {
    display: block;
	margin-top: 30px;
	margin-bottom: 30px;
    margin-left: auto;
	margin-right: auto;
	width: 25%;
	border-radius: 20%;
	background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}

img.full {
	background-size: cover;
	width: 100%;
}

.rotated {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.rotated2 {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.shadowed {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}

.wrapper-quarter {
    display: block;
	margin-top: 0px;
	margin-bottom: 30px;
    margin-left: auto;
	margin-right: auto;
	width: 25%;
}

.wrapper-half {
    display: block;
	margin-top: 0px;
	margin-bottom: 30px;
    margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img.iconflag {
    margin-right: 5px;  
}

img.prices {
    width: 100%;
	border-radius: 20%;
	background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
  transition: all 800ms ease 200ms;  
}

img.prices:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.price-text {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px 0px 5px 20%;
	margin: 0px 0px 0px 0px;
}

.price-text a {
	color: #FFFFFF;
	border-bottom: none;
	opacity: 0.6;
}

.price-text a:hover,
.price-text a:active,
.price-text a:focus {
	opacity: 0.8;
	border-bottom: none;
	text-decoration: none;
}

.backgrounded {
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	background: rgba(34, 139, 34, 0.9);
}

.margined {
	margin: 50px 25% 10px 25%;
}

.col-md-12.conditions {
	margin: 0px 0px 20px 0px;
	padding: 20px 5px 10px 5px;
	background: rgba(34, 139, 34, 0.9);
}

.col-md-12.quotation {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 10px 0px;
	background: rgba(34, 139, 34, 0.9);
}

.quotation_1 {
	font-size: 20px;
	text-transform: uppercase;
}

.quotation_2 {
	margin: 50px 25% 10px 25%;
	font-size: 16px;
	text-transform: none;
	line-height: normal;
}

.quotation_2 span {
	margin: 0px 5px 0px 5px;
	font-size: 32px;
	font-weight: bold;
	color: rgba(255,215,0, 1);
	vertical-align: sub;
	line-height: 50%;
}

.quotation_3 {
    color: rgba(255,215,0, 1);
	margin: 0px 25% 20px 25%;
	padding: 5px 0 0 0;
	border-top: 1px solid rgba(255,215,0, 1);
	opacity: 0.75;
}

img.onepic {
	width: 100%;
	background-size: cover;
}
	
img.twopic {
	width: 50%;
	background-size: cover;
}
	
img.threepic {
	width: 33.3333%;
	background-size: cover;
}
	
img.fourpic {
	width: 25%;
	background-size: cover;
}
	
img.bordered-y {
	border-left: 1px solid rgba(255,255,255, 0.3);
	border-right: 1px solid rgba(255,255,255, 0.3);
}
	
.hidden {
	display: none;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.nopadding2 {
	padding-left: 0px;
	padding-right: 0px;
}

.noborder,
.noborder:hover {
	border: none;
}

.fa.trophy {
	color: #FFFF99;
}

.btn-regular {
        background: rgba(34,139,34, 0.75);
		display: block;
		border: solid 1px transparent;
		border-radius: 2px;
		color: rgba(255,255,255, 0.75);
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
		height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
.btn-regular:hover,
.btn-regular:focus,
.btn-regular:active
	{
        background: rgba(34,139,34, 1);
		border: solid 1px transparent;
		color: rgba(255,255,255, 1);
	}

.album-wrapper {
		position: relative;
		margin-top: 30px;
		margin-bottom: 20px;
	}

.album-wrapper img {
		top: 0px;
		margin-left: 5px;
		width: 300px;
		background-size: cover;
		border-radius: 3px;
		height: auto;
		z-index: 98;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  border: none;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
	}

.strich {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(255,255,255, 0.2);
}

.strich-special {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255,255,255, 0.2);
}

.shopbox {
  min-width: 800px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(255,255,255, 0.2);
}

.shopbox-special {
  min-width: 800px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 8px;
}
.rounded2 {
  border-radius: 10%;
}

.rounded3 {
  border-radius: 20px;
  width: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.shop_to_top {
  text-align: right;
  font-size: 14px;
  font-family: "Arial", "Helvetica", sans-serif;
}

.shop-picture img {
  margin-top: 5px;
  float: left;
  width: 15%;
  height: auto;
  background-size: cover;
  transition: all 800ms ease 0ms;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  border: none;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-left: 15px;
}

.shop-picture img.special {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.shop-picture img.special2 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  border-radius: 100%;
}

.shop-orden img {
  position: absolute;
  top: 37%;
  left: 9%;
  width: 10%;
  height: auto;
  background-size: cover;
  z-index: 10;
  border-radius: 100%;
  box-shadow: none;
}

.shop-orden:hover img {
  top: 15%;
  left: 4%;
  width: 20%;
  height: auto;
}

.shop-lead {
  margin-left: 25%;
  width: 75%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.shop-lead span {
  color: rgba(255,215,0, 1);
}

.shop-lead a {
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
}

.shop-lead-special {
  margin-left: 25%;
  width: 75%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  font-style: italic;
}

.shop-text {
  font-family: 'Open Sans', sans-serif;
  margin-left: 25%;
  width: 75%;
  height: auto;
  font-size: 13px;
}

.shop-text p.price {
  margin-top: 20px;
}

.shop-text p.price span {
  font-size: 16px;
  font-weight: bold;
}

.btn-shop1 {
  float: left;
  margin-right: 10px;
  width: 200px;
  background-color: #006600;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
  margin-bottom: 5px;
}
.btn-shop2 {
  width: 200px;
  background-color: #006600;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
  clear: right;
  margin-bottom: 5px;
}
.btn-shop1:hover,
.btn-shop2:hover {
  opacity: 1;
  background-color: #006600;
}

.btn-inactive {
  opacity: 0.5;
}
.btn-inactive:hover,
.btn-inactive:focus {
  opacity: 0.5;
  background-color: #006600;
  cursor: default;
}
	
.btn-album {
        background: rgba(34,139,34, 0.85);
		border: 1px solid rgba(255,255,255, 0.75);
		display: block;
		border-radius: 2px;
		color: rgba(255,255,255, 0.75);
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		margin-bottom: 0px;
		height: auto;
		z-index: 99;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
.btn-album span {
		color: rgba(255,215,0, 1);
	}
	
.btn-album.link1 {
		position: absolute;
		left: 23%;
		top: 80px;
		width: 77%;
	}
	
.btn-album.link2 {
		position: absolute;
		left: 23%;
		top: 170px;
		width: 77%;
	}
	
.btn-album:hover,
.btn-album:focus,
.btn-album:active
	{
        background: rgba(34,139,34, 1);
		border: solid 1px transparent;
		color: rgba(255,255,255, 1);
	}

/* start h */
h1
	{
		font-family: 'Palanquin Dark', sans-serif;
		font-weight: 700;
		text-align: center;
		font-size: 60px;
		line-height: 0.6;
		text-transform: uppercase;
	}	
h2.special
	{
		font-family: 'Palanquin Dark', sans-serif;
		font-weight: 400;
		text-align: center;
		font-size: 29px;
		line-height: 1.2;
		text-transform: uppercase;
	}	
h2
	{
		font-family: 'Palanquin Dark', sans-serif;
		font-weight: 400;
		text-align: center;
		font-size: 31px;
		line-height: 1.6;
		text-transform: uppercase;
	}	
h2 span
	{
		color: #FFD700;
		font-weight: bold;
	}
/* end h */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact, .generic
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
.generic.special
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
.generic.special2
	{
		padding-top: 40px;
		padding-bottom: 0px;
	}
.generic.special3
	{
		padding-top: 0px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #FFD700;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #FFD700; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start index */

.index-container
	{
		background: #000000;
		overflow: hidden;
	}
.index
	{
	    position: fixed; 
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		z-index: -99; 
		overflow: hidden;
	}
.index-movie
	{
	    position: absolute; 
		left: 0px;
		top: 0px;
		z-index: -99; 
		width: 100%; 
		height: 100%;
		overflow: hidden;
		opacity: 0.9;
	}
.index-overlay
	{
	    position: fixed; 
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		z-index: -97; 
		width: 100%; 
		height: 100%;
		min-height: 950px;
        background: url('../images/index-bg.jpg') center center no-repeat;
		background-size: cover;
		overflow: hidden;
  }
  
.index-overlay1
	{
	    position: fixed; 
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		z-index: -98; 
		width: 100%; 
		height: 100%;
		min-height: 950px;
        background: url('../images/hg_verlauf_weiss.png') repeat-y;
		background-size: 100%;
		overflow: hidden;
		opacity: 0.95;
}
  
.index-overlay2
	{
	    position: fixed; 
		left: 0px;
		top: 0px;
		right: 0px;
		width: 100%; 
		height: auto;
        background: url('../images/bg_himmel.png') no-repeat;
		background-size: 100%;
		overflow: visible;
}
.index-overlay2 img
	{
	    display: block;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		z-index: 9998;
		background-size: cover;
    -moz-animation-name: Outaspace;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0s;

    -webkit-animation-name: Outaspace;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;

    animation-name: Outaspace;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-delay: 0s;
}

@-moz-keyframes Outaspace {
  0% { transform: translateY(-400px); opacity: 0; }
  100%   { transform: translateY(0px); opacity: 1; }
  }
@-webkit-keyframes Outaspace {
  0% { transform: translateY(-400px); opacity: 0; }
  100%   { transform: translateY(0px); opacity: 1; }
  }
@keyframes Outaspace {
  0% { transform: translateY(-400px); opacity: 0; }
  100%   { transform: translateY(0px);opacity: 1;  }
  }
	
.iconbox
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 15%;
		position: relative;
		transition: all 300ms ease 0s; 
}
	
.iconbox img
	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20%;
		transition: all 300ms ease 0s; 
}
	
img.flag1,
img.flag2,
img.flag3,
img.flag4,
img.flag5
	{
		opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
	
img.flag1:hover,
img.flag2:hover,
img.flag3:hover,
img.flag4:hover,
img.flag5:hover
	{
		opacity: 0;
		cursor: pointer;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  animation-fill-mode: forwards;
  }
	
img.icon1:hover,
img.icon2:hover,
img.icon3:hover,
img.icon4:hover,
img.icon5:hover 
	{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  animation-fill-mode: forwards;
  }
	
.iconbox > img.icon1,
.iconbox > a img.flag1
	{
		left: 22.5%;
		top: 0;
		height: auto;
		width: 15%;
		display: block;
		position: absolute;
		background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}
	
.iconbox > img.icon2,
.iconbox > a img.flag2
	{
		left: 42.5%;
		top: 0;
		height: auto;
		width: 15%;
		position: absolute;
		background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}
	
.iconbox > img.icon3,
.iconbox > a img.flag3
	{
		right: 22.5%;
		top: 0;
		height: auto;
		width: 15%;
		position: absolute;
		background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}
	
.iconbox > img.icon4,
.iconbox > a img.flag4
	{
		left: 33%;
		top: 20%;
		height: auto;
		width: 15%;
		display: block;
		position: absolute;
		background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}
	
.iconbox > img.icon5,
.iconbox > a img.flag5
	{
		right: 33%;
		top: 20%;
		height: auto;
		width: 15%;
		display: block;
		position: absolute;
		background-size: cover;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px 0px;
}
	
/* end index */

/* start maincontent */

#maincontent
	{
		position: fixed;
		top: 0%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding-top: 16%;
		background-color: transparent;
	}

/* end maincontent */

/* start home */
#home
	{
		background: url('../images/news_xenegugeli_release.jpg') center top no-repeat;
		background-size: cover;
		padding-top: 5px;
		padding-bottom: 100px;
		min-height: 550px;
	}
#home.small
	{
		padding-bottom: 70px;
		min-height: 350px;
	}
#home h1,
#service h1,
#about h1,
.generic h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 50px;
	}
#home h1 span,
#service h1 span,
#about h1 span,
.generic h1 span
	{
		color: rgba(255,215,0, 1);
		font-weight: bold;
	}
	
#home h2,
#service h2,
#about h2,
.generic h2
	{
		font-weight: 300;
		font-size: 40px;
		padding-bottom: 50px;
	}
#service h2.nobottom
	{
		padding-bottom: 0px;
	}
#service h3
	{
		font-family: 'Palanquin Dark', sans-serif;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		margin-top: 0px;
		padding-bottom: 50px;
	}
#service h3 span
	{
		color: rgba(255,215,0, 1);
	}
	
#home h2.smaller,
#service h2.smaller,
#about h2.smaller,
.generic h2.smaller
	{
		font-weight: 300;
		font-size: 30px;
		padding-bottom: 30px;
		margin-top: 0px;
	}

#home h2 span,
#service h2 span,
#about h2 span,
.generic h2 span
	{
		color: rgba(255,215,0, 1);
		font-weight: bold;
	}

img.header {
	color: #FFFF99;
	width: 100%;
	background-size: cover;
	margin-bottom: 20px;
	transition: all 300ms ease 0s; 
	border: none;
	z-index: 9998;
	text-decoration: none;
    -moz-animation-name: Outaspace;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0s;

    -webkit-animation-name: Outaspace;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;

    animation-name: Outaspace;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-delay: 0s;
}

img.header2 {
	position: absolute;
    top: 47%;
	left: 45%;
	right: 45%;
	color: #FFFF99;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-size: cover;
	margin-bottom: 20px;
	transition: all 300ms ease 0s; 
	border: none;
	border-radius: 22%;
}

.menuflag-wrapper {
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	background-color: transparent;
	transition: all 800ms ease 0s; 
	border: none;
}

.menuflag-wrapper img {
  float: left;
  width: 20%;
  padding: 5px;
  border-radius: 25%;
  opacity: 0.85;
  transition: all 400ms ease 0s; 
}

.menuflag-wrapper img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menuflag-wrapper img.active-icon {
  opacity: 0.5;
  cursor: default;
}

.menuflag-wrapper img.active-icon:hover {
  opacity: 0.5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


#home .btn
	{
        background: rgba(0,0,0, 0.3);
		display: block;
		border: solid 1px rgba(255,255,255, 0.9);
		border-radius: 2px;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		margin-top: 20%;
		width: 100%;
		height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
        background: rgba(34,139,34, 0.5);
		border: solid 1px transparent;
	}

.element {
	height: 80px;
	margin-top: 20px;
	font-size: 40px;
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
	}
.video-wrapper {
  width: 100%;
  height: auto;
  background: #000;
  }
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  }
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  }
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
		opacity: 0.7;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 1;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #FFD700;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
        background: rgba(34,139,34, 0.6);
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
        background: rgba(34,139,34, 0.9);
	}
	
#service .col-md-4.special
	{
		position: relative;
		padding: 0px;
        background: none;
		overflow: hidden;
	}
	
#service .col-md-4.special img
	{
		max-width: 100%;
		-moz-transition: all 0.9s;
		-webkit-transition: all 0.9s;
		transition: all 0.9s;
	}

#service .col-md-4.special:hover img
	{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
#service .active
	{
        background: rgba(34,139,34, 0.9);
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
#service h4
	{
		color: rgba(255,215,0, 1);
		font-weight: 400;
		padding-top: 10px;
		padding-bottom: 14px;
		text-align: center;
		text-transform: uppercase;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #FFD700;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #FFD700;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #FFD700;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
		margin-top: 20px;
		background-color: rgba(34, 139, 34, 0.3);
		overflow: hidden;
	}
#copyright p
	{
		font-weight: 300;
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
	}
#copyright p a
	{
		color: #fff;
		border: none
	}
#copyright p a:hover
	{
		color: rgba(255,215,0, 1);
	}
#copyright i
	{
		font-weight: 300;
		font-size: 19px;
	}
#copyright .right
	{
		text-align: right;
		float: left;
	}
#copyright .middle
	{
		text-align: center;
	}
#copyright .middle img
	{
	background-size: cover;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 10px;
	}
#copyright .left
	{
		text-align: left;
		float: right;
	}
.copyright-divider
	{
		display: block;
	}
span.copyright-breaker
	{
		display: block;
	}
#copyright a.btn
	{
		font-weight: 400;
		border-radius: 2px;
		color: rgba(255, 255, 255, 0.5);
		border: 0px solid #fff;
		height: 34px;
		width: 40px;
		background: rgba(34, 139, 34, 0.5);
		margin: 5px 5px 0px 5px;
	}
#copyright a.btn:hover
	{
		color: rgba(255, 255, 255, 0.8);
		background: rgba(34, 139, 34, 0.8);
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #FFD700;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	
.smartonly {
	display: none;
}
	
.iconbox
	{
		margin-top: 15%;
	}
		
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	
.smartonly {
	display: none;
}
	
.iconbox
	{
		margin-top: 10%;
	}
	
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #FFD700;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

.margined {
	margin: 30px 15% 10px 15%;
}

}
/* end 980 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {


.cleaner { clear: both }
.h01-special { height: 1px }

	
.smartonly {
	display: block;
}
	
.rounded0 {
  border-radius: 0px;
}
.rounded2 {
  border-radius: 10%;
}

.rounded3 {
  border-radius: 20px;
  width: 80px;
  float: left;
}

.btn-shop1 {
  float: none;
  margin-right: 0px;
  margin-bottom: 5px;
  width: 100%;
}

.btn-shop2 {
  margin-bottom: 5px;
  width: 100%;
}

.shopbox {
  min-width: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(255,255,255, 0.2);
}

.shopbox-special {
  min-width: auto;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shop-picture img {
  margin-top: 3px;
  float: left;
  width: 21%;
  height: auto;
  background-size: cover;
  transition: all 800ms ease 0ms;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  border: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 0px;
}

.shop-orden img {
  position: absolute;
  left: -7px;
  top: -7px;
  width: 10%;
  height: auto;
  box-shadow: none;
}

.shop-orden:hover img {
  left: -15px;
  top: -15px;
  width: 35%;
  height: auto;
}

.shop-text p.price {
  margin-top: 20px;
}

.shop-text p.price span {
  font-size: 16px;
  font-weight: bold;
}

.iconwrapper {
  margin-top: 5px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0px;
  width: 70%;
}

.menu li {
  font-size: 18px;
  margin-top: 0px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 10px;
  text-indent: 10%;
  width: 70%;
}
	
.panel-body iframe {
		height: 300px;
		width: 95%;
	}

.btn-regular {
		font-weight: 400;
		margin-bottom: 10px;
	}

.button.third	{
		display: block;
		width: 95%;
	}

.button.half	{
		display: block;
		width: 95%;
	}

.button.full	{
		display: block;
		width: 100%;
	}

img.responsive-generic {
	width: 35%;
}
	
.wrapper-quarter {
	width: 35%;
}

.wrapper-half {
	width: 75%;
}

.price-text {
	padding: 0px 0px 5px 10%;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

.quotation_2 {
	margin: 50px 5% 10px 5%;
	font-size: 16px;
	text-transform: none;
	line-height: normal;
}

.quotation_2 span {
	margin: 0px 5px 0px 5px;
	font-size: 32px;
	font-weight: bold;
	color: rgba(255,215,0, 1);
	vertical-align: sub;
	line-height: 50%;
}

.quotation_3 {
	margin: 0px 5% 20px 5%;
	padding: 5px 0 0 0;
	opacity: 0.75;
}

.margined {
	margin: 50px 15% 10px 15%;
}

.btn-album {
		border: 1px solid rgba(255,255,255, 0.75);
	}
	
.album-wrapper img {
		top: 0px;
		margin-left: 5px;
		width: 200px;
	}
	
.btn-album.link1 {
		position: absolute;
		left: 27%;
		top: 60px;
		width: 73%;
	}
	
.btn-album.link2 {
		position: absolute;
		left: 27%;
		top: 140px;
		width: 73%;
	}
	
.iconbox
	{
		margin-top: 10%;
	}
	
.iconbox > img.icon1,
.iconbox > a img.flag1
	{
		left: 10%;
		top: 0;
		height: auto;
		width: 20%;
}
	
.iconbox > img.icon2,
.iconbox > a img.flag2
	{
		left: 40%;
		top: 0;
		height: auto;
		width: 20%;
	}
	
.iconbox > img.icon3,
.iconbox > a img.flag3
	{
		right: 10%;
		top: 0;
		height: auto;
		width: 20%;
	}
	
.iconbox > img.icon4,
.iconbox > a img.flag4
	{
		left: 25%;
		top: 17%;
		height: auto;
		width: 20%;
}
	
.iconbox > img.icon5,
.iconbox > a img.flag5
	{
		right: 25%;
		top: 17%;
		height: auto;
		width: 20%;
}
	
.bottom100 {
	padding-bottom: 75px;
}

h1
	{
		font-size: 46px;
	}	
h2.special
	{
		font-size: 22px;
		line-height: 1.4;
	}	
h2
	{
		font-size: 24px;
	}	

	#home
		{
			min-height: 350px;
			padding-top: 5px;
			padding-bottom: 60px;
		background: url('../images/index-bg.jpg') center top no-repeat;
		}
#home h1,
#service h1,
#about h1,
.generic h1
		{
			font-size: 50px;
		}
#home h2,
#service h2,
#about h2,
.generic h2
		{
			font-size: 36px;
		}

#home .btn
	{
		font-size: 14px;
		font-weight: 400;
		margin-top: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

a img.header {
	padding-top: 5px;
	margin-bottom: 20px;
}

img.header2 {
    top: 45%;
}

.element {
	height: 80px;
	font-size: 30px;
}
	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	
  .index {
    background: url('../images/index-bg.jpg') center center no-repeat;
	background-size: cover;
  }

.index-movie {
    display: none;
  }
  
.index-overlay1
	{
		opacity: 0.15;
}
  
.index-overlay2 img
	{
		width: 80%;
}

#maincontent
	{
		padding-top: 22%;
	}
	
#copyright p
	{
		font-weight: 300;
		font-size: 15px;
		margin-top: 15px;
	}
#copyright .right
	{
		text-align: center;
		float: none;
	}
#copyright .middle
	{
		text-align: center;
	}
#copyright .middle img
	{
	background-size: cover;
	width: 100%;
	padding-left: 30%;
	padding-right: 30%;
	margin-bottom: 10px;
	}
#copyright .left
	{
		text-align: center;
		float: none;
	}
span.copyright-breaker
	{
		display: block;
	}

}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	
.smartonly {
	display: block;
}

.iconwrapper {
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px;
  width: 90%;
}

.menu li {
  font-size: 16px;
  margin-top: 0px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px;
  text-indent: 10%;
  width: 90%;
}
	
img.responsive-generic {
	width: 50%;
}

.wrapper-quarter {
	width: 50%;
}

.wrapper-half {
	width: 95%;
}

.margined {
	margin: 30px 15% 10px 15%;
}

.price-text {
	padding: 0px 0px 5px 5%;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
}

.btn-album {
		border: 1px solid rgba(255,255,255, 0.75);
	}
	
.btn-album span {
		font-size: 15px;
	}
	
.album-wrapper img {
		top: 0px;
		margin-left: 5px;
		width: 200px;
	}
	
.btn-album.link1 {
		position: absolute;
		left: 23%;
		top: 80px;
		width: 77%;
	}
	
.btn-album.link2 {
		position: absolute;
		left: 23%;
		top: 160px;
		width: 77%;
	}
	
.iconbox
	{
		margin-top: 20%;
	}
	
.iconbox > img.icon1,
.iconbox > a img.flag1
	{
		left: 5%;
		top: 0;
		height: auto;
		width: 25%;
}
	
.iconbox > img.icon2,
.iconbox > a img.flag2
	{
		left: 37.5%;
		top: 0;
		height: auto;
		width: 25%;
	}
	
.iconbox > img.icon3,
.iconbox > a img.flag3
	{
		right: 5%;
		top: 0;
		height: auto;
		width: 25%;
	}
	
.iconbox > img.icon4,
.iconbox > a img.flag4
	{
		left: 20%;
		top: 35%;
		height: auto;
		width: 25%;
}
	
.iconbox > img.icon5,
.iconbox > a img.flag5
	{
		right: 20%;
		top: 35%;
		height: auto;
		width: 25%;
}
	
.bottom100 {
	padding-bottom: 50px;
}

h1
	{
		font-size: 34px;
	}	
h2.special
	{
		font-size: 17px;
		line-height: 1.4;
	}	
h2
	{
		font-size: 18px;
	}	

	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 250px;
			padding-top: 5px;
			padding-bottom: 40px;
		background: url('../images/index-bg.jpg') center top no-repeat;
		}
#home h1,
#service h1,
#about h1,
.generic h1
		{
			font-size: 32px;
		}
#home h2,
#service h2,
#about h2,
.generic h2
		{
			font-size: 24px;
		}
#service h3
	{
			font-size: 18px;
	}

img.header2 {
    top: 35%;
}

.menuflag-wrapper {
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: transparent;
	transition: all 800ms ease 0s; 
	border: none;
}

.menuflag-wrapper img {
  float: left;
  width: 20%;
  padding: 5px;
  border-radius: 25%;
  opacity: 0.85;
  transition: all 400ms ease 0s; 
}

.element {
	height: 60px;
	font-size: 20px;
}
.index-overlay
	{
	    display: none;
  }
  
.index-overlay1
	{
		background-color: rgba(0,255,255, 0.1);
}
.index-overlay1
	{
		opacity: 0.15;
}
  
.index-overlay2
	{
	    position: fixed; 
		left: 0px;
		top: 0px;
		right: 0px;
		width: 100%; 
		height: auto;
}

.index-overlay2 img
	{
		width: 90%;
}

#maincontent
	{
		padding-top: 30%;
	}
	
#copyright p
	{
		font-weight: 300;
		font-size: 14px;
		margin-top: 10px;
	}
#copyright .right
	{
		text-align: center;
		float: none;
	}
#copyright .middle
	{
		text-align: center;
	}
#copyright .middle img
	{
	background-size: cover;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 10px;
	}
#copyright .left
	{
		text-align: center;
		float: none;
	}
span.copyright-breaker
	{
		display: block;
	}

}
/* end 360 media quires */

/* start 1600 media quires */
@media (min-width: 1280px) {
	
.smartonly {
	display: none;
}
	
.price-text {
    font-size: 16px;
	padding: 0px 0px 5px 25%;
	margin: 0px 0px 0px 0px;
}

.menuicon {
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  height: 34px;
  width: 39px;
  z-index: 9999;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.menuicon p {
  position: absolute;
  display: block;
  top: -2px;
  right: 42px;
  font-size: 22px;
  height: auto;
  width: auto;
  z-index: 9999;
  padding: 0px;
  border: 2px solid transparent;

}

.iconwrapper {
  margin-top: 20px;
  margin-left: 30%;
  margin-right: 30%;
  padding: 0px;
  width: 40%;
}

.menu li {
  font-size: 22px;
  margin-top: 0px;
  margin-left: 30%;
  margin-right: 30%;
  padding: 20px;
  text-indent: 15%;
  width: 40%;
}

span.copyright-breaker
	{
		display: block;
	}
	
#copyright p
	{
		font-weight: 300;
		font-size: 16px;
		margin-top: 25px;
	}
#copyright .middle img
	{
	background-size: cover;
	width: 100%;
	padding-left: 25%;
	padding-right: 25%;
	margin-bottom: 10px;
	}


}
/* end 1280 media quires */

@media (min-aspect-ratio: 16/9) {

  .index-movie {
    height: 300%;
    top: -100%;
  }
  
.iconbox
	{
		margin-top: 16%;
	}
	
.iconbox > img.icon1,
.iconbox > a img.flag1
	{
		left: 5.5%;
		top: 0%;
		height: auto;
		width: 15%;
}
	
.iconbox > img.icon2,
.iconbox > a img.flag2
	{
		left: 24%;
		right: 61%;
		top: 0%;
		height: auto;
		width: 15%;
	}
	
.iconbox > img.icon3,
.iconbox > a img.flag3
	{
		left: 42.5%;
		right: 42.5%;
		top: 0%;
		height: auto;
		width: 15%;
	}
	
.iconbox > img.icon4,
.iconbox > a img.flag4
	{
		left: 61%;
		right: 24%;
		top: 0%;
		height: auto;
		width: 15%;
}
	
.iconbox > img.icon5,
.iconbox > a img.flag5
	{
		right: 5.5%;
		top: 0%;
		height: auto;
		width: 15%;
}
	
}

@media (max-aspect-ratio: 16/9) {
  .index-movie {
    width: 300%;
    left: -100%;
  }
	
}