/**
Theme Name: Almagor Law
Description: Almagor Law is a responsive WordPress theme.
Author: evolutionVIP LTD
Author URI: http://evolutionvip.co.il/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  corporate, business, responsive, classic, freelancing.
Text Domain: tp
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	background: url(assets/images/bgr_body.png) no-repeat center top;
	background-color:#fff;
}

ul, ol, li {
    list-style: none;
}
img, fieldset {
    border: none;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}
a:hover {
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
figure {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
embed, iframe, object, video {
    max-width: 100%;
}
html {
    -webkit-text-size-adjust: none;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.alignright {
    margin: 0 0px 5px 10px;
    display: inline;
}
.alignleft {
    margin: 0 10px 5px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.wp-caption {
    border: none;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 10px 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
    line-height: 18px;
    padding: 0 15px;
    display: block;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}
input, textarea {
    -webkit-border-radius: 0;
	-webkit-appearance: none;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[placeholder], [placeholder], *[placeholder] {
	font-family:Arial, Helvetica, sans-serif;
	color: inherit;
}
*::-webkit-input-placeholder {
color:inherit;
}
*:-moz-placeholder {
 color:inherit;
 opacity:  1;
}
*::-moz-placeholder {
 color:inherit;
 opacity:  1;
}
*:-ms-input-placeholder {
color:inherit;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #1a205c;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	font-weight:700;
	padding-bottom:25px;
}
.entry-content h1 {
    font-size: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}
.entry-content h1.page-title,
h1.page-title {
	font-size: 20px;
}
.entry-content h2 {
    font-size: 35px;
	font-weight:400;
}
.entry-content h3 {
    font-size: 28px;
}
.entry-content h4 {
    font-size: 24px;
}
.entry-content h5 {
    font-size: 22px;
}
.entry-content h6 {
    font-size: 18px;
}
.entry-content p {
    color: #1a205c;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 22px;
}
.entry-content p a {
	color:#1a205c;
}
.entry-content p strong {
	font-weight:700;	
}
.entry-content ul {
    padding: 0 0 5px 0;
}
.entry-content ul li {
	font-size:14px;
	color:#1a205c;
	line-height:1.2;
	position: relative;
	padding-left:25px;
	padding-bottom:25px;
}
.entry-content ul li::before {
	font-family: "FontAwesome";
	content:'\f0da';
	line-height:normal;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	padding:0;
	margin:0;
	color:#1a205c;
	font-size:15px;
}
.entry-content ul li a {
	color:#1a205c;
	text-decoration:underline;
}
.entry-content ul li a:hover { color:#61c074}
.entry-content ul.list_style_center {
	max-width:780px;
	margin:0 auto;
	padding:0;
	padding-bottom:12px;
}
.entry-content ul.disc_style_item li { padding-left:28px}
.entry-content ul.disc_style_item li::before {
	content:'';
	width:8px;
	height:8px;
	background-color:#86d4f5;
	border-radius:10px;
	top:12px;
}
.entry-content ol {
    list-style-type: decimal;
    padding: 0 0 24px 42px;
}
.entry-content ol li strong {
	display:block;
	color:#048d38;
}
.entry-content ol li {
    list-style-type: decimal;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
	position:relative;
	padding-left:5px;
	margin-bottom:8px;
}
.entry-content ol li p {
	padding-bottom:16px;
	font-weight:400;
}
.entry-content ol.style-order-list li {
	color:#048d38;
	font-weight:700;
}
.entry-content blockquote {
	padding:6px 0 22px 0;
    color: #333333;
	font-style:italic;
	max-width:770px;
	margin:0 auto;
}
.entry-content blockquote p {
    padding-bottom: 0;
	color: #333333;
	font-size:18px;
	line-height:31px;
}
.entry-content table.normal-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
.entry-content table.normal-table, 
.entry-content table.normal-table th, 
.entry-content table.normal-table td {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0;
}
hr {
    border: none;
    background: #ccc;
    height: 1px;
    padding: 0;
    margin: 0 0 24px 0;
    outline: none;
}
.entry-content input[type='email'], 
.entry-content input[type='text'] {
    width: 100%;
    height: 48px;
    color:rgba(51,51,51,0.8);
    font-size: 16px;
    border: 1px solid #dddddd;
	border-radius:5px;
    background: #f3fbfe;
	outline:none;
	padding:5px 10px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}
.entry-content textarea {
    width: 100%;
	border-radius:5px;
    background: #f3fbfe;
    height: 110px;
	border: 1px solid #dddddd;
    font-size: 15px;
    color:rgba(51,51,51,0.8);
    font-size: 16px;
    padding: 10px 5px 5px 15px;
    outline: none;
    transition: 0.3s all;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}
.entry-content .submit_button {
	width: 200px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 5px 15px;
	font-weight: 500;
	text-align: center;
	background: rgb(244, 150, 5);
	outline: none;
	border: none;
	padding: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
	-webkit-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
    -moz-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
    box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
}
.entry-content .submit_button:hover {
    background: rgb(253, 199, 35);
}
.entry-content .submit_button .fa {
    padding-left: 32px;
    position: relative;
    top: 1px;
}
.entry-content input[type='submit']:hover {
    opacity: 0.7;
}
.entry-content .submit {
    width: 180px;
    padding: 15px 0 0 0;
}
.hide-desk {display: none}
.hide-md {display: block}
/*----------------------*/
/*     header_area      */
/*----------------------*/
#wrapper {
	padding:0 15px;
	direction:rtl;
	unicode-bidi:embed;
}
.only_desktop_view {}
.only_mobile_view { display:none !important}
.center-content {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.flex-space-between {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.justify-content-center{justify-content: center;}
.justify-content-end {justify-content: flex-end;}
.align-center{
	align-items:center;
}
.text-center { text-align:center}
.flex-wrap {
	display:flex;
	flex-wrap:wrap;
}
.flex-nowrap {
	display:flex;
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}
.w-100 { width:100%}
.header_container {
	width:100%;
	position:relative;
	z-index:10;
	background-color:#fff;
}
.header_area {
	width:100%;
	position:relative;
}
.header {
	position:relative;
}
.logo {
	width:100%;
}
.logo img {
}
.menu_area {
	width:100%;
	height:30px;
	background-color:#e1effa;
	padding-right:15px;
}
#menu {
	display:flex;
	flex-wrap:wrap;
}
#menu li {
    font-size: 14px;
	line-height:30px;
	color: #2b71ad;
    position: relative;
	font-weight:400;
	padding:0 15px 0 12px;
	background:url(assets/images/309542.png) no-repeat right center;
}
#menu li a {
	padding:0;
    color: #2b71ad;
    position: relative;
    display: block;
}
#menu li ul {
    width: 230px;
    padding:0;
    background: #fff;
    position: absolute;
    right:0;
    top: 100%;
    z-index: 4;
    opacity: 0;
    transform: scaleY(0);
	visibility: hidden;
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
	border:1px solid #edefee;
}
#menu li ul li ul {
	right:100%;
	top:0;
	z-index:5;
	margin:0;
}
#menu li:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul li {
    display: block;
    float: none;
    line-height: normal;
	margin:0;
	padding:0;
	text-transform:none;
	background:none;
}
#menu li ul li a {
    padding: 8px 15px 5px 10px;
	margin:0;
    color: #2b71ad;
	display:block;
}
#menu > li.current-page-item > a,
#menu > li:hover > a {
	color: #000;
}
#menu li ul li.current-page-item > a,
#menu li ul li:hover > a {
	color: #1a205c;
	background-color:#edefee;
}
#menu li.menu-item-has-children > a:after {
    right: 15px;
}
#menu_holder {
    position: relative;
}
.mobile_menu {
	width:100%;
	background-color:#fff;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	display:none;
	padding:0 15px 30px 15px;
	overflow:auto;
}
.mobile_menu_open {
	height: 100vh;
}
.mobile_menu_height {
	width:100%;
	height:100%;
}
.menu_bar {
	width:24px;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
	cursor:pointer;
	display:none;
}
.menu_bar span {
	width:100%;
	height:2px;
	margin-top:5px;
	background-color:#1a205c;
	display:block;
	transition: all .2s ease;
}
.menu_bar span:first-child { margin-top:0}
.menu_close {
	border:none;
	background:none;
	outline:none;
	z-index:2;
	font-size:22px;
	cursor:pointer;
	padding:0;
}
.menu_close .fa { color:#1a205c}
.mobile_menu_top {
	padding:10px 0;
}
.mobile_menu_top h5 {
	font-size:20px;
	color:#408ecc;
}
#menu_holder {
	width:100%;
}
.menu_mb_header {
	margin:0 -15px;
	background: #fff;
	padding:22px 15px;
}
.menu_mb_header span {
	color:#fff;
	font-size:20px;
	font-weight:700;
}
.main_content_area {
	padding:30px 10px 25px 10px;
	background-color:#fff;
}
.content_middle {
	width:58.16%;
	padding-left:10px;
	order:2;
}
.content_left {
	width:19.38%;
	order:3;
}
.content_right {
	width:20.40%;
	padding-left:10px;
	order:1;
}
.content_middle p {
	font-size:16px;
	line-height:18px;
	padding-bottom:14px;
	text-align:justify;
}
.content_middle p a { text-decoration:underline}
.phone_no { padding-bottom:8px; text-align:center; /*margin-top:-13px*/}
.phone_no a {
    color: #11579c;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height:1;
	display:inline-block;
	text-decoration:underline;
}
.contact_form {
    width: 100%;
    background:#e1effa;
    color: #23313c;
    font-family: arial;
    font-size: 14px;
    position: relative;
    text-align: center;
	margin-bottom:11px;
}
.contact_form h5 {
	background-color:#cfe3f5;
	line-height:27px;
	text-align:center;
	color:#234568;
	font-weight:400;
	font-size:18px;
}
.contact_form_bg {
	padding:5px 5px 10px 10px;
}
.field_row {
	overflow:hidden;
}
.field_row span {
	display:block;
	color: #23313c;
	font-family:Arial;
    font-size: 14px;
    font-weight: bold;
	line-height:15px;
	float:right;
	width:40px;
}
.field_col {
	margin-right:40px;
}
.field_row { padding-bottom:6px}
.field_row .form-control {
	width:100%;
	height:15px;
	background:#fff;
	padding:0 5px;
	display:block;
	font-size:12px;
	border:1px solid #dee2e5;
	outline:none;
	color:#000;
}
.field_row textarea.form-control {
	height:32px;
	resize:none;
}
.send_btn {
	width:100%;
	display:flex;
}
.send_btn input[type="submit"]{
	border:1px solid #296faa;
	width:48px;
	height:16px;
	background:url(assets/images/bgr_submit.png) repeat-x;
	font-size:12px;
	color:#fff;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	line-height:1;
	padding:0;
	outline:none;
}
.sidebar_menu {
	
}
.sidebar_menu ul li { padding-bottom:2px}
.sidebar_menu ul li a  {
	font-size:12px;
    color: #0c2b48;
	font-weight: bold;
	background:url(assets/images/bgr_li.png) repeat-x;
	line-height:20px;
	padding:5px 10px 5px 5px;
	display:block;
	cursor:pointer;
}
.sidebar_menu ul ul li a  {background: none;}
.sidebar_menu ul li a:hover { color:#000}
.sidebar_menu ul ul {display: none;}
.sidebar_menu ul li.active ul {display: block;}
.sidebar_menu ul ul li { border-bottom:1px dashed #000}
.sidebar_menu ul ul li a {
	line-height:16px;
	padding:2px 10px 2px 5px;
	color:#0000ee;
	font-size:11px;
}

#marqueecontainer{
	position: relative;
	width: 100%; 
	height: 150px;
	overflow: hidden;
}
.marquee_box {
	padding:0 10px 10px;
	background-color:#e1effa;
	margin-bottom:13px;
}
.marquee_item {
	border-bottom:1px dashed #000;
	padding:10px 5px 10px 0;
}
.marquee_item a {
	display:inline-block;
	font-size:12px;
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.marquee_item a small {
	display: block;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.marquee_item a small:hover,
.marquee_item a:hover {
	text-decoration:underline;
}
#marqueecontainer {
}
.marquee_box h5 {
	background-color:#cfe3f5;
	line-height:27px;
	text-align:center;
	color:#234568;
	font-weight:400;
	font-size:15px;
	margin:0 -10px;
	margin-bottom:10px;
}
.text_button { padding-bottom:32px}
.text_button img { margin:0 auto}
.footer {}
.footer p {
	font-size:11px;
	color:#19507c;
}
.footer_top img {}
.footer_top { margin-bottom:10px; background-color:#dbebf8}
.footer_menu {
	padding:0 0 10px 0;
}
.footer_menu ul {
	display:flex;
	flex-wrap:wrap;
}
.footer_menu ul li {
	border-right:1px solid #19507c;
	padding:0 10px;
	font-size:11px;
	color:#19507c;
}
.footer_menu ul li a {color:#19507c; text-decoration:underline}
.footer_menu ul li:first-child { border:none}
.content_middle h5 {
	font-size:16px;
	color:#000;
	padding-bottom:15px;
}
.content_fill_row {
	border-bottom:1px solid #000;
	padding:10px 0;
	overflow: hidden;
}
.content_fill_row h6 {
	font-size:15px;
	padding-bottom:5px;
	color:#000;
}
.content_fill_row h6 a {
	color:#000;
	text-decoration:underline;
}
.content_fill_row p {
	font-size:15px;
	color:#000;
	line-height:18px;
	padding:0;
}
.content_fill_row span {
	display:block;
	font-size:13px;
	color:#000;
}
.content_fill_row span a {
	color:#000;
	text-decoration:underline;
}
.default_content h5 {
	padding-bottom:10px;
}
.default_content h5 span {
}
.default_content p {
	text-align:inherit;
	font-size:15px;
	padding-bottom:12px;
}
.default_content p small { font-size:11px}
.feature-img {
    width: 75px;
    float: right;
    padding-left: 10px;
}
.feature-img img {
    max-width: 65px;
}
.content-col {
	margin-right:75px;
}

@media screen and (max-width: 970px ){
.green_photo1 { width:50%}
}
@media screen and (max-width: 800px ){
.hide-desk {display: block}
.hide-md {display: none}
.main_content_area { padding-top:20px}
.content_middle {
	width:100%;
	padding-left:0;
	order:1;
	padding-bottom:25px;
	padding-top:20px;
}
.content_left {
	width:auto;
	order:3;
	padding-bottom:0;
	margin:0 -10px;
	flex-direction: column;
    display: flex;
}
.content_right {
	width:auto;
	padding-left:0;
	order:2;
	margin:0 -10px;
	flex-direction: column;
    display: flex;
}
.marquee_box {
    margin-bottom: 0 !important;
	margin-top:15px;
    order: 2;
}
.sidebar_menu {
    order: 1;
    padding-bottom: 10px;
}
.phone_no {
    order: 2;
	margin-bottom:15px;
}
.contact_form {
    order: 3;
}
.widget_col img { margin:0 auto}
.main_content_area {
	flex-direction: column;
}
.right_photo { width:120px}
.footer_btm {
	flex-direction: column;
	align-items: center;
}
.menu_area {
    display: flex;
    align-items: center;
}
}

@media screen and (max-width: 480px ){
.feature-img {
    width: 100%;
    float: none;
    padding-left: 0;
}
.feature-img img {
    margin-bottom: 10px;
	max-width:100%;
}
.content-col {
    width: 100%;
    float: none;
	margin:0;
}
}

div#octAccess {
    -ms-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate(-100%,0);
}
div#octAccess {
    left: 0;
    right: initial;
}
#octAccess.oct-active {
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate(0,0);
}
#octAccess.oct-active .open {
    -ms-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    opacity: 0;
}
div#octAccess.oct-active .open {
    -ms-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    opacity: 0;
}
#octAccess {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 9999999;
    -webkit-transition: transform .35s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: transform .35s cubic-bezier(.25,.46,.45,.94);
    -o-transition: transform .35s cubic-bezier(.25,.46,.45,.94);
    transition: transform .35s cubic-bezier(.25,.46,.45,.94);
    -ms-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate(100%,0);
    direction: rtl;
    text-align: right;
    line-height: 12px;
}
div#octAccess .open {
    padding: 10px 10px 10px 15px;
    left: 100%;
    right: initial;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#octAccess .open, #octAccess .octContainer {
    background-color: #002356;
}
#octAccess .open {
    padding: 10px 10px 10px 15px;
    position: absolute;
    right: 100%;
    top: 0;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    display: block;
    background-color: #002356;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 3px 2px 5px 0 rgba(0,0,0,.14);
    -moz-box-shadow: 3px 2px 5px 0 rgba(0,0,0,.14);
    box-shadow: 3px 2px 5px 0 rgba(0,0,0,.14);
    -webkit-transition: transform 1s,opacity 1.5s;
    -moz-transition: transform 1s,opacity 1.5s;
    -o-transition: transform 1s,opacity 1.5s;
    transition: transform 1s,opacity 1.5s;
    opacity: 1;
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    white-space: nowrap;
}

