/*
RIGHT MENU
Colors:
black: #000000;
red: #da2630;
Grey: #e7e7e7;
Charcole: #343434;

First item requires a padding top or will be under the menu bar */

@font-face{
	font-family:"arial-rounded-mt-light";
	src:
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.ttf) format("ttf"),
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.svg) format("svg"),
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.woff) format("woff"),
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.eot) format("eot"),
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.woff2) format("woff2"),
	url(../fonts/arial-rounded-mt-light/arial-rounded-mt-light.otf) format("otf");
}

@font-face{
	font-family:"arial-rounded-mt-bold";
	src:
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.ttf) format("ttf"),
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.svg) format("svg"),
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.woff) format("woff"),
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.eot) format("eot"),
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.woff2) format("woff2"),
	url(../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.otf) format("otf");
}

@font-face{
	font-family:"ntf-grand-regular";
	src:
	url(../fonts/ntf-grand-regular/ntf-grand-regular.ttf) format("ttf"),
	url(../fonts/ntf-grand-regular/ntf-grand-regular.svg) format("svg"),
	url(../fonts/ntf-grand-regular/ntf-grand-regular.woff) format("woff"),
	url(../fonts/ntf-grand-regular/ntf-grand-regular.eot) format("eot"),
	url(../fonts/ntf-grand-regular/ntf-grand-regular.woff2) format("woff2"),
	url(../fonts/ntf-grand-regular/ntf-grand-regular.otf) format("otf");
}

html { opacity: 0.0; }

#links-container .header-highlight { color:#da2630; }

* {
	margin: 0 auto;
	font-family:"arial-rounded-mt-light";
}

header #contact-bar {
	background-color: #e7e7e7;
	padding-left: 30px;
	padding-right: 30px;
	color: #da2630;
	font-size: 14px;
	font-weight: 100;
}

header #contact-bar:after {
	content: "";
	display: table;
	clear: both;
}

header #contact-bar p,header #contact-bar a {
	padding-top: 12px;
	padding-bottom: 10px;
}

header #contact-bar p { float: left; }

header #contact-bar a {
	float: right;
	text-decoration: none;
	color: #da2630;
}

header #contact-bar a:hover { color: #343434; }

.center { text-align: center; }



/* Main Slide Show */
.slideshow-container {
	position: relative;
	margin: auto;
	box-sizing: border-box;
	background-color: #fff;
}

.slideshow-container .mySlides img {
	vertical-align: middle;
	width: 100%;
}

.slideshow-container .mySlides { display: none; }

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	transition: 0.6s ease;
	user-select: none;
}

.prev { left: 0px; }

.next { right: 0px; }

