@charset "UTF-8";
/* ==========================================================================
   Archidiecezjalne Wyzsze Seminarium Duchowne w Bialymstoku
   
   20.01.2014
   AUTOR:N4K.EU
   
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);




#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f0f0f1;
	z-index: 2001;
}
#preloader p{
	text-align: center;
	margin-top: 15%;
}
#preloader span{
	padding: 5px;
	display: block;
}
.loading *{-webkit-animation:none!important;-moz-animation:none!important;-ms-animation:none!important;-o-animation:none!important;}




body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}
a:focus {
  outline: none;
}


h1, h2, h3, h4, h5{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
}



video {
	width: 100%;
	height: auto;
}
iframe{
	border: none;
}  

iframe,
embed,
object {
  max-width: 100%;
}
  
.fluid-width-video-wrapper{
	margin-bottom: 20px;
}

#map-canvas, #map_canvas {
	width: 100%;
	height: 335px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 10px solid #F3F3F3;
}



.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}

#sidebar:before,
#sidebar:after,
#main:before,
#main:after
 {
  content: " ";
  display: table;
}




.container{
	position: relative;
	width: 1140px;
	margin: 0 auto;
}


#main{
	/*background-color: #FFF;*/
}

#sidebar{
	display: block;
	float: right;
	width: 300px;
	/*background-color: #9C3;*/
	padding: 0 0 0 15px;
}

.pages #sidebar{
	padding: 28px 0 0 15px;
}


#content{
	display: block;
	float: left;
	width: 780px;
	/*background-color: #0CC;*/
}





/*---- CHROMEFRAME ----*/

.chromeframe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	border: 0px;
	margin: 0px;
}

.chromeframe a{
	color: #FF0;
}

.chromeframe a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}





/*---- HEADER ----*/

#header{
	background-color: #F6F6F6;
	position: relative;
}

#top-nav{
	background-color: #272727;
	color: #666;
	padding: 10px 0;
}

#top-nav div ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

#top-nav div ul li{
	list-style-type: none;
	display: inline-block;
}

#top-nav div ul li a{
	color: #999;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}
#top-nav div ul li a:hover{
	color: #fff;
	text-decoration: none;
}

#top-nav div ul.quick-links li a{
	text-transform: uppercase;
	border-left: 1px solid #666;
	padding: 0px 10px 0px 10px;
	line-height: 1em;
}

#top-nav div ul.quick-links li:last-child a{
	border-right: 1px solid #666;
	}


#top-nav div ul.social-media{
	text-align: right;
	position: absolute;
	right: 15px;
	top: -5px;
}

#top-nav div ul.social-media li a{
	font-size: 20px;
	margin-left: 5px;
}
#top-nav div ul.social-media li a span{
	display: none;

}

#top-nav div ul.social-media li a.icon-search,
#top-nav div ul.social-media li a.icon-rss
{
	border-left: 1px solid #666;
	padding-left: 10px;
}



#search {
    display: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

#search_no-desktop {
    padding: 20px 0;
}






#header h1 a{
	font-size: 26px;
	text-transform: uppercase;
	
	background: url(../img/logo_AWSD.png) no-repeat left center;
	display: block;
	color: #333;
	-webkit-transition: all 0.4s ease-in-out;
	/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
	line-height: 1.1em;
	padding: 5px 0 5px 120px;
}

#header h1 a span{
	font-size: 22px;
	line-height: 24px;
	position: relative;
	top: -4px;
}


#header h1 a:hover{
	color: #C00;
}









/*---- NAVBAR ----*/

#header .container{
	position: relative;
}





#header .navbar {
	text-transform: uppercase;
	position: absolute;
	right: 15px;
	bottom: 0px;
	margin: 0px;
	font-size: 18px;	
}

#header .navbar::after{
	content: "";
	background-color: #a70000;
	display: block;
	height: 4px;
	width: 990px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header .navbar a{
	color: #222;	
}

#header .navbar a:hover{
	color: #a70000;	
}

#header .navbar li.activ a{
	overflow: hidden;
	position: relative;
}

#header .nav > li.activ > a:before{
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	background-color: #A70000;
	transform:rotate(45deg); 
	-webkit-transform:rotate(45deg); 
	-moz-transform:rotate(45deg); 
	-o-transform:rotate(45deg);
}

#header .navbar  .dropdown-menu > li.activ > a
 {
	color: #fff;
	text-decoration: none;
	background-color: #a70000;
}

#header .navbar  .dropdown-menu > li > a:hover,
#header .navbar  .dropdown-menu > li > a:focus,
#header .navbar  .dropdown-menu > li.activ > a:hover
 {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}





/*---- CAROUSEL ----*/

#introduction{
	position: relative;
	margin-top: 30px;
}

#introduction article{
	background-color: #222;
}

#introduction article figure img{
	height: 500px;
	width: 750px;
}

#introduction article header h1{
	background-color: #a70000;
	padding: 15px 25px;
	margin: 0;
	width: 370px;
	position: absolute;
	bottom: 320px;
	right: 25px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 34px;
	line-height: 36px;
}

#introduction article p{
	padding: 0;
	margin: 0;
	width: 300px;
	position: absolute;
	top: 200px;
	right: 25px;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

#introduction .owl-pagination{
	position: absolute;
	left: 780px;
	bottom: 10px;
}

#introduction .owl-buttons{
	position: absolute;
	right: 0px;
	bottom: 0px;	
}

