/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*Free Styles by Filip Arneric*/


@font-face {
    font-family: 'Trump Gothic East';
    src: url('fonts/trumpgothiceastmedium-webfont.eot');
    src: url('fonts/trumpgothiceastmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trumpgothiceastmedium-webfont.woff') format('woff'),
         url('fonts/trumpgothiceastmedium-webfont.ttf') format('truetype'),
         url('fonts/trumpgothiceastmedium-webfont.svg#trump_gothic_eastmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


.transition, a:hover{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.transitionOut{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s linear;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

img {
  -webkit-user-select: none!important;
  -khtml-user-select: none!important;
  -moz-user-select: none!important;
  -o-user-select: none!important;
  user-select: none!important;
}

.pageHeadline{
	margin-top:20px;
	margin-bottom:12px;
	margin-top: 40px;
    text-transform: uppercase;
}

.fixed { position: fixed; top: -20px; }

.relative{
	position: relative;
}

.tbPadding{
	padding-top: 20px;
}

.activeLink{
	opacity:0.4;
}

.bmargin{
	margin-bottom:30px;
}

p{
	font-weight: 300;
/* 	font-family:'Lekton'; */
}

body,html{
	font-family: 'Trump Gothic East';
	background: black;
	height: 100%;
}

.fontSize1{
	color: #c1c1c1;
	font-family: 'Open Sans Condensed';
}

.hoverMobile.visible-phone {
	position: absolute;
	top: 0px!important;
	left: 0px!important;
	background: transparent;
	width: 100%;
	height: 100%;
}

.hoverMobile.visible-phone .blackOver{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: black;
	opacity: 0.6;
}

body{
	overflow-y:scroll;
}

#measure, #padding{
	display:none;
}

#tarea,#tarea2, #confirm {
	width: 100%;
	height: 85%;
	outline: none;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent;
	resize: none;
	color: #fff;
	font-family: 'Trump Gothic East';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* zipa ovo */
#preview .row#masonry {
	height: auto!important;
}


#navigation{
	position: relative;
}

#subnav{
	float: left;
	text-align: center;
}

#overlay{
	height:100%;
	width:100%;
	position:fixed;
	z-index: 9999;
	background: black url(../img/logo.png) no-repeat center center;
}


#loader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: black url(../img/icons/loader.gif) no-repeat center center;
	color:#fff;
	z-index: 99999999;
}

.grey{
	color:#999;
	width:100%;
	display:block;
}

.italic{
	font-style: italic;
}

#main, .page{
	position: relative;
	top: 0;
	width:100%;
}

#main{
	padding-bottom: 20px;
	top: 144px;
	position: absolute;
}

.over{
	position:relative;
	z-index: 9999999!important;
}

.iconBtns{
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute!important;
	background-size: contain!important;
	text-indent: -10000px;
	top: 0;
	left: 0;
}

.homeBtn{
	background:transparent url(../img/icons/home.gif) no-repeat center center;
}

.ie8 .homeBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/home.gif',
	sizingMethod='scale');
}

.clientsBtn{
	background:transparent url(../img/icons/clients.gif) no-repeat center center;
}

.ie8 .clientsBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/clients.gif',
	sizingMethod='scale');
}

.aboutBtn{
	background:transparent url(../img/icons/about.gif) no-repeat center center;
}

.ie8 .aboutBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/about.gif',
	sizingMethod='scale');
}

.worksBtn{
	background:transparent url(../img/icons/works.gif) no-repeat center center;
}

.ie8 .worksBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/works.gif',
	sizingMethod='scale');
}

.contactBtn{
	background:transparent url(../img/icons/contact.gif) no-repeat center center;
}

.ie8 .contactBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/contact.gif',
	sizingMethod='scale');
}

.newsBtn{
	background:transparent url(../img/icons/news.gif) no-repeat center center;
}

.ie8 .newsBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/news.gif',
	sizingMethod='scale');
}

.clientsBtn {
	background: transparent url(../img/icons/clients.gif) no-repeat center center;
}

.plus{
	width: 76px;
	height: 76px;
	position: absolute;
	background: transparent url(../img/icons/plus.gif) no-repeat center center;
	background-size: contain;
	left:50%;
	top:50%;
	margin-left: -38px;
	margin-top: -38px;
}