.prev:hover,.next:hover { color: #da2630; }

.mySlides .image-text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mySlides .image-text ul {
	font-size: 32px;
	font-weight: 100;
	list-style-type: none;
	padding: 0;
}

.mySlides .image-text ul li {
	letter-spacing: 3px;
	line-height: 40px;
}

.mySlides .image-text ul li:nth-child(1),.mySlides .image-text a { text-transform: uppercase; }

.mySlides .image-text a {
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	border: 0.5px solid #fff;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
}

.mySlides .image-text a:hover {
	background-color: #fff;
	border: 0.5px solid #fff;
	color: #da2630;
}

.fade:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.35);
  transition: all .3s linear;
}
/*
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: 0.4 } 
	to {opacity: 1.0 }
}

@keyframes fade {
	from { opacity: 0.4 } 
	to { opacity: 1.0 }
}
*/
@media screen and (min-width: 0px) and (max-width: 330px) {
	
	.prev,.next { font-size: 16px; }
	
	.mySlides .image-text ul { font-size: 12px; }
	
	.mySlides .image-text ul li {
		letter-spacing: 2px;
		line-height: 14px;
		width: 240px;
	}
	
	.mySlides .image-text a {
		font-size: 8px;
		padding: 3px 7px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 331px) and (max-width: 380px) {
	
	.prev,.next { font-size: 18px; }
	
	.mySlides .image-text ul { font-size: 13px; }
	
	.mySlides .image-text ul li {
		letter-spacing: 2px;
		line-height: 17px;
		width: 260px;
	}
	
	.mySlides .image-text a {
		font-size: 8px;
		padding: 3px 7px;
		margin-top: 10px;
	}
	
	.mySlides .image-text a {
		font-size: 11px;
		padding: 5px 10px;
	}
}

@media screen and (min-width: 381px) and (max-width: 550px) {
	
	.prev,.next { font-size: 18px; }
	
	.mySlides .image-text ul { font-size: 16px; }
	
	.mySlides .image-text ul li {
		letter-spacing: 2px;
		line-height: 20px;
		width: 300px;
	}
	
	.mySlides .image-text a {
		font-size: 8px;
		padding: 3px 7px;
		margin-top: 10px;
	}
	
	.mySlides .image-text a {
		font-size: 11px;
		padding: 5px 10px;
	}
}

@media screen and (min-width: 551px) and (max-width: 800px) {
	
	.prev,.next { font-size: 24px; }
	
	.mySlides .image-text ul { font-size: 22px; }
	
	.mySlides .image-text ul li {
		letter-spacing: 1px;
		line-height: 25px;
		width: 450px;
	}
	
	.mySlides .image-text a {
		font-size: 8px;
		padding: 3px 7px;
		margin-top: 10px;
	}
	
	.mySlides .image-text a {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	
	.prev,.next { font-size: 30px; }
	
	.mySlides .image-text ul { font-size: 28px; }
	
	.mySlides .image-text ul li {
		letter-spacing: 3px;
		line-height: 30px;
		width: 550px;
	}
	
	.mySlides .image-text a {
		font-size: 8px;
		padding: 3px 7px;
		margin-top: 10px;
	}
	
	.mySlides .image-text a {
		font-size: 14px;
		padding: 8px 12px;
	}
}
/* Main Slide Show End */



/* Menu */
header {
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

header #links-container nav a {
	text-decoration: none;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
}

header #links-container nav a:hover { color: #da2630; }

/* Bit Coin Section */
#index-main-content #bit-coin-section {
	background-color: #e7e7e7;
	padding-top: 50px;
	text-align: center;
}

#index-main-content #bit-coin-section figure { font-size: 0px; }

#index-main-content #bit-coin-section figure img {
	height: 60px;
	margin: 0 10px;
}

#index-main-content #bit-coin-section p {
	font-family:"arial-rounded-mt-bold";
	font-size: 20px;
	color: #343434;
	padding: 10px 0;
}
/* Bit Coin Section End */



/* Services Types */
#index-main-content #service-types {
	background-color: #343434;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

#index-main-content #service-types ul {
	list-style-type: none;
	color: #fff;
	padding: 0;
}

#index-main-content #service-types ul li {
	font-family:"arial-rounded-mt-bold";
	font-size: 20px;
	margin-bottom: 10px;
}
/* Services Types End */



/* About Section */
#index-main-content #about-section {
	padding: 50px;
	background-color: #e7e7e7;
}

#index-main-content #about-section h3 {
	color: #da2630;
	text-decoration: underline;
	font-size: 26px;
	margin-bottom: 15px;
	max-width: 1000px;
	opacity: 0.0;
}

#index-main-content #about-section p {
	max-width: 1000px;
	padding-bottom: 20px;
	font-weight: 100;
}

#index-main-content #about-section p b { font-weight: 100; }
/* About Section End */



/* Services Section */
#services-section { background-color: #343434; }

#index-main-content #services-section-article { padding: 50px 50px 0px; }

#index-main-content #services-section-article h3 {
	color: #da2630;
	text-decoration: underline;
	font-size: 26px;
	margin-bottom: 15px;
	max-width: 1000px;
	opacity: 0.0;
}

#index-main-content #services-section-article p {
	font-size: 22px;
	line-height: 30px;
	max-width: 1000px;
	color: #e7e7e7;
	margin-top: 15px;
	font-weight: 100;
}

#index-main-content #services-section-article p b { font-weight: 100; }

/* Images */
.services-section-items {
	text-align: center;
	padding-top: 50px;
}

.services-section-items .container {
	max-width: 450px;
	min-width: 300px;
	margin: 0 20px 50px;
	display: inline-block;
	vertical-align: text-top;
}

.services-section-items .container2 { max-width: 935px; }

.services-section-items .image-container {
	position: relative;
	color: #fff;
	font-size: 0px;
	text-align: center;
}

.services-section-items .image-container img { width: 100%; }

.services-section-items h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
	opacity: 0.0;
}

.services-section-items .container p {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 100;
}

.services-section-items .container p b { font-weight: 100; }
/* Images End */


/* Downloads */
#downloads {
	text-align: center;
	padding-bottom: 20px;
}

