
/*   
Theme Name: rutanlaw
Theme URI: http://www.rutanlaw.com
Description: This is rutanlaw WordPress Theme
Author: Cyber Flavors
Author URI: http://www.cyberflavors.com
Version: 1.0
*/
HTML {
	overflow: -moz-scrollbars-vertical;
	overflow-x: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	display: block;
	clear: both;
}

.clearH {
	display: block;
	clear: both;
	height: 20px;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}

a, a:visited {
	color: #757475;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: medium none;
}

.img-responsive {
	max-width: 100%;
}

.orangebg {
	background: #c6863a;
	color: #222;
}

.orange {
	color: #c6863a;
}

.red {
	color: #b6221a;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.justify {
	text-align: justify;
}

img.alignright {
	float: right;
	margin-left: 15px;
	max-width: 100%;
	height: auto;
}

img.alignleft {
	float: left;
	margin-right: 15px;
	max-width: 100%;
	height: auto;
}

img.alignnone, img.aligncenter {
	float: none;
	max-width: 100%;
	height: auto;
}

.imgborder {
	border: 1px solid #e0e0e0;
	padding: 4px;
}

.imgborder2 {
	box-shadow: 2px 2px 10px #000;
	padding: 4px;
}

.imgborder3 {
	border: 2px solid #c6863a;
	padding: 4px;
}

.imgborder-round {
	border: 5px solid #c6863a;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
}

.imgborder-round2 {
	border: 5px solid #c6863a;
	padding: 0px;
	border-radius: 50px 0px 50px 0px;
	overflow: hidden;
}

.uppercase {
	text-transform: uppercase;
}

fieldset, form {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: 400;
	font-family: "Fjalla One", PT Sans Narrow, sans-serif;
}

.wrapper, .sticky .container {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	width: 90%;
	max-width: 1200px;
	background: transparent;
}

.box-5 {
	float: left;
	width: 5%;
	display: block;
}

.box-10 {
	float: left;
	width: 10%;
	display: block;
}

.box-15 {
	float: left;
	width: 15%;
	display: block;
}

.box-20 {
	float: left;
	width: 20%;
	display: block;
}

.box-25 {
	float: left;
	width: 25%;
	display: block;
}

.box-30 {
	float: left;
	width: 30%;
	display: block;
}

.box-33 {
	float: left;
	width: 33%;
	display: block;
}

.box-35 {
	float: left;
	width: 35%;
	display: block;
}

.box-40 {
	float: left;
	width: 40%;
	display: block;
}

.box-45 {
	float: left;
	width: 45%;
	display: block;
}

.box-50 {
	float: left;
	width: 50%;
	display: block;
}

.box-55 {
	float: left;
	width: 55%;
	display: block;
}

.box-60 {
	float: left;
	width: 60%;
	display: block;
}

.box-65 {
	float: left;
	width: 65%;
	display: block;
}

.box-70 {
	float: left;
	width: 70%;
	display: block;
}

.box-75 {
	float: left;
	width: 75%;
	display: block;
}

.box-80 {
	float: left;
	width: 80%;
	display: block;
}

.box-90 {
	float: left;
	width: 90%;
	display: block;
}

.box-100 {
	clear: both;
	width: 100%;
	display: block;
}

.row {
	margin: 0px -15px;
}

.box-paddingS {
	padding: 0 15px;
}

.box-paddingL {
	padding-left: 20px;
}

.box-paddingR {
	padding-right: 20px;
}

.box-padding {
	padding: 15px;
}

.box-pad-t {
	padding: 15px 0px;
}

.pad40 {
	padding: 20px 40px;
}

.top-pad {
	clear: both;
	padding-top: 80px;
}

#header {
	clear: both;
	background: #222;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#headerImage {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255, 204, 0, 1);
}