.fullsize{
	width:100%;
	height:100%;
	position: absolute;
}

.links.mainLinks {
	z-index: 9999;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.menuBox{
	overflow: hidden;
	position: relative;
}

.mb20{
    margin-bottom:20px;
}

#ascrail2000 {
	z-index: 99999!important;
}

.logo{
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 9999;
	/*background: transparent url(../img/logokitchen.svg) no-repeat center center;*/
	background: transparent url(../img/ktchn_logo120px.gif) no-repeat center center;
	/*background-size: 80% auto;*/
	background-size: contain;
	text-indent: -10000px;
	width: 100%;
	height: 100%;
}


.ie8 .logo{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/ktchn_logo120px.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.logoMob{
	width: 30px;
	height: 30px;
	background: transparent url(../img/ktchn_logo120px.gif) no-repeat 0 0;
	position: absolute;
	top:6px;
	left:6px;
	text-indent: -10000px;
	background-size: contain;
}

.ipad .hidden-ipad, iphone .hidden-pad, .mobile .hidden-ipad, .android .hidden-ipad{
/* 	display:none!important; */
}




.icons{
	display:inline-block;
	width:100%;
	height:80%;
	top:10%;
	position: absolute!important;
	background-size: contain!important;
	text-indent: -10000px;
}

.pinterest{
	background:transparent url(../img/icons/pinterest.gif) no-repeat center center;
	height: 70%;
	top: 15%;
}

.ie8 .pinterest{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/pinterest.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.behance{
	background:transparent url(../img/icons/behance.gif) no-repeat center center;
	height: 60%;
	top: 20%;
}

.ie8 .behance{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/behance.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.twitter{
	background:transparent url(../img/icons/twitter.gif) no-repeat center center;
	height: 54%;
	top: 23%;
}


.ie8 .twitter{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/twitter.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}



.facebook{
	background:transparent url(../img/icons/facebook.gif) no-repeat center center;
	height: 58%;
	top: 21%;
}

.ie8 .facebook{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/facebook.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}


.youtube{
	background:transparent url(../img/icons/youtube.gif) no-repeat center center;
	height: 48%;
	top: 26%;
}

.ie8 .youtube{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/youtube.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}


.czLang{
	background:transparent url(../img/icons/cz.gif) no-repeat center center;
}

.enLang{
	background:transparent url(../img/icons/eng.gif) no-repeat center center;
}

.prevBtn{
	background:transparent url(../img/icons/back.gif) no-repeat center center;
	height: 50%;
	top: 25%;
}

.ie8 .prevBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/back.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.nextBtn{
	background:transparent url(../img/icons/next.gif) no-repeat center center;
	height: 50%;
	top: 25%;
}

.ie8 .nextBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/next.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.viewAll{
	background:transparent url(../img/icons/viewall.gif) no-repeat center center;
	height:100%;
	top:0;
}

.ie8 .viewAll{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/viewall.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}


.closeBtn{
	background:transparent url(../img/icons/close.gif) no-repeat center center;
	height: 40%;
	top: 30%;
}

.ie8 .close{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/close.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.newsImg{
	opacity: 0.12!important;

}

.webkit .newsImg{
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.videoClip{
	height: 100%;
	width: 100%;
}

.viewProject{
	text-indent: -10000px;
	width:115px;
	background: transparent url(../img/icons/viewproject.gif) no-repeat 0 0 ;
	display: block;
	background-size:contain;
}

.ie8 .viewProject{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/viewproject.gif',
	sizingMethod='scale');
}

.visit{
	text-indent: -10000px;
	width:115px;
	background: transparent url(../img/icons/visit.gif) no-repeat 0 0 ;
	display: block;
	background-size:contain;
}

.ie8 .visit{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/visit.gif',
	sizingMethod='scale');
}

.sendBtn{
	text-indent: -10000px;
	width:115px;
	background: transparent url(../img/icons/send.gif) no-repeat 0 0 ;
	display: block;
	background-size:contain;
	position:absolute;
	bottom: 7%;
	left: 9%;
}

.ie8 .sendBtn{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/send.gif',
	sizingMethod='scale');
}

.readMore{
	text-indent: -10000px;
	width:92px;
	background: transparent url(../img/icons/readmore.gif) no-repeat 0 0 ;
	display: block;
	background-size:contain;
 	pointer-events: none;
}

.ie8 .readMore{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/readmore.gif',
	sizingMethod='scale');
	height: 100%;
	top: 0%;
}

.categoryHolder{
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
/* 	height: 200%; */
}



#overOut {
	height: 450%;
	position: absolute;
	width: 100%;
}


