
  /*

Theme Name: kougi-x1

Theme URI: 

Description: 2013 WordPress theme .

Author: kougi tambo

Author URI: kougiland.com

Version: 1.0

Tags: brillante, css3, blue, two-column, fixed-width, html5

*/



/* == RESET 
   ================================================================*/
*, *:after, *:before  {
outline: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:0;
margin:0;

}
::-webkit-scrollbar { height: 12px; width: 12px; background-color: rgba(199, 199, 199, 0.0); }
::-moz-scrollbar { height: 12px; width: 12px;  background-color: rgba(199, 199, 199, 0.0); }
::-ms-scrollbar { height: 12px; width: 12px;  background-color: rgba(199, 199, 199, 0.0); }
::-o-scrollbar { height: 12px; width: 12px; background-color: rgba(199, 199, 199, 0.0); }
::scrollbar { height: 12px; width: 12px; background-color: rgba(199, 199, 199, 0.0); }


::-webkit-scrollbar-thumb { background-color: #04A8E9;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
border-radius: 20px;
}
::-moz-scrollbar-thumb { background-color: #04A8E9;
background-image: -moz-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
border-radius: 20px;
}
::-ms-scrollbar-thumb { background-color: #04A8E9;
background-image: -ms-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
border-radius: 20px;
}
::-o-scrollbar-thumb { background-color: #04A8E9;
background-image: -o-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
border-radius: 20px;
}
::scrollbar-thumb: { background-color: #04A8E9;
background-image:gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
border-radius: 20px;
}

*[hidden] { display: none; }

article, aside, details, figcaption, figure,img,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

ol, ul, li { 
	list-style: none;
	}
blockquote, q {
    quotes: none;
}

input, select {
    vertical-align: middle;
}
input[type="search"] {
-webkit-appearance:textfield;
-moz-appearance:textfield;
appearance:textfield;
}
/*	:: Typography
--------------------------------------------- */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
font-weight: 100; 
}
h1{
	font-size:2em;
	line-height:1.17em;
	margin-bottom:0.7em;
}
h2{
	font-size:1.5em;
	line-height:1.1em;
	margin-bottom:0.85em;
}
h3{
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:1.1em;
}
h4{
	font-size:1em;
	line-height:1.2em;
	margin-bottom:1.4em;
}
h5{
	font-size:0.75em;
	line-height:1.3em;
	margin-bottom:2.1em;
}
h6{
	font-size:0.7em;
	line-height:1.2em;
	margin-bottom:2.2em;
}
h1,h2,h3,h4,h5,h6{
text-wrap: balance;
font-weight:200;
padding-bottom:6px;
text-transform: uppercase;
/*text-shadow: 1px 1px 0px white, 2px 2px 0px silver;*/
}
p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	font-size:1em;
	line-height:1.25em;
	margin-bottom:1em;
}
li{
	font-size:1em;
	line-height:1.25em;
}
ol{
	margin-bottom:1em;
}
ul{
	margin-bottom:1em;
}

small { font-size: 10px; /*smaller*/}
/*	:: Links
--------------------------------------------- */
a:link,
a:visited {

}

a {
text-decoration: none;
}
 /*	:: ELEMENTS STANDARD  SIZES
--------------------------------------------- */

[class*=sizeFull-] {width:100%;height:100%;}
[class*=sizeFullWidth] {width:100%;}
[class*=sizeFullHeight] {height:100%;}

[class*=sizeLarge] {width:75%;height:75%;}
[class*=sizeLargeWidth] {width:75%;}
[class*=sizeLargeHeight] {height:75%;}

[class*=sizeMedium] {width:50%;height:50%;}
[class*=sizeMediumWidth] {width:50%;}
[class*=sizeMediumHeight] {height:50%;}

[class*=sizeSmall] {width:25%;height:25%;}
[class*=sizeSmallWidth] {width:25%;}
[class*=sizeSmallHeight] {height:35%;}


