/* body */
body {
    font-size: 17px;
}
.boxed-layout {
  /* background: url(../img/bg/bg-2.jpg) repeat; */
}

/* Header */
.topbar-v1 .top-v1-contacts {
    font-size: 16px;
    margin: 8px;
}

.topbar-v1 {
  border-bottom: 0px;
  border-top: 0px;
}

.topbar-v1 .top-v1-contacts i {
    font-size: 16px;
    margin-right: 5px;
}

.header-v4 .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
}

/* Center Content */
.content-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.centerBlock {
  display: table;
  margin: 0 auto;
}

/*Heading Titles v2*/
h1 {
	font-size: 32px;
	line-height: 37px;
  color: #e84800;
}
h2 {
	font-size: 28px;
	line-height: 35px;
  color: #e84800;
}
h3 {
	font-size: 24px;
	line-height: 33px;
  color: #e84800;
}

h2.title-v2 {
	color: #d35400;
	position: relative;
	margin-bottom: 30px;
}

h2.title-v2:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #d35400;
	position: absolute;
}

.btn-u {
    font-size: 16px;
    font-weight: 600;
}

a {
    color: #e84800; /* old Color #e67e22 */
}

a:focus,
a:hover,
a:active {
	color: #e84800;
}

.panel-orange {
    border-color: #d35400;
}

.panel-orange > .panel-heading {
    background: #d35400 none repeat scroll 0 0;
}
/* Menu margin */
.header-v4 .navbar-header {
	margin: 0;
}

@media (max-width: 991px) {
	.header-v4 .navbar-header {
		margin: 0;
	}
}

/* Sky Form Border */
.sky-form {
  box-shadow: none;
  border: 1px solid #dedede;
}
