.navbar {
	background-color:none;
    border: medium none;
    border-radius: 0;
    padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.guy-nav-wrap{
	padding-right:0px;
}
.navbar-right{
	padding-top:0px;
}
.navbar-right li {
	padding-bottom: 0px;
	padding-right:0px;
	padding-top: 0px;
}
.navbar .navbar-right li a {
    color: #7f8487;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
	font-weight:500;
	padding-top:33px;
    padding-bottom: 0px;
	margin-left:20px;
}
.navbar .navbar-right li a:hover {
    color: none;
    background: none;
}
.navbar .navbar-right li a.active{
	color:#0eb3d6;
	font-weight:700;
}
.navbar .navbar-right li a.call {
	background: #fda700 none repeat scroll 0 0;
	color: #ffffff;
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 24px 33px;
	margin-left:45px;
}
.navbar .navbar-right li a.call span{
	font-weight:400;
}
.navbar-brand  {
	padding:0px;
}
.navbar-brand > img {
    margin-left: 20px;
    margin-top: 20px;
}
.guy-home-header{
	background:url(../images/guy-header-bg.jpg) center;
	background-size:cover;
	height:774px;
}
.guy-heading-text{
	padding-top:130px;
}
.guy-heading-text span{
	color:#0eb3d6;
    font-family: 'Roboto', sans-serif;
    font-size:22px;
    font-weight:500;
}
.guy-heading-text h1 {
    color: #0f1214;    
    font-family: 'Roboto', sans-serif;
    font-size:70px;
    font-weight:400;
	margin-top:5px;
    margin-bottom:20px;
}
.guy-heading-text button {
	background: #fda700 none repeat scroll 0 0;
	border-radius:0px;
	border:none;
    font-family: 'Roboto', sans-serif;
	font-size:32px;
	font-weight:900;
	color: #2a2a2a;
	margin-top: 10px;
	padding: 9px 25px;
}
a:hover {
    text-decoration: none;
}
a:focus{
	outline:0 solid;
}
.guy-home-header2{
	background:url(../images/guy-contact-bg.png) center;
	background-size:cover;
	height:774px;
	margin-bottom:-183px;
	position:relative;
}
.guy-heading-text2{
	padding-top:40px;
}
.guy-heading-text2 span{
	color:#0eb3d6;
    font-family: 'Roboto', sans-serif;
    font-size:22px;
    font-weight:500;
}
.guy-heading-text2 h2 {
    color: #0f1214;    
    font-family: 'Roboto', sans-serif;
    font-size:70px;
    font-weight:400;
	margin-top:5px;
    margin-bottom:0px;
}
.guy-buy-section{
	padding-top:130px;
	padding-bottom:120px;
}
.guy-buy span{
	color:#0eb3d6;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:500;
	text-align:center;
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
}
.guy-buy h2{
    color: #0f1214;    
    font-family: 'Roboto', sans-serif;
    font-size:45px;
    font-weight:700;
	text-align:center;
	margin-top:5px;
	padding-bottom:40px;
}
.guy-buy p{
    color: #7f8487;    
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:400;
	text-align:center;
	line-height:1.8;
	padding-bottom:20px;
}
.guy-call-section{
	background:#edf3f9;
}
.guy-call{
	padding-left:96px;
	padding-top:80px;
}
.guy-call p{
    color: #7f8487;    
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:400;
	line-height:1.7;
	padding-bottom:20px;
}
.guy-call-img{
	padding-right:0px;
}
.guy-call-img img {
    max-width: 100%;
}
.guy-call-btn button {
  background: #fda700 none repeat scroll 0 0;
  border:none;
  border-left:96px solid #ffb72a;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: -25px;
  margin-top: -138px;
  padding: 18px 33px 25px;
  position: absolute;
  text-align: left;
}
.guy-call-img button span{
	font-weight:500;
	font-size:18px;
	display:inline-block;
}
.guy-footer-section{
	background:url(../images/guy-footer-img.jpg) center;
	height:287px;
	background-size:cover;
	margin-top:50px;
	padding-top:100px;
}
.guy-footer-wrap{
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}
.guy-footer-hr hr{
	border-top:1px solid #3f4345;
}
.guy-footer-wrap2{
	padding-top:50px;
}
.guy-footer-text p{
    font-family: "Roboto",sans-serif;
	font-size:16px;
	font-weight:400;
	color: #b1b7bb;
	padding-top:8px;
}
.guy-footer-social{
	float:right;
	text-align:right;
}
.guy-footer-social a{
	background:#2d3235;
	color:#fff;
	font-size:16px;
	display:inline-block;
	height:40px;
	width:40px;
	line-height:40px;
	border-radius:40px;
	text-align:center;
	margin-left:6px;
	transition:1s;
}
.guy-footer-social a:hover{
	background:#fda700;
}
.guy-contact-form {
	margin-top:20px;
	padding-left:0px;
}
.guy-contact-form input {
    background: #fff;
    height:47px;
    border: none;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight:600;
    color: #000;
    border-radius:0px;
	padding-left:20px;
}
.guy-contact-form input::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
}
.guy-contact-form input::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
}
.guy-contact-form input:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
}
.guy-contact-form input:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
}
#submit_contact {
	background-color: #fda700;
	border: medium none;
	border-radius: 0px;
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight:900;
	margin-top: 24px;
	padding:12px 28px 55px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
#submit_contact:hover{
	background:#fda700;
	color:#fff;
}