/* == STYLE FOR :ROOT HTML AND BODY
   ================================================================*/
html { 
   overflow-y: auto;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  text-size-adjust:100%;
  background-color: black;
}
*:not(html):not(body)
    {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
    }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
body{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background-color: black;
overflow:hidden;
display:none;
text-align:center;
color: rgba(61, 38, 38, 0.91);
font-weight: 100;
/*font:400 .8625em/1.2517647058824em  'Maven Pro', sans-serif;*/
font:400 .8625em/1.2517647058824em "Lato", "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
letter-spacing: .1;
opacity:1;

}

/*	:: Images
--------------------------------------------- */
a img, img {
	-ms-interpolation-mode:bicubic;
	border:0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: 0;
}

/*	:: Codes
--------------------------------------------- */
p,pre,code{word-wrap: break-word;}

[class^=grid2] [class^=col], [class^=grid3] [class^=col] {
		padding:2%;
	}

/************************************************************************************

							MEDIA QUERIES 
							
*************************************************************************************/


/*	------------- B I G  S C R E E N S WIDTH AT SCREEN MORE THAN 480 PIXELS ------------------------ */
@media screen and (min-width: 481px) {

   /*+++++++++++++++++++++   Grid 3    ++++++++++++++++++++++++++++++++++++++*/	
   
	[class^=grid3] [class^=col]{
		width:-webkit-calc(96% / 3);
		width:-moz-calc(96% / 3);
		width:calc(96% / 3);
	}
	[class^=grid3] [class^=col]:nth-of-type(3n+1){
		float:left;
		margin:2% 0 2% 0;
	}
	
	[class^=grid3] [class^=col]:nth-of-type(3n+2){
		float:left;
		margin:2%;
	}
	[class^=grid3] [class^=col]:nth-of-type(3n+3) {
		float:right;
		margin:2% 0 2% 0;
	}
	
	/*+++++++++++++++++++++   Grid 2    ++++++++++++++++++++++++++++++++++++++*/		
	
	[class^=grid2] [class^=col] {
		width: 49%;
	}
	[class^=grid2] [class^=col]:nth-of-type(odd) {
		float:left;
		margin: 2% 2% 2% 0;
	}
	[class^=grid2] [class^=col]:nth-of-type(even) {
		float:right;
		margin: 2% 0 2% 0;
	}


}


/*  ----------- SMALL  S C R E E N S(Mobile Device Screens) FULL WIDTH AT SCREEN LESS THAN 480 PIXELS  ---------------- */

@media only screen and (max-width: 480px) {
	[class^=grid2] [class^=col], 
	[class^=grid3] [class^=col] {
		width: 96%; 
		margin: 2% auto;
	}
}


/*=====================================================================================================================*/

#mainFullSection{
height:266px;
position: fixed;
top: 50%;
margin-top: -133px;
z-index:2;
}
#wrapperSection{
position:relative;
height:0%;
width:100%;
top:0;
left:0;
margin-top:133px;
overflow:visible!important;
box-shadow: rgba(0, 255, 255,1) 0px 0px 5px;
}

/*==================================================top nav===============================================*/

#wrapperHeaderNav{
width:650px;
height:100%;
margin: 0 auto;
-webkit-user-select: none; 
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none;     
}
#wrapperHeaderNav >li{
width: 152px;
height: 100%;
float:left;
overflow:hidden;
}
#wrapperHeaderNav >li:last-child{
box-shadow: 14px 0 0 rgba(75, 75, 75, 0);
}
#wrapperHeaderNav >li:not(last-child){
margin: 0 10px 0 0;
}
#wrapperHeaderNav >li:nth-child(2)>div:first-child,
#wrapperHeaderNav >li:nth-child(3)>div:first-child,
#wrapperHeaderNav >li:not(:nth-child(2)):not(:nth-child(3)),
#wrapperFooterNav >li:first-child>div:first-child,
#wrapperFooterNav >li:not(:first-child){
background-color: rgba(75, 75, 75, 0.498039);
}
#wrapperHeaderNav >li>div,#wrapperFooterNav >li >div{
width: 152px;
float: left;
line-height: 40px;
color: white;
}
#wrapperHeaderNav >li:nth-child(2)>div:not(:first-child) a,
#wrapperHeaderNav >li:nth-child(3)>div:not(:first-child) a,
#wrapperFooterNav >li:nth-child(1)>div:not(:first-child) a{
font-size:10px;
}
.t-nav,.b-nav{
position: absolute;
left: 0px;
min-width: 100%;
width: 100%;
max-width: 100%;
height: 40px;
}
.t-nav{
top: -44px;
}
.b-nav{
bottom: -44px;
}