.logo {
	position: relative;
	float: left;
	display: block;
	width: 210px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

.logo img {
	width: 100%;
	margin: 0px auto;
}

.head-col {
	float: right;
	width: 80%;
	margin: 0px 0;
	padding: 0;
}

.usertool {
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 16px;
	padding: 20px 0 0 0;
	color: #c0c0c0;
	font-weight: 400;
	min-height: 20px;
}

ul.icons {
	cursor: default;
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	border: 1px solid rgba(240, 240, 240, .3);
}

.icons {
	font-size: 18px;
	margin: 0 0 0px 0;
	text-align: center;
}

.icons a {
	color: #757475;
	-moz-transition: color .35s ease-in-out;
	-webkit-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	-ms-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.icons a:hover {
	color: #bb7a40;
}

ul.social-icons {
	cursor: default;
	display: inline-block;
	margin: 0;
	padding: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.social-icons a {
	display: inline-block;
	color: #757475;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	border: 1px solid rgba(208, 208, 208, .5);
}

ul.social-icons a:hover {
	color: rgba(187, 122, 64, 1);
}

a.lightButton, input.lightButton {
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #ffa001;
	color: #ffa001;
	display: inline-block;
	font-size: .875em;
	font-weight: bold;
	height: 3.75em;
	line-height: 3.75em;
	padding-left: 2.3125em;
	padding-right: 2.3125em;
	text-decoration: none;
	text-transform: uppercase;
}

a.lightButton:hover, input.lightButton:hover {
	background: none repeat scroll 0 0 #fff;
	color: #000;
	text-decoration: none;
}

.site_search {
	border: 1px solid #bfd5f2;
	color: #666;
	margin: 0;
	margin: 0;
	border-radius: 30px;
	padding: 4px 10px;
	overflow: hidden;
	width: 160px;
	background: #fff;
}

input.inputsearch {
	color: #666;
	float: right;
	height: 20px;
	margin: 0;
	line-height: 13px;
	padding: 0px 10px;
	text-align: right;
	width: 120px;
	border: none;
}

input.submitsearch {
	background: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/search-icon.png") no-repeat;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	height: 20px;
	padding: 0;
	margin: 0;
	float: left;
	font-weight: bold;
	width: 20px;
}

input.submitsearch.nitro-lazy {
	background: none !important;
}

.nav.sticky {
	background: rgba(255, 255, 255, .95);
	border-bottom: 1px solid #e9e6e4;
}

.nav {
	text-align: center;
}

.sticky {
	border-top: 0 none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#topmenu {
	display: block;
}

.moduletable_dropdown {
	float: right;
	clear: both;
	font-family: "Fjalla One", sans-serif;
}

.nav.sticky  .moduletable_dropdown {
	float: none;
	clear: both;
	display: inline-block;
}

#topmenu ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu ul.menu ul {
	display: none;
}

#topmenu ul.menu li:hover > ul {
	display: block;
}

#topmenu ul.menu {
	list-style: none;
	position: relative;
}

#topmenu ul.menu:after {
	clear: both;
	content: "";
	display: block;
}

#topmenu ul.menu li {
	float: left;
	list-style: none;
}

#topmenu ul.menu li:hover {
	left: auto;
}

#topmenu ul.menu li:hover a {}

#topmenu ul.menu li a {
	line-height: 60px;
	padding: 0px 12px 0px 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 1px 1x 5px #000;
	text-decoration: none;
	font-size: 15px;
	display: block;
	letter-spacing: 0px;
	transition: all .3s ease 0s;
}

.sticky .container #topnav ul.menu li a {
	line-height: 70px;
	padding: 0px 30px 0px 30px;
}

#topmenu ul.menu ul {
	width: 160px;
	position: absolute;
	top: 100%;
	z-index: 999999;
	border: none;
	padding: 0px 8px 5px 8px;
	-moz-box-sizing: content-box;
	background: rgba(38, 38, 38, .9);
	border-top: 3px solid rgba(204, 102, 51, 1);
}

#topmenu ul.menu ul::before {
	font-family: "FontAwesome";
	content: "";
	position: absolute;
	top: -18px;
	left: 150px;
	width: 9px;
	height: auto;
	color: #c63;
}

#topmenu ul.menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	float: none;
	border-right: none;
	position: relative;
}

#topmenu ul.menu li#menu-item-91 ul {
	width: 350px;
	position: absolute;
	top: 100%;
	z-index: 999999;
	border: none;
	padding: 0px 8px 5px 8px;
	-moz-box-sizing: content-box;
	margin-left: -120px;
	background: rgba(38, 38, 38, .9);
	border-top: 3px solid rgba(204, 102, 51, 1);
}

#topmenu ul.menu li#menu-item-91 ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	float: left;
	width: 46%;
	margin: 0px 5px;
	border-right: none;
	position: relative;
}

#topmenu ul.menu li#menu-item-25 ul {
	width: 300px;
	position: absolute;
	top: 100%;
	z-index: 999999;
	border: none;
	padding: 0px 8px 5px 8px;
	-moz-box-sizing: content-box;
	margin-left: -120px;
	background: rgba(38, 38, 38, .9);
	border-top: 3px solid rgba(204, 102, 51, 1);
}

#topmenu ul.menu li#menu-item-25 ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	float: left;
	width: 46%;
	margin: 0px 5px;
	border-right: none;
	position: relative;
}

