


#footer {
    background: #202222 none repeat scroll 0 0;
    color: #888;
    margin-top: -2px;
    padding: 6em 0 4em;
}


#footer .container {
	min-width:1350px!important;
}
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#page-wrapper {
		background-color: #fff;
		overflow: hidden;
	}
	
	/***********************************************************************************
 *	- HOME
 ***********************************************************************************/
 
	#home.full-section,
	#home-video-section,
	#home.bannercontainer {
		margin-bottom: 0;
	}
	
/***********************************************************************************
 *	+ CONTENT
 ***********************************************************************************/
	
	#content {
		padding-bottom: 0px;
	}


 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	/* SERVICES BOXES STYLE 1 */
	.services-boxes.style-1 {
		text-align: center;
		border: 1px solid transparent;
		padding: 40px 15px 30px;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1:before,
	.services-boxes.style-1:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.services-boxes.style-1:before {
		border-right: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}
	
	.services-boxes.style-1:after {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.services-boxes.style-1 > i {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1 .services-boxes-content {
		position: relative;
		z-index: 1;
	}
	
	.services-boxes.style-1 .services-boxes-content h4 {
		font-weight: 400;
		margin-bottom: 35px;
	}
	
	.services-boxes.style-1 .services-boxes-content > a {
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		letter-spacing: 0;
		text-align: center;
		border: 1px solid #636363;
		color: #636363;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1 .services-boxes-content > a:hover {
		border-color: #181818;
		color: #181818;
	}
	
	.services-boxes.style-1:hover:before {
		-webkit-transform: scaleY(1); 
			-ms-transform: scaleY(1); 
				transform: scaleY(1); 
	}
	.services-boxes.style-1:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	.services-boxes.style-1:hover > i {
		color: #181818;
	}
	
	.services-boxes.style-1:hover .services-boxes-content > a {
		opacity: 1;
	}
	
	
	/* SERVICES BOXES STYLE 2 */
	.services-boxes.style-2 {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.services-boxes.style-2 > i {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-2 .services-boxes-content h4 {
		font-weight: 400;
		margin-bottom: 35px;
	}
	
	.services-boxes.style-2:hover > i {
		color: #181818;
	}
	
	
	/* SERVICES BOXES STYLE 3 */
	.services-boxes.style-3 {
		margin-bottom: 30px;
	}
	
	.services-boxes.style-3 > i {
		font-size: 32px;
		line-height: 32px;
		float: left;
		margin-top: 5px;
	}
	
	.services-boxes.style-3 .services-boxes-content {
		margin-left: 65px;
		background-color: rgba(255, 255, 255, 0.85);
			padding:40px 60px 20px 60px;
			color:#333333;
	}
	
	
	/* SERVICES BOXES STYLE 4 */
	.services-boxes.style-4 {
		margin-bottom: 30px;
	}
	
	.services-boxes.style-4 > i {
		position: relative;
		top: 3px;
		color: #181818;
	}
	
	.services-boxes.style-4 .services-boxes-content {
		margin-top: 15px;
	}
	
	.services-boxes.style-4.icon-left > i {
		float: left;
	}
	
	.services-boxes.style-4.icon-left > h4 {
		margin-left: 40px;
	}
	
	
	.services-boxes.style-4.icon-right {
		text-align: right;
	}
	
	.services-boxes.style-4.icon-right > i {
		float: right;
	}
	
	.services-boxes.style-4.icon-right > h4 {
		margin-right: 40px;
	}
	
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 55px;
		text-align: center;
	}
	
	.portfolio-item-two {
		margin-bottom: 55px;
		text-align: center;
	}
	
	.portfolio-item.classic {
		text-align: left;
	}
	
	.portfolio-item-thumbnail {
	position: relative;
	margin-top: -5px;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	
	}
	.portfolio-item-thumbnail-video {
	position: relative;
	margin-top: -5px;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-description {
		margin-top: 60px;
	}
	
	.portfolio-item-thumbnail img {
		
		display: block;
	}
	
	.portfolio-item-thumbnail2 img {
		 width: 100%;
		display: block;
		margin-top:-40px;
		z-index:99;
	}
	
	.portfolio-item-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0 30px 0 30px;
		color:#333333!important;

	}
	
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 30px;
		background-color: rgba(24, 24, 24, 0.75);
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;

	}
	
	.portfolio-item-hover a.zoom-action {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		text-decoration: none;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s 0.3s;
			   transition: opacity 0.3s 0.3s;
			   
	}
	
	.portfolio-item-hover .portfolio-item-description + a.zoom-action { top: 25%; }
	
	
	.portfolio-item-description h5 {
		color: #636363;
	}
	
	.portfolio-item.classic .portfolio-item-description h5 {
		margin-bottom: 35px;
	}
	
	.portfolio-item-hover .portfolio-item-description {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s 0.2s;
				transition: all 0.3s 0.2s;
	}
	
	.portfolio-item-hover .portfolio-item-description h4 a,
	.portfolio-item-hover .portfolio-item-description h5 {
		color: #fff;
	}
	
	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 25px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);		
	}
	
	.portfolio-item-hover-two .portfolio-item-description {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s 0.2s;
				transition: all 0.3s 0.2s;
	}
	.portfolio-item-hover-two .portfolio-item-description h4 a,
	.portfolio-item-hover-two .portfolio-item-description h5 {
		color: #fff;
	}
	.portfolio-item-hover-two .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 5px;
		border-bottom: 1px solid #fff;
	}
	
	.portfolio-item:hover .portfolio-item-hover-two .portfolio-item-description {
		opacity: 1;
		bottom: 5%;
	}
	
	
	.portfolio-item:hover .portfolio-item-hover-two {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);	
				border-radius: 0%;	
	}
	
	.portfolio-item:hover a.zoom-action {
		opacity: 1;
		
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-description {
		opacity: 1;
		bottom: 5%;
	}
	


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label.error {
		color: #333333 !important;
		margin-top:10px;
		margin-bottom:-5px;
		display:block;
		float:left;
	}
	
	#contact-form label {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #181818;

	}
	
	.contact-over-maps #contact-form label {
		color: #fff;
	}
	
	#contact-form textarea, #contact-form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-color: -moz-use-text-color -moz-use-text-color #d7d7d7;
    border-image: none;
    border-radius: 10px;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #333333;
    margin-bottom: 0px;
    min-width: 150px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
	background: rgba(144, 144, 144, 0.075) none repeat scroll 0 0;
	font-family: "Open Sans",arial,sans-serif;
	font-size:16px;
}
	
	#contact-form textarea:focus,
	#contact-form input[type="text"]:focus {
		border-color: #181818;
	}
	
	.contact-over-maps #contact-form textarea:focus,
	.contact-over-maps #contact-form input[type="text"]:focus {
		border-color: #181818;
	}
	
	#contact-form input[type="submit"] {
		border: 1px solid #ffffff;
		margin-top: 10px;
		min-width: 250px;
		padding-bottom:25px;
		font-weight:300;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	#contact-form input[type="submit"]:hover {
		background-color: #181818;
		color: #fff;
	}

