

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#page-wrapper {
		background-color: #FFFFFF; 
	}
	
	.boxed {
		background: url(../../images/backgrounds/pattern-1.png) repeat top left;
	}
	
	.boxed #page-wrapper {
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		-webkit-box-shadow: 0px 0px 5px #323232;
				box-shadow: 0px 0px 5px #323232;
	}
	
	.boxed header.header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #page-wrapper,
		.boxed header.header-sticky {
			max-width: 1350px;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	header {
		position: relative;
	}
	
	#fullscreen header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2000;
		background-color: #fff;
	}
	
	#fullscreen #search-container.open + header {
		top: 84px;
	}
	
	header [class^="col-"] {
		position: static;
	}
	
	header .container {
		position: relative;
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/
 	
	#logo {
	
		margin: 10px 0px 10px -14px;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
	}
	
	#logo img {}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: #3b3e43;
	}
	.menu > li > a {
		position: relative;
		padding: 10px 0px 21px 0px;
		margin-right: 8px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.menu li a.ordersystem {
		color: #cc6411;
		font-weight: 900;
	}	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li a:hover,
	.menu li.active > a,
	.menu li.sfHover > a {
		color: #7ea930;
		text-decoration: none;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 2000;
		width: 300px;
		padding: 25px 0;
		border: 1px solid #EA8913;
		border-top: 2px solid #EA8913;
		background-color: #fff;
	}
	
	.menu li.dropdown ul li a {
		padding: 10px 25px;
	}
	
	.menu li.dropdown ul li a:before {
		display: inline-block;
		color: #EA8913;
		border: 1px solid #EA8913;
		border-radius: 10%;
		width: 17px;
		height: 17px;
		padding-left: 1px;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
		font-family: "FontAwesome";
		content: "";
		margin-right: 10px;
	}
	
	.menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
		margin-top: -27px; 
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		display: none;
		z-index: 2000;
		border: 1px solid #d7d7d7;
		border-top: 2px solid #EA8913;
		background: #fff url(../../images/backgrounds/bg-megamenu.jpg) no-repeat center center;
		padding: 40px 20px 35px;
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #3b3e43;
		margin-top: -24px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after { 
		border-top-color: #EA8913; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #3b3e43;
		margin-top: -5px;
		margin-right: 4px;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #EA8913; 
	}
	
	.menu.nav > li > a:hover,
	.menu.nav > li > a:focus {
		background-color: transparent;
	}
	
	.menu.nav > li > a:focus {
		color: #3b3e43;
	}
	
	.menu.nav > li.active > a {
		color: #EA8913;
	}
	
	/* MENU DARK */
	.menu.dark li.dropdown ul {
		background-color: #3b3e43;
		color: #fff;
	}
	
	.menu.dark li.megamenu .megamenu-container {
		background: #3b3e43 url(../../images/backgrounds/bg-megamenu-dark.jpg) no-repeat center center;
		color: #fff;
	}
	
	.menu.dark li.dropdown ul li > a,
	.menu.dark li.megamenu .megamenu-container a {
		color: #fff;
	}

	.menu.dark li.dropdown.sfHover > a,
	.menu.dark li.dropdown ul li > a:hover,
	.menu.dark li.megamenu .megamenu-container a:hover {
		color: #EA8913;
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		font-size: 32px;
		line-height: 32px;
		padding: 5px 10px;
		border-radius: 3px;
		margin-top: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#mobile-menu-button:hover {
		background-color: #EA8913;
		color: #fff;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #EA8913;
		color: #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
		
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#mobile-menu .megamenu-container .section:last-child {
		margin-bottom: 0;
	}
	
	#mobile-menu .megamenu-container .section h5 {
		margin-bottom: 5px;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -20px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 10px;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #fff;
		margin-top: -2px;
		content: "";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		border-top-color: transparent;
		border-bottom-color: #fff;
	}
	
	
	#mobile-calendars-button {
	float: left;
	display: none;
	font-size: 32px;
	line-height: 32px;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 42px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
	
	#mobile-calendars-button:hover {
		background-color: #EA8913;
		color: #fff;
	}
	
	#mobile-calendars,
	#mobile-calendars ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #f5f4f4;
		color: #fff;
	}
	
	#mobile-calendars li a {
		display: block;
		padding: 5px 5px;
		color: #000;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
	#mobile-calendars li.technical-information {
		font-weight: 700;
	}
	#mobile-calendars ul a {
		padding-left: 40px; 
	}
	
	#mobile-calendars ul ul a {
		padding-left: 60px;
	}
	#mobile-calendars  h3 {
		padding: 3px;
		line-height: 18px;
		margin: 0px;
	}	

	
