@charset "utf-8";
/* CSS Document */


/*
  fonts          [imported]
  reset
  layout
  site loader
  quotes
  grid
*/


/* fonts [imported] */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {
outline: none;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* layout */
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

a {
color: #db0018;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p a {
color: #db0018;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


#title {
margin: 0 auto 36px auto;
}

h1 {
font-family: 'Oswald', sans-serif;
font-size: 160px;
line-height: 160px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
text-transform: none;
text-align: center;
color: #000;
margin: 30px auto;
padding: 0;
}

.subtitle {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
color: #fff;
background: #db0018;
width: 175px;
height: 25px;
padding: 1px 0 0 0;
margin: -123px auto 0 auto;
text-align: center;
border: 1px solid #fff;
position: relative;
z-index: 999;
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 40px;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 1px 2px #000;
line-height: 1;
}

h2 span {
font-family: 'Oswald', sans-serif;
font-size: 40px;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
color: #db0018;
line-height: 1;
}

h3 {
font-family: 'Oswald', sans-serif;
font-size: 30px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
color: #555;
margin: 0 auto;
padding: 58px 20px 0 20px;
line-height: 1;
}

h4 {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
color: #555;
margin: 19px auto;
padding: 10px 10px 0 10px;
line-height: 1.1;
position: relative;
width: 225px;
height: 55px;
background: url(../intro-images/laurel-leaves.png) no-repeat center;
}

h5 {
font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
color: #fff;
margin: 39px auto 0 auto;
padding: 14px 0 0 0;
line-height: 1;
position: relative;
width: 225px;
height: 55px;
background: none;
}

h6 {
font-family: 'Oswald', sans-serif;
font-size: 30px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
color: #555;
margin: 0 auto;
padding: 39px 20px 39px 20px;
line-height: 1;
}


/* site loader */
.loader {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: url(../images/loader.gif) no-repeat center center;
z-index: 10000;
}

.krclogo {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: url(../images/logo.png) no-repeat center center;

}

/* quotes */
#quotes-wrapper {
position: relative;
width: auto;
height: auto;
margin: 0 auto -37px auto;
padding: 58px 20px 0 20px;
}

.quotes {
margin: 0;
padding: 0;
}

.cbp-qtrotator {
position: relative;
margin: 0 auto;
max-width: 600px;
min-height: 200px;
overflow: hidden;
}

.cbp-qtrotator .cbp-qtcontent {
position: absolute;
/*
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
*/
margin: 0;
padding: 0;
/* top: 0; */
top: -30px;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
width: 100%;
min-height: 200px;
z-index: 0;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
position: relative;
pointer-events: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 100;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
content: " ";
display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
clear: both;
}

.cbp-qtprogress {
position: absolute;
/* background: #000; */
height: 1px;
width: 0%;
top: 0;
left: 0;
z-index: 1000;
}

.cbp-qtrotator blockquote {
margin: 0;
padding: 0;
}

.cbp-qtrotator blockquote p {
font-family: 'Oswald', sans-serif;
font-size: 20px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
color: #555;
padding: 30px 0 30px 0;
}

.cbp-qtrotator blockquote footer {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
color: #555;
}

.cbp-qtrotator blockquote footer:before {
content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
}

.vasat{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;

	text-align: center;
}
.vasat figure {
	border-radius:5px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;

	width: 33.333%;
	height: 400px;

	text-align: center;
	cursor: pointer;
	border: none;
}
/* grid */
.grid {
	border-radius:5px;
	 opacity: 0.3;
    filter: alpha(opacity=30);
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
}


/* Common style */
.grid figure {
	border-radius:5px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 33.333%;
	height: 400px;
	background: #000;
	text-align: center;
	cursor: pointer;
	border: none;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.9;
}

.grid figure figcaption {
	padding: 10px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
}

.grid figure h2 span {
	padding: 0 0 0 4px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	margin-top: -16px;
}

.grid figure p {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	letter-spacing: normal;
	line-height: 1.5;
	/* font-size: 68.5%; */
}


/* Chico */
figure.effect-chico img {
    /* width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px); */

	-webkit-transition: opacity 0.35s, -webkit-transform 2.35s;
	transition: opacity 0.35s, transform 2.35s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

figure.effect-chico:hover img {
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 30px 0 30px 0;
	background: none;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #777;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
}


/* Media Querie 480px */
@media only screen and (max-width: 480px) {
/* quotes */
    #quotes-wrapper {
	    margin: 0 auto -7px auto;
    }
}


/* Additional Media Queries */
/* Media Querie 880px */
@media only screen and (max-width: 880px) {

    .grid figure h2 {
	    margin-top: 31px;
	}

}


/* Media Querie 640px */
@media only screen and (max-width: 640px) {

    .grid figure h2 {
	    margin-top: -11px;
	}

h1 {
font-size: 60px;
line-height: 60px;
}

.subtitle {
margin: -23px auto 0 auto;
}

/* quotes */
#quotes-wrapper {
padding: 0 20px 0 20px;
}

}


/* Media Querie Landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {

	.grid figure h2 {
	    margin-top: 3px;
	}

h1 {
font-size: 60px;
line-height: 60px;
margin: 35px auto;
}

.subtitle {
margin: -30px auto 0 auto;
border: 1px solid #000;
}

/* quotes */
#quotes-wrapper {
padding: 0 20px 0 20px;
}

}


/* Media Querie 480px */
@media only screen and (max-width: 480px) {

    .grid figure h2 {
	    margin-top: 45px;
	}

h1 {
font-size: 60px;
line-height: 60px;
margin: 35px auto;
}

.subtitle {
margin: -30px auto 0 auto;
border: 1px solid #000;
}

/* quotes */
#quotes-wrapper {
padding: 0 20px 0 20px;
}

}