#topmenu ul.menu ul li a {
	background: transparent;
	height: auto;
	border: none;
	color: #fff;
	text-shadow: none;
	text-transform: capitalize;
	display: block;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
	padding: 8px 5px;
	z-index: 99999999;
}

#topmenu ul.menu li.current-menu-item a, #topmenu ul.menu li a:hover {
	color: #c63;
}

#topmenu ul.menu li.current-menu-item ul li a, #topmenu ul.menu li.current-menu-parent ul li.current-menu-item a {
	color: #c6863a;
}

#topmenu ul.menu ul li a:hover, #topmenu ul.menu ul.sub-menu li.menu-item a:hover, #topmenu ul.menu li.current-menu-item ul.sub-menu li a:hover {
	color: #c63;
	border-top: none;
}

#topmenu ul.menu ul ul {
	left: 5%;
	position: absolute;
	border-top: none;
	top: 30px;
	z-index: 9999999999;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 16px rgba(0, 0, 0, .25);
}

#topmenu ul.menu ul ul li {
	padding: 0;
	border-bottom: none;
}

#topmenu ul.menu ul ul li a {
	display: block;
	padding: 0px 8px;
	line-height: 28px;
}

#topmenu ul.menu li.current-menu-item ul li a, #topmenu ul.menu li ul li.current-menu-item a {
	background: none;
}

#topmenu ul.menu ul li a:hover {
	background: none;
}

.search {
	display: block;
	color: #fff;
	border: none;
	border-radius: 20px;
	margin-top: 20px;
	padding: 5px 5px;
	background: linear-gradient(to bottom, #3aa2df 0%, #254e9e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .14) inset;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	line-height: 15px;
}

.search:hover {
	background: linear-gradient(to bottom, #254e9e 0%, #3aa2df 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.article-post {
	border-bottom: 1px dashed #d9d9d9;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

img.post-left {
	float: left;
	margin-right: 15px;
}

.post-meta {
	display: block;
	padding: 0 0 7px 0;
	font-size: 11px;
	color: #909090;
}

.post-meta a {
	color: #fff;
	text-decoration: none;
}

.latest-news time {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	color: #909090;
}

.latest-news time strong {
	display: inline-block;
	padding: 0px 10px;
}

.author_link a {
	text-decoration: underline;
}

.comments-link {
	padding: 0 6px;
}

a.readmore {
	float: none;
	background-color: #bb7a40;
	background-image: -moz-linear-gradient(center top, #c8905f, #bb7a40);
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px;
	text-decoration: none;
	border: 1px solid #a76d39;
	transition: all .5s ease 0s;
}

a.readmore:hover {
	background: #263238;
	border: 1px solid #1f292e;
}

h1 {
	padding: 0px;
	margin: 0px 0 20px 0;
	line-height: 110%;
	font-size: 30px;
	text-rendering: optimizelegibility;
	text-transform: capitalize;
}

h2 {
	line-height: 110%;
	font-size: 24px;
	padding: 0px;
	margin-bottom: 16px;
	text-transform: capitalize;
	text-rendering: optimizelegibility;
}

h3 {
	line-height: 110%;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 16px;
	text-transform: capitalize;
	text-rendering: optimizelegibility;
}

h4 {
	line-height: 110%;
	font-size: 18px;
	padding: 0px;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-rendering: optimizelegibility;
}

h5, h5 a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 150%;
	text-decoration: none;
	margin: 10px 0;
}

.line {
	border-bottom: 1px solid #cdd1d0;
	display: block;
	margin: 0 0 30px;
}

.line .sub-line {
	border: 2px solid #ffa001;
	display: block;
	margin-bottom: -1px;
	width: 80px;
}

.titleborder {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.titleborder .holder {
	background: #c6863a none repeat scroll 0 0;
	display: block;
	height: 2px;
	width: 50px;
	margin: 0 auto 15px auto;
}

.title1 {
	font-size: 50px;
}

.title2 {
	font-size: 36px;
}

.mainBody {
	clear: both;
	margin: 0px;
	padding: 50px 0px;
	background: transparent;
}

#mainContent {
	clear: both;
	margin: 0px 0px;
	padding: 50px 0;
}

#leftContent {
	float: left;
	width: 65%;
	padding: 0%;
	margin: 0px;
}

#rightContent {
	float: right;
	width: 30%;
	padding: 0% 0;
	margin: 0px;
}

.blognews {
	display: block;
	padding: 0 0px;
	margin: 10px 0 20px 0;
}

.newspost {
	display: block;
	padding: 0 0px;
}

#contact {
	padding: 50px 0;
}