/***********************************************************************************
 *	- ERROR PAGE
 ***********************************************************************************/
	
	h1.error {
		font-size: 72px;
		line-height: 72px;
	}
	
/***********************************************************************************
 *	- ELEMENTS
 ***********************************************************************************/
	
	.elements-menu.elements-menu-sticky {
		position: fixed;
		top: 100px;
		background-color: #fff;
		z-index: 1000;
	}
	
	.elements-menu.elements-menu-sticky .nav {
		margin-top: 0;
	}
	
	.elements-menu {
		z-index: 1;
		background-color: #fff;
		padding: 10px;
	}
	
	.elements-menu .nav {
		list-style: none;
		margin-top: 102px;
	}
	
	.elements-menu .nav > li > a,
	.elements-menu .nav > li > a:focus {
		display: inline-block;
		padding: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		color: #181818;
		text-decoration: none;
	}
	
	.elements-menu .nav > li > a:hover,
	.elements-menu .nav > li.active > a {
		color: #636363;
		background-color: transparent;
	}
	
	.elements-menu .nav > li > a:focus {
		background-color: transparent;
	}
	
	.elements-section {
		padding-top: 120px;
	}
	
	.elements-section > *:last-child {
		margin-bottom: 0;
	}
	
	.elements-section h2 {
		margin-bottom: 30px;
		font-weight: 400;
	}
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/
 	
	@media (min-width: 1200px) {
		
		.menu > li > a {
			padding: 0px 20px 0px;
		}
		
		.about-me-thumbnail .social-media {
			width: 50%;
		}
		
		.portfolio-item:hover .portfolio-item-hover .portfolio-item-description {
			bottom: 15%;
		}
		
		.portfolio-item-description {
	margin-top:12%;
	text-align: left;
	line-height:3em;
	}
	
	.portfolio-item-description-two {
	margin-top:8%;
	text-align: left;
	line-height:2.5em;
	}
	
	.portfolio-item-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0 100px 0 100px;

	}	
	.portfolio-item-text-video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin:0;

	}

	.portfolio-item-description-video {
		margin-top: 0!important;
		padding:0px!important;
		font-size: 100%;
		text-align: left;

	}
	
	#contact-form input[type="submit"] {
		float:left;
		margin-left:31%;
	}
	#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:100%!important;
	}
	
	#footer {

    padding: 80px 0 80px!important;
}
	}
 
 
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 991px) {
	
		.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
   				background-attachment:scroll!important;
	}
	#header.header-sticky {
    margin: 0 auto;
    padding-top: 0px!important;
    position: fixed !important;
 
}
	.portfolio-item-thumbnail img {
		display: block;
		width:100%;
	}
	
	#page-header-new-portfolio {
	min-height: 150px;
	color: #fff;
	padding: 70px 0 70px;
	margin-bottom: 80px;
	background-size: 100% !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	margin-top:-5px;
	}
	#page-header-new-home {
	background: 50% 50% no-repeat fixed;
	min-height: 500px;
	color: #fff;
	margin-bottom: 30px;
	background-size: 100% !important;
	padding-top: 187px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin-top:-90px;
	}
	
	.col-full-home {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 180px;
    max-height: 200px;
    padding: 45px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
	
	#header {
    position: relative;
	}
	.menu {
			display: none;
		}
		
		#mobile-menu-button {
			display: block;
		}
		
		#search-form + nav {
			margin-right: 0;
		}
		
		#search-form {
			top: 52px;
			right: 80px;
		}
		
		.about-me-thumbnail .social-media {
			width: 75%;
		}
		
		.elements-menu { display: none; }
		
		#footer .flickr_badge_image:last-of-type {
			display: none;
		}
		#footer {
    margin-top: -30px!important;
}

