/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

   TOC:
   a. General Styles
   b. Header Styles
   c. About Section
   d. Resume Section
   e. Portfolio Section
   f. Call To Action Section
   g. Testimonials Section
   h. Contact Section
   i. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { background: #222; }

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
  position: relative;
  he3ight: 800px;
  min-height: 500px;
  width: 100%;
  background: #feffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #c9d4e0 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#c9d4e0)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#c9d4e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#c9d4e0 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#c9d4e0 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#c9d4e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c9d4e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-size: cover !important;
	-webkit-background-size: cover !important;
  text-align: center;
  overflow: hidden;
  display: block;
}

header #start {	
	backgrou0nd: url(/essence/images/disco.png) no-repeat top center;	
  backgr7ound-size: 30%;
}
	
/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
header .banner {
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   width: 85%;
   padding: 0px 0 30px 0;
   text-align: center;
}

header .banner-text { width: 100%; }
header .banner-text h1 {
   font: 50px/1.1em 'Roboto', sans-serif;
   font-weight: 100;
   color: #f44336;
   letter-spacing: -2px;
   margin: 0 auto 0px auto;
   text-shad3ow: 0px 1px 3px rgba(0, 0, 0, .4);
}

header .banner-text h2 {
   font: 32px/1.3em 'Roboto', sans-serif;
   font-weight: 100;
   color: #777f8c;
   margin: 0 auto 18px auto;
   text-shad3ow: 0px 1px 3px rgba(0, 0, 0, .4);
   text-transform: uppercase;
}

header .banner-text h2 span {
	font-size: 20px; font-weight: 300;
}

header .banner-text h3 {
   font: 20px/1.5em 'Roboto', serif;
   font-weight: 300;
   color: #A8A8A8;
   margin: 0 auto;
   width: 70%;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}
header .banner-text h3 span,
header .banner-text h3 a {
   color: #fff;
}
header .banner-text hr {
   width: 60%;
   margin: 18px auto 24px auto;
   border-color: #2F2D2E;
   border-color: rgba(150, 150, 150, .1);
}

/* header social links */
header .social {
   margin: 24px 0;
   padding: 0;
   font-size: 30px;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
header .social li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}
header .social li a { color: #fff; }
header .social li a:hover { color: #11ABB0; }

/* scrolldown link */
header .scrolldown a {
   position: absolute;
   bottom: 30px;
   left: 50%;
   margin-left: -29px;
   color: #fff;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   color: #fff;
   border-radius: 100%;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
header .scrolldown a:hover { color: #11ABB0; }

header h1 { padding: 40px 0 20px 0; }

#banner-image {
	text-align: center;
}

#banner-image image {	
	width: 500px; 
}

#banner-logo {
	padding-top: 100px;
	text-align: center;
}
	
#banner-info {
	display: inline-block;
	text-align: left;
	wi4dth: 70%;
}

#counterHeadline {	
	text-align: center;
}

#location .detailInfo {
	display: none;
}

#mypolonia-logo {	
 color: #FFF; 
 font-size: 70px;
}


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 12px 'Roboto', sans-serif;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;
}
.opaque { background-color: #FFF; }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   min-height: 48px;
   width: auto;
   /* center align the menu */
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

/* Links */
ul#nav li a {

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */
   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	 text-decoration: none;
   text-align: left;
   color: #4A4F66;
   opacity: 0.6;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { opacity: 1.0;}


/* ------------------------------------------------------------------ */
/* c. Party Section
/* ------------------------------------------------------------------ */

#party { 
	backgroun2d: #fff;/*#1F1F1F url(/essence/images/poloniapalais.jpg) no-repeat center center;  */
	background: url(/essence/images/party_bg.gif); 
  /* background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;*/
   position: relative;
   min-height: 200px;
   width: 100%;
   overflow: hidden;
   line-height: 100%;
   font-weight: 300;
   font-size: 17px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   padding: 80px 0;
}

#party a, #party a:visited  { color: #f44336; }
#party a:hover, #party a:focus { color: #11ABB0; }

#party h2 {
   font: 60px/1.3em 'Roboto', sans-serif;
   font-weight: 100;
   color: #555;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   margin-bottom: 12px;
   text-transform: uppercase;
   text-align:center;
}

#party h3 {
   font: 22px/22px 'Roboto Condensed', sans-serif;
   color: #fff;
   font-weight: 500;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   text-transform: uppercase;
   background: #EA0F00;
   display: inline-block;
   padding: 10px 15px;
   border-radius: 3px;
   text-align: center;
}

#party p {
   line-height: 30px;
   color: #333;
   text-sha5dow: 0 1px 2px rgba(0, 0, 0, 0.3);
   font-weight: 300;
   font-size: 17px;
}
#party .profile-pic {
   position: relative;
   width: 120px;
   height: 120px;
   border-radius: 100%;
}
#party .contact-details { width: 41.66667%; }
#party .download {
   width: 58.33333%;
   padding-top: 6px;
}
#party .main-col { padding-right: 5%; }




/* ------------------------------------------------------------------ */
/* c. App Section
/* ------------------------------------------------------------------ */

#app {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff615e+0,e01d25+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3b38+0,dd0007+100 */
background: #ff3b38; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ff3b38 0%, #dd0007 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3b38), color-stop(100%,#dd0007)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #ff3b38 0%,#dd0007 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #ff3b38 0%,#dd0007 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #ff3b38 0%,#dd0007 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #ff3b38 0%,#dd0007 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3b38', endColorstr='#dd0007',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   padding: 80px 0;
   overflow: hidden;
   font-size: 17px;
}

#app a, #app a:visited  { color: #FFF; text-decoration: underline; }