.post-row {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0px;
	display: table;
	width: 95%;
	border-bottom: 1px dotted #cdd2e0;
}

.newspost img, .blognews img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #cdd2e0;
	padding: 1px;
}

.post-date {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	width: 76px;
}

.post-date .day {
	background: #c6863a;
	border-bottom: 1px solid #3d4e58;
	box-sizing: border-box;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	height: 64px;
	padding-top: 12px;
}

.post-date .month {
	background: #33414a;
	border-top: 1px solid #647d8c;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
}

.img-left {
	float: left;
	margin-right: 19px;
}

.img-right {
	float: right;
	margin-left: 20px;
}

.post-row {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#footer ul.address li i {
	color: #bb7a40;
	font-size: 18px;
}

ul.address {
	margin: 0;
	padding: 0;
	color: #fff;
}

ul.address li {
	margin: 0;
	padding: 5px 0px;
	list-style: none;
}

#copyright {
	background: rgba(38, 50, 56, 1);
	color: rgba(255, 255, 255, 1);
	z-index: 999999;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	bottom: 0px;
	display: block;
}

.floatleft {
	float: left;
}

.title-h3 {
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.inputbox {
	background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
	-moz-box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .3);
	color: #9a9189;
	margin: 5px 0;
	height: 35px;
	font-size: 14px;
	padding: 0;
	text-indent: 15px;
	width: 100%;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.textarea {
	background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
	-moz-box-sizing: border-box;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, .3);
	color: #9a9189;
	margin: 5px 0;
	height: 100px;
	padding: 0;
	text-indent: 15px;
	width: 100%;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.contact-form {
	clear: both;
	display: block;
	padding: 10px 0;
	background: #1d337f url("https://www.defenseohio.com/wp-content/themes/rutanlaw/images/bluebg.jpg") repeat-x;
}

.contact-form.nitro-lazy {
	background: none !important;
}

.btn-submit {
	background-color: #a76d39;
	background-image: linear-gradient(to bottom, #a76d39, #c63);
	background-repeat: repeat-x;
	border: 1px solid #c63;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	font-family: "Fjalla One", PT Sans Narrow, sans-serif;
	cursor: pointer;
	padding: 5px 20px;
	text-shadow: none;
}

.btn-submit:hover {
	background-color: #222;
	background-image: linear-gradient(to bottom, #363f45, #000);
	transition: all .3s ease 0s;
}

a.more {
	text-align: right;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

a.more:hover {
	color: #cc9;
	text-decoration: none;
	display: block;
}

.large {
	font-size: 16px;
}

#welcome {
	clear: both;
	display: block;
	padding: 0px 0;
	margin: 0;
}

#welcome h3 {
	border-bottom: 1px solid #d9dedf;
	padding: 15px 0 15px 40px;
}

#parallex-1 {
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/parallex-01.jpg");
	background-size: 100%;
	background-attachment: fixed;
}

#parallex-1.nitro-lazy {
	background-image: none !important;
}

#parallex-2 {
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/parallex-1.jpg");
	background-size: 100%;
	background-attachment: fixed;
}

#parallex-2.nitro-lazy {
	background-image: none !important;
}

#about {
	padding: 50px 0px;
}

#practice-areas {
	background: #222;
	padding-top: 50px;
	display: block;
}

#practice-areas h1, #practice-areas h2, #practice-areas h3 {
	color: #fff;
}

.arrow {
	padding: 1em 0;
	position: relative;
}

.arrow {}

.arrow i {
	color: #c6863a;
	font-size: 2.5em;
	line-height: 1;
	position: relative;
	display: block;
	margin-top: -15px;
	margin-bottom: 10px;
	-webkit-animation: bounce 2.5s ease-in-out;
	-moz-animation: bounce 2.5s ease-in-out;
	-o-animation: bounce 2.5s ease-in-out;
	animation: bounce 2.5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.arrow i:hover {
	color: #c6863a;
	font-size: 2.5em;
	line-height: 1;
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: -15px;
}

#services {
	display: block;
	width: 100%;
	padding: 10px 0px;
	margin: 0;
	color: #f0f0f0;
	position: absolute;
	z-index: 99;
	margin-top: -220px;
}

.servicebox {
	background: rgba(0, 0, 0, .8);
	color: rgba(255, 255, 255, 1);
	padding: 15px 15px 15px 15px;
	min-height: 160px;
}

ul.service-list {
	margin: 0px 0;
	padding: 0 0 0 0px;
	list-style: none;
}