#downloads h4 {
	text-transform: uppercase;
	text-decoration: underline;
	color: #da2630;
	font-size: 28px;
	font-weight: 100;
	padding-bottom: 10px;
}

#downloads a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 18px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #da2630;
	display: inline-block;
	border: 1px solid #da2630;
}

#downloads a:hover {
	border: 1px solid #da2630;
	background-color: #343434;
}
/* Downloads End */



/* Services Section End */





/* Windmill Section */
#windmillsection {
	padding: 60px 10px;
	text-align: center;
	border-bottom: 5px solid #da2630;
}

#windmillsection figure img {
	min-width: 200px;
	width: 40%;
	max-width: 300px;
	font-size: 0px;
}

#windmillsection figure figcaption {
	max-width: 750px;
	font-size: 20px;
	padding: 20px 20px 0px;
	color: #585858;
	line-height: 25px;
}
/* Windmill Section End */




/* Review Section */
#reviews {
	color: #343434;
	background-color: #ffffff;
	background-color: #fff;
	text-align: center;
	padding: 60px 10px;
}

#reviews section h4 {
	color: #da2630;
	text-decoration: underline;
	font-size: 26px;
	opacity: 0.0;
}

/*Carousel*/
section { max-width: 800px; }

section #quote-left,section #quote-right {
	font-size: 200px;
	color: #da2630;
	font-family:"ntf-grand-regular";
}

section #quote-left {
	float: left;
	margin-bottom: -200px;
}

section #quote-right {
	float: right;
	margin-top: -88px;
}

.carrousel {
	text-align: center;
	padding: 30px 0 230px;
	height: 7.5em;
	margin: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carrousel .slides {
	width: 1000%;
	left: 0;
	padding-left: 0;
	padding-top: 30px;
	overflow: hidden;
	list-style: none;
	position: relative;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

.carrousel .slides li {
	width: 10%;
	position: relative;
	float: left;
}

.carrousel li p {
	margin-top: 0;
	width: 85%;
	padding: 0;
	max-width: 700px;
}

.carrousel li q {
	margin: auto;
	color: #343434;
	letter-spacing: 2px;
	font-weight: 100;
}

.carrousel li q b { font-weight: 100; }

.Scriptcontent a {
	text-decoration: none;
	color: #fff;
	border: 1px solid #da2630;
	background-color: #da2630;
	padding: 8px 20px;
	margin-top: 50px;
	margin-right: -50px;
	display: inline-block;
}

.Scriptcontent a:hover {
	background-color: #fff;
	color: #da2630;
}

.carrousel li span.author {
	margin-top: 0.5em;
	font-size: 16px;
	color: #da2630;
	display: block;
}

.carrousel .slidesNavigation {
	display: block;
	list-style: none;
	text-align: center;
	bottom: 0px;
  /*--- Centering trick---*/
  /* Absolute positioning*/
	position: absolute;
  /* Abosulte positioning*/
	width: 72px;
  /*This width  is the addition of the width of all the navigations dots - So in this case is 104 because the navigation dots are 24px (width:10px + 5px marginleft + 5px marginright + border 4px) and there are 10 dots so 3x24=72 */
	left: 50%;
  /*Centering de element*/
	margin-left: -36px;
  /*adjusting the centering by applying a negative margin of half of the width*/
}

.carrousel .slidesNavigation label {
	float: left;
	margin: 5px;
	display: block;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 2px #e7e7e7;
	font-size: 0;
	background-color: #e7e7e7;
}

.carrousel input { display: none; }

/* You have to repeat this with each slide
TODO: make it easier with SCSS
10% movement 100/slides-num
*/
#radio-1:checked ~ .slides { transform: translateX(0%); }

#radio-2:checked ~ .slides { transform: translateX(-10%); }

#radio-3:checked ~ .slides { transform: translateX(-20%); }

.carrousel .slidesNavigation label:hover { cursor: pointer; }

/* You have to repeat this with each slide/dot */
.carrousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.carrousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.carrousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3 {
	background: #da2630;
	border: solid 2px #da2630;
}

@media (min-width: 0px) and (max-width: 380px) { .carrousel { height: 215px; } }

@media (min-width: 381px) and (max-width: 450px) { .carrousel { height: 180px; } }

@media (min-width: 451px) and (max-width: 667px) { .carrousel { height: 150px; } }

@media (max-width: 480px) {
	.carrousel li p {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}
/* Review Section End */





/* Square Logo */
#index-main-content #square {
	text-align: center;
	padding-bottom: 10px;
}

#index-main-content #square img { width: 140px; }
/* Square Logo End */





footer {
	text-align: center;
	padding: 10px 60px 10px;
	background-color: #e7e7e7;
	border-top: 5px solid #da2630;
}

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

footer #phone-number {
	text-decoration: none;
	color: #da2630;
	font-size: 18px;
	padding: 5px 10px;
	display: inline-block;
}

footer #phone-number:hover { color: #343434; }

footer h5,footer h6,footer h6 a {
	color: #da2630;
	font-size: 10px;
	margin-top: 7px;
	font-weight: 100;
}

footer h6 a { text-decoration: none; }

footer h6 a:hover { color: #343434; }



/* Back to Top */
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	
	background-color: #e7e7e7;
}

#myBtn:hover { background-color: #da2630; }

#myBtn img { width: 20px; }
/* Back to Top End */





/* Contact/Gallery Page */
#contact-main-content h3,#gallery-main-content h3 {
	font-family:"arial-rounded-mt-bold";
	text-align: center;
	font-size: 46px;
	font-weight: 900;
	background-color: #343434;
	color: #fff;
	padding: 80px 0px;
}
/* Contact/Gallery Page End */