#footer li {
    max-width: 60%!important;
}
ul.tabular h3 {
    max-width:60%!important;
}
		
	}
	
	/***********************************************************************************
 *	- TABLETS
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 1024px) {
	
	.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
   				background-attachment:scroll!important;
				 margin-top: 90px;
	}
	
	.portfolio-item-hover {
	left: 0;

	}
	.portfolio-item-hover .portfolio-item-description h4:after {
		content: "";
		display: block;
		margin: 10px auto 15px;
		border-bottom: 1px solid #fff;
		width: 60px;
	}
	
	
	.menu > li > a {
			padding: 0px 18px 70px;
			margin-top: -5px;
		}
	.header-sticky .menu li a {
   margin-top: -12px;
}

	#header.header-sticky {
    margin: 0 auto;
    padding-top: 20px;
    position: fixed !important;
 
}
	 #logo {
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	.portfolio-item-thumbnail img {
		display: block;
		width:100%;
	}
	#footer {
    margin-top: -30px!important;
}
#contact-form input[type="submit"] {
		float:left;
		margin-left:31%;
	}
#footer li {
    max-width: 60%!important;
}
ul.tabular h3 {
    max-width:60%!important;
}
	}
 
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/
	
	@media (max-width: 767px) {
	
	.parallax { 
    background-image: url('images/backgrounds/page-header-0.jpg');
   				background-attachment:scroll!important;
	}
	#header {
    position: relative;
	height: 6.05em;
	}
	
	h2 {
    color: #ffffff;
    font-size: 120%;
    letter-spacing: 0.01px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 10px;
}
		
		#search-form {
			display: none;
		}
		
		.about-me-thumbnail .social-media {
			width: 60%;
		}
		
		.services-boxes.style-4.icon-right {
			text-align: left;
		}
		
		.services-boxes.style-4.icon-right i {
			float: left;
		}
		
		.services-boxes.style-4.icon-right h4 {
			margin-left: 40px;
			margin-right: 0;
		}
		
		.portfolio-item.classic .portfolio-item-thumbnail {
			margin-bottom: 30px;
		}
		
		.portfolio-item.classic .portfolio-item-hover {
			margin: 10px;
		}
		
		.blog-article-hover { 
			margin: 10px;
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 15px;
		}
		
		.commentform-url,
		.commentform-email,
		.commentform-author { 
			float: none;
			width: 100%;
			padding-right: 0;
		}
		
		.elements-menu { display: none; }
		
		#footer .widget-title {
			margin-bottom: 30px;
		}
		
		#footer-bottom  .widget-social .social-media {
			text-align: center;
		}
		.portfolio-item-thumbnail {
	position: relative;
	padding: 20px 20px 50px 20px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	    background-size: 100%;
		    border-top: thin solid #333333;
	}
	
	.portfolio-item-thumbnail-video {
	position: relative;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:100px;
	margin-bottom:-5px;
	}

#footer li {
    max-width: 27%!important;
}
ul.tabular h3 {
    max-width:27%!important;
}

	}
	

/***********************************************************************************
 *	- SMALL DISPLAY landscape (iPHONE 6)
 ***********************************************************************************/
 
 @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

