
@font-face {
    font-family: Kirche;
    src: url(../fonts/Foglihten.otf);
}




/* Common */

html, body{
    background-color: #FAFAFA;
    width: 100%;
    min-height: 100%;
    background-size: cover;
}

body{
	-webkit-animation-name: fadeinx;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-name: fadeinx;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	background-repeat:  repeat;
	background-size: auto;
}

.anchor{
    display: block;
    position: relative;
    top: -2vh;
    padding-top: 12vh;
    /* visibility: hidden; */
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

.centertxt{
	text-align: center;
}

.papertext{
	text-align: justify;
	font-family: Raleway, sans-serif;
	font-size: 1.5em;
}

.col-12, col-md-6{
	padding-right: 0px;
	padding-left: 0px;
	/* margin:  auto; */
}

.row{
	margin-right: 0px;
   	margin-left: 0px;
}


.blend{
	/* position: absolute; */
	background-color: rgba(255,255,255,0.0);
	height: 100%;
	width: 100%;
	}

.paper{
	padding: 4vh 4vw;
	margin: 2vh 4vw;
	background-color: rgba(250,250,250,0.4);
	border: 3px solid rgba(25,25,25,0.5) !important;
	font-family:  Raleway, sans-serif;
}

.papertitle{
	margin: 4vh auto 8vh auto;
}

.papertitle,.title, .title2, .title3{
	font-family: Kirche;
	font-size: 3.5vw;
	text-align: center;
}

.title2, .title{
	color: rgba(25,25,25,1);
}

.title3{
	color: rgba(25,25,25,0.8);
}

.container-fluid{padding: 0 !important;}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
     text-decoration: none;
}

a:active {
    text-decoration: none;
}

.menu-margin{
    padding-top: 18.3vh;
    padding-bottom:  10vh;
}

/* Loader */

#loader-bg{
    background: rgba(25,25,25,1); /* #FAFAFA */
    z-index: 999;
    width: 100%;
    position: fixed;
    padding-top: 9%;
    transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
}

.loader-area{
	position: relative;
}

#loaderbox{
	width: 65vh;
	background-color: rgba(250,250,250,1);
	margin: auto;
	height: 65vh;
	top: 30vh;
	border-radius: 1500px;
	border: 1px solid rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.6);
	box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.6);
}

#loader{
	background-color: #fafafa;
	height: 35%;
	width: 35%;
	margin: auto;
	margin-top: 32%;
	-webkit-border-radius: 1500px;
	-moz-border-radius: 1500px;
	border-radius: 1500px;
	border: 1px solid #fafafa;
	-webkit-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
	-moz-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
	box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
}

#loader2{
    -webkit-border-radius: 1500px;
    -moz-border-radius: 1500px;
    border-radius: 1500px;
    border: 3px solid rgba(69,168,215,1);
    background-color: #fafafa;
    height: 100%;
    width: 100%;
}

#srodek{
	-webkit-border-radius: 1500px;
	-moz-border-radius: 1500px;
	border-radius: 1500px;
	border: 3px solid #191919;
	height: 100%;
	width: 100%;
	background-image: url("../img/loaderlogo.png");
	background-position: center;
	background-size:  cover;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}


#loader-bg, .loader-area{
	 height: 100%;
}


/* Loader Window */

#loaderwindow, .fullscreen, #home{
	position:  relative;
	/* min-height: 100vh; */
	width: 100%;
}


/* FB Sidebar */

#fbico-title{
	font-family: Kirche;
	color: rgba(250,250,250,1);
	font-size: 6vh;
	position: absolute;
	top: 3vh;
	left: 3vw;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	opacity: 0;
	}

#fbico-title:hover{
-webkit-transform: rotate(1deg) scale(1.1);
-moz-transform: rotate(1deg) scale(1.1);
-o-transform: rotate(1deg) scale(1.1);
transform: rotate(1deg) scale(1.1);
color: rgba(69,168,215,1);
}

#fblightbox{
	/* display: none; */
	background-color:  rgba(0,0,0,0);
	position:  fixed;
	z-index: 990;
	top: 12vh;
	width: 29vw;
	height: 80.7vh;
	left:-23.4vw;
	transition: left .6s ease-in-out;
	-webkit-transition: left .6s ease-in-out;
}

#fblightbox:hover{left:0vw;background-color: rgba(25,25,25,1);}