/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/

	#page-header {
		padding: 0;
		display: block;
		height: 125px;
		margin-bottom: 0px;

	}
	#page-header-upload {
		padding: 0;
		display: block;
		height: 125px;
		margin-bottom: 0px;

	}	
	#page-header  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}
	#page-header-calendars {
		background: url(../../header/naglowek.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}
	#page-header-logo {


		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-calendars  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}
	#page-header-notepads {
		background: url(../../images/backgrounds/bg-notepads.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-notepads  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}
	#page-header-artificialleather {
		background: url(../../images/backgrounds/bg-artificialleather.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-artificialleather  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}
	#page-header-gadgets {
		background: url(../../images/backgrounds/bg-gadgets.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-gadgets  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}	
	#page-header-publishing {
		background: url(../../images/backgrounds/bg-publishing.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-publishing  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}
	#page-header-print {
		background: url(../../images/backgrounds/bg-print.jpg) no-repeat center center;
		color: #fff;
		padding: 0px;
		display: inherit;
		height: 100%;
		
	}	
	#page-header-print  h2  {

	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	color: #000000;
    border-left-color: #EA8913;
	margin-top: 55px;
	vertical-align: middle; 

	}	
	#page-header h4 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	#page-header.dark-1 {
		background-color: #3b3e43;
		color: #fff;
	}
	
	
	#page-header.dark-1 .breadcrumb li a,
	#page-header.dark-2 .breadcrumb li a {
		color: #fff;
	}
	
	#page-header.dark-1 .breadcrumb li a:hover,
	#page-header.dark-2 .breadcrumb li a:hover {
		color: #EA8913;
	}
	
	#page-header.dark-1 .breadcrumb li.active,
	#page-header.dark-2 .breadcrumb li.active {
		color: #EA8913;
	}


	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 	
	#footer {
		padding: 15px 0 10px 0;
background-color: #fff;
		color: #000000;
				margin-top:20px;
	}
	
	#footer a {
		color: #7ea930;
	}
	
	#footer a:hover {
		color: #EA8913;
	}
	
	#footer  h2 {
		font-weight: 600;
		color: #333333;
		text-transform: uppercase;
		border-left-width: 6px;
		border-left-style: solid;
		padding-left: 15px;
		border-left-color: #EA8913;
		vertical-align: middle;
	}
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
 	
	#footer-bottom {
		background: #F5F5F5;

		color: #000000;
	}
	
	#footer-bottom a {
		color: #ffffff;
	}
	
	#footer-bottom a:hover {
		color: #ffffff;
	}
	
	#footer-bottom .widget:first-child {
		padding-top: 15px;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 15px;
	}


