
/*version 1.2*/
.pages-header-text a:link { color: #337ab7; }

#commentform button, 
#commentform input
{
    width: 100%;
	border: 1px solid #CCC;
    border-radius: 4px;
}

.error-page .searchform button,
.error-page  .searchform input
{

	border: 1px solid #CCC;
    border-radius: 4px;
}
.contact-heading {
	left: 15px;
    top: -87px;
    background: #333;
    padding: 10px 30px;
    color: #fff;
    min-width: 155px;
}
.footer-social li a {color : #333;}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.pages-header-text h2 {
	margin-bottom: 15px;
    color: #474444;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 8px;
}
.pages-header-text .lead-off {
    color: #474444;
    font-family: "lato";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 15px;
}
.nt-custom-pages-header .col-sm-8  p:nth-of-type(2){
   color: #3d3838;
  
    font-family: "inconsolata";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-right: 20px;

}
.pages-header-text {
	padding: 45px 0;
    background-size: cover;
}
.center-page {
	text-align:center;
}
.nt-custom-pages p{    letter-spacing: 0.1px; }
.nt-custom-pages p{    letter-spacing: 0.1px; }
.nt-custom-pages-header.inner {
	position: relative;
    min-height: 380px;
    margin-bottom: 60px;
}
.nt-custom-pages-header.inner .overlay {
    background-size: cover;
    opacity: 0.35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.menu-container {background-color: rgba(255, 255, 255, 0.75);max-height: 85px;height: 85px; overflow: hidden; }
.blog-menu {margin-top: 27px;background: none;border: 0;}
.blog-menu  li, .footer-social li{
	display: inline-block;
	margin-left: 15px;
}

.dropdown-menu {
	max-width: 280px;
}

.dropdown-menu {
    position: absolute;
    top: 96%;
    left: auto;
    right: auto;
    z-index: 1000;
    margin: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    padding: 10px 20px 10px;
    border: 6px solid #FEECB3;
}

.dropdown-menu   li  {    display: inherit;margin: 0;}
.dropdown-menu   li a:hover { background: none;}
.dropdown-menu   li a {
    color: #333;
    font-family: "inconsolata";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    line-height: 23px;
    height: auto;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.blog-menu li, .footer-social li {
    margin-left: 25px;
    display: inline-block;
}
.blog-menu li a {
    color: #3d3838;
    font-size: 16px;
    transition: all 200ms linear 0s;
    letter-spacing: 1.5px;
    font-family: "inconsolata";
}
.blog-menu li a:hover {
    color: #f8cb42;
    transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
}
.form-group br {display: none;}
.container.bootstrap { margin: 0 auto !important;}
.widget .border {
    background: #FEECB3;
    height: 6px;
    width: 40px;
    margin: 10px 0 25px;
}
.lj-logo a, .lj-logo img {
    margin-top: 21px;
}
.lj-logo a, .lj-logo img {
    height: auto;
}
.white {
	padding: 20px 0 15px;
}
#footer-widget-section {
	padding: 60px 0;
}
.soft-gray {
	background:#eee;
	}
   
.soft-gray {    
	background: #FAFAFA;
	padding: 60px 0;
}
#widget-area {
    margin-bottom: 40px;
}
textarea.form-control {
	max-height:50px;
}

.nt-custom-pages-header .menu-name-text {
    font-size: 23px;
    left: 15px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2px;
    position: absolute;
    top: 15px;
    color: #474444;
}

.nt-custom-pages-header .menu-sub-text {
    color: #F8CB42;
    font-size: 13px;
    left: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    position: absolute;
    top: 48px;
}


.contact-button{
	background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #3d3838;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: medium none;
    margin-top: 40px;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.widget input:focus {
	    outline: -webkit-focus-ring-color auto 0px;
}
.m_right_15 {margin-right: 15px;}
@media (max-width: 479px) {
	.padding-40-mobile{
		padding	: 0 40px;
	}
}
.entry-meta li a
{
    transition: all 200ms linear 0s;
    color: #474444;
}
.entry-meta li a:hover {
    color: #f8cb42;
    transition: all 200ms linear 0s;
}