#fb-wrapper{
	margin-top: 13.7vh;
	left: -4vw;
	width: 29vw;
	position: absolute;
	opacity: 0;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	
}

#fblightbox:hover #fbico-title{
	opacity: 1;
	-webkit-animation-delay: .1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeinx;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: forwards;
	animation-name: fadeinx;
    animation-duration: 2s;
    animation-direction: forwards;
    animation-delay: .1s;
}

#fblightbox:hover #fb-wrapper{
	left: 0;
	position: absolute;
	opacity: 1;
}

#fblightbox:hover #fbico-content{
	right: 3vw;
	top: 3vh;
	line-height: 7vh;
	height: 8vh;
	width: 8vh;
	font-size: 2vw;
	border: 3px solid rgba(250,250,250,1);
	color: rgba(250,250,250,1);
	-webkit-animation-delay: .1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeinx;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: forwards;
    -webkit-animation-fill-mode: forwards;
	animation-name: fadeinx;
    animation-duration: 2s;
    animation-direction: forwards;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    opacity: 0;

}


#fbico-content{
	color: rgba(250,250,250,1);
	font-size: 3vw;
	line-height: 5vw;
	position: absolute;
	background-color: #191919;
	right: 0vw;
	top:  38vh;
	width: 5vw;
	height: 5vw;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition: none;
	-webkit-transition: none;
}

#fbico-content:hover{
-webkit-transform: rotate(3deg) scale(1.1);
-moz-transform: rotate(3deg) scale(1.1);
-o-transform: rotate(3deg) scale(1.1);
transform: rotate(3deg) scale(1.1);
color: rgba(69,168,215,1);
}

/* Mobile */

.logo-mobile, .navbar-toggler{
	display: none;
}

.navbar-toggler{
	color: rgba(255,255,255,1);
	width: 100%;
	font-family: Raleway, sans-serif;
	font-weight: 800;
	font-size: 6vw;
	}

.logo-mobile-img{
	width: 100%;
	padding: 3vh 18vw
}

/* Menu */

#menu{
    z-index:997;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 12%;
    background-color: rgba(25,25,25, 1);
    -webkit-animation-name: fadeinx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeinx;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

#menul{
	display: block;
	margin: auto !important;
	width: 100%;
	text-align: right;
	/* top: 3vh; */
}

nav{
	line-height: 10vh
}

.menu-dropdown{
	display: none; /* Na czas edycji menu galeria */
}

li{
	display: inline-block;
	margin: 1vh 2vw;
}


ul{
	margin:0 !important;
	padding: 0;
}

.menuitem{
	font-family: Kirche;
	/* font-weight: 900; */
	text-transform: uppercase;
	line-height: 3vh;
	color: #FAFAFA;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.menuitem:hover{
	text-decoration: none;
	color: rgba(69,168,215,1);
	padding: 0.3vh 0;
}

.logo-big{
	position: relative;
	width: 15vw;
	top: 1vh;
	left: 1vw;
	float:  left;
	-webkit-transition: all .2s ease-in-out; /* Safari */
	transition: all .2s ease-in-out;
	background-image: url(../img/logo-xsmall.png);
	background-size: contain;
	height: 10vh;
	background-position:  center;
	background-repeat:  no-repeat;
}

.logo-big:hover{
-webkit-transform: rotate(-3deg) scale(1.1);
-moz-transform: rotate(-3deg) scale(1.1);
-o-transform: rotate(-3deg) scale(1.1);
transform: rotate(-3deg) scale(1.1);
}



.navico, .logo-mobile, #fblightbox,{
	display: none;
}



/* Home */
#home{
    overflow-y: hidden;
}

#introSlide {
    /* background-size: cover; */
    opacity:0;
    height: 100vh;
    width:  100%;
    z-index: 1;
    -webkit-animation-name: fadeinx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .2s;
    animation-name: fadeinx;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: .2s;
    background-repeat:  repeat;
  }


#intro{
    top: 22%;
    position: fixed;
    width: 100%;
    text-align: center;
}

#introtitle, .przycisk{
	font-family: Kirche;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
}



#introtitle{
	color: rgba(25,25,25,1);
	/* font-weight:900; */
	margin: 10vh auto;
	font-size: 8vw;
}