ul.wrapper {
position: relative;
margin: 0px auto;
min-width: 320px;
width: 100%;
max-width: 980px;
height: 100%;
}
#wrapperHeaderNav:before,#wrapperHeaderNav:after,#wrapperFooterNav:before,#wrapperFooterNav:after{
content:'';
left: -50%;
margin: 0px;
border: 0px;
border-image: initial;
height: 1px;
clear: both;
position: absolute;
width: 200%;
background-image: -webkit-linear-gradient(left, transparent, rgb(0, 255, 255), transparent);
background-image: -moz-linear-gradient(left, transparent, rgb(0, 255, 255), transparent);
background-image: -ms-linear-gradient(left, transparent, rgb(0, 255, 255), transparent);
background-image: linear-gradient(left, transparent, rgb(0, 255, 255), transparent);
}
#wrapperHeaderNav:before,#wrapperFooterNav:before{
top:-1px;
}
#wrapperHeaderNav:after,#wrapperFooterNav:after{
bottom:-1px;
}
#homeVideo{
position: absolute;
left: 50%;
top: 0;
margin-left: -500px;
height: 266px!important;
width: 1000px!important;
-webkit-transform: scale(1.7,1.7);
-moz-transform: scale(1.7,1.7);
-ms-transform: scale(1.7,1.7);
transform: scale(1.7,1.7);
}
#wrap{
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
left:0;
}
#backgroundImage{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index:1;
opacity:0.02;
/*background: url(http://pixidea.de/wp-content/themes/pixidea/images/background3d.png) 50% 50% / auto 650px no-repeat fixed rgb(0, 0, 0); no valid safari 6.04*/
background-position: 50% 50%;
background-size: auto 650px;
background-repeat: no-repeat;
background-color: black;
background-image: url(http://pixidea.de/wp-content/themes/pixidea/images/background3d.png);
}

#ajaxContent{
display:none;
}
#contentwrapper{
position: relative;
margin: 0px auto;
min-width: 320px;
width: 100%;
max-width: 980px;
height:100%;
}
#mainweblogo{
height: 100px;
width: 156px;
position: absolute;
bottom: -62px;
left: 50%;
margin-left: -642px;
z-index: 10101001;
display:none;
}
.colorCyan {
color: rgb(0, 255, 255)!important;
}


/* ======= footer nav ========*/
#wrapperFooterNav{
width:328px;
height:100%;
margin: 0 auto;
position: relative;
-webkit-user-select: none; 
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none; 
}
#wrapperFooterNav >li{ 
width:166px;
height:100%;
overflow:hidden;
}
#wrapperFooterNav >li:first-child{ 
float: left;
}
#wrapperFooterNav >li:last-child{ 
float: right;
position:absolute;
right:0;
}