#octAccess .octContainer ul>li a, 
#octAccess .open {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif!important;
}
#octAccess a {
    text-decoration: none;
}
#octAccess a {
    border: none;
}
#octAccess .octContainer {
    padding: 40px 1px 40px 0;
    background-color: #002356;
    position: relative;
    min-width: 205px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -moz-box-shadow: 0 5px 5px rgba(0,1,1,.2);
    -webkit-box-shadow: 0 5px 5px rgba(0,1,1,.2);
    box-shadow: 0 5px 5px rgba(0,1,1,.2);
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -o-transition: border-radius 2s;
    transition: border-radius 2s;
}
div#octAccess .octContainer {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align: left;
}
#octAccess .open, #octAccess .octContainer {
    background-color: #002356;
}


#octAccess .octContainer .octClose {
    position: absolute;
    left: 12px;
    top: 10px;
    padding: 5px;
}
div#octAccess .octContainer .octClose {
    right: 12px;
    left: initial;
}
#octAccess .octIcon {
    display: inline-block;
    background: url(data:image/png;base64,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) no-repeat;
    overflow: hidden;
    text-indent: -999px;
    text-align: left;
    vertical-align: middle;
}


#octAccess .octIcon-chair {
    background-position: 0 0;
    width: 22px;
    height: 29px;
}
#octAccess .open .octIcon {
    display: block;
    margin: 0 auto;
}
#octAccess .octIcon-close {
    background-position: 0 -83px;
    width: 13px;
    height: 13px;
}
#octAccess .octContainer a:after, 
.translated-ltr #octAccess .octContainer a:after, 
.translated-rtl #octAccess .octContainer a:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
}
#octAccess .octContainer ul {
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: rgba(80,80,80,.4);
    text-align: justify;
}
#octAccess .octContainer ul>li {
    border-bottom: 1px solid #fff;
    list-style: none;
    padding: 0!important;
    margin: 0;
    text-align: inherit;
}
div#octAccess .octContainer ul>li .octIcon {
    left: 10px;
    right: initial;
}
#octAccess .octContainer ul>li .octIcon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#octAccess .octIcon-textp {
    background-position: 0 -29px;
    width: 18px;
    height: 11px;
}
#octAccess .octIcon-textm {
    background-position: -16px -99px;
    width: 19px;
    height: 11px;
}
#octAccess .octIcon-readableFont {
    background-position: -15px -55px;
    width: 19px;
    height: 11px;
}
#octAccess .octIcon-linksHighlight {
    background-position: -23px -68px;
    width: 12px;
    height: 11px;
}
#octAccess .octIcon-color {
    background-position: 0 -68px;
    width: 15px;
    height: 15px;
}
#octAccess .octIcon-contrast {
    background-position: 2px -40px;
    width: 17px;
    height: 15px;
}
#octAccess .octIcon-blackYellow {
    background-position: 1px -54px;
    width: 17px;
    height: 15px;
}
#octAccess .octIcon-keyboard {
    background-position: 0 -96px;
    width: 15px;
    height: 15px;
}
#octAccess .octIcon-motion {
    background-position: -14px -70px;
    width: 10px;
    height: 12px;
}
#octAccess .octIcon-reset {
    background-position: -13px -83px;
    width: 13px;
    height: 13px;
}
div#octAccess .octContainer ul>li .octIcon {
    left: 10px;
    right: initial;
}
#octAccess .octIcon.octIcon-credit {
    background-position: -19px -27px;
    width: 15px;
    height: 13px;
}
#octAccess .octContainer ul>li a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 5px;
    display: block;
    position: relative;
    padding-right: 35px;
    text-decoration: none;
}
div#octAccess .octContainer ul>li a {
    padding-left: 35px;
    padding-right: 0;
}