.przycisk{
	font-weight:800;
	margin: 7vh 2vw;
	background-color: rgba(250,250,250,0);
	padding: 2.5vh 4vw 2vh 4vw;
	border: 2px solid rgba(25,25,25,1);
	border-radius: 250px;
	text-decoration:none;
	color: rgba(25,25,25,1);
}

.przycisk:hover{
	outline: none !important;
	color: #FAFAFA;
	border: 2px solid transparent;
	background-color: rgba(68,168,215,1);
}

/* O mnie */
#omniebuttons{
	text-align: center;
	margin: 12vh auto;
}

.omniebutton{
	text-align: center;
	margin: 0 auto;
	width: 10vw;
	height: 10vw;
}

.round-button{
	margin: 0 auto;
	line-height: 9vw;
	font-size: 8vw;
	color: rgba(25,25,25,1);
	-webkit-transition: all .4s; /* Safari */
	-webkit-transition-timing-function: ease-in-out;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.round-button:hover, .smalltitle:hover{
	color: rgba(69,168,215,1);
}

.smalltitle{
	font-family: Kirche;
	/* font-weight: 900; */
	font-size: 3vw;
	margin: 0 auto;
	-webkit-transition: all .4s; /* Safari */
	-webkit-transition-timing-function: ease-in-out;
	transition: all .4s;
	transition-timing-function: ease-in-out;
}

.omniebutton:hover  .round-button{
     color: rgba(69,168,215,1);
}

.omnie-items-margin{
	margin-top: 4vh;
	margin-bottom: 12vh;
}


/* Booking */

#upcoming{
	width: 100%;
}

/* Opinie */

.opinie-area{
	width: 100%;
	margin: 4vh auto 6vh auto;
	padding: 2vh 1vw;
	font-family:  Raleway, sans-serif;
}

.opinia-box{
	background-color: rgba(250,250,250,0.4);
	margin: 2vh 3.95vw;
	color: rgba(25,25,25,1);
	border: 3px solid rgba(25,25,25,0.5);
}

.opinia-data{
	text-align: center;
	font-family: Kirche, sans-serif;
	/* font-weight: 900; */
	font-size: 0.9em;
	/* background-color: rgba(0,0,0,0.6); */
}

.opinia-data-txt{
	padding-top: 3vh;
	font-size: 1vw;
}

.opinia-data-reviewer{
	font-size: 1.9vw;
}

.opinia-tresc{
	padding: 0 1.5vw 3vh 1.5vw;
	text-align: justify;

}

.opinia-button-area, .opinia-button{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.opinia-button{
	background-color: rgba(25,25,25,0.5);
	color: rgba(250,250,250,1);
	border: 0;
	padding: 1.4vh 0vw;
	font-family: Kirche;
	line-height: 2vh;
}

.opinia-button:focus {
  outline: none;
}

.star-full{
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 150px;
	display: inline-block;
	background-color: rgba(69,168,215,1);
	margin: 0 0.3vw 0vh 0.3vw;
	border: 2px solid rgba(69,168,215,1);
	-webkit-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.4);
	-moz-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.4);
	box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.4);
}


.star-null{
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 150px;
	display: inline-block;
	border: 2px solid rgba(69,168,215,1);
	margin: 0 0.3vw 3.5vh 0.3vw;

}


.pagination-area{
	text-align: center;
	font-family: Kirche, sans-serif;
	font-size: 2.5vw;
	margin-bottom: 5vh;
}
.pagination-item{
	display: inline-block;
	width: 4.5vw;
	height: 4.5vw;
	line-height: 4.5vw;
	/* padding: 1vw 2vw; */
	border-radius: 1500px;
	border: .2vw solid #fafafa;
	margin: 0 .4vw;
	color:  rgba(25,25,25,1);
	-webkit-transition: all .2s; /* Safari */
	-webkit-transition-timing-function: ease-in-out;
    transition: all .2s;
    transition-timing-function: ease-in-out;
}

.pagination-active, .pagination-item:hover{
	border: .2vw solid rgba(69,168,215,1);
	color: rgba(69,168,215,1);

}

/* Social Media */

#box{
	width: 100%;
	margin: auto;
	text-align: center;

}


/* Muzyka */

#music{
	padding-left: 5vw;
	padding-right: 5.5vw;
}

.video{
	width: 50%;
	height: 40vh
}