/* Contact Page */
#contact-main-content #contact-image-container {
	position: relative;
	text-align: center;
	font-size: 0px;
	color: #fff;
	background-color: #000;
}

#contact-main-content #contact-image-container img {
	width: 100%;
	opacity: 0.6;
}

#contact-main-content #contact-image-text-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
}

#contact-main-content #contact-image-text-centered h4 {
	font-size: 28px;
	font-family:"arial-rounded-mt-bold";
}

#contact-main-content #contact-image-text-centered p { font-size: 16px; }

#contact-main-content form {
	padding: 90px 0px 70px;
	max-width: 700px;
	width: 80%;
	text-align: center;
}

#contact-main-content form p { font-size: 18px; }

::placeholder {
	color: #343434;
	font-weight: 100;
	font-size: 16px;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #da2630; }

::-ms-input-placeholder { /* Microsoft Edge */ color: #da2630; }

#contact-main-content form .name,#contact-main-content form .email,#contact-main-content form .phone { height: 15px; }

#contact-main-content form .name,#contact-main-content form .email,#contact-main-content form .phone,#contact-main-content form textarea {
	border: 0px;
	padding: 5px 3px;
	margin-bottom: 35px;
	font-size: 17px;
	letter-spacing: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	display: block;
	border-bottom: 1px solid #343434;
	width: 100%;
	background-color: #fff;
	color: #343434;
}

#contact-main-content form textarea { height: 19px; }

#contact-main-content form .submit-contact-form {
	text-decoration: none;
	border: 1px solid #343434;
	padding: 7px 20px 3px;
	display: block;
	font-size: 14px;
	background-color: #343434;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	color: #fff;
	font-weight: 100;
	margin-top: 55px;
}

#contact-main-content form .submit-contact-form:hover {
	background-color: #da2630;
	border: 1px solid #da2630;
}
/* Contact Page End */





/* Gallery Page End */
#gallery-main-content #heading-container {
	padding-top: 90px;
	padding-bottom: 20px;
	text-align: center;
}

#gallery-main-content #heading-container h4 {
	font-size: 32px;
	font-family:"arial-rounded-mt-bold";
}

#gallery-main-content #heading-container p {
	font-size: 22px;
	max-width: 580px;
	padding: 10px 10px 0;
	line-height: 28px;
	padding-bottom: 10px;
}

#gallery-main-content .image-container { max-width: 1000px; }

#gallery-main-content .image-container .image-row { padding-bottom: 50px; }

#gallery-main-content .image-container .image-row:after {
	content: "";
	display: table;
	clear: both;
}

#gallery-main-content .image-container .image-row figure {
	width: 45%;
	text-align: center;
	font-size: 0px;
}

#gallery-main-content .image-container .image-row figure img {
	width: 100%;
	cursor: pointer;
}

#gallery-main-content .image-container .image-row figure:nth-child(1) {
	float: left;
	padding: 0 2% 3% 3%;
}

#gallery-main-content .image-container .image-row figure:nth-child(2) {
	float: right;
	padding: 0 3% 3% 2%;
}

#gallery-main-content .image-container .image-row figure h5,#gallery-main-content .image-container .image-row figure p { color: #939393; }

#gallery-main-content .image-container .image-row figure h5 {
	font-family:"arial-rounded-mt-bold";
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 8px;
}