#octAccess a.octPanel {
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 13px 0;
}
div#octAccess a.octPanel {
    left: initial;
    right: 20px;
}
.wpcf7-response-output,
h2.screen-reader-text {display: none !important;}
.pagination-area {text-align: center; direction: ltr;}
.navigation.pagination {margin-top: 15px}
.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 2px;
    margin: 0 3px;
    font-size: 14px;
    line-height: 14px;
    color: #222;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
	font-weight: 700;
	color: #000;
}
.default_content .field label {
	display:block;
	color: #23313c;
	font-family:Arial;
    font-size: 15px;
    font-weight: bold;
	line-height:15px;
	padding-bottom:8px;
}
.default_content span.required { 
	float:left;
	font-size: 14px;
	color: #23313c;
	font-family:Arial;
}
.default_content .field .form-control {
	width:100%;
	height:36px;
	background:#fff;
	padding:0 5px;
	display:block;
	font-size:12px;
	border:1px solid #dee2e5;
	outline:none;
	color:#000;
}
.content_middle h1.page-title,
.Font_Title1 {
    border-bottom: 1px solid #d3d3d3!important;
    margin-bottom: 29px!important;
    padding-bottom: 7px!important;
}
.field_row .form-control.error,
.default_content .field .form-control.error {
	border-color:red;
}
.default_content .field textarea.form-control {
	height:100px;
	resize:none;
}
.default_content input[type="submit"]{
	border:1px solid #296faa;
	width:80px;
	height:30px;
	background:url(assets/images/bgr_submit.png) repeat-x;
	background-size: 100% 100%;
	font-size:12px;
	color:#fff;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	line-height:1;
	padding:0;
	outline:none;
}
.default_content .field br { display:none}
.default_content .field { padding-bottom:12px;direction: rtl;}