/*!
 * CSS for KAFFED 21 MAY
 */


/* TYPESETTING 
Font weights
300 light
400 normal
600 light bold
700 bold
800 extra bold
*/



body {
	width: 100%;
	height: 100%;
	font-family: Open Sans, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
}

.body_gry {
	background-color: #f0f0f0;
}

html {
	width: 100%;
	height: 100%;
	font-family: Open Sans, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


h1 {
	font-family: Open Sans, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 40px;
}

h1.shadow {
	text-shadow: 2px 2px 2px #aaa;
}

h2 {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 38px;
}


h3 {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}

p {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
}

p.drk {
	font-weight: 600;
}

blockquote {
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}

pre {
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}

a {
    color: #42dca3;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
    outline: 0;
}

a.fbl {
	color: #0000cc;
	font-family: Open Sans, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: 22px;

}

a.fbl:hover,
a.fbl:focus
 {
    color: #cc0000;
}



/* SECTIONS */
header {
  display: block;
}

.footer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: -20px;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(img/21-mayis-kefken.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}


#map-canvas-1, #map-canvas-2 { 
	height: 100%; 
	margin: 0; 
	padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


.content-section {
    padding-top: 25px;
}

.video-section-1 {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(img/intro-kf.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.video-section-2 {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    font-weight: 600;
    background: url(img/surgun.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Responsive Video */
.videoWrapper {
	position: relative;
	margin-top: 50px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 2px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
    padding: 10px 25px;
}

.btn-dark {
    border: 2px solid #006600;
    color: #006600;
    box-shadow: 2px 2px 2px #aaa;
}


.btn-default:hover,
.btn-default:focus {
    border: 2px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

.btn-dark:hover,
.btn-dark:focus {
    box-shadow: none;
}

/* MENU */
.anamenu {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	font-family: Open Sans, sans-serif;
	color: rgba(255,255,255,1);
	font-size: 24px;
	font-weight: 700;
	line-height: 26.4px;
	z-index: 999;

}

.anamenuitem {
	position: relative;
	margin: 10px;
	padding-right: 5%;
	float: right;
}


/* TABS  */
.tabs {
  position: relative;   
  min-height: 660px; 
  clear: both;
  margin: 25px 0;
}

/* Use this for text tabs, together with "content" class */
.tabs-text {
  overflow: auto;
}
.tab {
  float: left;
  height: 100px;
}
.tab label {
  background: #ccc; 
  color: #666;
  padding: 6px 10px; 
  border: 1px solid #999; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  font-weight: 600;
  cursor: pointer;
}

.tab label:hover {
  color: #cc0000;
}

.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #999; 
}
[type=radio]:checked ~ label {
  color: #000;
  background: #fff;
  border-bottom: 1px solid white;
  z-index: 2;
  cursor: default;
  padding-bottom: -2px;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

/* TABLES */
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}
.table th,
.table td {
  padding: 4px 22px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.table th {
  text-align: left;
}
.table td {
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}
.table-striped tbody tr:nth-of-type(even) {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}