.category{
	position:absolute;
	top:0;
	left:0;
/* 	height:50px; */
}

.absolute{
	position: absolute!important;
	top:0;
	left:0;
	z-index: -1;
	width:100%;
	height:100%;
}

.newsHover{
/* 	position: absolute; */
	position:relative;
	z-index: 9999999;
/* 	top: 0px; */
	pointer-events: none;
}

.newsDetail{
	position:absolute;
	left: 0;
	padding-top: 0px!important;
}

footer .container{
	height:100%;
	position: relative;
}

footer .container .row{
	height:100%;
}

footer .row div{
	position: relative;
	height: 100%;
	line-height: 180%;
}

footer.hidden-phone{
	height:450px;
	background:#111;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

footer.visible-phone{
	font-size: 10px;
	margin-top: 20px;
	background: #111;
	color: #fff;
	font-weight: 300;
}

footer a{
	color:#fff;
	line-height: 180%;
}

footer ul{
	margin: 0;
	list-style: none;
}


.clear{
	clear:both;
}

.vCenter{
	display: inline-table;
	height:100%;
}

.vCenterKid{
	display: table-cell;
	vertical-align: middle;
	height:100%;
	width:100%;
}

.roundCorner{
	width:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*Masonry*/
#masonry .parallax{
    color:#fff;
    position: relative;
    outline: 1px solid transparent;
}

#splash{
	height:100%;
	width:100%;
	background:#111;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	display:none;
}

#splash h1{
	position: absolute;
	top:300px;
	color:white;
	font-weight: 300;
	width:100%;
	text-align: center;
	text-transform: uppercase;
}


#masonry .liquid{
	display:block;
	-webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    height:100%;
}

#masonry .parallax:hover a.liquid {
	text-decoration: none;
	/*-webkit-transform: scale(1.1);*/
}

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.masonry {
	z-index: 1;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

.fixedSection{
	position:absolute;
	bottom:20px;
	width:90%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:20px;
	left:5%;
	background:black;
}

.mediaBox{
	padding-bottom:20px;
}

.span10{
	width:16.6%;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
}

.span20{
	width:33.2%;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
}

.span40{
	width:49.9%;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
}

.rollDown{
	position: relative;
	top: 0;
	left: 0;
	z-index: 999999;
	width:100%;
	height:100%;
	display:inline-block;
	background: transparent url(../img/icons/categories.gif) no-repeat center center;
	background-size:contain;
	text-indent: -100000px;
}

.ie8 .rollDown{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/categories.gif',
	sizingMethod='scale');
}

.share{
	background: transparent url(../img/icons/share/share.gif) no-repeat center center;
	background-size: contain;
}

.ie8 .share{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/share/share.gif',
	sizingMethod='scale');
}


.fbShare{
	background: transparent url(../img/icons/share/facebook.gif) no-repeat center center;
}

.ie8 .fbShare{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/share/facebook.gif',
	sizingMethod='scale');
}

.twShare{
	background: transparent url(../img/icons/share/twitter.gif) no-repeat center center;
}

.ie8 .twShare{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/share/twitter.gif',
	sizingMethod='scale');
}


.pinShare{
	background: transparent url(../img/icons/share/pinterest.gif) no-repeat center center;
}

.ie8 .twShare{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/share/pinterest.gif',
	sizingMethod='scale');
}

.newmedia{
	background: transparent url(../img/icons/newmedia.gif) no-repeat center center;
}

.ie8 .newmedia{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/newmedia.gif',
	sizingMethod='scale');
}


.interactive{
	background: transparent url(../img/icons/digital.gif) no-repeat center center;
}

.ie8 .interactive{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/digital.gif',
	sizingMethod='scale');
}


.branding{
	background: transparent url(../img/icons/identity.gif) no-repeat center center;
}

.ie8 .branding{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/identity.gif',
	sizingMethod='scale');
}

.outdoor{
	background: transparent url(../img/icons/print.gif) no-repeat center center;
}

.ie8 .outdoor{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/print.gif',
	sizingMethod='scale');
}