ul.service-list li {
	font-weight: normal;
	list-style: disc;
	float: left;
	width: 42%;
	margin: 0 0 0 7%;
	padding: 0px;
}

ul.service-list li a {
	padding: 0 0 0 5px;
}

ul.service-list li a:hover {
	color: #c63;
}

.service-icon {
	float: left;
	width: 15%;
	display: block;
	font-size: 50px;
}

.service-text {
	float: right;
	width: 82%;
	margin-bottom: 15px;
}

#projects {
	clear: both;
	padding: 0px;
	margin: 0;
	background-image: url("https://www.defenseohio.com/wp-content/themes/rutanlaw/images/projects.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

#projects.nitro-lazy {
	background-image: none !important;
}

span.name {
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	line-height: 50px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.imageparallex {
	display: block;
	background: rgba(0, 0, 0, .3);
	clear: both;
	width: 100%;
	height: 350px;
}

.intro-text {
	display: block;
	clear: both;
}

.item_introtext {
	padding: 0 6px;
}

.item_img {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.item_img a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.item_img a img {
	opacity: .99;
	transform: scale(1);
	transition: all .5s linear 0s;
}

.item_img a:hover {}

.item_img a:hover img, .item_img a:hover .BWfade {
	opacity: 1 !important;
	transform: scale(1.1) !important;
}

#mainbottom {
	background-image: url("https://www.defenseohio.com/wp-content/themes/rutanlaw/images/mainbottomBg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	padding-bottom: 54px;
	padding: 150px 0;
	text-align: center;
}

#mainbottom.nitro-lazy {
	background-image: none !important;
}

#mainbottom .item_content > i.fa {
	border: 4px solid #fff;
	color: #fff;
	border-radius: 1000px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	line-height: 89px;
	margin-bottom: 45px;
	width: 89px;
}

h4 .item_title_part0 {
	color: #fff;
	display: block;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 10px;
	line-height: 46px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h4 .item_title_part1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 26px;
}

.roundimage img {
	border-radius: 1000px;
	overflow: hidden;
}

.custom_title strong {
	color: #363f45;
	float: left;
	font-family: "Gentium Basic";
	font-size: 72px;
	line-height: 52px;
	margin-right: 12px;
}

.custom_title {
	text-transform: capitalize;
	color: #728089;
	display: block;
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0 28px;
}

#bottom-box {
	color: #f0f0f0;
	background: rgba(0, 0, 0, .7);
	margin: 0;
	padding: 80px 0 0px 0;
}

#bottom-box h1 {
	padding: 0 0 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
}

#bottom-box h3 {
	font-size: 24px;
	padding: 0 0 15px 0;
	line-height: 25px;
}

.center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.submit-btn {
	background-color: #bb7a40;
	background-image: -moz-linear-gradient(center top, #c8905f, #bb7a40);
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #a76d39;
	transition: all .5s ease 0s;
}

.submit-btn:hover {
	background: #263238;
	border: 1px solid #1f292e;
}

.paraOne {
	color: #fff;
	font-size: 16px;
}

#subscribe {
	background: none repeat scroll 0 0 #bf392b;
	padding: 20px 0 20px;
	color: #f0f0f0;
}

.c3 {
	float: left;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 24.5%;
	margin: 0;
}

.box {
	margin: 0;
	padding: 0;
}

a.darkButton {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #000;
	font-weight: bold;
	color: #000;
	padding: 10px 25px;
	text-decoration: none;
	margin: 0;
}

a.darkButton:hover {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	text-decoration: none;
}

ul.list {
	margin: 20px 0px 20px 20px;
	padding: 0px;
	list-style: none;
}

ul.list li {
	font-weight: normal;
	list-style: none;
	padding: 0 0 8px 20px;
	background: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/list.png") 0px 0px no-repeat;
}

ul.list li.nitro-lazy {
	background: none !important;
}

.rightnav {
	display: block;
	clear: both;
}

.rightnav ul {
	display: block;
	clear: both;
	margin: 20px 0;
	padding: 0;
}

.rightnav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.rightnav ul li a {
	display: block;
	margin: 0px;
	padding: 8px 0 8px 35px;
	text-decoration: none;
	color: #fff;
	background: #3f3f3f url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/title000.png") 12px 13px no-repeat;
	border-bottom: 1px solid #333;
}

.rightnav ul li a.nitro-lazy {
	background: none !important;
}

.rightnav ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #2c6d50 url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/title000.png") 12px 13px no-repeat;
}

