a {
	color: #000;
}

a:hover,
a:focus {
	color: #000;
}

p {
	margin-bottom: 40px;
}

p,
h6,
address {
	font-family: 'Lato', sans-serif;
	color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

header {
	height: 800px;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-size: cover;
}

section {
	padding: 50px 0;
}

section.no-padding {
	padding: 0;
}

figure {
	margin-bottom: 30px;
}

.container {
	position: relative;
}

.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: #8a8587;
	padding: 14px;
	font-size: 13px;
	height: auto;
	margin-bottom: 25px;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	height: 195px;
}

.title {
	text-align: center;
}

.title-left {
	text-align: left;
}

.title p {
	padding: 50px;
}

.section-text {
	padding: 50px 0;
}

.navbar-header {
	height: 90px;
}

.navbar-toggle {
	display: block !important;
	margin-top: 20px;
}

.navbar-toggle .icon-bar {
	background: #000;

}

.main-head h1 {
	text-transform: uppercase;
	font-size: 45px;
	position: relative;
	line-height: 1.4em;
	margin-bottom: 40px;
}

.main-head span {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 13px;
	display: block;

}

.hrStyle {
	border: dashed;
	border-width: 0.1em;
	border-radius: 10em;
	color: gray;
}

.main-head {
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.divider {
	width: 80px;
	background: #000;
	height: 1px;
	display: block;
	margin: 20px auto;
}

.divider.divider-sm {
	width: 40px;
	margin: 20px 0;
}

.divider.divider-lg {
	width: 180px;
}

.btn {
	border-radius: 0;
	font-size: 13px;
	padding: 15px 40px;
	transition: all 0.3s;
}

.btn-lg {
	padding: 25px 50px;
}

.btn-lg.btn-primary {
	border-width: 2px;
}

.btn-primary {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.call-to-action {
	background: #000;
	color: #fff;
	padding: 50px 0;
}

.video {
	background-image: url(../img/keyboard.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	color: #fff;
	position: relative;
}

.video-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .fa {
	font-size: 70px;
	color: #fff;
}

.centred-container {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.video h3 {
	margin-bottom: 30px;
}

.video .glyphicon {
	font-size: 70px;
}

.centered-pills {
	text-align: center;
}

.centered-pills ul.nav-pills {
	display: inline-block;
	margin-bottom: 50px;
}

.centered-pills li {
	display: inline;
}

.centered-pills a {
	float: left;
}

.nav-pills>li>a {
	border-radius: 0;
	color: #000;
	border: 1px solid #000;
	margin-right: 20px;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li>a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

#portfolio-grid .mix {
	display: none;
	height: 530px;
}

.testimonial {

	background: url(../img/coffe.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.mask {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.8);

}

.single-testimonial {
	padding: 80px 0;
	text-align: center;

}

.single-testimonial .fa {
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #000;
	margin-bottom: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}

.testimonial p {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}

.testimonial h6 {
	color: #fff;
}

.team-member {
	position: relative;
	margin-bottom: 70px;
}

.team-member h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 30px 0;
}

.subscribe-input {
	text-align: left;
	width: 100%;
	border: 0 none;
	background: transparent;
	opacity: 0.9;
	border: 1px solid #fff;
	padding: 14px;
}

.btn-cta {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 25px;
	text-transform: uppercase;
	width: 100%;
}

address {
	text-align: center;
	margin-bottom: 70px;
}

address .fa {
	display: block;
	font-size: 33px;
	margin-bottom: 20px;
}

/**FOOTER**/
footer {
	background: #000;
	padding: 80px 0;
}

footer,
footer p {
	color: #fff;
}

footer a {
	color: #fff;
	font-weight: bold;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.logo-footer {
	margin-bottom: 40px;
}

/*******************************
SOCIAL ICONS
******************************/
ul.social {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.social li {
	display: inline-block;
	width: 30px;

}

ul.social li a {
	text-decoration: none;

}

ul.social li a i {
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}

ul.social li a i:hover,
ul.social li a i:focus {
	background-color: #fff;
	color: #000;
}

img {
	/* margin: auto; */
	display: block;
}

.btn_gotop {
	/* display:block; */
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:999;
	border:1px solid #ccc;
	outline:none;
	background-color:white;
	color:white;
	cursor:pointer;
	padding:15px 20px;
	border-radius:100%;
}

@media (min-width: 768px) {
	.primary-menu {
		position: relative;
		overflow: hidden;
		margin-top: 18px;
	}

	.primary-menu .navbar-nav {
		right: -75%;
		position: absolute;
		margin-top: 12px;
		opacity: 0;
		transition: 300ms all ease-in-out;
	}

	.primary-menu:hover .navbar-nav {
		right: 50px;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin-top: -45px;
	}
}