#gallery-main-content .image-container .image-row figure p { font-size: 18px; }

/* Gallery Page End */





/* Menu End */

/* Mobile */
@media screen and (max-width: 830px) {
	.desktopMenu,header #links-container #desktop-logo-container { display: none; }

/* Hamburger to X Icon */
	.Xcontainer {
		/*text-align: center;*/
		height: 57px;
		width: 100%;
		background-color: #fff;
		border-bottom: 5px solid #da2630;
	}

	.Xicon {
		margin-top: 0px;
		cursor: pointer;
		padding: 15px;
		float: right;
	}

	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 1px;
		background-color: #da2630;
		border-radius: 3px;
		margin: 5px 0;
		transition: 0.5s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6.2px, 6.2px);
		transform: rotate(-45deg) translate(-6.2px, 6.2px);
	}

	.change .bar2 { opacity: 0; }

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-2.2px, -2.2px);
		transform: rotate(45deg) translate(-2.2px, -2.2px);
	}
/* Hamburger to X Icon End */

/* Menu */
	header #links-container {
		padding-top: 5px;
		display: none;
		border-bottom: 1px solid #da2630;
		background-color: #fff;
	}

	header #links-container nav {
		display: inline-block;
		width: 100%;
	}
	
	header #links-container nav a {
		display: block;
		margin: 5px 15px 5px 5px;
		padding: 5px;
		text-align: right;
	}
/* Menu End */




/* Main Content */
/* Logo */
	header #mobile-logo-container {
		display: inline-block;
		float: left;
		margin-top: 15px;
		margin-bottom: 5px;
		margin-left: 10px;
	}

	header #mobile-logo-container img,header #mobile-logo-container h2 { float: left; }

	header #mobile-logo-container img { width: 31px; }

	header #mobile-logo-container h2 {
		font-family:"ntf-grand-regular";
		font-size: 26px;
		text-decoration: underline;
	}
/* Logo */

	#filler-box { padding-top: 99px; }

/* About,Services Section End */
	#index-main-content #about-section p,#index-main-content #services-section-article p {
		font-size: 17px;
		line-height: 23px;
	}
/* About,Services Section End */



/* Services Items Section */
	.services-section-items h4 { font-size: 22px; }

	.services-section-items .container p {
		font-size: 17px;
		line-height: 23px;
	}
/* Services Items Section */



/* Download Section */
	#downloads h4 { font-size: 22px; }

	#downloads a {
		font-size: 17px;
		padding: 8px 12px 6px;
	}
/* Download Section */



/* Review Section */
	.carrousel li q {
		font-size: 14px;
		line-height: 15px;
	}
/* Review Section */



/* Main Content End */

	footer #phone-number { margin-top: 5px; }
}



/* Desktop */
@media screen and (min-width: 831px) {
	.mobileMenu,.mobileMenu a,#mobile-logo-container { display: none; }
	
/* Menu */
	.Xcontainer { display: none; }
	
	header #links-container {
		display: inline-block !important;
		background-color: #fff;
		width: 100%;
		border-bottom: 5px solid #da2630;
	}

	header #links-container nav {
		float: right;
		margin-right: 70px;
	}
	
	header #links-container nav a {
		padding: 21px 30px 17px;
		display: inline-block;
	}
/* Menu End */



/* Main Content */
/* Logo */
	header #links-container #desktop-logo-container {
		display: inline-block;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 70px;
	}

	header #links-container #desktop-logo-container img,header #links-container #desktop-logo-container h1 { float: left; }

	header #links-container #desktop-logo-container img { width: 50px; }

	header #links-container #desktop-logo-container h1 {
		font-family:"ntf-grand-regular";
		font-size: 36px;
		text-decoration: underline;
	}
/* Logo */

	#filler-box { padding-top: 94px; }

/* Main Content End */



/* About,Services,Services Items - Section End */
	#index-main-content #about-section p,#index-main-content #services-section-article p,.services-section-items .container p {
		font-size: 20px;
		line-height: 25px;
	}
/* About,Services,Services Items - Section End */



/* Services Items Section */
	.services-section-items h4 { font-size: 26px;}
/* Services Items Section */



/* Review Section */
	.carrousel li q {
		font-size: 16px;
		line-height: 20px;
	}
/* Review Section */



	footer #phone-number { margin-right: -50px; }

	footer h5 { float: left; }

	footer h6 { float: right; }
}