.rightnav ul li a:hover.nitro-lazy {
	background: none !important;
}

#testimonials {
	display: block;
	margin: 0;
	padding: 50px 0;
	color: #fff;
	font-size: 24px;
	line-height: 130%;
	overflow: hidden;
}

.content_indent {
	border-left: 4px solid #034b29;
	margin-bottom: 30px;
	padding-left: 26px;
	text-align: left;
}

.item_published {
	display: block;
	font-size: 20px;
	letter-spacing: 8px;
	line-height: 26px;
	padding: 10px 0;
	text-align: center;
	background: #034b29 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none !important;
	color: #fff;
	text-shadow: none !important;
}

time, .item_hits, .item_category-name address, .item_createdby {
	margin: 0;
	white-space: nowrap;
}

#news img {
	max-width: 100%;
}

.newsletter {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#newsletter-box .input-text {
	background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
	-moz-box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .3);
	color: #606060;
	float: none;
	font: 14px Helvetica, Arial, sans-serif;
	height: 45px;
	margin: 0px 0px;
	padding: 5px 10px;
	width: 90%;
}

.input-submit {
	background-color: #398709;
	border: 0 none;
	color: #fff;
	float: none;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 0px 0px;
	text-align: center;
	padding: 10px 0px;
	text-transform: uppercase;
}

.input-submit:hover {
	color: #fff;
	cursor: pointer;
}

ul.bullet-icon {
	list-style: none;
	margin: 15px 0 15px 20px;
	padding: 0;
}

ul.bullet-icon li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 16px;
	background: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/link_mar.png") 0px 8px no-repeat;
}

ul.bullet-icon li.nitro-lazy {
	background: none !important;
}

ul.bullet-icon li a {
	color: #000;
	display: block;
	text-decoration: none;
}

ul.bullet-icon li a:hover {
	color: #397dba;
}

ul.num {
	margin: 15px 0 15px 36px;
	padding: 0;
}

ul.num li {
	list-style: decimal;
	margin: 0;
	padding: 0 0 5px 3px;
}

.sliderContainer {
	width: 100%;
	margin: 0px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #cc9;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	line-height: 40px;
	text-transform: capitalize;
	max-width: none;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 42%;
	left: 0;
	opacity: .7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 60px;
	width: 60px;
	background: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/themes.png") no-repeat left top;
}

.callbacks_nav.nitro-lazy {
	background: none !important;
}

.callbacks_nav:active {
	opacity: 1;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager img {
	float: left;
}

#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
	padding: 0;
}

.ban_caption {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0;
	left: auto;
	right: auto;
	top: 20%;
	z-index: 999;
	color: #fff;
	text-shadow: 2px 2px 7px #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
}

.ban_caption h3 {
	float: none;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	line-height: 100%;
	font-weight: 700;
	margin: 0 auto;
	letter-spacing: 2px;
	padding: 0px 0px;
	text-align: center !important;
	text-transform: uppercase;
}

.ban_caption p {
	clear: both;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	line-height: 100%;
	padding: 0px 0;
	text-transform: uppercase;
}

.ban_caption .txt1 {
	clear: both;
	display: block;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 10;
	line-height: 110%;
	margin: 10px 0px;
	padding: 0;
	text-transform: uppercase;
}

