* {
  /* Typography 
  --main-font: 'Slabo 27px', serif;*/
  
  /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}
/*
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir Roman.eot');
	src: local('☺'), url('fonts/Avenir Roman.woff') format('woff'), url('fonts/Avenir Roman.ttf') format('truetype'), url('fonts/Avenir Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
html,
body {
    width: 100%;
    height: 100%;
	padding:0!important;
	margin:0!important;	
	-webkit-font-smoothing: antialiased;
	/*font: 16px/1.8 'Montserrat', 'Yantramanav', sans-serif; */
	font: 18px/1.8 'Roboto', sans-serif;
	line-height:26px;
    color: #444647;
	font-weight: 100;		
	direction:ltr	
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
@-ms-viewport {
	width:auto!important
}




/*** bscrollbar ****/

::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
background-color:#eaeaea
}
::-webkit-scrollbar-thumb {
background-color:#cecece
}
::-webkit-scrollbar-thumb:hover {
background-color:#aaa
}
::-webkit-scrollbar-track {
border-radius:0;
box-shadow:none;
border:0
}
::-webkit-scrollbar-thumb {
border-radius:0;
box-shadow:none;
border:0
}


/*** HTML ****/

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0 0 10px;
	/*font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Buenard', serif;	*/
}
a {
	color:#f4836f;
}
a, a:active, a:focus, a:hover {
	outline:0;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:hover {
	cursor: pointer;
}

.bold{
	font-weight:600;
}

.fontawesome-icon-list [class*=" fa-"], .fontawesome-icon-list [class^=fa-], li [class*=" fa-"], li [class^=fa-] {
	display:inline-block;
	width:1.25em;
	text-align:center
}
.fontawesome-icon-list [class*=" fa-"].icon-large, .fontawesome-icon-list [class^=fa-].icon-large, li [class*=" fa-"].icon-large, li [class^=fa-].icon-large {
	width:1.5625em
}
.fontawesome-icon-list .col-md-3 {
	height:32px;
	line-height:32px
}

.overlay {
    background: url(../css/overlay/over.png);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

.bg-ferde{
	position:relative;

}
.bg-ferde:before{
	position:absolute;
	display:inline-block;
	content:'';
	top:0px;
	bottom:0px;
	left:0;
	right:0;
	transform:SkewY(-2.0deg);
	background-color: #dff3f4;
	z-index:-1;
}

.bg-ferde2{
	position:relative;

}
.bg-ferde2:before{
	position:absolute;
	display:inline-block;
	content:'';
	top:0px;
	bottom:0px;
	left:0;
	right:0;
	transform:SkewY(-2.0deg);
	background-color: #f6f4f2;
	z-index:-1;
}

.button {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.button:active,
.button:hover,
.button:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.icon-circle{
    color: #3e444d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
}

.theme_button {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 14px 19px 15px;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	min-width: 8.5em;
	text-align: center;
	color: #ffffff;
	border: none;
	background-color: #303030;
	border-radius: 0px;
	position: relative;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	border: 1px solid #ffffff;	
}

.theme_button.color1 {
	color: #FFFFFF;
	background-color: #FF3333;
}

.theme_button.color2 {
	color: #303030;
	background-color: #fcbe11;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
	color: #000000;
	background-color: #a9a9a9;
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button2 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.theme_button2:active,
.theme_button2:hover,
.theme_button2:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button1 {
    margin-top: 30px;
    border-radius: 30px;
    padding: 7px 15px;
    border: 1px solid #9c9b9b;
    cursor: pointer;
    background-color: #4ebdc3;
    color: #fff;
    font-size: 18px;
	font-weight:100;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.button1:hover {
	color: #FFFFFF;
	background-color: #389aa0;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
}

.wow{
	visibility: hidden;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

#header {
    position: relative;
    height: 100vh;	
}

#header h1{
	--max-font: 65;
	--min-font: 40;
	font-size: var(--responsive);		
	color:#FFFFFF;
	font-weight:100;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.55);	
}

#header .description{
	--max-font: 21;
	--min-font: 15;
	font-size: var(--responsive);		
	color:#FFFFFF;
	line-height:1em;
	
}

#header .logo{
	margin-bottom:3em;
}

#header .hbutton{
	margin-top:30px;
}
.header-button{
	width:auto;
	height:63px;
	line-height:57px;
	background:rgba(255,255,255,.3);
	margin:0 15px;
	padding:0 18px;
	border:2px solid #fff;
	border-radius:3px;
	font-weight:700;
	font-size:40px;
	color:#fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.header-button:hover,
.header-button-one:focus{
	background:rgba(255,255,255,.1);
	text-decoration:none
	}


.page-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -999999;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img .overlay5 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #1C1D21;
}
@media (max-width: 767px) { 
	.bg-img {
		background-attachment: initial!important;
	}
}


/*------------------------------------*\
	SECTION
\*------------------------------------*/


.section {
    position: relative;
}


.section-header{
	width: 100%;
    padding: 60px 0px 60px 0px;
    text-align: center;	
}

.section-header h2{
	font-size: 42px;
    line-height: 38px;
    font-weight: 100;	
}