#home,.showFullContent{
cursor: pointer;
line-height: 40px;
font-size: 14px;
text-transform: uppercase;
color: white;
}
.showFullContent,#wrapperFooterNav,#wrapperHeaderNav,#wrapperHeaderNav >li{
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
input[type="radio"]#inputMenu-2:checked ~ .t-nav #wrapperHeaderNav{
width:980px;
}
input[type="radio"]#inputMenu-2:checked ~ .t-nav #wrapperHeaderNav >li:nth-child(2){
width: 480px;
}
input[type="radio"]#inputMenu-3:checked ~ .t-nav #wrapperHeaderNav >li:nth-child(3){
width: 320px;
}
input[type="radio"]#inputMenu-3:checked ~ .t-nav #wrapperHeaderNav{
width: 818px;
}
input[type="radio"]#inputMenu-5:checked ~ .b-nav #wrapperFooterNav{
width:666px;
}
input[type="radio"]#inputMenu-5:checked ~ .b-nav #wrapperFooterNav >li:first-child{
width: 486px;
}

/*===============================================SLIDERS=============================================================*/

#contentwrapper #screenSlider{
width: 100%;
height: 370px;
position:absolute;
top:0px;
left:0px;
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
}

#contentwrapper #navrootslider{
width: 980px !important;
height: 90px;
position: absolute;
bottom: 0px;
border: 1px solid rgb(71, 71, 71);
border-image: initial;
border-radius: 4px;
background-image: linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -o-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -moz-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -ms-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.19, rgb(46, 46, 46)),
	color-stop(0.51, rgb(22, 22, 22)),
	color-stop(0.8, rgb(46, 46, 46)))
	;}



#navrootslider [class*=sizeFull-], #screenSlider [class*=sizeFull-]{
position:relative;
overflow: hidden;
}
#panelBottom{
cursor: pointer;
line-height: 40px;
font-size: 14px;
text-transform: uppercase;
color: white;
}
span.galleryNavLeft:hover, span.galleryNavRight:hover {
color: cyan!important;
}
#social{
position:absolute;
bottom:-20px;
height:16px;
width:440px;
left:50%;
margin-left:-190px;
color: rgb(155, 155, 155);
font-size: 10px;
z-index: 1;
display:none;
-webkit-user-select: none; 
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none; 
}
#social div{
float: left;
padding: 0 20px 0 0;
}

#social a{
color: rgb(155, 155, 155)!important;
}
.policy{
padding-bottom: 6px;
color: cyan;
cursor: pointer;
border-bottom: 2px solid cyan;
text-transform: uppercase;
}
#sitePrivacy{
position: fixed;
left: 20px;
top: 20px;
right: 20px;
bottom: 20px;
background: rgba(0, 0, 0, 0.8);
z-index: 1010101001010;
box-shadow: 0 0 0 20px rgba(41, 41, 41, 0.86);
display:none;
}

#sitePrivacy div{
overflow: auto;
background: rgba(34, 33, 33, 0.88);
height: 100%;
width: 940px;
margin: 0 auto;
padding: 20px 20px 60px 20px;
color: whitesmoke;
line-height: 40px;
text-align: left;
}
#policy{
cursor:pointer;
}

/*===========================SINGLE PAGES================================================*/



.pointMenu{
height: 19px;
width: 100px;
position: absolute;
bottom: 10px;
right: 12px;

}