.active{
	border: 1px solid rgba(69,168,215,1) !important;
	border-radius: 15px;
	color: rgba(69,168,215,1) !important;/* font-weight: 600; */}

.muzyka-menu-item:hover{
	color: rgba(69,168,255,1);
	font-weight: 900;
}

.muzykamenu, .muzykasubmenu, .muzykacontent{
	text-align: center;
}

.muzykamenu{
	margin-top: 3vh;
	font-family: Kirche, sans-serif;
	text-transform: uppercase;
	/* background-color: rgba(0,0,0,0.6); */
	border-radius: 15px 15px 15px 15px;
}

.muzyka-menu-item{
	color: rgba(25,25,25,1);
	padding: 2vh 0vw;
	border: 3px solid transparent;
	font-size: 1.7vw;
}

.muzyka-submenu-item{
	color: rgba(69,168,215,1);
	font-weight: 500;
	margin: 0.5vh 8vw 0vh 8vw;
}

.muzyka-submenu-item:hover, .subactive{
	/* color: rgba(255,255,255,1); */
	font-weight: 600;
	/* border-bottom: 2px solid */
}

.muzykasubmenu{
	font-family: Raleway, sans-serif;
	padding: 1.2vh 0vw;
	margin-top:  5vh;
	margin-bottom: 8vh;
	margin-left: 5vw;
	margin-right: 5vw;
	/*background-color: rgba(0,0,0,0.1);*/
	border: 1px solid rgba(25,25,25,0.4);
	color: rgba(25,25,25,1);
	border-radius: 15px;
}

.muzykacontent{
	/* background-color: rgba(0,0,0,0.6); */
	/* border-radius: 15px; */
	padding: 8vh 5vw;
	border: 3px solid rgba(25,25,25,0.3);
	color: rgba(25,25,25,1);
	font-family:  Raleway, sans-serif;
	font-size: 1.6vw;
}

.muzyka-menu-item, .muzyka-submenu-item{
		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
}


/* Kontakt */

.article-img-box{
	/* padding: 2vh 0 2vh 4vw; */
}

.article-img{
	/* width: 100%; */
	min-height: 100%;
	border: 3px solid rgba(25,25,25,0.95);
	/* border-radius:15px; */
	background-size:  cover;
	background-image: url('../img/bg-ulite.jpg');
	margin-top: 2vh;
	margin-left: 4vw;
}

/* Galeria */

#galeria{
	text-align: center;
}



/* Stopka */

#stopka{
	background-color: #191919;
	color: #fafafa;
	/* font-family: Kirche; */
	font-size: 0.9em;
}

.logo-stopka{
	background-image: url('../img/logo-xsmall.png');
	/* line-height: 7.4vh; */
	width: 45vw;
	height: 4.7vh;
	/* display: inline-block; */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	position:  absolute;
	right: 2vw;
	bottom: 1.2vh;
	opacity: 0.9;
}

#stopkatext{
	width: 45vw;
	margin: 0vh 2vw;
	line-height: 7.4vh;
	display: inline-block;
	font-family: Muli, sans-serif;
}

/* Animacje */


/* Rotating animation */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* Fading animation */
  
  @-webkit-keyframes fadeinx {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeinx {
    from {opacity: 0} 
    to {opacity: 1}
  }


  @-webkit-keyframes fadeoutx {
    from {opacity: 1} 
    to {opacity: 0}
  }
  
  @keyframes fadeoutx {
    from {opacity: 1} 
    to {opacity: 0}
  }


  /* Mobile */



/* Mniej niz 1000 */
@media only screen 
and (max-width : 1000px) {

.scrl{
height: 68vh !important;	
}


.paper{
	padding: 2vh 6vw;
	margin: 2vh 5vw;
}

.papertitle{
	font-size: 7vw;
}

.navbar-toggler{
	padding: 3vh 0;
}

#omniebuttons{
	margin: 3vh 0;
}

.round-button{
	width: 20vw;
	text-align: center;

}
.omniebutton{
	text-align: center;
	margin: 0 auto;
	width: 20vw;
	
}

.smalltitle{
	font-size: 4vw;
}

.title2, .title{
	font-size: 7vw;
	margin-top: 3vh;
}

#loaderbox {
    width: 45vh;
    background-color: #fafafa;
    margin: auto;
    height: 45vh;
    margin-top: 16vh;
    border-radius: 1500px;
    border: 10px solid #fafafa;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
    -moz-box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
    box-shadow: -1px 0px 20px 0px rgba(69,168,215,0.6);
}