#introduction .customNavigation{
	position: absolute;
	right: -15px;
	bottom: 15px;
	z-index: 100;
}

#introduction .customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #a70000;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	width: 50px;
	margin: 0px;
	cursor: pointer;
}







/*---- PAGES ----*/

.pages{
	margin-bottom: 40px;	
}

.page_header{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}

.page_header a{
	font-size: 66px;
	color: #CCC;
	line-height: 70px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.page_header a:hover{
	color: #999;
}

.main_header{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a70000;
}

.main_header a{
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	background-color: #a70000;
	font-weight: 300;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.main_header a:hover{
	background-color: #000000;
}

.pages header{
	/*margin: 0px 0 50px 0;*/
}

.pages ol{
	margin: 20px 0;	
}

.pages ol li{
	margin-bottom: 15px;	
}




.sidebar_header{
	border-bottom: 4px solid #a70000;
	text-align: right;
}

.sidebar_header a{
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	background-color: #a70000;
	font-weight: 300;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;

}

.sidebar_header a:hover{
	background-color: #000000;
}


/*---- breadcrumb ----*/
.breadcrumb {
	background-color: #fff;
	padding: 0px 0px;
	font-size: 12px;
}

.breadcrumb a {
	color: #a70000;
}
.breadcrumb a:hover {
	color: #222;
}

/*---- BOX-NEWS ----*/

#list-news > .box-news{
	float: left;
	width: 50%;
	min-height: 500px;	
}

#list-news > .box-news:nth-child(odd){
	padding-right: 15px;
}

#list-news > .box-news:nth-child(even){
	padding-left: 15px;
}

#list-news > .box-news > a {
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}


#list-news > .box-news > a > figure{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}


#list-news > .box-news > a > figure::after{
	display: block;
	content: "";
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/logo-figure.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	/*	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;*/
	transition: opacity 0.4s ease-in-out;
}

#list-news > .box-news > a:hover > figure::after{
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);	
}

#list-news > .box-news > a > header{
	text-align: center;
	position: relative;
	top: -20px;
}



#list-news > .box-news > a > header > h1{
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding: 15px 20px;
	background-color: #222;
	width: 90%;
	min-height: 90px;
	margin: 0 auto 5px auto;
	-webkit-transition: all 0.2s ease-in-out;
	/*	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;*/
	transition: all 0.2s ease-in-out;
}

#list-news > .box-news > a:hover > header > h1{
	width: 100%;
	background-color: #a70000;
}

#list-news > .box-news > a > header::after{
	display: block;
	content: "";
	background-color: #FFF;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 2px;
}

#list-news > .box-news > a > header > time{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin: 0 0 0 -90px;
	background-color: #a70000;
	width: 180px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

#list-news > .box-news > a:hover > header > time{
	background-color: #222;
	margin: 0;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 2;
}


#list-news > .box-news > a > section{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}


.socialmedia{
	position: relative;
	top: -20px;
	height: 20px;
}

.socialmedia .share_google
{
	position: absolute;
	left: 0px;
	top: 0px;
}



.socialmedia .share_facebook
{
	position: absolute;
	left: 100px;
	top: 0px;
}


.socialmedia .share_twitter
{
	position: absolute;
	left: 240px;
	top: 0px;
}


/*---- PAGINATION ----*/


.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
  }

  .holder a:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #a70000 !important;
	border: 1px solid #a70000;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }













/*---- NEWS ----*/


.meta-info em{
	font-style: normal;
	color: #999;
}

.news figcaption{
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-align: right;
	display: block;
}

.news header{
	margin: 20px 0 40px 0;
}

.articleBody{
	margin-bottom: 60px;
}
.tx{
	text-align: justify;	
}




/*---- BOX-AD ----*/

.box-ad {
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
}

#owl-ad{
	width: 1125px;
	margin-bottom: 40px;
}


.box-ad .adNavigation{
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 2;
}

.box-ad .adNavigation a{
	font-size: 24px;
	color: #FFF;
	background-color: #a70000;
	text-align: center;
	display: inline-block;
	width: 33px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.box-ad .adNavigation a:hover{
	background-color: #222;
}


/*---- BOX-GALLERY ----*/

.box-gallery{
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 40px;
}


.box-gallery h1{
	border-bottom: none;
	margin-bottom: 0px;
	position: relative;
	bottom: -20px;
	z-index: 30;
}


#owl-gallery a figure{
	border: 10px solid #f0efef;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

#owl-gallery::after {
	display: block;
	content: "";
	background-color: #999;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 2px;
}

#owl-gallery h2 {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 115px;
}

#owl-gallery a:hover figure{
	border: 10px solid #222;
}



#owl-gallery a figure::after{
	display: block;
	content: "";
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/logo-figure.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	/*	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;*/
	transition: opacity 0.4s ease-in-out;
}

#owl-gallery a:hover figure::after{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);	
}







#owl-gallery a figure figcaption span{
	font-size: 22px;
	color: #FFF;
	background-color: #a70000;
	text-align: center;
	padding: 5px;
	display: block;
	position: absolute;
	z-index: 1012;
	bottom: -10px;
	width: 40px;
	left: 10px;
}

#owl-gallery a figure figcaption span em{
	display: none;
}


#owl-gallery a h2{
	background-color: #f0efef;
	text-transform: uppercase;
	color: #222;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
	width: 290px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#owl-gallery a:hover h2{
	background-color: #222;
	color: #fff;
}