.animation{
	background: transparent url(../img/icons/video.gif) no-repeat center center;
}

.interior{
	background: transparent url(../img/icons/interior.gif) no-repeat center center;
}

.ie8 .animation{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/video.gif',
	sizingMethod='scale');
}

.packaging{
	background: transparent url(../img/icons/packaging.gif) no-repeat center center;
}

.ie8 .packaging{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/packaging.gif',
	sizingMethod='scale');
}

.campaigns{
	background: transparent url(../img/icons/campaigns.gif) no-repeat center center;
}


.ie8 .campaigns{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../img/icons/campaigns.gif',
	sizingMethod='scale');
}


/*Flipping cards*/
.flip-container {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}


.flipper {
	height:100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);

}

.flipperX{
	height:100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;

	-webkit-transform-origin: left top;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	overflow: hidden;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility:hidden;
}

.faced{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.front {
	background: #111;
	z-index: 2;
	position: relative;
	/* padding: 10px 15px 10px; */
/* 	padding: 20px; */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 1px solid black;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*
.size0 .front{
	display:inline-table;
}
*/

.size0 .front.logoBox{
	display:inline-block;
}

.front img{
	height:100%;
	max-width:none;
}

.fake{
	border:1px solid black;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float:left;
}

.hover {
    position: absolute;
    background: black;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top:-100%;
    z-index:9999;
/*     overflow: hidden; */
    display: inline-block!important;
}

.hover section{
/* 	padding:20px; */

}

.nopadding{
	padding: 0;
}

.back {
	background: #111;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility:hidden;
}

.ie #main .back,
.ie #subnav .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ie #main .front,
.ie #subnav .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ie #main .flipper,
.ie #subnav .flipper {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}



.colors{
	width:140%;
	height:140%;
	background: transparent url(../img/colors.png) repeat 0 0;
	position: absolute;
}

#gmap{
	height:110%;
	width:100%;
}

/*Responsive*/

@media screen and (min-width:960px) and (min-height:660px) {
}

@media screen and (min-width:960px) and (min-height:1000px) {

}

@media (max-width: 979px) {


	.navbar .nav {
	  top: 0;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, li > a:hover {
		color: #fff!important;
	}

	.page:not(#project):not(#contact) {
		padding-top: 0!important;
	}


	body,html{
		height:100%;
	}

	#project{
		position: fixed!important;
		height: 100%;
		width: 100%;
		left: 0;
		top:0;
	}

	/*
#loader{
		margin-top: -5px;
		display: inline-block;
		margin-right: 35px;
	}
*/

	.logo{
		background-size:contain!important;
	}

	#navigation{
		margin-top:0;
	}

	.navbar-static-top{
		z-index: 99!important;
	}

	#main{
		top: 128px;
	}
}

@media (max-width: 767px) {

	.page > .container{
	  /*
	padding-right: 4%;
		padding-left: 4%;
		width:92%;
*/
	}
	 .project-item{
		height:auto;
	}

	.sendBtn {
		bottom: 20px;
		left: 20px;
	}

	#main{
		position:relative;
		top:0px;
	}

	.flipper {
		height: 100%;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		position: relative;
		-webkit-transform: rotateY(1deg);
		-moz-transform: rotateY(1deg);
		transform: rotateY(1deg);
	}

	.parallax.auto-height{
		height: auto!important;
	}


}

@media (max-width: 1200px) {

}


@media (min-width: 1200px) {

}


@media (max-width: 979px) {

}


@media (max-width: 767px) {
	.parallax {
/* 		height:300px!important; */
	}

	.hoverMobile{
		top: 0!important;
		left: 0!important;

	}


	.mobile .newsBox{
		height: auto!important;
	}

	.ptopzero{
		padding-top:0!important;
	}

	.mobile img{
		width:100%;
/* 		min-height: 100%; */
		height:auto!important;
	}

	.imageMobile{
		left:0!important;
		top:0!important;
		position:relative;
		background-size:cover!important;
		height: 100%;
	}


	.fontSize2{
		color:#c1c1c1;
		font-family: 'Open Sans Condensed';
	}

	.viewProject, .visit, .sendBtn, .readMore{
		text-indent: 0;
		width:auto;
		background: none;
		display: block;
	}


	.hover.trans{
		background: transparent;
	}

	.masonry{
		height:auto!important;
	}

	.fontSize1 {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 10px;
		display: inline-block;
	}

	.iconBtns{
		background-position-x: left!important;
	}

}