.pointMenu div{
margin-left: 10px;
border-radius: 100%;
position: relative;
float: left;
height: 14px;
width: 14px;
cursor:pointer;
background: #CFCECE;
-webkit-box-shadow: inset 2px 4px 5px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow: inset 2px 4px 5px 0px rgba(0, 0, 0, 0.35);
-ms-box-shadow: inset 2px 4px 5px 0px rgba(0, 0, 0, 0.35);
-o-box-shadow: inset 2px 4px 5px 0px rgba(0, 0, 0, 0.35);
box-shadow: inset 2px 4px 5px 0px rgba(0, 0, 0, 0.35);
}
.pointMenu div.active{
background: #3F3B3B;
cursor:default;
border: 2px solid #CFCECE;
-webkit-box-shadow:inset 0px -6px 2px -1px rgba(0, 0, 0, 0.35);
-moz-box-shadow:inset 0px -6px 2px -1px rgba(0, 0, 0, 0.35);
-ms-box-shadow:inset 0px -6px 2px -1px rgba(0, 0, 0, 0.35);
-o-box-shadow:inset 0px -6px 2px -1px rgba(0, 0, 0, 0.35);
box-shadow:inset 0px -6px 2px -1px rgba(0, 0, 0, 0.35);
}
#ulnavGallery{
overflow: hidden;
position: relative;
width: 908px;
height: 100%;
left: 44px;
}
#ulnavGallery .slide {
height:100%;
width:908px;
float:left;	
}
.ulnavGallery{
height:100%;
background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.2, rgb(46, 46, 46)), color-stop(0.5, rgb(22, 22, 22)), color-stop(0.81, rgb(46, 46, 46)));
background-image: -moz-gradient(linear, 0% 100%, 0% 0%, color-stop(0.2, rgb(46, 46, 46)), color-stop(0.5, rgb(22, 22, 22)), color-stop(0.81, rgb(46, 46, 46)));
background-image: -ms-gradient(linear, 0% 100%, 0% 0%, color-stop(0.2, rgb(46, 46, 46)), color-stop(0.5, rgb(22, 22, 22)), color-stop(0.81, rgb(46, 46, 46)));
background-image: gradient(linear, 0% 100%, 0% 0%, color-stop(0.2, rgb(46, 46, 46)), color-stop(0.5, rgb(22, 22, 22)), color-stop(0.81, rgb(46, 46, 46)));
}
#gallery,#slideshow{
height: 100%;
}
/*============================================ nav footer bottons END=========================================*/

span.galleryNavLeft {
cursor: pointer;
font-weight: 900;
text-shadow: rgb(255, 250, 250) 0px 0px 2px;
padding: 0px 0px 0px 4px;
line-height: 78px;
text-align: center;
font-size: 51px;
color: rgb(255, 250, 250);
height: 100%;
width: 35px;
position: absolute;
left: 0px;
font-family: "Times New Roman", Times, serif;
top: 0px;
border-right: 1px solid rgb(71, 71, 71);
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
z-index: 1;
background-image: linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -o-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -moz-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -ms-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.19, rgb(46, 46, 46)),
	color-stop(0.51, rgb(22, 22, 22)),
	color-stop(0.8, rgb(46, 46, 46))
);}
span.galleryNavRight {
cursor: pointer;
font-weight: 900;
text-shadow: rgb(255, 250, 250) 0px 0px 2px;
padding: 0px 4px 0px 0px;
line-height: 78px;
text-align: center;
font-size: 51px;
color: rgb(255, 250, 250);
height: 100%;
width: 35px;
position: absolute;
right: 0px;
top: 0px;
font-family: "Times New Roman", Times, serif;
border-left: 1px solid rgb(71, 71, 71);
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
z-index: 1;
background-image: linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -o-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -moz-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);
background-image: -ms-linear-gradient(bottom, rgb(46, 46, 46) 19%, rgb(22, 22, 22) 51%, rgb(46, 46, 46) 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.19, rgb(46, 46, 46)),
	color-stop(0.51, rgb(22, 22, 22)),
	color-stop(0.8, rgb(46, 46, 46))
);}

span.galleryNavLeft:hover, span.galleryNavRight:hover{
color:cyan!important;
}


#languageSelect{
position:fixed;
top:10px;
right:10px;
color:#ccc;
z-index: 1111;
width: 40px;
height: 40px;
overflow:hidden;
font-size: 12px;
}
#languageSelect div{
cursor:pointer;
float: left;
width: 50%;
height: 100%
text-align: center;
border-radius: 2px;
}
#languageSelect div.active{
color:cyan;
background-color: rgba(204, 204, 204, 0.43);
}

:root.pixideaGerman .infoWrapper.pixideaUkVersion,
:root.pixideaGerman #contentwrapper.pixideaUkVersion,

:root.pixideaUk  .infoWrapper.pixideaGermanVersion,
:root.pixideaUk  #contentwrapper.pixideaGermanVersion{
	display: none!important;
	visibility: hidden!important;
}