#owl-gallery .owl-controls {
	position: absolute;
	left: 0px;
	top: -25px;
	z-index: 1011;	
}





/*---- box-special ----*/
.box-special{
	margin-bottom: 10px;
}
.box-special a{
	display: block;
	padding-bottom: 10px;
}



/*---- SELF-AD ----*/
.self-ad{
	margin: 0 0 20px  0;
}

.self-ad:before, .self-ad:after {
    content: " ";
    display: table;
}
.self-ad:after {
    clear: both;
}


.self-ad ul{
	margin: 0;
	padding: 0;
}



.self-ad ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 50%;
}


.self-ad ul li:nth-child(odd){
	padding-right: 5px;
}
.self-ad ul li:nth-child(even){
	padding-left: 5px;
}

.self-ad ul li a{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: #222;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.self-ad ul li span{
	padding: 10px;
	display: block;
}

.self-ad ul li a em{
	background-color: #cecece;
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	text-transform: uppercase;
	padding: 5px 10px;
	font-style: normal;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.self-ad ul li a:hover{
	background-color: #a70000;
	color: #FFF;
}

.self-ad ul li a:hover em{
	background-color: #E9E9E9;
}

.self-ad ul li.link_intencje {
	float: none;
	padding: 0;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}

.self-ad ul li.link_intencje  a {
	background-color: #a70000;
	color: #fff;
	padding-top: 0px;
	position: relative;
}

.self-ad ul li.link_intencje  a:hover {
    background-color: #222;
}

.self-ad ul li.link_intencje  a:after {
	font-family: entypo;
	font-style: normal;
	font-size: 40px;
	display: inline-block;
	width: 1.1em;
	margin-right: .1em;
	text-align: center;
	content: "\2709";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
}


/*---- BOX-EVENT ----*/


.box-event{
	margin: 0 0 20px  0;
}

.box-event:before, .box-event:after {
    content: " ";
    display: table;
}
.box-event:after {
    clear: both;
}

.box-event a.link{
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	display: block;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.box-event a.link:hover{
	color: #a70000;
}


.box-event ul{
	margin: 0;
	padding: 0;
}

.box-event ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.box-event ul li a{
	display: block;
	color: #222;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

.box-event ul li a .czas{
	display: inline-block;
	width: 90px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: #f0efef;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}


.box-event ul li a:hover .czas{
	background-color: #a70000;
	color: #FFF;
}

.box-event ul li a .czas:before, .box-event ul li a .czas:after {
    content: " ";
    display: table;
}
.box-event ul li a .czas:after {
    clear: both;
}


.box-event ul li a .czas .dzien,
.box-event ul li a .czas .miesiac,
.box-event ul li a .czas .rok
{
	display: block;
	width: 45px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

.box-event ul li a .czas .dzien
{
	font-size: 42px;
	line-height: 50px;
	padding-left: 5px;
}
.box-event ul li a .czas .miesiac
{
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	
}
.box-event ul li a .czas .rok
{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.box-event ul li a .czas .godzina em
{
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}



.box-event ul li a .czas .godzina
{
	font-size: 16px;
	background-color: #cecece;
	clear: both;
	float: none;
	width: 90px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.box-event ul li a:hover .czas .godzina
{
	background-color: #222;
}



.box-event ul li a  h2{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	position: absolute;
	left: 110px;
	top: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.box-event ul li a:hover h2{
	color: #a70000;
}


.box-event ul li a .lokalizacja{
	display: inline-block;
	position: absolute;
	left: 110px;
	bottom: 10px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #999;
	-webkit-transition: all 0.4s ease-in-out;
	/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.box-event ul li a:hover .lokalizacja{
	color: #222;
}





/*---- list-foto ----*/

.list-foto{
	margin: 0 0 40px 0;
	padding: 0px;
	display: block;
}


.list-foto:before, .list-foto:after {
    content: " ";
    display: table;
}

.list-foto:after {
    clear: both;
}

.list-foto li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	list-style-type: none;
}

.list-foto li a{
	border: 2px solid #FFF;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;	
}
.list-foto li a::after{
	font-family: entypo;
	content: "\1f304";
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	height: 200%;
	width: 200%;
	position: absolute;
	left: 0;
	top: -1000px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 40px;
	line-height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	padding-top: 50%;
	padding-left: 50%;
		-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

.list-foto li a:hover::after{
	position: absolute;
	left: 0;
	top: 0;
}

/*---- box-lib ----*/
.box-lib-katalog figure {
	overflow: hidden;
	position: relative;
}

.box-lib-katalog a figure figcaption {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.box-lib-katalog a:hover figure figcaption {
	background-color: rgba(124,0,0,0.9);
}

.box-lib-open ul{
	margin: 20px 0px;
	padding: 0px;
}
.box-lib-open ul li{
	list-style-type: none;
	margin-bottom: 4px;
}

.box-lib-open ul li span{
	background-color: #E0E0E0;
	text-align: center;
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}

.box-lib-open p{
	text-align: center;
	margin-bottom: 40px;
}



/*---- FENIKS ----*/

.list-feniks{
	margin-bottom: 40px;
}

#list-feniks:before,
#list-feniks:after {
  display: table;
  content: " ";
}

#list-feniks:after {
  clear: both;
}

.box-feniks{
	float: left;
	width: 148px;
	margin-right: 10px;
}

.box-feniks:nth-child(5n) {
    margin-right: 0;
}

.box-feniks a figure{
	position: relative;
	overflow: hidden;
}

.box-feniks a figure figcaption{
	position: absolute;
	background-color: rgba(167,0,0,0.8);
	height: 100%;
	width: 100%;
	left: 0px;
	top: -200%;
	display: table-cell;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	line-height: 50px;
	padding-top: 30%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.box-feniks a figure figcaption span{
	font-size: 20px;
	line-height: 20px;
}
.box-feniks a:hover figure figcaption{
	position: absolute;
	top: 0;
}

/*---- LIST FORMATION ----*/

#list-formation {
	margin: 0px;
	padding: 0px;
}

#list-formation li {
	width: 33.33333%;
	float: left;
	list-style-type: none;
}


#list-formation li a {
	background-color: #E1E1E1;
	margin: 10px;
	display: block;
	text-align: center;
	padding: 40px 10px;
	color: #333;
	text-transform: uppercase;
	min-height: 100px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#list-formation li a:hover {
	color: #FFF;
	background-color: #A70000;
}

#list-formation li a figcaption {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 20px 10px 0 10px;
	color: #222;
	font-size: 16px;
	min-height:70px;
}

#list-formation li a:hover figcaption {
	color: #fff;
}





#list-group {
	margin: 0px;
	padding: 0px;
}


#list-group li {
	width: 25%;
	float: left;
	list-style-type: none;
}


#list-group li a {
	background-color: #E1E1E1;
	margin: 10px;
	display: block;
	text-align: center;
	padding: 10px 10px;
	color: #333;
	text-transform: uppercase;
	min-height: 100px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#list-group li a:hover {
	color: #FFF;
	background-color: #A70000;
}

#list-group li a figcaption {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 20px 10px 0 10px;
	color: #222;
	font-size: 16px;
	min-height:70px;
}