/***********************************************************************************
 *	- CALENDARS
 ***********************************************************************************/ 
 .menu-number {
    color: #c0c0c0 !important;
}
 .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 img[id^=imgzoom] {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}


	.calendars-menu.calendars-menu-sticky {
		position: fixed !important;
		top: 270px !important;
		background-color: #fff;
		z-index: 990;
	}
	
	.calendars-menu {
		z-index: 1;
background: -moz-linear-gradient(271deg, rgba(245,244,244) 0%, rgba(255,255,255) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245,244,244)), color-stop(100%, rgba(255,255,255))); /* safari4+,chrome */
background: -webkit-linear-gradient(271deg, rgba(245,244,244) 0%, rgba(255,255,255) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(271deg, rgba(245,244,244) 0%, rgba(255,255,255) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(271deg, rgba(245,244,244) 0%, rgba(255,255,255) 100%); /* ie10+ */
background: linear-gradient(179deg, rgba(245,244,244) 0%, rgba(255,255,255) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F4F4', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
		padding: 5px 15px;
	}

	.calendars-menu h2 {
    padding-left: 15px;
	margin-top:15px;
    border-left-color: #EA8913;
    vertical-align: middle;
	}
	.calendars-menu h3 {
	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	margin-top:8px;
    border-left-color: #EA8913;
    vertical-align: middle;
	
	}
	.calendars-menu  li.technical-information {
	border-left-width: 6px;
    border-left-style: solid;
    padding-left: 15px;
	margin-top:20px;
    border-left-color: #EA8913;
    vertical-align: middle;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 3.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
	}
	
	.calendars-menu .nav {
		list-style: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.calendars-menu .nav > li > a,
	.calendars-menu .nav > li > a:focus {
		display: inline-block;
		padding-top: 12px;
		padding-bottom: 5px;

		width:100%;
		text-transform: uppercase;
		color: #696969;
		font-weight: 700;
		text-decoration: none;
	}
	
	.bolder {
		color: #000000!important;

	}	
	.calendars-menu .nav > li > a:hover,
	.calendars-menu .nav > li.active > a {
		color: #32D5D8;
		background-color: transparent;
	}
	.calendars-menu .nav > li > a:hover,
	.calendars-menu .nav > li.bolder > a {
		color: #32D5D8;
		background-color: transparent;
	}
	
	.calendars-menu .nav > li > a:focus {
		background-color: transparent;
		overflow: hidden;
	}
	.calendars-menu small {
		font-weight: 600;
		text-transform:uppercase;
	}
	.calendars {
		overflow: hidden;
		
	}
	.calendars.style-1 {
	text-align: left;
	padding-top: 5px;
	}
	.calendars.style-1 h1 small {
		color: #EA8913;
		font-size: 16px;
		font-weight: 400;	
	}	
	.calendars.style-1 .services-boxes-content {
			  overflow: hidden;
	}
	
	.calendars.style-1 h5,
	.calendars.style-1 h2 a {
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		.calendars.style-1 h3{

	padding-top: 8px;
	}
	
	.calendars.style-1:hover h5,
	.calendars.style-1:hover h2 a {
		color: #EA8913;
	}
	.calendars.style-2 {
		text-align: left;
		margin-bottom: 30px;
	}	
	.calendars.style-3 h2 {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;	
	border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;	
	margin-top:10px;
	background: #F5F4F4;
	padding-top:10px;
	padding-bottom:10px;
    vertical-align: middle;
	text-align: center;
	width:100%;
	}
	.calendars.style-3 li {
	width: 50%;
	list-style-type: none;
	float: right;
	}
	.offset:before  {
 
	display: block; 
 	content: " "; 
  	height: 50px;      /* Give height of your fixed element */
    margin-top: -50px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
	}	
	.calendars.style-3 h3 small{
	font-weight: 700;
	}
	.calendars.style-3 span.special {
	color: #4478a0;
	}
	.middle {
    display: flex;
    align-items: center;
	}
	.row-centered {
    text-align:center;
	}
	.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	}
	.margin-left {
	margin-left:16px;
	}
	img.kalendarze-small {
	border: 0 none;
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;		
	}
	.margin-zero {
	margin-top:0px;
	margin-bottom:0px;
	}
	.calendars-name {
	margin-top:-23px;
	margin-bottom:5px;
	color: #475e11;
	line-height: 14px;
	}
	.calendars-name2 {
	margin-top:-30px;
	margin-bottom:0px;
	}	
	.calendars-hr {
		border: 0px inset #999999;
		text-align: center;
	   height: 4px;
	   width: 100%;
	   position: relative;
	   margin-top:10px;
	   background-color: #23D3CF;
	   color: #000000;
	   border-color: #000000;
	}
	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}
	.row.no-gutter {
	  margin-left: 0;
	  margin-right: 0;
	}

	.row.no-gutter [class*='col-']:not(:first-child),
	.row.no-gutter [class*='col-']:not(:last-child) {
	  padding-right: 0;
	  padding-left: 0;
	}
	.menu_display_none {
		display: none!important;
	}
	
/***********************************************************************************
 *	+ PUBLISHER
 ***********************************************************************************/		
	img.books-small {
	border: 0 none;
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;		
	}
/***********************************************************************************
 *	+ TABLE
 ***********************************************************************************/	
.green-table {
font-family: sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 100%;
width: auto;
overflow: auto;
display: block;
}
.green-table th {
background-color: rgb(162, 196, 84);
font-weight: normal;
color: white;
padding: 10px 20px;
text-align: center;
}
.green-table td {
background-color: rgb(238, 238, 238);
padding: 10px 20px;
color: rgb(111, 111, 111);
text-align: center;
}	
.center-table
{
  margin: 0 auto !important;
  float: none !important;
}
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #ffcc8d;
	text-decoration:underline;
}
table {
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-shadow: 1px 1px 0px #fff;
	background:#dbe3eb;
	margin:10px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 1px 1px 2px #d1d1d1;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1;
	 box-shadow: 1px 1px 2px #d1d1d1;
	 border-collapse: collapse; border-spacing: 0;
	 
}
table th {
	padding:3px 3px 3px 3px;
	border-top:0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background: #f3f3f3;

}
td { text-align: center; }
td * { display: inline; }
th { text-align: center; }
th * { display: inline; }
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}

