body,
html {
    width: 100%;
    height: 100%;
}
.texture {background: url(../img/texture.png) 0 0 repeat;}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	overflow-x:hidden;
	font-size:15px;
	line-height: 1.9;
	color:#454545;
}

.texture .copyright {
border-top:2px solid #454545;
padding-top:40px;
}
.cleaner {clear:both;}
.texture .logo {max-width:209px; max-height:45px;}

/* HOME */
.home-footer {
position:absolute;
bottom:0;
	padding: 20px 0;
	background:transparent;
}
.home .copyright {margin-top:0;color:#999; font-size:12px;}
.navbar-default .navbar-toggle {
  border-color: #bbb;
}
.home { 
background-size:contain;
}
.navbar-default {
  background-color: #fefefe;
  border-bottom:1px solid #aaa;
}
.home .nav li {
float:none;
display:block;
text-align:center;
}
.nav li a {
text-transform: uppercase;
  font-size: 16px;
  padding: 8px 0;
}
  .home .navbar-nav {
  float: none;
  margin: 0 auto;
}
/* /HOME */
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ccc;
}
p {
  margin: 0 0 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
	color:#454545;
}
h1 {
  font-size: 28px;
  margin-bottom:24px;
}
h2 {
  font-size: 16px;
  margin-bottom:5px;
  font-weight: 700;
  color:#005689;
}
.max-100 {max-width:100px;}
.max-150 {max-width:150px;}
.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}
blockquote {
  padding: 10px 0px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
  border-left: 0;
}
.cite {
display:inline-block; font-weight:700;
}


/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #c1c1c1;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
	padding: 10px 30px 9px 30px;
	font-size:12px; 
	font-weight:bold;
	letter-spacing:2px;
	color:white;
	text-transform:uppercase;
	border:1px solid #3086ab;
	background:#3b9fcb;
	transition: all 0.3s;  
	-moz-transition: all 0.3s;  
	-webkit-transition: all 0.3s;  
	-o-transition: all 0.3s;  
	-ms-transition: all 0.3s;
}
.btn-submit:hover, .btn-submit:focus  {
	background:#3086ab;
	color:white;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nocomment {display:none;}
.img-center {margin:20px auto;}
::-webkit-input-placeholder {
    color: #808080 !important
}
:-moz-placeholder {
    color: #808080 !important
}
::-moz-placeholder {
    color: #808080 !important
}
:-ms-input-placeholder {
    color: #808080 !important
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important
}
.inner {
padding-top:0;
padding-bottom:0;
}
/* RESPONSIVE */
@media(min-width:1601px) {
/* HOME */
.home { 
background: #454752 url(../img/avner-home-1920.jpg) no-repeat center top;
}
/* /HOME */
}
@media(min-width:1200px) {
.mt-80 {margin-top:80px;}
.max-100, .max-150 {
  margin: 0 auto;
}
}
@media(min-width:992px) {
/* HOME */
.home .nav li a {
  font-size: 19px;
  padding: 12px 0;
}
.home .navbar-nav {
  float: none;
  margin: 20px auto;
}
.mt-80 {margin-top:80px;}
/* /HOME */
}


@media(min-width:768px) {
.inner {
padding-top:20px;
padding-bottom:40px;
}
footer {
    padding: 50px 0;
}
.pl-30 {padding-left:30px;}
.pr-30 {padding-right:30px;}
.navbar {
background:transparent;
  min-height: 110px;
  margin-bottom: 20px;
  border:0;
  border-bottom:2px solid #454545;
}
.navbar-nav {
  float: right;
  margin-right:-39px;
}
.texture .navbar-default .navbar-nav>li>a {
position: relative;
  color: #454545;
  font-weight:700;
  font-size:15px;
  text-transform:uppercase;
    padding: 24px 20px;
}
.navbar-default .navbar-nav>li>a.active:after {
bottom: -20px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #454545;
	border-width: 7px;
	margin-left: -7px;
	}
.navbar-default .navbar-nav>li>a:hover {color:#617bb3;}
.texture .container.topnav {
  margin-top: 20px;
}
/* HOME */
.home { 
background: #454752 url(../img/avner-home-1920.jpg) no-repeat center top;
background-size:contain;
}
.home .divide60 {height:45px;}
.home .navbar-default {
  background-color: transparent;
  border:0;
}
.home .nav li.border-bot {
padding-top:10px;
border-bottom:1px solid #454545;
width:40%;
margin:0 auto;
}
.home .logo {
text-align:center;
}
.home .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left:0;
}
.home .nav li.border-bot {
padding-top:0px;
}
/* HOME */
}


.content-section-a {
    padding: 50px 0;
}
.content-section-b {
    padding: 50px 0;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

@media(max-width:1199px) {
.hide-on-small {display:none;}
}

@media(max-width:991px) {
.mt-80 {margin-top:25px;}
}

@media(max-width:767px) {
.texture .navbar {
  margin-bottom: 6px;
}
.bio-img {float:none!important; margin-bottom:30px;}
/* HOME */
.home { 
background: #454752 url(../img/avner-767.jpg) no-repeat right top;
background-size:contain;
background-position: right top;
}
.mt-80 {
  margin-top: 0px;
}
.navbar {
  min-height: 80px;
}
.home .navbar-nav {
  margin: 20px auto;
}
.home.topnav {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-brand {
  height: 70px;
  max-width:200px;
}
.home .col-lg-4 {
width:100%;
padding-right: 0;
padding-left: 0;
}
.logo {max-width:100%; padding-top:7px;}
.nav li.border-bot {
  padding-top: 0;
}
.navbar-nav {
  margin: 20px 0;
}
.nav li {
   text-align: left;
}
.nav li.border-bot{display:none;}

.navbar-toggle {margin-top:22px;}

.nav li a {
  font-size: 15px;
  padding: 12px 0;
  text-align: left;
}
.home-footer {
  padding: 0;
}
/* /HOME */


}
@media (max-width:767px) and (orientation: landscape) {
/* HOME */
.home {
background: #454752 url(../img/avner-home.jpg) no-repeat right 50px;
background-size:cover;
}
/* /HOME */

}