#list-group li a:hover figcaption {
	color: #fff;
}

.foto-group{
	background-color: #EBEBEB;
	padding: 10px;
	float: left;
	width: 20%;
	display: block;
}



/*---- KONTAKT ----*/

#formularz{
	float: left;
	width: 46%;
	margin-left: 4%;
}


#datakontakt{
	float: left;
	width: 46%;
	margin-right: 4%;
}



/*---- FOOTER ----*/


#footer {
	background-color: #222;
	color: #CCC;
	padding-top: 20px;
}



#footer .links
{
	float: left;
	width: 260px;

}

#footer .contact
{
	float: left;
	width: 490px;
	padding-right: 30px;
	padding-left: 30px;
}

#footer .newsletter
{
	float: right;
	width: 360px;
}




#footer .links dl dt h2
{
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
}

#footer .links dl dd
{
	padding: 5px 0 5px 10px;
	border-top: 1px dotted #333;
}

#footer .links dl:last-child
{
	border-bottom: 1px dotted #333;
}

#footer .links dl dd a
{
	color: #CCC;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}



#footer .links dl dd a::before
{
	font-family: entypo;
	content: '\1f517';
	font-size: 16px;
	color: #999;
	position: relative;
	left: -10px;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;
}

#footer .links dl dd a:hover,
#footer .links dl dd a:hover::before
{
	color: #fff;
}







#footer .contact
{
	position: relative;
	margin-bottom: 20px;
}



#footer .contact::after
{
	content: url(../img/logo_start.png);
	position: absolute;
	right: 40px;
	bottom: 0px;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);

}


#footer .contact h2
{
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#footer .contact address abbr{
	border: none;
	width: 55px;
	display: inline-block;
}

#footer .contact address a{
	color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#footer .contact address a:hover{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}



#footer .contact .social-media{
	margin: 0px;
	padding: 0px;
}

#footer .contact .social-media li{
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#footer .contact .social-media li a{
	font-size: 30px;
	color: #999;
	-webkit-transition: all 0.4s ease-in-out;
/*	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;*/
	transition: all 0.4s ease-in-out;	
}

#footer .contact .social-media li a:hover{
	color: #fff;
}


#footer .newsletter h2
{
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
}

#footer .newsletter p
{
	margin-bottom: 20px;
}

#footer .newsletter em
{
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 20px 0 0 0;
	line-height: 16px;
	display: block;
}





#footer #footer-nav{
	clear: both;
	float: none;
	margin-top: 40px;
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}


#footer #footer-nav:after {
    content: " ";
    display: table;
}
#footer #footer-nav:after {
    clear: both;
}


#footer #footer-nav ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer #footer-nav ul li{
	margin: 0 10px 0 0 ;
	padding: 0px;
	display: inline;
}

#footer #footer-nav ul li a{
	text-transform: uppercase;
	color: #CCC;
}


#footer  #created{
	float: right;
	color: #666;
}

#footer  #created a{
	color: #666;
}


#footer #footer-nav #copyright{
	color: #CCC;
	float: right;
	margin-left: 20px;
}


/* FORM */

label.req:after {
    color: #C00;
    content: "*";
    margin-left: 2px;
}

label.error {
	font-weight: normal;
	color: #B5204D;
	font-size: 12px;
}

input.error,
textarea.error
 {
	border-color: #BC1010 !important;
	background-color: rgba(204,0,0,0.07);
}


input.error:focus,
textarea.error:focus
 {
  border-color: #953b39 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
.form-control:focus {
	border-color: #666666;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
}












/* ==============
    cookieinfo
   ============== */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
	position: absolute;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	right: 20px;
	top: 0px;
	right: 0px;
	/*background-color: rgba(0,0,0,0.95);*/
	padding: 10px;
	z-index: 1000;
	text-align: center;
	color: #CCC;
}