table td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fbfbfb;

}
table td.strong {
font-weight: 700;
}
table tr.even td {
	background: #fbfbfb;

}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;

}	
.green {
color: green;
}
.red {
color: red;
}
.blue {
color: blue;
}
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/
 	
	@media (min-width: 1200px) {
		
		#search-container input[type="text"] {
			width: 60%;
		}
		
		.menu > li > a {
			margin-right: 20px;
		}
		
		.services-boxes.style-4 h3 {
			padding-top: 20px;
		}
		
		.portfolio-item:hover .portfolio-item-hover {
			margin: 20px;
		}
		
		#footer-top .widget-social a {
			margin-right: 85px;
		}
		.calendar-menu-text-show {
		display: none;	
		}		
		
	}
 	@media (min-width: 769px) and (max-width: 1199px) {	
		.calendar-menu-text-show {
		display: none;	
		}		
		
	}
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 991px) {
		
		#fullscreen header {
			position: relative;
		}
	
		.menu {
			display: none;
		}
		
		#mobile-menu-button {
			display: block;
		}
		
		a.search-button + nav {
			margin-right: 0;
		}
		
		a.search-button {
			top: 50px;
			right: 75px;
		}
		
		a.search-button.open:after {
			top: -50px;
		}
		
		#fullscreen #search-container.open + header {
			top: 0;
		}
		
		.about-me-thumbnail .btn {
			bottom: 10px;
		}
		
		.portfolio-item.classic .portfolio-item-description {
			margin-top: 0;
		}
		
		.elements-menu.elements-menu-sticky {
			width: 180px;
		}
		
		#footer-top .widget-social a {
			margin-right: 40px;
		}
		
		#footer .flickr-photos {
			margin: -5px -5px 25px;
		}
		
		#footer .flickr_badge_image {
			padding: 5px;
		}
		
		.flickr_badge_image img {
			width: 73px;
		}
		.calendar-menu-text-show {
		display: none;
		}
		
	}
 
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/
	
	@media (max-width: 767px) {
	
		#fullscreen header {
			position: relative;
		}
		
		
		.menu {
			display: none;
		}
		#logo {
			margin-bottom:60px;
		}
		
		#mobile-menu-button {
			position: absolute;
			top: 0;
			right: 20px;
			display: block;
		}
		#mobile-calendars-button {
			position: absolute;
			top: -100px;
			left: 5px;
			display: block;
			z-index: 9998;
		}		
		.calendar-menu-text-show {
			position: absolute;
			top: -45px;
			left: 57px;
			display: block;
			z-index: 9998;
			color: #FFFFFF;
		}
		a.search-button {
			top: 50px;
			right: 75px;
		}
		
		a.search-button.open:after {
			top: -50px;
		}
		
		#search-container input[type="text"] {
			width: 90%;
		}
		
		#fullscreen #search-container.open + header {
			top: 0;
		}
		
		#page-header .breadcrumb {
			display: none;
		}
		.calendars-menu {
			display: none;
		}		
		.services-boxes.style-3.icon-right .services-boxes-content {
			text-align: left;
			margin-right: 0;
			margin-left: 60px;
		}
		
		.services-boxes.style-3.icon-right > i {
			float: left;
		}
		
		.services-boxes.style-3.icon-left .services-boxes-content {
			margin-left: 60px;
		}
		
		.services-boxes.style-3.icon-right .services-boxes-content h3:after {
			left: 0;
		}
		
		.services-boxes.style-3.icon-left {
			padding-left: 0;
		}
		
		.services-boxes.style-3.icon-right {
			padding-right: 0;
		}
		
		.portfolio-item.parallax {
			height: 500px;
		}
		
		.blog-article-details p i {
			margin-left: 0;
		}
		
		.blog-article-author {
			padding-bottom: 20px;
		}
		
		.blog-article-author > p {
			float: none;
			margin-right: 0;
		}
		
		.commentlist ul {
			margin-left: 20px;
		}
		
		.comment-author,
		.comment-author .avatar {
			display: block;
			margin-right: 0;
		}
		
		.comment-content {
			margin: 0;
		}
		
		.reply {
			margin-left: 0;
		}
		
		
		#commentform input[type="text"], 
		#commentform textarea {
			width: 100%;
		}
		
		#footer-top .widget-social a {
			display: inline-block;
			margin: 5px 10px;
		}
		
		
	}