#app h2 {
   font: 60px/1.3em 'Roboto', sans-serif;
   font-weight: 100;
   color: #fff;
   margin-bottom: 12px;
   text-align: center;
}
#app p {
	font-size: 17px;
   line-height: 30px;
   color: #fff;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
   font-weight: 300;
}

#app h3 {
   font: 20px/32px 'Roboto', sans-serif;
   color: #fff;
   font-weight: 300;
}

	



/* ------------------------------------------------------------------ */
/* e. Location Section
/* ------------------------------------------------------------------ */


#location {
	background: #1F1F1F url(/essence/images/essence.jpg) no-repeat center center;  
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;
   padding: 80px 0;
   overflow: hidden;
   color: #999;
   font-weight: 300;
   font-size: 17px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#location h2 {
   font: 60px/1.3em 'Roboto', sans-serif;
   font-weight: 100;
   color: #FFF;
   margin-bottom: 12px;
   text-transfo8rm: uppercase;
}

#location p {
   line-height: 28px;
   font-size: 17px;
   color: #CCC;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   font-weight: 300;
}
#location h3 {
   font: 30px/30px 'Roboto', sans-serif;
   color: #FFF;
   font-weight: 300;
}

#location-wrapper .columns { margin-bottom: 36px; text-align: center; }
.location-item .item-wrap {
   backgrou4nd: #fff;
   overflow: hidden;
   position: relative;

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.location-item .item-wrap a {
   display: inline-block;
   cursor: pointer;
}

/* overlay */
.location-item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.location-item .item-wrap .link-icon {
   display: block;
   color: #fff;
   height: 30px;
   width: 30px;
   font-size: 18px;
   line-height: 30px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}
.location-item .item-wrap img {
   vertical-align: bottom;
}
.location-item .location-item-meta { padding: 18px }
.location-item .location-item-meta h5 {
   font: 14px/21px 'Roboto', sans-serif;
   color: #fff;
}
.location-item .location-item-meta p {
   font: 12px/18px 'Roboto', sans-serif;
   color: #c6c7c7;
   margin-bottom: 0;
}

/* on hover */
.location-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.location-item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/* popup modal */
.popup-modal {
	max-width: 50%;
	background: #fff;
	position: relative;
	margin: 0 auto;
	  line-height: 0;
}
.popup-modal .description-box { padding: 12px 36px 18px 36px; }
.popup-modal .description-box h4 {
   font: 15px/24px 'Roboto', sans-serif;
	margin-bottom: 12px;
   color: #111;
}
.popup-modal .description-box p {
	font: 14px/24px 'Roboto', sans-serif;
   color: #555;
   margin-bottom: 12px;
}
.popup-modal .description-box .categories {
   font: 11px/21px 'Roboto', sans-serif;
   color: #555;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: block;
   text-align: left;
}
.popup-modal .description-box .categories i {
   margin-right: 8px;
}
.popup-modal .link-box {
   padding: 10px;
   background: #111;
   text-align: center;
}
.popup-modal .link-box a {
   color: #fff;
	font: 11px/21px 'Roboto', sans-serif;
	text-transform: uppercase;
   letter-spacing: 3px;
   cursor: pointer;
}
.popup-modal a:hover {	color: #DA2222; }


/* fadein/fadeout effect for modal popup
/* ------------------------------------------------------------------ */

/* content at start */
.mfp-fade.mfp-wrap .mfp-content .popup-modal {
   opacity: 0;
   -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
}
/* content fadein */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .popup-modal {
   opacity: 1;
}
/* content fadeout */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content .popup-modal {
   opacity: 0;
}

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
   content: " ";
   display: table;
}
.slides:after {
   clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* Slider Styles */
.slides { zoom: 1; }
.slides > li {
   /*margin-right: 5px; */
   overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #ddd;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}
.flex-control-paging li a:hover {
    background: #CCC;
    background: rgba(255, 255, 255, .7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    cursor: default;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 48px;
   margin-bottom: 48px;
   color: #444;
   font-size: 14px;
   text-align: center;
   position: relative;
}

footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
   margin: 18px 0 30px 0;
   padding: 0;
   font-size: 30px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #525252;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 40px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background-color: #f22222; }



/* counter */
#counter {
	display: inline-block;
	color: #FFF;
	text-align: center;
	margin: 10px auto 0;
	bo3x-shadow: 0 2px 15px rgba(0,0,0,0.12);
	border-radius: 5px;
	backgr3ound: #f44336;
}
#counter span {
	font: 70px/1em 'Roboto', serif;
	font-weight: 100;
	display: block;
	padding: 15px;
	m7in-width: 20%;
	float: left;	
	tex3t-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);	
	bac44kground: rgba(255, 255, 255, 0.5);
	bor4der-left: 3px solid transparent;	
	margin-left: 5px;
	backgroun2d: #f22222;
	background: #D1D4DC;
	border-radius: 3px;
}
#counter span:first-child { border-left: none; }
#counter span em {
	font: 11px/18px 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 12px;	
	display: block;
	color: #FFF;
	text-sha3dow: 0px 1px 2px rgba(0, 0, 0, .7);	
}

#counterHeadline {
	font: 11px/18px 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 40px;	
	display: block;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);	
}

.roundedIcon {
	font-size: 28px; 
	color: #e72b2a; 
	border-radius: 30px; 
	display: inline-block; 
	background: #FFF;
	width: 60px; 
	height: 60px; 
	line-height: 60px; 
	margin-bottom: 20px; 
}

.transparent {
	opacity: 0;
}

.transparent.banner-text {
	margin-top: 100px;
}

.fadeIn #banner-logo {
	opacity: 1;
	transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms;
}	
	
.fadeIn nav {
	opacity: 1;
	transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms;
}

.fadeIn .banner-text {
	margin-top: 0px;
	opacity: 1;
	transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms;
}

.hidden {
	display: none;
}