.section-header .description{
	line-height: 26px;
    font-size: 16px;	
}

.section-content{
	padding: 0px 1px 60px;
}

.section-content h3{
    font-size: 35px;
    line-height: 38px;
    font-weight: 100;
    color: #ff8100;
    border-left: 10px solid #ff8100;
    padding-left: 20px;
	
}

.back-to-top2 {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:9999;
}

.back-to-top2:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}


.footer{
	background-color:#dff3f4;
}

.lista li{
	line-height:35px;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------*\
	GALLERY
\*------------------------------------*/


.gallery-block .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block .item .image{
  transition: 0.8s ease;
}

.gallery-block .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block .item .description{
	display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.gallery-block .item .description .description-heading{
font-size: 2em;
    padding-bottom: 6px;
}

.gallery-block .item .description .description-body{
  font-size: 1em;
  margin-top: 10px;
  font-weight: 300;
}

.gallery-block h4{
	
	border-bottom:1px solid #EEEEEE;
}


.gallery-block .overlay-helper {
    height: 100%;
    width: 100%;
    display: table;
}


.gallery-block .overlay-helper .cells {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0 0;
}

@media (min-width: 576px) {

  .gallery-block .item .description {
    opacity: 0; 
  }

  .gallery-block .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .item:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
  
  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
}

/*------------------------------------*\
	NAV
\*------------------------------------*/



#nav {
	position:absolute;
	right:0;
	left:0;
	background: transparent;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;

}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: rgba(117, 117, 117, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}

#nav2 {
	background: #d2d3d5;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-brand {

}

.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav  li {
	border-right: 1px solid #c3c3c3;
}
.navbar-inverse .navbar-nav li:last-child {
	border-right: none;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    font-size: 20px;
    padding: 7px 16px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
	/*background-color: #ffffff1c;*/
}
.navbar-inverse .fekete > li > a {
		color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    opacity: 1;
	color:#FF3333;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
	margin-top: -1px;

}

.navbar-inverse .navbar-nav .dropdown-menu .show{
	display: block;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
    display: block;
    background-color: #FF3333;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media only screen and (min-width: 767px) {
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}
}
/* -- mobile nav -- */

@media only screen and (max-width: 767px) {

	.navbar-inverse .navbar-nav > li > a {
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		/*text-transform: uppercase;*/
		letter-spacing: 0;
		font-size: 15px;
		padding: 10px;
		color: #ffffff;
		font-weight: 600;
		text-shadow: none;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
	}

  nav .navbar-nav {
    background-color: #FF3333;
  }
  

	.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-inverse .navbar-toggler {
    background: #888; 
	}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
		color:#000000;
	}  
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
	}	  

	
}


.ico {
	text-align: center;

}
.ico span.line {
	display: inline-block;
	width: 150px;
	height: 1px;
	background: #d9d7d7;
	content: '';
	margin-bottom: 7px;
}
.ico span.line2 {
	/*width: 50px;*/
}
.ico i {
	font-size: 28px;
	color: #ff6e8d;
	padding: 0 10px;
}
.ico.black span.line {
	background: #bfbabb;
}

@media (max-width: 480px) {

	.ico span.line {
		width: 35px;
	}
	.ico span.line2 {
		width: 25px;		
	}
	
}

.heartico {
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	margin: auto;
	width: 70px;
	height: 70px;
}
.heartico i {
	color: #ff6e8d;
	font-size: 70px;
}


.post-video,
.videoLink {	
	display: inline-block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	background: rgba(0,0,0,.15);
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-indent: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -42px 0 0 -42px;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}
.post-video img,
.videoLink img {
	max-width: 100%;
	display: block;
}
.post-video i,
.videoLink i {
	vertical-align: baseline;
	position: relative;
	top: -1px;
}
.post-video:hover,
.videoLink:hover {
	background: #fff;
	color: #191919;
}

.videoContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.85);
}
.postVideo {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}
.closeVideo {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 26px;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index: 100;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.35);
	cursor: pointer;
	font-weight: bold;
}
.closeVideo:hover {
	background: #fff;
	color: #191919;
	font-size: 32px;
}

.video-image-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;  
	background-position: center; 
	background-repeat: no-repeat;
	z-index: 1;
}
.video-image-container:after {
	content: '';
	display: block;
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:2;  
	background-color: #000;
}
.video-image-container img {
	display: none;
}


.rolam-kep{
	
height: 250px;
    /* border: 10px solid #ffffff; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* width: 150px; */
    /* height: 100px; */
    border: none;
    /* font: normal 16px/1 "Times New Roman", Times, serif; */
    color: rgba(255,255,255,1);
    /* text-align: center; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 0 20px 10px rgba(255,255,255,0.91);
    box-shadow: 0 0 21px 10px rgba(255,255,255,1);	
}

@media (max-width: 767px) {
	
	h2{
		font-size:20px;
	}
}

@media (max-width: 767px) { /* xs */ }
@media (min-width: 768px) and (max-width: 991px) { /* sm */ }
@media (min-width: 992px) and (max-width: 1199px) { /* md */ }
@media (min-width: 1200px) { /* lg */ }