#cookieinfo span {

}



#cookieinfo a.closeinfo {
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border: none;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#cookieinfo a.closeinfo:hover {
	color: #CC0000;
}

	



/*---- ENTYPO ICO FONT ----*/


@font-face {
  font-family: 'entypo';
  src: url('../fonts/entypo.eot');
  src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
       url('../fonts/entypo.woff') format('woff'),
       url('../fonts/entypo.ttf') format('truetype'),
       url('../fonts/entypo.svg#entypo') format('svg');
  font-weight: normal; font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: entypo;
  font-style: normal;

  /* font-size: 14px; */

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.icon-note:before { content: "\266a"; } /* '\266a' */
.icon-note-beamed:before { content: "\266b"; } /* '\266b' */
.icon-music:before { content: "🎵"; } /* '\1f3b5' */
.icon-search:before { content: "🔍"; } /* '\1f50d' */
.icon-flashlight:before { content: "🔦"; } /* '\1f526' */
.icon-mail:before { content: "\2709"; } /* '\2709' */
.icon-heart:before { content: "\2665"; } /* '\2665' */
.icon-heart-empty:before { content: "\2661"; } /* '\2661' */
.icon-star:before { content: "\2605"; } /* '\2605' */
.icon-star-empty:before { content: "\2606"; } /* '\2606' */
.icon-user:before { content: "👤"; } /* '\1f464' */
.icon-users:before { content: "👥"; } /* '\1f465' */
.icon-user-add:before { content: "\e700"; } /* '\e700' */
.icon-video:before { content: "\1f3ac"; } /* '\1f3ac' */
.icon-picture:before { content: "\1f304"; } /* '\1f304' */
.icon-camera:before { content: "📷"; } /* '\1f4f7' */
.icon-layout:before { content: "\268f"; } /* '\268f' */
.icon-menu:before { content: "\2630"; } /* '\2630' */
.icon-check:before { content: "\2713"; } /* '\2713' */
.icon-cancel:before { content: "\2715"; } /* '\2715' */
.icon-cancel-circled:before { content: "\2716"; } /* '\2716' */
.icon-cancel-squared:before { content: "\274e"; } /* '\274e' */
.icon-plus:before { content: "\2b"; } /* '\2b' */
.icon-plus-circled:before { content: "\2795"; } /* '\2795' */
.icon-plus-squared:before { content: "\229e"; } /* '\229e' */
.icon-minus:before { content: "\2d"; } /* '\2d' */
.icon-minus-circled:before { content: "\2796"; } /* '\2796' */
.icon-minus-squared:before { content: "\229f"; } /* '\229f' */
.icon-help:before { content: "\2753"; } /* '\2753' */
.icon-help-circled:before { content: "\e704"; } /* '\e704' */
.icon-info:before { content: "\2139"; } /* '\2139' */
.icon-info-circled:before { content: "\e705"; } /* '\e705' */
.icon-back:before { content: "🔙"; } /* '\1f519' */
.icon-home:before { content: "\2302"; } /* '\2302' */
.icon-link:before { content: "\1f517"; } /* '\1f517' */
.icon-attach:before { content: "📎"; } /* '\1f4ce' */
.icon-lock:before { content: "🔒"; } /* '\1f512' */
.icon-lock-open:before { content: "🔓"; } /* '\1f513' */
.icon-eye:before { content: "\e70a"; } /* '\e70a' */
.icon-tag:before { content: "\e70c"; } /* '\e70c' */
.icon-bookmark:before { content: "🔖"; } /* '\1f516' */
.icon-bookmarks:before { content: "📑"; } /* '\1f4d1' */
.icon-flag:before { content: "\2691"; } /* '\2691' */
.icon-thumbs-up:before { content: "👍"; } /* '\1f44d' */
.icon-thumbs-down:before { content: "👎"; } /* '\1f44e' */
.icon-download:before { content: "📥"; } /* '\1f4e5' */
.icon-upload:before { content: "📤"; } /* '\1f4e4' */
.icon-upload-cloud:before { content: "\e711"; } /* '\e711' */
.icon-reply:before { content: "\e712"; } /* '\e712' */
.icon-reply-all:before { content: "\e713"; } /* '\e713' */
.icon-forward:before { content: "\27a6"; } /* '\27a6' */
.icon-quote:before { content: "\275e"; } /* '\275e' */
.icon-code:before { content: "\e714"; } /* '\e714' */
.icon-export:before { content: "\e715"; } /* '\e715' */
.icon-pencil:before { content: "\270e"; } /* '\270e' */
.icon-feather:before { content: "\2712"; } /* '\2712' */
.icon-print:before { content: "\e716"; } /* '\e716' */
.icon-retweet:before { content: "\e717"; } /* '\e717' */
.icon-keyboard:before { content: "\2328"; } /* '\2328' */
.icon-comment:before { content: "\e718"; } /* '\e718' */
.icon-chat:before { content: "\e720"; } /* '\e720' */
.icon-bell:before { content: "🔔"; } /* '\1f514' */
.icon-attention:before { content: "\26a0"; } /* '\26a0' */
.icon-alert:before { content: "💥"; } /* '\1f4a5' */
.icon-vcard:before { content: "\e722"; } /* '\e722' */
.icon-address:before { content: "\e723"; } /* '\e723' */
.icon-location:before { content: "\e724"; } /* '\e724' */
.icon-map:before { content: "\e727"; } /* '\e727' */
.icon-direction:before { content: "\27a2"; } /* '\27a2' */
.icon-compass:before { content: "\e728"; } /* '\e728' */
.icon-cup:before { content: "\2615"; } /* '\2615' */
.icon-trash:before { content: "\e729"; } /* '\e729' */
.icon-doc:before { content: "\e730"; } /* '\e730' */
.icon-docs:before { content: "\e736"; } /* '\e736' */
.icon-doc-landscape:before { content: "\e737"; } /* '\e737' */
.icon-doc-text:before { content: "📄"; } /* '\1f4c4' */
.icon-doc-text-inv:before { content: "\e731"; } /* '\e731' */
.icon-newspaper:before { content: "📰"; } /* '\1f4f0' */
.icon-book-open:before { content: "📖"; } /* '\1f4d6' */
.icon-book:before { content: "📕"; } /* '\1f4d5' */
.icon-folder:before { content: "📁"; } /* '\1f4c1' */
.icon-archive:before { content: "\e738"; } /* '\e738' */
.icon-box:before { content: "📦"; } /* '\1f4e6' */
.icon-rss:before { content: "\e73a"; } /* '\e73a' */
.icon-phone:before { content: "📞"; } /* '\1f4de' */
.icon-cog:before { content: "\2699"; } /* '\2699' */
.icon-tools:before { content: "\2692"; } /* '\2692' */
.icon-share:before { content: "\e73c"; } /* '\e73c' */
.icon-shareable:before { content: "\e73e"; } /* '\e73e' */
.icon-basket:before { content: "\e73d"; } /* '\e73d' */
.icon-bag:before { content: "👜"; } /* '\1f45c' */
.icon-calendar:before { content: "📅"; } /* '\1f4c5' */
.icon-login:before { content: "\e740"; } /* '\e740' */
.icon-logout:before { content: "\e741"; } /* '\e741' */
.icon-mic:before { content: "🎤"; } /* '\1f3a4' */
.icon-mute:before { content: "🔇"; } /* '\1f507' */
.icon-sound:before { content: "🔊"; } /* '\1f50a' */
.icon-volume:before { content: "\e742"; } /* '\e742' */
.icon-clock:before { content: "🕔"; } /* '\1f554' */
.icon-hourglass:before { content: "\23f3"; } /* '\23f3' */
.icon-lamp:before { content: "💡"; } /* '\1f4a1' */
.icon-light-down:before { content: "🔅"; } /* '\1f505' */
.icon-light-up:before { content: "🔆"; } /* '\1f506' */
.icon-adjust:before { content: "\25d1"; } /* '\25d1' */
.icon-block:before { content: "🚫"; } /* '\1f6ab' */
.icon-resize-full:before { content: "\e744"; } /* '\e744' */
.icon-resize-small:before { content: "\e746"; } /* '\e746' */
.icon-popup:before { content: "\e74c"; } /* '\e74c' */
.icon-publish:before { content: "\e74d"; } /* '\e74d' */
.icon-window:before { content: "\e74e"; } /* '\e74e' */
.icon-arrow-combo:before { content: "\e74f"; } /* '\e74f' */
.icon-down-circled:before { content: "\e758"; } /* '\e758' */
.icon-left-circled:before { content: "\e759"; } /* '\e759' */
.icon-right-circled:before { content: "\e75a"; } /* '\e75a' */
.icon-up-circled:before { content: "\e75b"; } /* '\e75b' */
.icon-down-open:before { content: "\e75c"; } /* '\e75c' */
.icon-left-open:before { content: "\e75d"; } /* '\e75d' */
.icon-right-open:before { content: "\e75e"; } /* '\e75e' */
.icon-up-open:before { content: "\e75f"; } /* '\e75f' */
.icon-down-open-mini:before { content: "\e760"; } /* '\e760' */
.icon-left-open-mini:before { content: "\e761"; } /* '\e761' */
.icon-right-open-mini:before { content: "\e762"; } /* '\e762' */
.icon-up-open-mini:before { content: "\e763"; } /* '\e763' */
.icon-down-open-big:before { content: "\e764"; } /* '\e764' */
.icon-left-open-big:before { content: "\e765"; } /* '\e765' */
.icon-right-open-big:before { content: "\e766"; } /* '\e766' */
.icon-up-open-big:before { content: "\e767"; } /* '\e767' */
.icon-down:before { content: "\2b07"; } /* '\2b07' */
.icon-left:before { content: "\2b05"; } /* '\2b05' */
.icon-right:before { content: "\27a1"; } /* '\27a1' */
.icon-up:before { content: "\2b06"; } /* '\2b06' */
.icon-down-dir:before { content: "\25be"; } /* '\25be' */
.icon-left-dir:before { content: "\25c2"; } /* '\25c2' */
.icon-right-dir:before { content: "\25b8"; } /* '\25b8' */
.icon-up-dir:before { content: "\25b4"; } /* '\25b4' */
.icon-down-bold:before { content: "\e4b0"; } /* '\e4b0' */
.icon-left-bold:before { content: "\e4ad"; } /* '\e4ad' */
.icon-right-bold:before { content: "\e4ae"; } /* '\e4ae' */
.icon-up-bold:before { content: "\e4af"; } /* '\e4af' */
.icon-down-thin:before { content: "\2193"; } /* '\2193' */
.icon-left-thin:before { content: "\2190"; } /* '\2190' */
.icon-right-thin:before { content: "\2192"; } /* '\2192' */
.icon-up-thin:before { content: "\2191"; } /* '\2191' */
.icon-ccw:before { content: "\27f2"; } /* '\27f2' */
.icon-cw:before { content: "\27f3"; } /* '\27f3' */
.icon-arrows-ccw:before { content: "🔄"; } /* '\1f504' */
.icon-level-down:before { content: "\21b3"; } /* '\21b3' */
.icon-level-up:before { content: "\21b0"; } /* '\21b0' */
.icon-shuffle:before { content: "🔀"; } /* '\1f500' */
.icon-loop:before { content: "🔁"; } /* '\1f501' */
.icon-switch:before { content: "\21c6"; } /* '\21c6' */
.icon-play:before { content: "\25b6"; } /* '\25b6' */
.icon-stop:before { content: "\25a0"; } /* '\25a0' */
.icon-pause:before { content: "\2389"; } /* '\2389' */
.icon-record:before { content: "\26ab"; } /* '\26ab' */
.icon-to-end:before { content: "\23ed"; } /* '\23ed' */
.icon-to-start:before { content: "\23ee"; } /* '\23ee' */
.icon-fast-forward:before { content: "\23e9"; } /* '\23e9' */
.icon-fast-backward:before { content: "\23ea"; } /* '\23ea' */
.icon-progress-0:before { content: "\e768"; } /* '\e768' */
.icon-progress-1:before { content: "\e769"; } /* '\e769' */
.icon-progress-2:before { content: "\e76a"; } /* '\e76a' */
.icon-progress-3:before { content: "\e76b"; } /* '\e76b' */
.icon-target:before { content: "🎯"; } /* '\1f3af' */
.icon-palette:before { content: "🎨"; } /* '\1f3a8' */
.icon-list:before { content: "\e005"; } /* '\e005' */
.icon-list-add:before { content: "\e003"; } /* '\e003' */
.icon-signal:before { content: "📶"; } /* '\1f4f6' */
.icon-trophy:before { content: "🏆"; } /* '\1f3c6' */
.icon-battery:before { content: "🔋"; } /* '\1f50b' */
.icon-back-in-time:before { content: "\e771"; } /* '\e771' */
.icon-monitor:before { content: "💻"; } /* '\1f4bb' */
.icon-mobile:before { content: "📱"; } /* '\1f4f1' */
.icon-network:before { content: "\e776"; } /* '\e776' */
.icon-cd:before { content: "💿"; } /* '\1f4bf' */
.icon-inbox:before { content: "\e777"; } /* '\e777' */
.icon-install:before { content: "\e778"; } /* '\e778' */
.icon-globe:before { content: "🌎"; } /* '\1f30e' */
.icon-cloud:before { content: "\2601"; } /* '\2601' */
.icon-cloud-thunder:before { content: "\26c8"; } /* '\26c8' */
.icon-flash:before { content: "\26a1"; } /* '\26a1' */
.icon-moon:before { content: "\263d"; } /* '\263d' */
.icon-flight:before { content: "\2708"; } /* '\2708' */
.icon-paper-plane:before { content: "\e79b"; } /* '\e79b' */
.icon-leaf:before { content: "🍂"; } /* '\1f342' */
.icon-lifebuoy:before { content: "\e788"; } /* '\e788' */
.icon-mouse:before { content: "\e789"; } /* '\e789' */
.icon-briefcase:before { content: "💼"; } /* '\1f4bc' */
.icon-suitcase:before { content: "\e78e"; } /* '\e78e' */
.icon-dot:before { content: "\e78b"; } /* '\e78b' */
.icon-dot-2:before { content: "\e78c"; } /* '\e78c' */
.icon-dot-3:before { content: "\e78d"; } /* '\e78d' */
.icon-brush:before { content: "\e79a"; } /* '\e79a' */
.icon-magnet:before { content: "\e7a1"; } /* '\e7a1' */
.icon-infinity:before { content: "\221e"; } /* '\221e' */
.icon-erase:before { content: "\232b"; } /* '\232b' */
.icon-chart-pie:before { content: "\e751"; } /* '\e751' */
.icon-chart-line:before { content: "📈"; } /* '\1f4c8' */
.icon-chart-bar:before { content: "📊"; } /* '\1f4ca' */
.icon-chart-area:before { content: "🔾"; } /* '\1f53e' */
.icon-tape:before { content: "\2707"; } /* '\2707' */
.icon-graduation-cap:before { content: "🎓"; } /* '\1f393' */
.icon-language:before { content: "\e752"; } /* '\e752' */
.icon-ticket:before { content: "🎫"; } /* '\1f3ab' */
.icon-water:before { content: "💦"; } /* '\1f4a6' */
.icon-droplet:before { content: "\1f4a7"; } /* '\1f4a7' */
.icon-air:before { content: "\e753"; } /* '\e753' */
.icon-credit-card:before { content: "\1f4b3"; } /* '\1f4b3' */
.icon-floppy:before { content: "\1f4be"; } /* '\1f4be' */
.icon-clipboard:before { content: "📋"; } /* '\1f4cb' */
.icon-megaphone:before { content: "📣"; } /* '\1f4e3' */
.icon-database:before { content: "\e754"; } /* '\e754' */
.icon-drive:before { content: "\e755"; } /* '\e755' */
.icon-bucket:before { content: "\e756"; } /* '\e756' */
.icon-thermometer:before { content: "\e757"; } /* '\e757' */
.icon-key:before { content: "🔑"; } /* '\1f511' */
.icon-flow-cascade:before { content: "\e790"; } /* '\e790' */
.icon-flow-branch:before { content: "\e791"; } /* '\e791' */
.icon-flow-tree:before { content: "\e792"; } /* '\e792' */
.icon-flow-line:before { content: "\e793"; } /* '\e793' */
.icon-flow-parallel:before { content: "\e794"; } /* '\e794' */
.icon-rocket:before { content: "🚀"; } /* '\1f680' */
.icon-gauge:before { content: "\e7a2"; } /* '\e7a2' */
.icon-traffic-cone:before { content: "\e7a3"; } /* '\e7a3' */
.icon-cc:before { content: "\e7a5"; } /* '\e7a5' */
.icon-cc-by:before { content: "\e7a6"; } /* '\e7a6' */
.icon-cc-nc:before { content: "\e7a7"; } /* '\e7a7' */
.icon-cc-nc-eu:before { content: "\e7a8"; } /* '\e7a8' */
.icon-cc-nc-jp:before { content: "\e7a9"; } /* '\e7a9' */
.icon-cc-sa:before { content: "\e7aa"; } /* '\e7aa' */
.icon-cc-nd:before { content: "\e7ab"; } /* '\e7ab' */
.icon-cc-pd:before { content: "\e7ac"; } /* '\e7ac' */
.icon-cc-zero:before { content: "\e7ad"; } /* '\e7ad' */
.icon-cc-share:before { content: "\e7ae"; } /* '\e7ae' */
.icon-cc-remix:before { content: "\e7af"; } /* '\e7af' */
.icon-github:before { content: "\f300"; } /* '\f300' */
.icon-github-circled:before { content: "\f301"; } /* '\f301' */
.icon-flickr:before { content: "\f303"; } /* '\f303' */
.icon-flickr-circled:before { content: "\f304"; } /* '\f304' */
.icon-vimeo:before { content: "\f306"; } /* '\f306' */
.icon-vimeo-circled:before { content: "\f307"; } /* '\f307' */
.icon-twitter:before { content: "\f309"; } /* '\f309' */
.icon-twitter-circled:before { content: "\f30a"; } /* '\f30a' */
.icon-facebook:before { content: "\f30c"; } /* '\f30c' */
.icon-facebook-circled:before { content: "\f30d"; } /* '\f30d' */
.icon-facebook-squared:before { content: "\f30e"; } /* '\f30e' */
.icon-gplus:before { content: "\f30f"; } /* '\f30f' */
.icon-gplus-circled:before { content: "\f310"; } /* '\f310' */
.icon-pinterest:before { content: "\f312"; } /* '\f312' */
.icon-pinterest-circled:before { content: "\f313"; } /* '\f313' */
.icon-tumblr:before { content: "\f315"; } /* '\f315' */
.icon-tumblr-circled:before { content: "\f316"; } /* '\f316' */
.icon-linkedin:before { content: "\f318"; } /* '\f318' */
.icon-linkedin-circled:before { content: "\f319"; } /* '\f319' */
.icon-dribbble:before { content: "\f31b"; } /* '\f31b' */
.icon-dribbble-circled:before { content: "\f31c"; } /* '\f31c' */
.icon-stumbleupon:before { content: "\f31e"; } /* '\f31e' */
.icon-stumbleupon-circled:before { content: "\f31f"; } /* '\f31f' */
.icon-lastfm:before { content: "\f321"; } /* '\f321' */
.icon-lastfm-circled:before { content: "\f322"; } /* '\f322' */
.icon-rdio:before { content: "\f324"; } /* '\f324' */
.icon-rdio-circled:before { content: "\f325"; } /* '\f325' */
.icon-spotify:before { content: "\f327"; } /* '\f327' */
.icon-spotify-circled:before { content: "\f328"; } /* '\f328' */
.icon-qq:before { content: "\f32a"; } /* '\f32a' */
.icon-instagrem:before { content: "\f32d"; } /* '\f32d' */
.icon-dropbox:before { content: "\f330"; } /* '\f330' */
.icon-evernote:before { content: "\f333"; } /* '\f333' */
.icon-flattr:before { content: "\f336"; } /* '\f336' */
.icon-skype:before { content: "\f339"; } /* '\f339' */
.icon-skype-circled:before { content: "\f33a"; } /* '\f33a' */

.icon-renren:before { content: "\f33c"; } /* '\f33c' */
.icon-sina-weibo:before { content: "\f33f"; } /* '\f33f' */
.icon-paypal:before { content: "\f342"; } /* '\f342' */
.icon-picasa:before { content: "\f345"; } /* '\f345' */
.icon-soundcloud:before { content: "\f348"; } /* '\f348' */
.icon-mixi:before { content: "\f34b"; } /* '\f34b' */
.icon-behance:before { content: "\f34e"; } /* '\f34e' */
.icon-google-circles:before { content: "\f351"; } /* '\f351' */
.icon-vkontakte:before { content: "\f354"; } /* '\f354' */
.icon-smashing:before { content: "\f357"; } /* '\f357' */
.icon-sweden:before { content: "\f601"; } /* '\f601' */
.icon-db-shape:before { content: "\f600"; } /* '\f600' */
.icon-logo-db:before { content: "\f603"; } /* '\f603' */