a.slider-more {
	float: none;
	background: rgba(0, 0, 0, .7);
	position: relative;
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 10px 25px;
	margin: 14px 0px 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

a.slider-more::before {
	border-top: 1px solid #fff;
	content: " ";
	height: 1px;
	left: -160px;
	position: absolute;
	top: 50%;
	width: 130px;
}

a.slider-more::after {
	border-top: 1px solid #fff;
	content: " ";
	height: 1px;
	position: absolute;
	right: -160px;
	top: 50%;
	width: 130px;
}

a.slider-more:hover {
	background: rgba(187, 122, 64, .8);
}

@media screen and (max-width: 600px) {
	.callbacks_nav {
		top: 47%;
	}
}

.inline {
	display: inline-block;
}

a.enter {
	background: #f6c452;
	color: #fff;
	display: inline-block;
	padding: 13px 40px 13px 40px;
	text-decoration: none;
	margin: 20px auto;
	border-radius: 100px;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .6s ease 0s;
}

a.enter:hover {
	background: #bb241b url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/arrow_right_1.png") right center no-repeat;
	transition: all .4s ease 0s;
}

a.enter:hover.nitro-lazy {
	background: none !important;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.hr-mod {
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/icon_img.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	height: 18px;
	position: relative;
}

.hr-mod.nitro-lazy {
	background-image: none !important;
}

.hr-mod::before, .hr-mod::after {
	background-color: #e9e6e4;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 48.5%;
}

.hr-mod::before {
	left: 0;
}

.hr-mod::after {
	right: 0;
}

* + .hr-mod {
	margin-top: 39px;
}

p + .hr-mod {
	margin-top: 32px;
}

.hr-mod2::before, .hr-mod2::after {
	background: #32302f none repeat scroll 0 0;
}

.index-list {
	counter-reset: li;
	margin: 35px 0px;
}

.index-list * + p {
	margin-top: 5px;
}

.index-list li:first-child + li + li + li, .index-list li:first-child + li + li + li + li, .index-list li:first-child + li + li + li + li + li, .index-list li:first-child + li + li + li + li + li + li {
	margin-top: 15px;
}

.index-list li {
	padding-left: 84px;
	padding-right: 10px;
	position: relative;
	list-style: none;
}

.index-list li h5 {
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 24px;
	text-transform: uppercase;
}

.index-list li::before {
	background: #bb7a40 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	height: 65px;
	left: 0;
	line-height: 65px;
	position: absolute;
	text-align: center;
	top: -3px;
	transition: all .3s ease 0s;
	width: 65px;
}

.index-list li:hover::before {
	background: #333 none repeat scroll 0 0;
}

.index-list__mod li + li {
	margin-top: 28px;
}

.index-list__mod2 li:first-child + li + li, .index-list__mod2 li:first-child + li + li + li {
	margin-top: 25px;
}

.thumbnail {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	overflow: hidden;
	position: relative;
}

.thumbnail img {
	height: auto;
	transition: all .5s ease 0s;
	width: 100%;
}

.thumbnail:hover img {
	transform: scale(1.1);
}

.thumbnail > img, .thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail2 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: -moz-use-text-color;
	border-image: none;
	border-radius: 0;
	border-style: none;
	border-width: medium 0 medium medium;
	padding: 0;
}

.thumbnail2 img {
	height: auto;
	max-width: 100%;
}

.thumbnail2 .caption h5 {
	color: #bb7a40;
}

* + .caption {
	margin-top: 10px;
}

.thumbnail_wrap {
	width: 100%;
}

.thumbnail_wrap .thumbnail_box {
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
}

@media (max-width: 1722px) {
	.thumbnail_wrap .thumbnail_box {
		width: 25%;
	}
}

.thumbnail_wrap .thumbnail_box img {
	height: auto;
	transition: all .5s ease 0s;
	width: 100%;
}

.thumbnail_wrap .thumbnail_box .thumbnail_box_img {
	position: relative;
}

.thumbnail_wrap .thumbnail_box .thumbnail_box_img .overlay {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease 0s;
}

.lt-ie9 .thumbnail_wrap .thumbnail_box .thumbnail_box_img .overlay {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt {
	left: 0;
	padding: 0 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-16%);
	transition: all .3s ease 0s;
}

.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt h3 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt p, .thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {
	opacity: 0;
}

.lt-ie9 .thumbnail_wrap .thumbnail_box .thumbnail_box_cnt p, .lt-ie9 .thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {}

.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {
	margin-top: 8px;
}

.thumbnail_wrap .thumbnail_box:hover p, .thumbnail_wrap .thumbnail_box:hover .btn {
	opacity: 1;
	color: #c0c0c0;
}

.lt-ie9 .thumbnail_wrap .thumbnail_box:hover p, .lt-ie9 .thumbnail_wrap .thumbnail_box:hover .btn {}

.thumbnail_wrap .thumbnail_box:hover img {
	transform: scale(1.1);
}

.thumbnail_wrap .thumbnail_box:hover .overlay {
	background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
}

.lt-ie9 .thumbnail_wrap .thumbnail_box:hover .overlay {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.thumbnail_wrap .thumbnail_box:hover .thumbnail_box_cnt {
	transform: translateY(-50%);
}

@media (max-width: 1060px) and (min-width: 768px) {
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt h3 {
		font-size: 20px;
		line-height: 20px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt p {
		font-size: 14px;
		line-height: 15px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {
		margin-top: 3px;
		padding: 2px 8px;
	}
}

@media (max-width: 767px) {
	.box-padding {
		text-align: center;
	}
	
	.thumbnail_wrap .thumbnail_box {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt h3 {
		font-size: 20px;
		line-height: 20px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt p {
		font-size: 14px;
		line-height: 15px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {
		margin-top: 3px;
		padding: 2px 8px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_img {
		text-align: center;
		width: 100%;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_img img {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt h3 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt p {
		font-size: 13px;
		line-height: 14px;
	}
	
	.thumbnail_wrap .thumbnail_box .thumbnail_box_cnt .btn {
		margin-top: 3px;
		padding: 2px 8px;
	}
}

#footer {
	clear: both;
	display: block;
	background-color: #262626;
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/parallex-3.jpg");
	background-size: 100%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: #999;
}

#footer.nitro-lazy {
	background-image: none !important;
}

#block-9 {
	background: rgba(0, 0, 0, .3) url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/clock.png") no-repeat scroll 21px 23px;
	padding: 15px 30px 22px 70px;
}

#block-9.nitro-lazy {
	background: none !important;
}

#footer .menu {
	list-style: none;
	width: 95%;
	margin: 0 auto;
}

#footer .menu li {
	list-style: none;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 12px;
	background: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/list-marker.gif") no-repeat scroll 0 7px;
}

#footer .menu li.nitro-lazy {
	background: none !important;
}

#footer .menu li a {
	color: #ccc;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}

#footer .menu li a:hover {
	color: #fff;
}

#bar {
	position: fixed;
	width: 100%;
	bottom: 0;
	width: 100%;
	display: block;
	background: #222;
	border-top: 1px solid #fff;
	z-index: 99;
}

.ff-nav {
	position: relative;
}

ul.footer-nav-fix {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

ul.footer-nav-fix li {
	border-left: 1px solid #5a5a5a;
	float: left;
	width: 19.9%;
	text-align: center;
	list-style: none;
}

ul.footer-nav-fix li a {
	background-color: #222;
	box-shadow: 0 2px 0 #fff inset;
	color: #fff;
	display: block;
	font-family: "Fjalla One", sans-serif;
	font-size: 1em;
	padding: 1.25em 2%;
	text-transform: uppercase;
	transition: all .5s ease 0s;
}

.ff-nav ul li a icon {
	color: #c6863a;
	display: none;
	font-size: 1.8em;
}

ul.footer-nav-fix li a:hover {
	background-color: #c6863a;
	box-shadow: 0 2px 0 #c6863a inset;
}

.vc-wrap {
	font-family: "Fjalla One", sans-serif;
	overflow: hidden;
	padding: 3.125em 0;
	text-transform: uppercase;
}

.pattern {
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/pattern-bg.png");
	padding: 50px 0px;
	color: #fff;
}

.pattern.nitro-lazy {
	background-image: none !important;
}

.overlay {
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/pattern-bg.png");
}

.overlay.nitro-lazy {
	background-image: none !important;
}

.services-btn i {
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
	position: absolute;
	font-size: 1.2em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 42px;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	padding-left: 1px;
}

.services-btn:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hotoffers {
	clear: both;
	padding: 20px 0;
	background: #233a6a url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/themes/rutanlaw/images/pattern-bg.png") repeat;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

#hotoffers.nitro-lazy {
	background: none !important;
}

#hotoffers h2 {
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.inner-page-container {
	box-shadow: 1px 1px 10px #90857f;
	border-radius: 10px;
	padding: 20px;
	margin-top: 75px;
}

.attachment-custom_thumb {
	float: left;
	margin-right: 15px;
	padding-bottom: 15px;
}

h2.head {
	display: none;
}

.tel a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.box-100 ul.details {
	display: flex;
	list-style: none;
	justify-content: space-around;
	flex-wrap: wrap;
}

ul.details a {
	font-size: 15px;
	padding: 2px;
	color: #c0c0c0;
}

@media (max-width: 550px) and (min-width: 481px) {
	.callbacks img {
		height: 32vh;
	}
}

@media (max-width: 480px) {
	.callbacks img {
		height: 42vh !important;
	}
}

.post ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.post ul li {
	margin: 0 20px;
}

section#cont-btn .box-100 {
	padding: 90px 0;
	text-align: center;
	background-image: url("https://cdn-ileddpn.nitrocdn.com/OFJNQCBuhbZnizpUYIRfuwhHLiJEEahO/assets/images/optimized/rev-179edc9/www.defenseohio.com/wp-content/uploads/2022/03/contact-background.jpg");
	background-size: cover;
	background-position: left;
}

section#cont-btn .box-100.nitro-lazy {
	background-image: none !important;
}

.contactbtn {
	font-size: 24px;
	color: #fff !important;
	margin-left: 12%;
	font-weight: 600;
	transition-duration: 3s;
}

.contactbtn:hover {
	transform: scale(1.5);
	color: #ffa001 !important;
	font-size: 26px;
}