#contact-form input[type="submit"] {
    border: 1px solid #ffffff;
    margin-top: 10px;
    min-width: 250px;
    padding-bottom: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0px;
    float: left;
    margin-left: 30%;
}
#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:50%!important;
	}
	ul.tabular h3 {
    max-width:50%!important;
}
#footer {
    padding: 10px 0 40px!important;
}

}

/***********************************************************************************
 *	- SMALL DISPLAY portrait (iPHONE 6)
 ***********************************************************************************/

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 


 }	



/***********************************************************************************
 *	- SMALL DISPLAY portrait (iPHONE 6+)
 ***********************************************************************************/

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

	#section-top {
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

#boxhome {
	margin-top:-15%;
	display:block;
	width:100%;
	height:auto;
	position: relative;
	margin-bottom: 0px;
	}
	
	#banner2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 280%;
    color: #ffffff;
    padding: 16em 0em 4em;
    text-align: center;
    background-position: center top;
	    max-height: 750px;
}


input[type="submit"].big, input[type="reset"].big, input[type="button"].big, .button.big {
    font-size: 1.35em;
    max-width: 250px;
}
.portfolio-item-description {
    margin-top: 10%!important;
	    line-height: 24px;
		font-size: 100%;
		text-align: left;
}

.portfolio-item-description-two {
	margin-top: 4%!important;
    line-height: 22px;
    font-size: 90%!important;
	text-align: left;
	}
	.col-sm-4 {
    width: 100%;
}
#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:36%!important;
	}
	ul.tabular h3 {
    max-width:36%!important;
}
}

/***********************************************************************************
 *	- SMALL DISPLAY landscape (iPHONE 6+)
 ***********************************************************************************/

@media only screen 
and (min-device-width : 668px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

.logo {
	margin-top:-29%;
	display:block;
	width:100%;
	height:100px;
	position: relative;
	margin-bottom: 100px;
	}
	
	.logo img {
	width:120px;
	height:auto;
	}
#boxhome {
	margin-top:-9%;
	display:block;
	width:100%;
	height:auto;
	position: relative;
	margin-bottom: 0px;
	}
	
	#banner2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115%;
    color: #ffffff;
    padding: 16em 0em 4em;
    text-align: center;
    background-position: center top;
	    max-height: 550px;
}
.major h2 {
		margin-top: 1.5em;
		color:#333333;
		font-size:28px;
		}
		
	.major p {
	color:#333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left:12px;
	padding-right: 12px;
	margin-top: 0em;
		}

input[type="submit"].big, input[type="reset"].big, input[type="button"].big, .button.big {
    font-size: 1.35em;
    max-width: 250px;
}
.portfolio-item-description {
    margin-top: 12%!important;
	    line-height: 36px;
    font-size: 160%;
	text-align: left;
}
.portfolio-item-description-two {
	margin-top: 8%!important;
    line-height: 33px;
    font-size: 140%!important;
	text-align: left;
	}
	#footer {
    margin-top: -30px!important;
}

#contact-form input[type="submit"] {
		float:left;
		margin-left:31%;
	}
	
	#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:58%!important;
	}
	ul.tabular h3 {
    max-width:58%!important;
}
#footer {
    padding: 20px 0 40px!important;

}
}