#menu{
	height: 40%;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+80,0+100 */
	/* background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); */ /* IE6-9 */
	padding-top: 1vh;
	background-color: rgba(25,25,25,1);
}

.menu-margin{
	padding-top: 2vh;
}

#menul{
	top: 0vh;
}

.collapse{
	display: none !important;
}

.show{
	display: block !important;
}

nav, li{
	width: 100%;
	text-align: center;
}

nav{
	background-color: rgba(10,10,10,1);
	padding-top: 2vh;
	padding-bottom: 3vh;
}

li{
	padding: 2vh 0;
	margin:  0;
}


#fblightbox, .logo{
	display: none;
}

#stopkatext{
	font-size: 3vw;
	width: 100%;
	text-align: center;
	margin: 0;
}

.logo-stopka{
	display: none;
}

.logo-mobile, .navbar-toggler{
	display: block;
	/* height:  100%; */
}

.logo-mobile{
	height: 15.3vh;
	padding: 3.4vh;
}

.logo-mobile-img{
	width: 100%;
	/* padding: 3vh 0vw 3vh 0vw; */
	height:  100%;
	background-image: url('../img/logo-xsmall.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#home, #intro{
	position: absolute;
	height: 100vh;
	top: 0;
}


#intro{
	padding-top: 28%;
}

#introSlide{
    background-position: top center; 
    

}


/* Opinie */
.opinia-box{
	margin-left: 0;
	margin-right: 0;
}

.opinie-area{
	padding: 0vh 5vw;
}

.opinia-data-reviewer{
	font-size: 5vw;
}

.opinia-data-txt{
	font-size: 4vw;
}

.star-full, .star-null{
	width:8vw;
	height:8vw;
	margin-left: 1.2vw;
	margin-right: 1.2vw;
}

.opinia-tresc{
	font-size: 3.5vw;
	padding: 3vh 5vw;
}

.opinia-button{
	font-size: 4vw;
}

.pagination-item,.pagination-active{
	font-size: 8vw;
	width: 10vw;
	height: 10vw;
	line-height: 9vw;
	border-width: 3px;
	margin: 0 1vw;
}

.pagination-area{
	padding: 0 0 5vh 0;
}

/* Social Media */
.social-icons{
	padding-top: 5vh;
}

.fab{
	width: 40vw !important;
	height: 40vw !important;
	margin: 4vh 0;
	line-height: 40vw !important;
	font-size: 22vw !important;
}


/* Kontakt */

.article-img{
	display: none;
}


}


/* Tablety */
@media only screen and (min-device-width : 767px) and (max-device-width : 1000px){

.logo-mobile, .navbar-toggler{
	height: 100%;
	display: inline-block;

}

.logo-mobile-img{
	width: 65%;
	margin: 0.4vh 0vw 0 0vw;
	height: 7.5vh;
}


.navico-area{
	position: absolute;
	right: 0;
	padding-right: 7vw;
	text-align: right;
	font-size: 2vw;
}

nav{
	width: 100%;
	
}

.navico{
	font-size: 4.7vw
}



#menu{
	height: 15vh;
}

#menul{
	width: 38%;
	right: 0;
	position: absolute;
	top: 15vh;
}

#stopkatext{
	font-size: 2vw;
}

.scrl{
	height: 77.5vh !important;
}

#intro{
	padding-top: 25vh
}

}


@media only screen and (min-width: 1023px) and (max-width: 1339px){

li {
    display: inline-block;
    margin: 1vh 1.3vw;
}

#fblightbox{
	display: none;
}



}



	/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {





}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

#fblightbox{
	display: none;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

#fblightbox{
	display: none;
}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}






















  /* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}


/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}


/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}


/* ----------- Windows Phone ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) {

}

/* Portrait */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px)  
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) 
  and (orientation: landscape) {

}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}


/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 

}


/* ----------- Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {

}

/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {

}

/* ----------- Nexus 9 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 1536px) 
  and (device-height: 2048px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {

}

/* Portrait */
@media screen 
  and (device-width: 1536px) 
  and (device-height: 2048px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 1536px) 
  and (device-height: 2048px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {

}


/* ----------- Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {

}

/* ----------- Kindle Fire HD 8.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {

}


/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

 