/* Following styles made by Mirko */
.adminBody,
.adminHtml {
	background:#999;
}

.liquid{
    width:100%;
    height: 100%;
    position: relative;
    visibility: visible!important;
}

.abslt{
	top: 0!important;
	left: 0!important;
	position: relative;
}

.btn-controls{
    position:absolute;
    bottom:0;
    left:0;
    z-index: 999;
}

.btn-controls > a {
	display: block;
	height: 100%;
	background: #006dcc;
}

.main-controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.main-controls > a {
	display: block;
	float: right;
	background: #ff0000;
}

.button-control {
	padding: 1.3em;
}

.editItem {
	border-right: 1px solid #000;
}

.container {
	position: relative;
}

.addButton {
	position: absolute;
	top: 0;
	right: 0;
}

.addButton a {
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
}

.panel {
	position: absolute;
	margin-top: -100%;
	width: 100%;
	background: #999;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	border-top: 0;
}

.buttons-container .btn {
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 27px;
}


/* --- Awwwards Ribbons --- */

/* Base */

#awwwards {
	position:absolute;
	top:40px;
	z-index: 99999999;
}

/* Left */

#awwwards.left {
	left:0;
}

/* Right */

#awwwards.right {
	right:0;
}

/* Link */

#awwwards a {
	display:block;
	width:70px;
	height:105px;
	text-indent:-8000px;
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
}

/* Black */

#awwwards.left.black a {
	background-image:url('../img/ribbons/awwwards_sotd_black_left.png');
}
#awwwards.right.black a {
	background-image:url('../img/ribbons/awwwards_sotd_black_right.png');
}

/* White */

#awwwards.left.white a {
	background-image:url('../img/ribbons/awwwards_sotd_white_left.png');
}
#awwwards.right.white a {
	background-image:url('../img/ribbons/awwwards_sotd_white_right.png');
}

/* Green */

#awwwards.left.green a {
	background-image:url('../img/ribbons/awwwards_sotd_green_left.png');
}
#awwwards.right.green a {
	background-image:url('../img/ribbons/awwwards_sotd_green_right.png');
}


/* MEDIA QUERIES */

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

	.nav-collapse .nav > li {
		float: left;
		height: 56px;
	}

	.iconBtns{
		  background-size: auto 164%!important;
	}

	 .hidden-ipad, .hidden-mobile{
	 	display:none!important;	}

	 .clients .hidden-ipad, .clients .hidden-mobile{
	 	display:block!important;
		height: auto!important;
	}

	.navbar .btn-navbar {
	  display: block;
	  margin-bottom: 10px;
	  border: none;
	  background: transparent;
	  -webkit-box-shadow: none;
	}

	.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	  color: #ffffff;
	  background-color: transparent;
	}

	.navbar{
		position: fixed!important;
	}

	#main{
		top: 44px;
	}

	/* hidden */
	#awwwards {
		display: none;
	}

}

/* Retina Displays */

/* Target any device with retina display (ie iPad 3 and MacBook Pro) */

@media
only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	#awwwards a {
		-moz-background-size: 70px 105px;
		-ie-background-size:70px 105px;
		-o-background-size:70px 105px;
		-webkit-background-size:70px 105px;
		background-size:70px 105px;
	}

	/* Gray */

	#awwwards.left.black a {
		background-image:url('../img/ribbons/awwwards_sotd_black_left2x.png');
	}
	#awwwards.right.black a {
		background-image:url('../img/ribbons/awwwards_sotd_black_right2x.png');
	}

	/* White */

	#awwwards.left.white a {
		background-image:url('../img/ribbons/awwwards_sotd_white_left2x.png');
	}
	#awwwards.right.white a {
		background-image:url('../img/ribbons/awwwards_sotd_white_right2x.png');
	}

	/* Green */

	#awwwards.left.green a {
		background-image:url('../img/ribbons/awwwards_sotd_green_left2x.png');
	}
	#awwwards.right.green a {
		background-image:url('../img/ribbons/awwwards_sotd_green_right2x.png');
	}

}

/** by krooya **/
.visible-phone .readMore {
	pointer-events: initial !important;
}