/***********************************************************************************
 *	- TABLET LANDSCAPE
 ***********************************************************************************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:100%!important;
	}
	ul.tabular h3 {
    max-width:90%!important;
}
#footer li {
    max-width: 100%!important;
}
ul.tabular h3 {
    max-width:100%!important;
}
#contact-form input[type="submit"] {
    border: 1px solid #ffffff;
    margin-top: 10px;
    min-width: 250px;
    padding-bottom: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0px;
    float: left;
    margin-left: 32%;
}

}


/***********************************************************************************
 *	- TABLET PORTRAIT
 ***********************************************************************************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:60%!important;
	}
	ul.tabular h3 {
    max-width:60%!important;
}

}

/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES 5 LANDSCAPE)
 ***********************************************************************************/
 
 	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape)  {
	
	#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:37%!important;
	}
	ul.tabular h3 {
    max-width:37%!important;
}
#footer {
    padding: 10px 0 40px!important;
}
#contact-form input[type="submit"] {
    border: 1px solid #ffffff;
    margin-top: 10px;
    min-width: 250px;
    padding-bottom: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 5%;
}


#contact-form textarea, #contact-form input[type="text"] {

margin-top: -10px;
		
	}
	
	}

/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES 5 portrait)
 ***********************************************************************************/
 	
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;

	}
	ul.tabular h3 {

}
#footer {
    padding: 10px 0 40px!important;
}

#footer .col-sm-4 {
width:85%;
 }
 
 #contact-form input[type="submit"] {
    border: 1px solid #ffffff;
    min-width: 250px;
    padding-bottom: 20px;
    font-weight: 300;
    margin-top: 30px!important;
    margin-bottom: 15px;
}
 }
	

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

	#footer {
	padding: 50px 0 40px;
	background-color: #202222;
	color: #979797;
	background-size: 100%!important;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	
	#footer a,
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #fff;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight:300;
	}
	
	#footer .widget-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 50px;
	}
	
	#footer .widget-text div {
		margin-top: -5px;
	}
	
	#footer .widget-recent-comments ul  li > p a {
		color: #979797;
	}
	
	#footer .widget-search input[type="text"]:focus {
		border-bottom-color: #fff;
	}
	
	#footer .widget-calendar table td#today {
		background-color: #979797;
	}
	
	#footer .flickr_badge_image img {
		width: 64px;
	}
	
	#footer .widget-contact ul {
		font-size: 11px;
		color: #979797;
	}
	
	
	
	#footer li a {
	color: #909090!important;
	}
	
	#footer li a:hover {
	color: #ffffff!important;
	}
	
ol, ul {
    margin-bottom: 10px;
    margin-left: -40px;
    margin-top: 0;
}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
#page-footerr-new {
	min-height: 150px;
	color: #fff;
	padding: 70px 0 70px;
	margin-bottom: 80px;
	background-size: 100% !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% top;
	}
	
	
	#footer-bottom {
	padding: 30px 0;
	background-color: #101010;
	color: #979797;
	background-repeat: no-repeat;
	}
	
	#footer-bottom a,
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 {
		color: #fff;
	}
	
	
	
	#footer-bottom  .widget-social .social-media {
		text-align: right;
		margin-top: 8px;
	}
	
	#footer-bottom  .widget-social .social-media  a {
		color: #979797;
	}
	
	#footer h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 30px;
		color:#eeeeee;
	}
	
	/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 0em;
	}

		ul li {
			padding-left: 0em;
		}

		

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

		ul.tabular {
			list-style: outside none none;
			padding: 0px;
			
		}
		
		ul.tabular h3 {
		border-bottom: 1px solid #888888;
		font-family: "Open Sans", Arial, sans-serif;
		line-height:5em;
		padding-bottom:1.6em;
		padding-top:1.7em;
		font-weight:300;
				}

			ul.tabular li {
			border-bottom: none solid rgba(144, 144, 144, 0.25)!important;
    		line-height: 1.75em;
    		margin: -6em 0 0 7em;
    		padding-left: 7em;
    		padding-top: 12px;
    		position: relative;
			}
			
		#footer .tabular li {
			border-bottom: 0em solid #cccccc!important;
			font-family: "Open Sans", Arial, sans-serif;
font-weight:300;

			}
			
			#footer p {
		font-family: "Open Sans", Arial, sans-serif;
font-weight:300;
	}
			
		.copyright li {
			border-bottom: 0em solid #cccccc!important;
			font-family: "Open Sans", Arial, sans-serif;
font-weight:300;
margin-top:2%;

			}

				ul.tabular li:first-child {
					border-top: 0;
					margin-top: 0;
				}

				ul.tabular li h3 {
					left: 0px;
					position: absolute;
					text-align: center;
					top: 12px;
					vertical-align: top;
					width: 1em;
				}

	dl {
		margin: 0 0 2em 0;
	}

.Surname {
	visibility: hidden;
	height: 2px!important;
	width:5px!important;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}