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

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

span.gotham-black {
  font-family: 'Gotham';
  font-weight: 900;
}

span.gotham-light {
  font-family: 'Gotham';
  font-weight: 300;
	padding-left: 0.1em;
}

.nav-logo a {
  font-size: 36px;
}

ul.navbar-nav {
	display: none;
}

.nav-logo a,
.contact-area a {
	color: #3C3D42;
}

.edit-tab p {
	padding-bottom: 10px;
}

.slider-p {
	font-size: 16px;
	color: rgb(169, 204, 213);
	padding-top: 5px;
}

.contact-2-content p {
  color: #8C9494;
  font-size: 16px;
	font-family: 'Gotham', sans-serif;
  font-weight: 500;
	padding-top: 10px;
	margin: 0 25%;
}

.contact-2-header {
	font-family: 'Gotham';
	font-weight: 300;
}

.contact-2-header i {
	margin-right: 0.3em;
}

.contact-2-header .email,
.contact-2-header .email i {
	font-size: 36px;
}

.contact-2-content a {
	color: #6C7474;
}

.contact-2-header .email {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-2-header .phone,
.contact-2-header .phone i {
	font-size: 24px;
	color: #aCb4b4;
}

#service .service-tab ul li a:hover .fa-heart,
.tab-icon-edit .fa-heart {
	color: #f00;
}
#service .service-tab ul li.tab-home a:hover {
	border-right-color: #f00;
}

.tab-icon-edit .fa-calendar,
#service .service-tab ul li a:hover .fa-calendar {
	color: #f90;
}
#service .service-tab ul li.tab-lesswork a:hover {
	border-right-color: #f90;
}

.tab-icon-edit .fa-bar-chart-o,
#service .service-tab ul li a:hover .fa-bar-chart-o {
	color: #dd0;
}
#service .service-tab ul li.tab-moreuse a:hover {
	border-right-color: #dd0;
}

.tab-icon-edit .fa-gift,
#service .service-tab ul li a:hover .fa-gift {
	color: #6f6;
}
#service .service-tab ul li.tab-bonus a:hover {
	border-right-color: #6f6;
}

.tab-icon-edit .fa-thumbs-up,
#service .service-tab ul li a:hover .fa-thumbs-up {
	color: #00f;
}
#service .service-tab ul li.tab-easy a:hover {
	border-right-color: #00f;
}

.contact-area {
  text-align: right;
  margin-top: 0px;
  font-size: 36px;
}

#service .service-header {
	margin-bottom: 80px;
}

#service .service-tab ul li i {
  width: 80px;
	text-align: center;
}

#service .service-tab ul li a {
	text-align: left;
}

#slider {
	padding-bottom: 20px;
	padding-top: 200px;
}

#slider .slider-text {
	background-color: rgba(0,0,0,0.4);
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
}

#header {
	padding: 20px 0;
}

.navbar {
	margin-bottom: 0;
}

.nav-logo {
	text-align: center;
	margin-right: 0;
}

@media (min-width: 768px) {
	#header {
		padding: 40px 0;
	}

	.navbar {
		margin-bottom: 20px;
	}

	.nav-logo {
		text-align: left;
		margin-right: 30px;
	}
}

@media (min-width: 992px) {
	#slider {
		padding-bottom: 255px;
		padding-top: 180px;
	}

	#slider .slider-text {
		margin-right: 55%;
	}
}

.element-invisible {
  display: none;
}
