/* COMMON STYLE
--------------------------------------------------------- */
/*#nav-below
{
	display:none !important;
}*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-family:ubunturegular, sans-serif;
    line-height: 150%;
    background-color: #8e8d8d;
}

body#bd {
    background: url(../images/tbar_bg.jpg) repeat-x top left;
	background:#FFF;
}

body.contentpane {
    width: auto; /* Printable Page */
    margin: 1em 2em;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #333;
}

body.fs1 {
    font-size: 10px;
}

body.fs2{
    font-size: 11px;
}

body.fs3{
    font-size: 12px;
}

body.fs4{
    font-size: 13px;
}

body.fs5{
    font-size: 14px;
}

body.fs6{
    font-size: 15px;
}

/* Normal link */
a {
    color: #4d4d4d;
    text-decoration: none;
}
.tagcloud
{
	font-size:15px;
	margin:8px;
	padding-top: 45px;
}

.tagcloud a {
    color: #006699 !important;
    word-wrap: break-word;
}

.mainlevel_footermenu, .mainlevel_footermenu:hover, .mainlevel_footermenu:active, .mainlevel_footermenu:focus {
    font-size: 12px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 15px;
    text-decoration: none;
    vertical-align: middle;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
    font-size: 23px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #f70303;
    margin: 0px;
    padding: 0px;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
    color: #666666;
    font-size: 92%;
}

/* Heading */
h1 {
    font-size: 180%;
}
.preload{
    background:url(../images/red-strip-left.png) no-repeat;
    background: url(../images/red-strip-right.png) no-repeat;
    display: none;
}
.searchcontentpaneopen h2 {
	 font-family: 'Ubuntu';
	border-top: thin solid #d9d9d9;
	color: #4d4d4d;
	float: left;
	font-size: 27px;
	margin-top: 30px;
	padding: 14px 0;
	width: 100%;
    text-align: left;
}
.post-title
{
	color: #4d4d4d !important;
}
.searchcontentpaneopen h3{
  font-family: ubunturegular, sans-serif;
  color: #4d4d4d;
}
h2{
     font-family:ubunturegular,Sans-Serif;
    color: #4d4d4d;
    font-size: 16px;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 100%;
   
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p, li, .normal-text {
    font-size: 13px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #464545;
}
p {
    text-align: justify;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 30px;
    background: url(../images/bullet.gif) no-repeat 18px 8px;
    line-height: 180%;
}

ol li {
    margin-left: 35px;
    line-height: 180%;
}

th {
    padding: 5px;
    font-weight: bold;
    text-align: left;
}

fieldset {
    border: none;
    padding: 10px 5px;
    background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
    font-weight: bold;
}

hr {
    border-top: 1px solid #CCCCCC;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
}

td, div {
    font-size: 100%;
}

img {
    border: none;
    float: left;
   padding: 5px 10px 0 0;
}
/* FORM
--------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
}

form label {
    cursor: default;
}

input, select, textarea, .inputbox {
    padding: 3px 5px;
     font-family:ubunturegular, sans-serif;
    font-size: 100%;
}

.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 26px !important;
	margin-left:1xp;	
}
.entry-meta br{
    display: none;
}


* html .button-srch {
    padding: 0px 0 !important; /*IE 6*/
}

*+html .button-srch {
    padding: 0px 0 !important; /*IE 7*/
}

.inputbox {
    /* border: 1px solid #CCCCCC; */
    background: #FFFFFF;
}

/* .inputbox:hover, .inputbox:focus {
        background: #FFFFCC;
} */

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
#headerimg{
   float: left;
   /* margin-top: -13px;
    width: 44%;*/
	width: 100%;

}

#headerimg h1 {
   color: #f70303;
    font-family: ubunturegular, sans-serif;
    font-size: 40px;
    width: 240px;
    float: left;
}
#headerimg a{
    color: #F70303;

}
.search-toggle{
    float: right;
    display: inline-block;
    cursor: pointer;
    margin-top: -20px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999999999;
}
.search-toggle.toggleClass{
    color: #fff;
}
#headerimg p{
    color: #464545;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin-left: 0;
    width: 100%;
}

pre, .code {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border-left: 5px solid #999999;
    background: #FFFFFF;
    font: 1em/1.5 "Courier News", monospace;
}

blockquote {
    padding: 1em 40px 1em 15px;
}

blockquote span.open {
    padding: 0 0 0 20px;
    background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
    padding: 0 20px 0 0;
    background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #CACACC;
    background: #FFFFFF;
}

/* Small quote */
.small-quote {
    margin: 0;
    padding: 0;
    background: none;
}

.small-quote span.open-quote {
    margin: 0;
    padding-left: 20px;
    background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
    margin: 0;
    padding-right: 20px;
    background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
    padding: 2px 5px 2px 20px;
    border-top: 1px solid #DCDDE0;
    margin: 0.5em 0 0;
    display: block;
    background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
    font-size: 90%;
    text-transform: uppercase;
}

/* Rropcap */
.dropcap {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    color: #999999;
    font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
    padding-left: 25px;
    color: #BF0000;
    background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
    padding-left: 25px;
    color: #006699;
    background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
    padding-left: 25px;
    color: #EE9600;
    background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
    padding: 1px 5px;
    background: #FFFFCC;
    font-weight: bold;
}

/* Note Style */
p.stickynote {
    padding: 10px 0px 10px 40px;
    border: 1px solid #CACACC;
    background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
    padding: 10px 0px 10px 40px;
    border: 1px solid #CACACC;
    background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
    clear: both;
    padding: 5px 15px 10px;
    position: relative;
}

/* Check list */
ul.checklist {
    list-style: none;
}

ul.checklist li {
    margin-left: 15px;
    padding: 0 0 5px 20px;
    background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
    list-style: none;
}

ul.small-checklist li {
    margin-left: 15px;
    padding: 0 0 5px 20px;
    background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
    list-style: none;
}

ul.stars li {
    margin-left: 15px;
    padding: 0px 0 5px 20px;
    background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
    float: left;
    margin-right: 8px;
    padding: 6px 7px;
    display: block;
    background: url(../images/ol-bg.gif) no-repeat top left;
    color: #7BA566;
    font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
    margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
    padding-left: 15px;
    margin-left: 15px;
    background: url(../images/author.gif) no-repeat center left;
    font-weight: bold;
}

div.bubble1 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
    background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
    background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
    background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
    margin: 0;
    padding: 15px 15px 30px 15px;
    width: auto;
}

div.bubble2 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
    background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
    background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
    background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
    margin: 0;
    padding: 15px 15px 35px 15px;
    width: auto;
}

div.bubble3 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
    background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
    background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
    background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
    margin: 0;
    padding: 15px 15px 50px 15px;
    width: auto;
}

div.bubble4 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
    background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
    background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
    background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
    margin: 0;
    padding: 15px 15px 55px 15px;
    width: auto;
}

/* Legend */
.legend-title {
    margin: 0;
    padding: 0 3px;
    float: left;
    display: block;
    background: #F6F6F6;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 7px;
}

.legend {
    margin: 20px 0;
    padding: 0 10px;
    border: 1px solid #CACACC;
    background: #FFFFFF;
    position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
    display: block;
    height: 15px;
}

.column_separator {
    padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
    padding: 4px;
    border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
    padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
    padding: 3px;
}

tr.sectiontableentry0 td a,
tr.sectiontableentry1 td a,
tr.sectiontableentry2 td a {
    text-decoration: none;
}

table.contentpane {
    background-color: #FFFFFF;
    border: none;
    width: 100%;
}

div#com_jmsitemap {
    background: url(../images/ibar_bottom.png) no-repeat bottom left;
    padding: 0px 0px 9px 0px;
    text-align: justify;
    margin: 0px;
}

div#com_jmsitemap a {
    text-decoration: none;
}

#ja-containerwrap-f div.contentpaneopen, div.searchcontentpaneopen {
    background-color: #FFFFFF;
    /*padding: 0px 15px 10px 1%;*/
    text-align: justify;
    margin: 0px;
    float: left;
	width:100%;
}
.warper3 #ja-mainbody-fl
{
	width:100%;
}
#ja-containerwrap-fl div.contentpaneopen {
    background-color: #FFFFFF;
    padding: 0px 15px 10px 20px;
    text-align: justify;
    margin: 0px;
}

table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 35%;
    float: right;
}

table.contenttoc a {
    text-decoration: none;
}

table.contenttoc td {
    padding: 1px 5px 1px 25px;
    background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
    padding: 0 0 3PX;
    border-bottom: 1px solid #CCCCCC;
    text-indent: 5px;
}

table.poll {
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

table.pollstableborder {
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
}

table.pollstableborder img {
    vertical-align: baseline;
}

table.pollstableborder td {
    padding: 4px!important;
    border-collapse: collapse;
    border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
    background: #ECECEC;
}

table.searchintro {
    padding: 10px 0;
    width: 100%;
}

table.searchintro td {
    padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
    padding: 10px 0;
    background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
    margin: 0 0 5px;
    display: block;
    font-size: 125%;
}

.blog_more ul {
    margin: 0;
    padding: 0;
}

.blog_more ul li {
    margin: 0;
    padding: 0 0 0 17px;
    background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
    font-weight: bold;
}

h1.componentheading, .componentheading {
    padding: 5px 0 15px;
    margin: 0px;
    background-color: #FFFFFF;
}

div.componentheading {
    padding-left: 15px;
}

.componentheading {
    font-size: 200%;
    font-weight: bold;
}

.contentdescription {
    padding-bottom: 30px;
}

/*h2.contentheading {

    padding: 0px 0 8px;
    margin: 0;
}*/

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
    text-decoration: none !important;
}

a.readon {
    float: left;
    margin-top: 10px;
    padding: 1px 5px 1px 14px;
    border: 1px solid #F6F6F6;
    display: block;
    background: url(../images/arrow.png) no-repeat 5px 48%;
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
    border: 1px solid #ECECEC;
    background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
}

.moduletable {
    padding: 0;
}

ul.pagination {
    margin: 15px auto;
    padding: 10px 0;
    background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
}

ul.pagination li span{
    padding: 2px 5px;
}

ul.pagination a {
    padding: 2px 5px;
    border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
    border: 1px solid #ECECEC;
    background: #FFFFFF;
}

table.pagenav {
    border: 1px solid red;
}
.pagenavbar {
    padding-left: 14px;
}

.pagenavcounter {
    padding: 8px 14px 0 14px;
}

.sectiontableheader {
    padding: 8px 5px;
    background: #444444;
    color: #FFFFFF;
}

.sectiontableheader a {
    color: #FFFFFF;
}

tr.sectiontableentry1 td {
    padding: 8px 5px;
    background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
    padding: 8px 5px;
    background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
    background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
    text-align: left;
}

div.syndicate div {
    text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
    background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
    border-top: 1px solid #DDDDDD;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
    display: block;
    background: #ECECEC;
}

.article-meta {
    padding: 5px;
    width: 80%;
    float: left;
}

.createby {
    padding: 3px 3px 3px 20px;
    background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
    padding: 3px 3px 3px 20px;
    background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
    width: 100%;
    float: left;
}

div.buttonheading {
    float: right;
    width: 15%;
}

.buttonheading img {
    margin: 7px 5px 0 0;
    border: 0;
    float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
    width: 100%;
    margin: 0;
    /* background: #F2F2F2; */
	margin-top:18px;
}

#ja-containerwrap {
    /* background: url(../images/cw-bg1.gif) repeat-y 50% 0; */
}

#ja-containerwrap2 {
    /* background: url(../images/cw-bg2.gif) no-repeat 50% 0; */
}

#ja-containerwrap-f, #ja-containerwrap-fl {
    background-color: #d4d4d4;
}

#ja-containerwrap-f #ja-container2 {

    padding: 0px;
    margin: 0px;
}

#ja-mainbody-fr #ja-col1 {
    width: 20%;
}

#ja-mainbody-fr #ja-contentwrap {
    width: 74%;
}

#ja-mainbody, #ja-mainbody-fl {
    float: left;
    width:662px;
}

#ja-mainbody #ja-contentwrap {
    float: right;
    width: 74%;
}

#ja-mainbody-fl #ja-contentwrap {
    float: left;
    width: 100%;
}

#ja-mainbody-fl #ja-content {
    background-color: #FFFFFF;
}
#ja-mainbody-fl #ja-content div.article-content {
    margin: 0px 5px 0px 0px;
}

#ja-mainbody-f, #ja-mainbody-fr {
    float: none;
    width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
    width: 74.8%;
    float: right;
}

#ja-mainbody-fr #ja-col1 {
    width: 20%;
    float: left;
}

#ja-mainbody-fr #ja-contentwrap {
    width: 80%;
}

#ja-content {
    padding: 0 20px 0 20px;
    float: left;
    
    width: 662px;
}
#ja-contentwrap {
    min-height: 150px;
    height: auto;
}
* html #ja-contentwrap {
    height: 150px;
}
#ja-mainbody-fl #ja-content {
    padding-left: 0;
}

#ja-mainbody-f #ja-content {
    padding: 0;
}

/* Full */
#ja-containerwrap-f {
	margin-top:20px;
    padding: 20px 0px 0 0;
}

/* Homepage */
#ja-containerwrap-f #ja-container {

max-width: 1170px; width: 100%; overflow: hidden;
    padding: 15px 0px;
}
/* Inner page */
#ja-mainbody-fl {
    background: url(../images/ibar_top.png) no-repeat top left;
    padding: 18px 0px;
	margin-top:20px !important;
	width: 75.5%; 
}

#ja-containerwrap-f #ja-content {
    background: url(../images/ibar_bottom.png) no-repeat bottom left;
    padding: 0px;
  /*  margin: 0px;*/
    float: left;
    padding-bottom: 18px;
	width: 100%;
}

/* Full left */
#ja-containerwrap-fl {
    padding-bottom: 10px;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
    padding-top: 5px;
}

/* Full right */
#ja-containerwrap-fr {
    /* background: url(../images/cw-bg1.gif) repeat-y 50% 0; */
}

#ja-containerwrap-fr #ja-containerwrap2 {
    /* background: url(../images/cw-bg2.gif) no-repeat 50% 0; */
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
    line-height: normal;
	background:#FFF;
}

#ja-header {
    position: relative;
    display: block;
    margin: 0px auto;
	margin-top:10px;
	 max-width: 1170px !important;
    overflow: visible !important;
    width: 100%	!important;
    z-index: 98;
}

#topmenu {
    color: #7c7c7c;
    display: block;
    float: right;
    width: 166px;
    padding: 7px 0px;
    background: url(../images/tbar_lbg.png) no-repeat top right;
}

.moduletable_topmenu {
    margin-left: 10px;
}

#topmenu a.mainlevel_topmenu, #topmenu span.mainlevel_topmenu {
    font-size: 12px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #656565;
    text-decoration: none;
    vertical-align: middle;
}
#topmenu a.mainlevel_topmenu:hover {
    color: #FFFFFF;
}

.logo, h1.logo-text {
    width: 11%;
    display: inline-block;
    margin: 0px 0px 0px 8px;
    padding: 8px 0px;
    font-size: 180%;
    text-transform: uppercase;
    float: left;
}

.logo a {
    width: 117px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    height: 66px;
    position: relative;
    z-index: 100;
}

.logo a span {
    position: absolute;
    top: -1000px;
}

h1.logo-text a {
    color: #CCCCCC !important;
    text-decoration: none;
    outline: none;
    position: absolute;
    bottom: 40px;
    left: 5px;
}

p.site-slogan {
    margin: 0;
    padding: 0;
    padding: 2px 5px;
    color: #FFFFFF;
    background: #444444;
    font-size: 92%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

#date-search-box {
    float: right;
    display: block;
    margin: 14px 0px 0px 8px;
    padding: 0px;
    width: 150px;
}
.post-body {
	font-family:ubunturegular , sans-serif;
    float: left;
    border-bottom: 1px solid #bcbcbc;
    padding: 15px 0 5px 0;
}
.post-body p{
    font-size: 15px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #464545;
    line-height: 20px;
}
.post-body p a {
    color:#F00;
}
.searchcontentpaneopen p{
    font-size: 15px;
    font-family:ubunturegular , sans-serif;
    font-weight: normal;
    color: #464545;
}
.searchcontentpaneopen{
    float: left;
    width: 627px;
}
.post-footer a{
    font-size: 13px;
}
div.moduletable_date {
    display: inline-block;
    float: right;
    background: url(../images/clock_icon.png) no-repeat top left;
    padding-left: 30px;
    height: 29px;
    margin-right: 10px;
    padding-top: 0px;
}

span#ty2udate17 {
    font-size: 12px;
     font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #464545;
    line-height: 18px;
}

/* Search */
#ja-search {
    float: left;
    background: url(../images/tbar_txt-corner.png) no-repeat top left;
    margin-top: 0px;
    position: relative;
}
#ja-search1 {
    display: inline-block;
    float: right;
    background: url(../images/tbar_txt-corner-1.png) no-repeat top left;
    width: 215px;

}

.search-srch {
    padding: 0px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

#ja-search1 .inputbox-srch {
    font-size: 14px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #fff;
    border: none;
    background: none;
    background-color: #000;
    height: 19px;
    margin: 0px 0px 0px 6px;
    float: left;
}
#ja-search1 .inputbox-srch:hover, #ja-search1 .inputbox-srch:focus {
    color: #7c7c7c;
}

#ja-search1 .button-srch {
    vertical-align: top;
}

#ja-search .inputbox-srch {
	background: #000 none repeat scroll 0 0;
	border: thin solid #000;
	float: left;
	 font-family: ubuntu, sans-serif;
	font-size: 16px;
    color: #fff;
	font-weight: normal;
	margin: -32px 0 0 6px;
	width: 100%;
	height:30px;
    font-style: italic;
}	
#ja-search .inputbox-srch:hover, #ja-search .inputbox-srch:focus {
    color: #7c7c7c;
}

#ja-search .button-srch {
    vertical-align: top;
    display: none !important;
}
#left-border {
    background: url(../images/left-curve.png) no-repeat top left;
    width: 17px;
    height: 36px;
    margin: 0px 0px -36px -17px;
    vertical-align: middle;
}
#right-border {
    background: url(../images/right-curve.png) no-repeat top right;
    width: 17px;
    height: 36px;
    margin: 0px -17px -36px 864px;
    vertical-align: middle;
}

#ja-mainnavwrap-interim {
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    /*margin-top: 16px;*/
}

#ja-interimwrap {
    margin: 15px auto;
    padding: 0px;
    width: 900px;
}

#interim-left {
    display: block;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
}

#interim-right {
    display: block;
    float: right;
    width: 50%;
    height: 324px;
    background: url(../images/ban_txtbg.jpg) no-repeat top left;
    text-align: right;
}

div#interim-right div#text {
    margin: 23px 21px 0px;
}

span.interim-text {
    font-size: 54px;
 font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #f70303;
    line-height: 46px;
}
span.interim-text2 {
    font-size: 22px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #656565;
    line-height: 24px;
}
div#buttons span.interim-text2:hover {
    color: #f70303;
}

div#suche-btn {
    float: right;
    width: 101px;
    height: 33px;
    margin: 10px 0px;
    text-align: center;
    vertical-align: middle;
}
a.suche-btn {
    background: url(../images/images/ban_btn.png) no-repeat top center;
    display: block;
    width: 101px;
    height: 33px;
    font-size: 14px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px;
    text-decoration: none;
}
a.suche-btn:hover {
    text-decoration: none;
}

div.suche-btn a {
    color: #FFF;
    text-decoration: none;
}

div#buttons {
    margin: 88px 22px 0px;
}
div#buttons a {
    text-decoration: none;
}
div#buttons img, span {
    vertical-align: middle;
}

div.moduletable_int_mgt_img {
    width: 100%;
    float: right;
    text-align: right;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-pathway {
    background: url(../images/images/itxt-bar_left.png) no-repeat top left;
    display: inline-block;
    width: 900px;
    float: left;
    margin-top: -16px;
    margin-bottom: 10px;
    height: 45px;
    color: #454b51;
}
#ja-containerwrap-fl #ja-pathway {
    margin-top: -18px;
}
#ja-pathway-end {
    background: url(../images/images/itxt-bar_right.png) no-repeat top left;
    display: inline-block;
    float: left;
    /*margin-left: -3px;*/
    height: 45px;
    width: 14px;
}
/* body.Moz #ja-pathway-end {
  height: 45px;
} */

span.breadcrumbs {
    background-color: #c5c5c5;
    margin-left: 14px;
    padding: 15px 0px 15px 0px;
    vertical-align: top;
    height: 15px;
    float: left;
}

#ja-pathway strong {
    margin-right: 5px;
    font-weight: normal;
}

#ja-pathway a {
    vertical-align: top;
    color: #454b51;
    text-decoration: none;
}


#ja-pathway a:hover {
    text-decoration: underline;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
    padding: 0 0 20px;
    margin-bottom: 15px;
    background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
    padding: 0 0 8px;
    margin: 0;
    color: #7BA566;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
}

/* Module rounded */
div.module h3 {
    margin: 0 -15px 10px;
    padding: 8px 15px 5px;
    border-bottom: 2px solid #F6F6F6;
    color: #7BA566;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
    background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
    background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
    padding: 0 15px 10px;
    background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
    margin: 0;
    padding: 0;
    float: none;
    width: 99%;
    background: none;
}

div.module_text h3 {
    margin: 0 0 10px;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
}

div.module_text span {
    padding: 0 3px 0 0;
    float: left;
    clear: both;
    display: block;
    background: #F6F6F6;
    font-weight: bold;
}

div.module_text {
    margin-bottom: 20px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
    background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
    background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
    padding: 0 15px 10px;
    display: block;
    background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
    padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
    margin: 0 -15px 10px;
    padding: 8px 15px 5px;
    border-bottom: 1px solid #F6F6F6;
    color: #FFFFFF;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
}

div.module_red {
    background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
    color: #FFFFFF;
}

div.module_red div {
    background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
    background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
    padding: 0 15px 10px;
    background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
    background: url(../images/bb-br.gif) no-repeat bottom right #006699;
    color: #FFFFFF;
}

div.module_blue div {
    background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
    background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
    padding: 0 15px 10px;
    background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
    background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
    color: #FFFFFF;
}

div.module_green div {
    background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
    background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
    padding: 0 15px 10px;
    background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
    background: url(../images/bl-br.gif) no-repeat bottom right #333333;
    color: #FFFFFF;
}

div.module_black div {
    background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
    background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
    padding: 0 15px 10px;
    background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
    margin: 0;
    padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
    margin-left: 20px;
    padding: 0;
    line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
    color: #FFFFFF;
}

div.advs {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
    float: left;
    width: 24.99%;
    padding-top: 10px;
    overflow: hidden;
}


#ja-col2 {
    float: right;
    margin-top: -7px;
    overflow: hidden;
    width: 21%;
}
#ja-col1 table,
#ja-col2 table {
    border-collapse: collapse;
    border-spacing: 0;
}

#ja-col1 ul li, #ja-col2 ul li {

    margin: 0;
    background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col2 ul {
    margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
    margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
    display: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
    float: left;
    overflow: hidden;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
    padding-right: 30px;
    background: none;
}

.ja-box-right div.moduletable {
    padding-left: 30px;
    background: url(../images/vdot2.gif) repeat-y left;
}

.ja-box-center div.moduletable {
    padding: 0 30px;
    background: url(../images/vdot2.gif) repeat-y left;
}

#ja-botsl h3 {
    background: none;
}

#ja-botslwrap {
    border-top: 5px solid #CCCCCC;
    background: #444444;
    color: #CCCCCC;
}

#ja-botsl {
    padding: 15px 0;
}

#ja-botsl div.moduletable {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

#ja-botsl h3 {
    margin: 0 0 12px;
    padding: 0;
    color: #FFFFFF;
}

#ja-botsl a {
    color: #CCCCCC;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
    color: #FFFFFF;
}

#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
    padding: 0;
    margin: 0 !important;
}

#ja-botsl ul li {
    padding: 0 0 0 15px;
    margin: 0;
    background: url(../images/bullet2.gif) no-repeat 3px 8px;
}

#ja-botsl ol li {
    margin-left: 25px;
    padding: 0 !important;
}

#ja-botsl td {
    padding: 0;
}

#ja-botsl .article_separator {
    display: none;
}

#ja-botsl table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap-margin {
  /*  background-color: #7c7c7c;*/
    clear: both;
    height: 18px;
}

#ja-footerwrap {
     background-color: #000;
    clear: both;
    padding: 0 0 30px 0px
}

#ja-footer {
    /* border: 1px solid blue; */
    padding: 0px;
    position: relative;
	
	 margin: 0 auto !important;
    max-width: 1170px !important;
    overflow: hidden !important;
    width: 100% !important;
}
.copyright {
    clear: both;
    display: block;
    color: #666666;
    font-style: normal;
    font-size: 92%;
    text-align: center;
}

.rss{
    float: left !important;
    width: 71px !important;
}

#ja-footnav {
    padding: 0px 0px 10px 10px;
    margin: 0px;
}

div.moduletable_manatnet, div.moduletable_fur_nachfrager {
    display: inline-block;
    float: left;
    width: 13%;
    vertical-align: top;
    margin-right: 10px;
}

#ja-footnav h3 {
    font-size: 14px;
    font-family:ubunturegular, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

#ja-footer ul {
    margin: 0 0 10px;
    padding: 0;
}

#ja-footer li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
}

#ja-footer li a {
    display: block;
    font-size: 12px;
   font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 15px;
    text-decoration: none;
    width: 30px;
    float: left;
    margin-right: 10px;
}
#footer_right a.company
{
   display: initial;
} 
#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
    text-decoration: none;
}

.ja-cert {
    font-size: 92%;
    position: absolute;
    right: 0;
    top: 18px;
}

.ja-cert a {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    border: none;
    text-decoration: none;
}

.ja-cert a span {
    display: none;
}

.ja-cert a img {
    border: none;
}

.banneritem {
    display: block;
    margin-top: 15px;
}

.footer-text a,footer a {
    font-size: 16px;
    font-family: ubuntu, sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 15px;
    text-decoration: none;
    width: 600px;

}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
    position: absolute;
    top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
    font-size: 11px;
    position: absolute;
    top: 8px;
    right: 70px;
}

ul.ja-usertools-font li {
    padding: 0;
    margin: 0;
    display: inline;
    background: none;
}

/*collapsible h3*/
h3.show {
    background: url(../images/arrow2.png) no-repeat 90% 60%;
    cursor: pointer;
}

h3.hide {
    background: url(../images/arrow3.png) no-repeat 90% 60%;
    cursor: pointer;
}

/*others*/
#ja-banner {
    margin: 15px 0;
    text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
    margin: 10px 0;
    display: block;
    background: none!important;
    text-decoration: none!important;
}

#form-login p {
    margin: 0 0 5px;
}

#form-login ul {
    margin: 10px 0 0;
}

#form-login .inputbox {
    width: 90%;
}

.clr {
    clear: both;
}

.hasTip img {
    margin: 10px 5px 0 0;
    border: none;
}

/* Tooltips */
.tool-tip {
    float: left;
    border: 1px solid #D4D5AA;
    padding: 5px;
    background: #FFFFCC;
    max-width: 200px;
}

.tool-title {
    padding: 0;
    margin: 0;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../../system/images/selector-arrow.png) no-repeat;
    font-size: 100%;
    font-weight: bold;
}

.tool-text {
    margin: 0;
    font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
    padding: 0;
    margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
    background: none;
    padding: 5px;
    margin: 0;
    color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
    background: #006699;
    border: none;
}

/* System Error Messages */
#system-message dd.error ul {
    background: #BF0000;
    border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
    background: #EE9600;
    border: none;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility-x: hidden;
    visibility-y: visible;
    width: 900px;
}

* html > body .clearfix {
    width: 100%;
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
}

.gray_large_text {
    font-size: 18px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #464545;
}

.red-color {
    color: #FF0000;
}

.moduletable_home_banners {
    clear: both;
    padding-top: 20px;
    float: left;
    text-decoration: none;
}

#banner1 {
    background: url(../images/images/01_box_No-txt.png) no-repeat top left;
    width: 225px;
    height: 193px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#banner2 {
    background: url(../images/images/02_box_No-txt.png) no-repeat top left;
    width: 225px;
    height: 193px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#banner3 {
    background: url(../images/images/03_box_No-txt.png) no-repeat top left;
    width: 225px;
    height: 193px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#banner4 {
    background: url(../images/images/04_box_No-txt.png) no-repeat top left;
    width: 225px;
    height: 193px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}

div.module_other_banners .top-text, div.moduletable_home_banners .top-text {
    font-size: 22px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    margin: 14px 0px 0px 48px;
    padding: 0px;
    width: 75%;
}
div.top-text a:hover {
    color: #f70303;
}

div.module_other_banners .bottom-text, div.moduletable_home_banners .bottom-text {
    font-size: 15px;
    font-family:ubunturegular, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0px;
}

div.moduletable_home_banners .bottom-text, div.module_other_banners .bottom-text {
    margin: 116px 0px;
}

div.bottom-text a {
    display: block;
    height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 0px 0px 70px;
}
div.bottom-text a:hover {
    text-decoration: underline;
}

div.top-text a {
    display: block;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Kontakt, Facebook, Twitter, Xing */
.kontakt {
    background:url(../img/btn_kontakt.png) no-repeat scroll 0 0 transparent;
    display:block;
    float:right;
    position:fixed;
    right:-292px;
    top: 10px;
    z-index:10000;
}
.kontakt .padd {
    padding:0 0 0 27px;
}
.kontakt iframe {
    background:none repeat scroll 0 0 #FFFFFF;
    height:400px;
    width:292px;
}

.facebook {
    background: url(../img/btn_facebook.png) no-repeat scroll 0 0 transparent;
    display:block;
    float:right;
    position:fixed;
    right:-292px;
    top: 130px;
    z-index:10000;
}
.facebook iframe {
    background:none repeat scroll 0 0 #FFFFFF;
    height:302px;
    width:292px;
}
.facebook .padd {
    padding:0 0 0 27px;
}

.twitter {
    background:url(../img/btn_twitter.png) no-repeat scroll 0 0 transparent;
    display:block;
    float:right;
    position:fixed;
    right:-292px;
    top: 250px;
    z-index:10000;
}
.twitter .padd {
    padding:0 0 0 27px;
}
.twitter iframe {
    background:none repeat scroll 0 0 #FFFFFF;
    height:450px;
    width:292px;
}

.xing {
    background:url(../img/btn_xing.png) no-repeat scroll 0 0 transparent;
    display:block;
    float:right;
    position:fixed;
    right:-292px;
    top: 370px;
    z-index:10000;
}
.xing .padd {
    padding:0 0 0 27px;
}
.xing iframe {
    display: block;
    background-image: url(../img/xing-banner.html);
    height:348px;
    width:292px;
}
.xing iframe a {
    display:block;
    width: 139px;
    height: 23px;
    background-image:url(../img/xingA.html);
}
/* End: Facebook, Twitter, Xing */

#sidebar {
    float: left;
    margin-top: 20px;
    width: 100%;
}

#sidebar h3 {
    font-family:ubunturegular, sans-serif;
    font-weight: bold;
    padding: 14px 0 0 0;
    text-align: center;
	font-size:11px;
}
#sidebar h3 a{
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fefefe;
}
.sidebar-title{
    padding-left: 15px;
    font-size: 1em;
    font-weight: bold;
    color: #656565;
    padding-top: 15px;
}
.headingsid{
    background: url("../images/left-col-bg-1.1.png") repeat-x; 
    width: 100%;
    height: 39px;
    float: left;
    margin: 0 0 0 0;
}
.headingsid1{
    background: url("../images/left-col-bg-1.1.png") repeat-x;
    width: 100%;
    height: 39px;
    float: left;
    margin: 0;
}

.rcent {
    border: thin solid #d9d9d9;
    float:right;
    margin-bottom: 0px;
    width: 91%;
}
.rcent ul li{
   float: left !important;
    padding: 12px 0 12px 2% !important;
	font-family: ubunturegular, sans-serif;
	width: 99%;
}
.rcent ul li:hover{
    background-color: #e8e8e8 !important;
}
.rcent ul li a {
    display: block;
    width: 97%;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #464545 !important;
    padding-left: 6px;
}
.rcent ul li a:hover{
    color: #006699 !important;
}

.rcent1 {
    float:right;
    margin-bottom: 50px;
    width: 91%;
}

.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-left: -2px;
}
#ja-mainnav
{
	width:auto !important;
}
.rcent1 ul li{

   float: left !important;
   width: 95%;
    padding: 12px 2% 0 4%;
	font-size:12px;

}

.rcent1 ul li:hover{
    background-color: #e8e8e8 !important;
}
.rcent1 ul li a{
    display: block;
    width: 200px !important;
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.rcent1 ul li a:hover{
    color: #006699;
}
.searchcontentpaneopen .entry-meta {
    float: left;
    width: 100%;
    padding: 12px 0 0 0;
	
}
.margindiv{
    float: left;
    margin-bottom: 25px;
}
.entry-meta p{
    color: #464545;
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;

}
.entry-meta1 span{
    color: #464545;
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: left;
    padding: 0 5px 0 5px;

}
.entry-meta1 span.first{
    /*color: #006699;*/
	color:#F00;
     font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: left;
    padding: 0 5px 0 5px;
}
.spanclass{
    color: #464545 !important ;
     font-family:ubunturegular, sans-serif;
    font-size: 11px !important;
    font-weight: normal;
    float: left;
    padding-left: 11px;
    padding-right: 11px;

}

.entry-meta1 span a{
    float: left;
   color:#F00;
     font-family:ubunturegular, sans-serif;
    font-size: 9px;
    font-weight: normal;
    padding-top: 2px;
}

.entry-meta2{
    float: left;
}
.entry-meta2 span{

    color: #f60305;
    font-family:ubunturegular, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.entry-meta2 a{
    color: #464545;
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: left;

}
.maindate{
    color: #808080;
    float: left;
    height: 34px;
    padding-top: 14px;
    text-align: left;
    width: 30%;
	margin-top:-25px;
	font-family: ubunturegular, sans-serif;
	font-size:16px
}

.commentbox{
    width: 863px;
    float: left;
    margin-top: 22px;

}
.commtnuper{
    width: 622px;
    float: left;
    background: url("../images/commentuperbg.jpg") no-repeat;
    height: 25px;
	display:none !important;

}
.commentbottom{
    width: 622px;
    float: left;
    background: url("../images/bottombg.jpg") no-repeat;
    height: 25px;
	display:none !important;

}
.commentarea{
    background-color: #f3f3f3;
    border: thin solid #cccccc;
    float: left;
    height: auto;
    width: 863px;
	border-color:#cccccc;
	margin-bottom:5px;

}
.commentarea input{

	border: thin solid #cccccc;
	color: #464545;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	width: 267px;
}
.commentarea textarea{

	font-family:ubunturegular, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 140px;
	width: 100%;
	border: thin solid #cccccc;
}
.form-submit input{
	background: #f70303 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	height: 48px;
	margin-bottom: 12px;
	margin-left: 1.2%;
	text-align: center;
	width: 102%;
}
.commentarea label{
    color: #464545;
    font-family:ubunturegular, sans-serif;
    font-size: 9px;
    font-weight: normal;
    padding: 0 0 0 5px;

}
.comment-form-author{
    float: left;
   /* width: 226px;*/
   width: 100%;
    margin-bottom: 8px;
}
.comment-form-email{
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.comment-form-url{
    float: left;
   width: 100%;
    margin-bottom: 8px;
}
.captchaSizeDivLarge{
    float: left;
    width: 100%;
}
.comment-form-comment{
    float: left;
    width: 61%;

    
}
.form-submit{
       float: left;
    width: 61%;
    margin: 0 -0.5%;
	margin-top:13px;
}


#captchaInputDiv{
    display: none;
}
.form1{
	float: left;
	width: 35%;
	margin-left: 1%;
	line-height: 41px !important;
	
}
#captchaImgDiv{
    float: left;
    display: none;
}
#omar
{
	float: left;
	width:35% !important;
    margin-top: 12px !important;
	margin-right: 1%;
}
p.comment-form-captcha
{
	display:block !important;
}
#omar img{
   border: 1px solid #b1b3b8;
    float: left;
    margin: 0 3% !important;
    padding: 0;
}
#omar label{
   display:none !important;
}
#comment_captcha_code
{   float: left;
    height: 32px;
    width: 59%;
}
p.comment-form-captcha img
{
    float:left;
     border-color: #cccccc !important;
    height: 38px !important;
    margin-left: -293px !important;
    margin-top: 56px !important;
    width: 83px !important;
}
#commentform .message 
{
	display:none !important;
}
.message{
    float: left;
    width: 340px;
    margin-left: 58px;
    margin-bottom: 12px;
	}
.message p{
    color: #006699;
    font-family:ubunturegular, sans-serif;
    font-size: 9px;
    font-weight: normal;
    
}
.autor {
    float: left;
    padding-right: 5px;
    color: #006699;
    font-family:ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.autor a{
    color: #006699;
    font-family:ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: bold;
   
    
}
.writen{
    color: #848282;
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight:normal;
    
}
.commentbox1{
	border-top: 1px solid #bcbcbc;
	float: left;
	margin-right: 5px;
	width: 780px;
}
.commentbox1 p{
	color: #464545;
	 font-family:ubunturegular, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	width: 783px;
    
}
.commentdate {
    float: right;
    color: #006699;
    font-family:ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.comment{
    
    size: 561px;
    padding-left: 50px;
}
#comments ul li#li-comment-2{
	 border-bottom: 1px solid #ffffff;
    float: left;
    padding: 15px 0;
    width: 863px;
}
#comments ul li{
     padding:15px 0 15px 0;
    border-bottom: 1px solid #ffffff;
	width:863px;
     float: left;
}
.commentcount{
    float: left;
    width: 58px;
    height: 50px;
    background: url("../images/commentcountbg.jpg") no-repeat;
}
.commentcount span{
     float: left;
    color: #f60305;
     font-family:ubunturegular, sans-serif;
    font-size: 16px;
    font-weight:normal;
    padding: 14px 0 0 17px;
    
}
.logged-in-as{
    float: left;
    padding: 10px 0 10px 25px;
}
.commentarea h4{
     float: left;
    color: #f60305;
    font-family:ubunturegular, sans-serif;
    font-size: 16px;
    font-weight:bold;
    padding: 0 0 20px 25px;
    
}
.footer-text span{
    color: #464545;
    font-family:ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px 5px 5px;
}
#commentform{
    float: left;
    margin-top: 15px;
}
.comment-author{
	float: left;
    padding-right: 15px !important;
    width: 775px;
    
}
.warper3{
    float: left;
    width: 79%;
}
.not-found #searchform #s{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #7C7C7C;
    float: left;
     font-family:ubunturegular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 19px;
    margin: 0 0 0 6px;
    width: 160px;
}
.not-found #searchform {
    background: url("../images/tbar_txt-corner.png") no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    height: 25px;
    margin-top: 30px;
    width: 215px;
}
.not-found #searchform #searchsubmit {
    background: url("../images/searchButton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 34px;
}
textarea { resize:none;
outline: none; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea { resize:none; }
	textarea, input { outline: none !important; }
}
.pingback p{
	margin-left:58px !important;}
#ja-containerwrap2{
	/*background:url('../images/line.png') repeat-x;*/
	}
#ja-containerwrap-f
{
	background:#FFF;
	padding-top: 0px ;
}
#sidebar .margindiv
{
	display: none !important;
}
#tag_cloud-3
{
	width:100% !important;
	margin-left:-2px !important;
}
#commentform label
{
	display:none !important;
}
#cbnet-rscc-captcha-verify
{
	margin-bottom: 12px;
	margin-left: -253px;
	margin-top: 106px;
}
.message p
{
	display:none !important;
}
.commentlist
{
	margin-top:15px !important;
}
#cbnet-rscc-captcha-verify
{
	display:none !important;
}
.login_user .form-submit
{
	margin-left: 2%;
    width: 100%;
	
}
.login_user .comment-form-comment
{
	 float: left;
    margin-left: 20px;
    width: 98%;
}

#sfmenu
{
    text-align: left !important;
}

.main_menu_and_search_box
{
	display: block;
    float: right;
    width: 80%;
}
.sw-sf
{
	font-family: ubunturegular, sans-serif;
	display: inline-flex;
	margin-top:15px;
}
#menu-item-14
{
	border-left: 1px solid #cccccc;
    padding-left: 10px !important;
		
}
#footer_right
{
	font-family: ubunturegular, sans-serif;
	font-size: 14px;
	text-align: right;

}

.footer-text p{
    color:#FFF;
    float: left;
    width: 50%;
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
#archives-3
{
	font-family: ubunturegular, sans-serif;
}
.widget-title
{
	color:#4d4d4d !important;
}
span 
{
	font-family: ubunturegular,sans-serif !important;
	color: #4d4d4d;
}
#ja-wrapper
{
	min-width: auto !important;
}
.complete_logo
{
	float:left;
	display:inline-block;
	width: 205px;
	
}
.logo
{
	width:13%;
}

@media all and (max-width: 1170px) {
#headerimg a {
    color: #f70303;
    font-size: 35px;
}

.main_menu_and_search_box {
    display: block;
    float: left;
    width: 80%;
}
#ja-header, #ja-mainnav, #ja-container, #ja-botsl, #ja-footer {
   margin: 0 2% !important;
   width:96% !important;
}

#ja-containerwrap-f #ja-container {
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}
#ja-footer {
    margin: 0 auto !important;
    overflow: hidden !important;	
    width: 100% !important;
}
.rcent{
    border: thin solid #d9d9d9;
    float:right;
    width: 89%;
}
.rcent1{
	width:89%;}
.tagcloud
{
	width:96%;
	padding:10px 2%;
	float:left;
}
.tagcloud a{
	padding:5px;
}
.tagcloud a:hover{
	background:#CCC;
}

#sidebar {
    float: left;
    margin-top: 13px;
    width: 100%;
}

.rcent1 ul li a {
    color: #464545;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 177px !important;
}

#ja-col1 ul li, #ja-col2 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bullet.gif") no-repeat scroll 5px 50%;
    margin: 0;
    padding-left: 13px !important;
}

.headingsid1 {
    background: rgba(0, 0, 0, 0) url("../images/left-col-bg-1.1.png") no-repeat scroll 0 0;
    float: left;
    height: 39px;
    margin: 0;
}
#tag_cloud-3 {
    width: 99% !important;
}
.commentbox {
    float: left;
    margin-top: 22px;
    width: 100%;
}
.commentarea {
    background-color: #f3f3f3;
    border: thin solid #cccccc;
    float: left;
    height: auto;
    margin-bottom: 5px;
    width: 100%;
}
.commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    width: 91%;
}

.form-submit {
 	float: left;
    margin: -47px 33.3% 0;
    width: 71%;
	color: #fff !important;
}
#comment_captcha_code {
    height: 32px;
    width: 54%;
}
#submit
{
	height:50px;
}

.comment-author {
    float: left;
    padding-right: 15px !important;
    width: 704px;
}

.commentbox1 p {
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-top: 10px;
    width: 723px;
}
.commentbox1 {
    border-top: 1px solid #bcbcbc;
    float: left;
    margin-right: 5px;
    width: 710px;
}
#comments ul li {
    border-bottom: 1px solid #ffffff;
    float: left;
    padding: 15px 0;
    width: 781px;
}
.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 2%;
    margin-top: 25px;
    width: 100.5%;
}
#ja-search {
    background: rgba(0, 0, 0, 0) url("../images/tbar_txt-corner.png") no-repeat scroll left top;
    margin-top: 0;
    width: 50%;
}
.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-top: 20px;
    width: 99%;
}
#description
 {   margin-top: 4px !important;
    margin-left: 6% !important;
    width: 100% !important	;
 }
.rcent1 ul li
{
	width:92.5%;
}
}

@media all and (max-width: 1136px) {
	#ja-col1 ul li, #ja-col2 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bullet.gif") no-repeat scroll 5px 50%;
    margin: 0;
    padding-left: 14px !important;
}
.footer-text p {
    color: #fff;
    float: left;
    margin-left: 0;
    width: 50% !important;
}

#headerimg a {
    color: #f70303;
    font-size: 27px;
    margin-left: 0px;
}	

#ja-containerwrap-f #ja-container {
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}

.commentarea h4 {
    color: #f60305;
    float: left;
    font-family: ubunturegular, sans-serif;
    font-size: 13px;
    padding: 0 0 19px 9px;
}	

.pingback p {
    margin-left: 19px !important;
    padding-right: 16px;
}

#comments ul li {
    border-bottom: 1px solid #ffffff;
    float: left;
    padding: 15px 0;
    width: 610px;
}

.comment-author {
    float: left;
    padding-right: 15px !important;
    width: 550px;
}

.commentbox1 p {
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-top: 10px;
    width: 553px;
}

.commentbox1 {
    border-top: 1px solid #bcbcbc;
    float: left;
    margin-right: 5px;
    width: 558px;
}


#ja-header, #ja-mainnav, #ja-container, #ja-botsl, #ja-footer {
    margin: 0 auto;
    width: 900px;
}
#ja-footer {
    margin: 0 auto !important;
    overflow: hidden !important;
    width: 100% !important;
}

.tagcloud a {
    color: #006699 !important;
    font-size: 14px !important;
}
.tagcloud  {
   margin:0 !important;
}
#ja-col1 ul li, #ja-col2 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bullet.gif") no-repeat scroll 5px 50%;
    margin: 0;
    padding: 10px 2% !important;
	width:96%;
}
.rcent ul li a {
    color: #464545 !important;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100% !important;
	padding-left: 0 !important;
}

.rcent1 ul li a {
    color: #464545;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
   width: 159px !important;
}

#tag_cloud-3 {
    width: 98% !important;
}
.headingsid1 {
    float: left;
    height: 39px;
    margin: 0;
    width: 100%;
	background-color:#d9d9d9;
}
.searchcontentpaneopen h2 {
    border-top: thin solid #d9d9d9;
    color: #4d4d4d;
    float: left;
    font-family: ubunturegular, sans-serif;
    font-size: 14px;
    margin-top: 30px;
    padding: 14px 0;
    width: 100%;
}
.post-body p {
    color: #464545 !important;
    font-family: ubunturegular,sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 14px;
    text-align: right;
}

#ja-mainnavwrap {
    margin-top: 5px !important;
}
}
@media all and (max-width: 1048px) {

.rcent1 aside {
    width: 100% !important;
    margin-left: -2px !important;
}
#tag_cloud-3 {
    width: 100% !important;
    margin-left: -2px !important;
}
}
@media all and (max-width: 1024px) {
#comment_captcha_code {
    width: 52%;
}
}

@media all and (min-width: 1001px) {

#ja-headerwrap #ja-header, #ja-containerwrap-f #ja-containerwrap2 #ja-container
{
	margin:0 auto !important;
	clear:both;
	float:none !important;}
.main_menu_and_search_box {
    display: block;
    margin-top: 4px;
}

#ja-search .button-srch {
    vertical-align: top;
    display: none;
}
.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
}
}

@media all and (max-width: 1000px) {
	
	.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 2.5%;
    margin-top: 53px;
    width: 101.5%;
}
.rcent {
    
    
    margin-bottom: 50px;
    width: 89%;
}

.rcent1 ul li a {
    color: #464545;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100% !important;
}
#ja-mainbody-fl {
    background: rgba(0, 0, 0, 0) url("../images/ibar_top.png") no-repeat scroll left top;
    margin-top: 20px !important;
    padding: 18px 0;
    width: 67%;
}


#ja-col2 {
    float: left;
    margin-top: 0px;
    overflow: hidden;
    width: 30%;
}

.comment-author {
    float: left;
    padding-right: 15px !important;
    width: 400px;
}

.commentbox1 p {
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-top: 10px;
    width: 460px;
}


.commentbox1 {
    border-top: 1px solid #bcbcbc;
    float: left;
    margin-right: 5px;
    width: 404px;
}

.commentbox1 p {
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-top: 10px;
    width: 400px;
}

#comments ul li {
    border-bottom: 1px solid #ffffff;
    float: left;
    padding: 15px 0;
    width: 450px;
}

#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
	float:right;
    text-align: right;
}

.form1 {
    float: left;
    line-height: 41px !important;
    margin-left: 1%;
    width: 32.5%;
}

.form-submit {
    color: #fff !important;
    float: left;
    margin-left: 32.3%;
    width: 72%;
}
p.comment-form-captcha img {
    border-color: #cccccc !important;
    float: left;
    height: 38px !important;
    margin-left: -293px !important;
    margin-top: 51px !important;
    width: 58px !important;
}
#omar {
    float: none !important;
    margin-left: -0.8%;
    margin-top: 39px !important;
    width: 45.5% !important;
}

.commentarea textarea {
    border: thin solid #cccccc;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 113px;
    width: 100%;
}
#headerimg a {
    color: #f70303;
    font-size: 22px;
}


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

.searchcontentpaneopen h2 {
    border-top: thin solid #d9d9d9;
    color: #4d4d4d;
    float: left;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    margin-top: 30px;
    padding: 14px 0;
    width: 99%;
}



#headerimg h1 {
   
    padding-top: 23px;
}

#headerimg a {
    color: #f70303;
    font-size: 27px;
}


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

.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-left: -4px;
    margin-top: 20px;
    width: 100%;
}

#comment_captcha_code {
    width: 35%;
}

.warper3 {
    float: left;
    width: 70%;
}
#ja-search
{
	margin-right:1%;
}

#tag_cloud-3 {
    width: 100% !important;
}
#tag_cloud-3 {
    width: 100% !important;
}


#comment_captcha_code {
    width: 44%;
}
.logo
{
	width:16%;
}
}
@media all and (max-width: 948px) {

.logo
{
	width:20%;
}
}
@media all and (max-width: 923px) {
	
.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-left: -5px;
    margin-top: 20px;
    width: 100%;
}

}
@media all and (max-width: 900px) {
	
#ja-mainbody-fl {
    background: rgba(0, 0, 0, 0) url("../images/ibar_top.png") no-repeat scroll left top;
    margin-top: 20px !important;
    padding: 18px 0;
    width: 70%;
}

.main_menu_and_search_box {
    display: block;
    float: left;
    width: 80%;
}
.warper3 {
    float: left;
     width: 70%; 
}

}
@media all and (max-width: 825px) {


#headerimg h1 {
	padding-top: 21px;
}

}
@media all and (min-width: 768px){

#ja-wrapper
{
	min-width:auto !important;
}	
#ja-header
{
	margin: 0 2% !important;
	width:96% !important;
    z-index: 98;
	
}

#ja-mainnavwrap
{
	float:left;
	margin:0;
	width:100%;

}

.main_menu_and_search_box {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    width:80%;
}
.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
    margin: 0;
}
#ja-containerwrap-f #ja-container
{
	margin:0 2% !important;
	width:96%;
}
#ja-mainbody-fl {
    background: rgba(0, 0, 0, 0) url("../images/ibar_top.png") no-repeat scroll left top;
    margin-top: 20px !important;
    padding: 18px 0;
    width: 75%;
}
#headerimg a {
    color: #f70303;
    font-size: 27px;
}


.pingback p {
    margin-left: 19px !important;
    padding-right: 16px;
}
.rcent1 ul li a {
    color: #464545;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100% !important;
}
.warper3 {
    float: left;
    width: 75%;
}

#ja-col2 {
    float: left;
    overflow: hidden;
    width: 25%;
}

.copyright {
    clear: both;
    color: #666666;
    display: block;
    float: left;
    font-size: 92%;
    font-style: normal;
    margin: 0 2%;
	padding: 0 !important;
    text-align: center;
    width: 96%;
}

.footer-text p {
    color: #fff;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 300;    
    margin-left: 0;
    width: 48%;
}
#ja-header {
    display: block;
    margin: 10px 2% 0 2%;
    max-width: 1170px !important;
    position: relative;
    width: 96% !important;
    z-index: 98;
}

#ja-search {
    background: rgba(0, 0, 0, 0) url("../images/tbar_txt-corner.png") no-repeat scroll left top;
    margin-top: 0;
    width: auto;
}
.sw-sf {
    margin-top: 5px;
}


#ja-search {
    width: 100%;
}
#ja-mainnav ul
{
	margin-top: 30px;
}
#search-3
{
    float: right;
    width: 100%
}
}
@media all and (max-width:768px)
{
#comment{
	margin-top:5px !important;
	width:150% !important;}
#comment_captcha_code {
    width: 39%;
}


}
@media all and (max-width:767px)
{
.main_menu_and_search_box
{
	width:80%;
    margin-bottom: 24px;
}
.search-srch
{
	float:right !important;
}
#ja-search
{
	width:99% !important;
}

#headerimg a {
	font-size: 22px !important;
}
#comment_captcha_code {
    width: 38%;
}
}
@media all and (max-width: 740px) {
	
.login_user .commentarea textarea {
    border: thin solid #cccccc;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 115px;
    margin-left: 0;
    width: 85%;
}
.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 3.8%;
    margin-top: 0;
    width: 87%;
}
#headerimg {
    float: left;
    margin-top: -13px;
}

.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
    display: none;
}



#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
}


.comment-author {
    float: left;
    width: 258px;
}


.commentarea {
    background-color: #f3f3f3;
    border: thin solid #cccccc;
    float: left;
    height: auto;
    margin-bottom: 5px;
    width: 100% !important;
}

.commentbox1 {
    border-top: 1px solid #bcbcbc;
    float: left;
    margin-right: 5px;
    width: 261px;
}
.commentbox1 p {
    color: #464545;
    font-family: ubunturegular, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 10px;
    width: 100%;
}


#comments ul li {
    border-bottom: 1px solid #ffffff;
    float: left;
    font-size: 10px;
    padding: 15px 0 20px;
    width: 334px;
}
.form1 {
    float: left;
    line-height: 41px !important;
    margin-left: 3%;
    width: 100%;
}



#omar img {
    border: 1px solid #b1b3b8;
    float: left;
    margin: -185px 8.1% !important;
    padding: 0;
}
p.comment-form-captcha img {
    border-color: #cccccc !important;
    float: left;
    height: 38px !important;
    margin-left: -288px !important;
    margin-top: 47px !important;
    width: 107px !important;
}



#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 155%;
}

.commentarea textarea {
    border: thin solid #cccccc;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 115px;
    margin-left: 4%;
    width: 145%;
}


.form-submit {
    color: #fff !important;
    float: left;
    margin-left: 0.9%;
    margin-top: 8px;
    width: 104.2%;
}
#comment
{
	margin-top:65px;
}

#ja-mainbody-fl {
    background: rgba(0, 0, 0, 0) url("../images/ibar_top.png") no-repeat scroll left top;
    margin-top: 20px !important;
    padding: 18px 0;
}

.maindate {
    background: #808080 none repeat scroll 0 0;
    color: white;
    float: left;
    font-family: ubunturegular, sans-serif;
    font-size: 14px;
    height: 34px;
    margin-top: -25px;
    padding-top: 14px;
    text-align: center;
    width: 80%;
}

.entry-meta {
    float: left;
    padding: 12px 0 0;
    width: 343px;
}

.entry-meta2 {
    float: none;
}


#ja-header {
    display: block;
    margin: 10px auto 0;
    max-width: 1170px !important;
    position: relative;
    z-index: 98;
}


#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    width: 146%;
}

.logo
{
	width:117px;
}
}

@media all and (max-width: 667px) {
#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
	width: 139%;
}
#searchform
{
	float:right;
}
.main_menu_and_search_box {
    width: 100%;
}

#headerimg {
    margin-top: -31px;
}x
}
@media all and (max-width: 633px) {
.logo a
{
	width:92%;
	display:block;
	float:left;
	background-size: 100% 100%;
}
#headerimg p, #headerimg a{
	margin-left:0 !important;
	}
#ja-mainnavwrap
{
	margin-top:10px;
}

#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 130%;
}
#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    margin-left: 0;
    margin-top: 0 !important;
    text-align: center;
}

}
@media all and (max-width: 600px) {
.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 2.7%;
    margin-top: 0;
    width: 88%;
}

.login_user .comment-form-comment {
    float: left;
    margin-left: 20px;
    margin-top: -58px;
    width: 100%;
}
#headerimg a {
    color: #f70303;
    font-size: 27px;
}
#ja-mainbody-fl {
    background: rgba(0, 0, 0, 0) url("../images/ibar_top.png") no-repeat scroll left top;
    margin-top: 20px !important;
    padding: 10px 0;
    width: 100%;
}
.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-top: 20px;
}

.rcent {
    border: thin solid #d9d9d9;
    float: left;
    margin-bottom: 50px;
    width: 89%;
}	
#archives-3 {
    font-family: ubunturegular, sans-serif;
}

.rcent1 aside {
    border: thin solid #d9d9d9;
    float: left;
    margin-top: 20px;
    width: 100%;
}
#ja-col1 ul li, #ja-col2 ul li {
    margin: 0;
    padding: 12px 2% !important;
    width: 96%;
}

#ja-wrapper {
    min-width: 100% !important;
}
#ja-containerwrap-f {
    background: #fff none repeat scroll 0 0;
    padding-top: 0;
}
#ja-containerwrap-f #ja-container {
   
    overflow: hidden;
    width: 96%;
	 margin-left: 0;
}

#ja-mainbody-fl #ja-contentwrap {
    float: left;
    width: 100%;
}
#ja-contentwrap {
    height: auto;
    min-height: 150px;
}
#ja-containerwrap-f #ja-content {
    background: rgba(0, 0, 0, 0) url("../images/ibar_bottom.png") no-repeat scroll left bottom;
    float: left;
    padding: 0 0 18px;
    width: 100%;
}

#ja-containerwrap-f div.contentpaneopen, div.searchcontentpaneopen {
    background-color: #ffffff;
    float: left;
    margin: 0;
    padding: 0 15px 10px 1%;
    text-align: justify;
    width: 100%;
}
.commentbox {
    float: left;
    margin-top: 22px;
    width: 100%;
}
.commentarea {
    background-color: #f3f3f3;
    border: thin solid #cccccc;
    float: left;
    height: auto;
    margin-bottom: 5px;
    width: 98% !important;
}
#comments ul li {
    border-bottom: 1px solid #ffffff;
    float: left;
    font-size: 10px;
    padding: 15px 0 20px;
    width: 100%;
}
.form1 {
    float: left;
    line-height: 41px !important;
    width: 100%;
}
#ja-col2 {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#sidebar {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.rcent {
    border: thin solid #d9d9d9;
    float: left;
    margin:0 5% 50px 5%;
    width: 90%;
}
.rcent1 {
    float: left;
     margin:0 5% 50px 5%;
    width: 91%;

}
.headingsid {
    background-color:#d9d9d9;
    float: left;
    height: 39px;
    margin: 0;
    width: 96%;
	 padding: 0 2%;
	 text-align:center;
}

#ja-col1 ul li, #ja-col2 ul li {
    
    margin: 0;
    padding: 12px 2% !important;
    width: 96%;
}

.headingsid1 {
    float: left;
    height: 39px;
    margin: 0;
    padding: 0 2%;
    width: 96%;
	background-color:#d9d9d9;
}


.comment-author {
    float: left;
    padding: 0 4% !important;
    width: 86% !important;
}

.commentbox1 {
    border-top: 1px solid #bcbcbc;
    float: left;
    width: 91%;
}
.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
}
#ja-mainnavwrap {
    width: 100%;
}
.warper3 {
    float: left;
    width: 100%;
}
.footer-text p
{
	width:100%;
	
}
#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 153%;
}

.footer-text p {
    width: 100% !important;
	text-align:center !important;
}
#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    margin-left: 0;
    margin-top: 22px !important;
    text-align: center;
}
.complete_logo {

    width: 100%;
}

.post-body
{
	width:98%;
}
}

@media all and (max-width: 569px) {
#comment_captcha_code
{
	width:150% !important;
}
}

@media all and (min-width: 575px) and (max-widht:770px)
{
#ja-search
{
	width:auto !important;
}
#ja-mainnav{
	float:left;}
}
@media all and (max-width: 516px) {
	
.rcent {
    border: thin solid #d9d9d9;
    float: left;
    margin-bottom: 50px;
    width: 91%;
}
#omar {
    float: none !important;
    margin-left: -0.8%;
    margin-top: 39px !important;
    width: 43.3% !important;
}
.entry-meta
{
	width:auto;
}
.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
}
#headerimg a {
    color: #f70303;
    font-size: 27px;
}


#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 155%;
}
}

@media all and (max-width: 478px) {

#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 135% !important;
}

.button-srch {
    background: red none repeat scroll 0 0;
    border: medium none red;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
}

#footer_right {
    font-family: ubunturegular, sans-serif;
    font-size: 10px;
    margin-left: -126px;
    margin-top: 17px;
   text-align: center;
}

#comment_captcha_code {
    width: 150%;
}

}

@media all and (max-width: 450px) {

#headerimg a {
    color: #f70303;
    font-size: 27px;
}


#headerimg h1 {
    color: #f70303;
    font-family: ubunturegular, sans-serif;
    font-size: 40px;
    margin-left: 3px;
    padding-top: 16px;
}
#headerimg {
    margin-top: -22px;
}
}
@media all and (max-width: 440px) {
#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 133% !important;
}
}

@media all and (max-width: 400px) {
.maindate
{
	margin-top:-25px !important;
}
.searchcontentpaneopen h2
{
	margin-top:16px;
}
#comment_captcha_code {
    height: 33px;
    margin-left: 138px;
    margin-top: -186px;
    width: 127%;
}
.post-body img {
    border: medium none !important;
    display: block !important;
    padding: 5px 29px 5px 0 !important;
    width: 100%;
}
.maindate {
    background: #808080 none repeat scroll 0 0;
    color: white;
    float: none;
    font-family: ubunturegular, sans-serif;
    font-size: 14px;
    height: 34px;
    margin: 0 auto;
    padding-top: 14px;
    text-align: center;
    width: 80%;
}
.main_menu_and_search_box {
    display: block;
    float: left;
    width: 100%;
}
#comment_captcha_code {
    width: 126% !important;
}
}
@media all and (max-width: 414px) {
    .post-body {
	    width:98%;
    }
}

@media all and (max-width: 378px) {
#comment_captcha_code {
    height: 33px;
    margin-left: 130px;
    margin-top: -186px;
    width: 133% !important;
}

.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 3.7%;
    margin-top: 0;
    width: 89%;
}
.main_menu_and_search_box {
    display: block;
    float: left;
}

#ja-containerwrap-f #ja-container {
    width: 99% !important;
}
#headerimg a {
    font-size: 16px !important;
}

.logo{
    width: 110px !important;
}
#ja-containerwrap-f div.contentpaneopen, div.searchcontentpaneopen {

	width:96%;
}
}
@media all and (max-width: 370px) {
#headerimg a {
    color: #f70303;
    font-size: 19px;
}
#ja-containerwrap-f #ja-container {
    width: 99% !important;
}
#comment_captcha_code {
	
    width: 129% !important;
}
}

@media all and (max-width: 340px) {
#comment_captcha_code {
    height: 33px;
    margin-left: 130px;
    margin-top: -186px;
    width: 127%;
}

#headerimg a {
    color: #f70303;
    font-size: 18px;
}

#ja-containerwrap-f #ja-container {
    width: calc(100% - 20px)!important;
}
}
@media all and (max-width: 338px) {
#comment_captcha_code {
    height: 33px;
    margin-left: 130px;
    margin-top: -186px;
    width: 116% !important;
}
#headerimg a {
    color: #f70303;
    font-size: 18px;
}
#headerimg h1 {
    color: #f70303;
    font-family: ubunturegular, sans-serif;
    font-size: 40px;
    padding-top: 17px;
}

#ja-containerwrap-f div.contentpaneopen, div.searchcontentpaneopen {
    background-color: #ffffff;
    float: left;
    padding: 0 15px 10px 0;
    text-align: justify;
    width: 100%;
}
.login_user .commentarea input {
    border: thin solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    margin-left: 3.7%;
    margin-top: 0;
    width: 90%;
}
.rcent1 ul li a {
    color: #464545;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100% !important;
}
.rcent ul li a {
    color: #464545 !important;
    display: block;
    font-family: ubunturegular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

#ja-search {
    width: 80% !important;
    float: right;
}
#ja-wrapper
{
	min-width: auto !important;
}

.maindate
{
	margin-top:-10px !important;
}
#ja-containerwrap-f #ja-container{
    padding-left: 1px;
    width: 99% !important;
}
.post-body p {
    width: 95%;
}
.post-body {
    
    width: 99%;
}
.searchcontentpaneopen h2
{
	width:99%;
}

#headerimg {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
}
@media all and (max-width:320px) { 

#headerimg {

    margin-top: -23px;
}
}
.tag-dienstleistungen-von-manatnet h2
{
	font-family: ubunturegular, sans-serif;
	color: #4d4d4d;
}
.entry-meta
{
    float: left;
    width: 100%;
    padding: 12px 0 30px 0;

}
.post-body h2 strong
{
	font-family: 'Ubuntu' !important;
    color: #4d4d4d !important;
    font-size: 24px !important;
	font-weight:normal !important;
}
@media all and (max-width:1175px){
	#commentform .message{
		display:block !important;
		float:left;
		width:100%;
		height:1px;
		background-color:transparent;
		}
	#omar{
		clear:both !important;
		display:inline-block;
		width:auto !important;
margin:0 10px;
margin-top: 10px !important;}
.form-submit{
	display: block;
float: left;
margin:15px 0 !important;}
	}

#searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
#searchform ::-webkit-input-placeholder { / Chrome/Opera/Safari /
  color: #fff;
}
#searchform ::-moz-placeholder { / Firefox 19+ /
  color: #fff;
}
#searchform :-ms-input-placeholder { / IE 10+ /
  color: #fff;
}
#searchform :-moz-placeholder { / Firefox 18- /
  color: #fff;
}    
.fa-times:before{
    color: #fff;
}
#ja-mainnav li a{
    font-weight: 300;
}
.fa-angle-down:before{
    float: right;
    font-size: 16px;
    color: #909090;
}
#menu-item-5476{
    padding-top: 3px !important;
}
#ja-mainnav li ul{
    background: #fff;
    margin-top: 0px;
    padding:  25px 25px 25px 25px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
#ja-mainnav ul ul li{
    margin-bottom: 15px;
}
#ja-mainnav ul ul a{
    padding-left: 0;
}
#footer-social{
    float: left;
    width: 100%;
}
.social-icons .fab{
    font-size: 24px;
}
.social-icons ul li{
    display: inline;
}
#sp-footer2{
    float: left;
    width: 92%;
}
#sp-footer2 p{
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

@media all and (max-width:768px){
    #ja-mainnav ul, #ja-mainnav li{
        margin-right: 15px !important;
        float: left;
        display: inline-block;
    }
    #ja-mainnav li a{
        padding: 5px 0px !important;
    }
    #ja-footer li{    display: inline-block;}
    #sp-footer2 p{text-align: center;}
}

div#ja-header:after {
    display: none;
}

.ab-icon{
    font-family: dashicons !important;
}
.noalign{
	float: none;
}
#ja-mainbody-fl img.alignleft {
    float: none;
}
.warper3 #ja-mainbody-fl img.alignleft {
    float: left;
}


/*-----------------------------Full Width Template Style---------------------------------------------------*/
.showcase.full-width header.entry-header {
	display: none;
}
@media (min-width: 1400px) {
    .showcase.full-width {
        max-width: 1170px;
        margin: 0 auto;
    }
}
.showcase.full-width {
    margin-bottom: 18px;
    clear: both;
}
.showcase.full-width h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 32px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    color: red;
}
.showcase.full-width .sppb-addon-title {
    margin-top: 96px;
    color: red;
}
.showcase.full-width p, .showcase.full-width .sppb-addon-content p span { 
    color: #525252; 
    font-family: Ubuntu, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.text-left {
    text-align: left;
}
.showcase.full-width .sppb-addon-content a {
    color: #000;
    font-family: Ubuntu, sans-serif;
    word-break: break-word;
}
.showcase.full-width span {
    color: inherit;
}
.clearfix:after {
    content: '';
}
.showcase.full-width .pull-right {
    float: right;
    padding: 5px 0 0 10px;
}
.showcase.full-width h1{font-family:Ubuntu, sans-serif; font-size:60px; font-weight:300; margin-top: 10px; margin-bottom: 10px; color: red; }
.showcase.full-width h3{font-family:Ubuntu, sans-serif; font-size:36px; font-weight:300; margin-top: 10px; margin-bottom: 10px; color: red; }
.showcase.full-width h4{font-family:Ubuntu, sans-serif; font-size:24px; font-weight:normal; margin-top: 10px; margin-bottom: 10px; color: red; }
.showcase.full-width h5{font-family:Ubuntu, sans-serif; font-size:18px; font-weight:normal; margin-top: 10px; margin-bottom: 10px; color: red; }
.showcase.full-width strong {
    font-weight: bold;
}
.showcase.full-width .text-wrapper p {
    font-size: 14pt;
    margin-bottom: 16px;
    text-align: left;
}
.showcase.full-width hr {
    border: none;
    padding: 50px 0;
}
#ja-mainnav ul ul {
    padding: 20px;
}
#ja-mainnav ul ul li {
    margin: 0;
}
#ja-mainnav ul ul li a {
    padding: 10px;
    display: block;
    width: 180px;
}
#ja-mainnav ul ul li.active:hover>a:hover,
#ja-mainnav ul ul li:hover > a {
    color: #fff;
    background: #000000;
}
.contact-misc td p {
    text-align: center;
}
.sppb-image-holder {
    position: absolute;
    top: 0;
    height: 100%;
    background-position: 100%;
    background-size: cover;
}
.sppb-addon-image-content {
    position: relative;
}
.showcase.full-width .sppb-image-content-title {
    font-weight: bold;
    font-size: 32px;
    margin: 20px 0 10px 0;
    line-height: 52px;
}
.showcase.full-width .sppb-image-content-text {
    margin-bottom: 35px;
}
.showcase.full-width .sppb-empty-space {
    padding-bottom: 200px;
}
.showcase.full-width h6 {
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.1;
    color: #525252;
    font-family: ubunturegular, sans-serif;
}
#section-id-1503571249052,
#section-id-1503571249082,
#section-id-1503578298033 {
    padding: 0;
    background-image: url(/images/2017/08/24/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
@supports (-webkit-touch-callout: none) {
    #section-id-1503571249052,
    #section-id-1503571249082,
    #section-id-1503578298033 {
        background-attachment: scroll;
    }
}
#section-id-1503571249068 {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
}
#ja-containerwrap2 #ja-container {
    overflow: visible;
}
body {
    overflow-x: hidden;
}
.showcase.full-width .page-header {
    padding-bottom: 15px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.showcase.full-width .contact-form {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    float: left;
}
legend {
    font-family: Ubuntu, sans-serif;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.control-group {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}
legend + .control-group {
    margin-top: 20px;
}
.control-group .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.control-group .control-label * {
    text-align: inherit;
}
.contact-form select, .contact-form textarea, .contact-form input[type="text"], 
.contact-form input[type="password"], .contact-form input[type="datetime"], 
.contact-form input[type="datetime-local"], .contact-form input[type="date"], 
.contact-form input[type="month"], .contact-form input[type="time"], 
.contact-form input[type="week"], .contact-form input[type="number"], 
.contact-form input[type="email"], .contact-form input[type="url"], 
.contact-form input[type="search"], .contact-form input[type="tel"], 
.contact-form input[type="color"], .contact-form .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #262525 none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 1 !important;
    padding: 0 15px !important;
    transition: all 0.3s ease 0s !important;
    width: 100% !important;
    box-sizing: border-box;
}
.contact-form .controls {
    margin-left: 180px;
}
.wpcf9-list-item .wpcf7-list-item-label {
    font-size: 0;    
}
.wpcf7-list-item {
    margin: 5px 0 !important;
}
.wpcf7-submit {
    background: #000000;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 44px;
    line-height: 48px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-radius: 3px;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    box-shadow: none;
    line-height: 50px;
    padding: 0 45px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
    background: #fff;
    color: #000000;
    border-color: #000000;
}
.contact-miscinfo table p {
    margin-bottom: 12px;
}
.showcase.full-width #sppb-addon-1503665742610 .sppb-empty-space {
    padding-bottom: 10px;
}
.showcase.full-width .sppb-section {
    margin-top: 30px;
}
#sppb-addon-1503574532996 .sppb-addon-image-content .sppb-image-holder,
#sppb-addon-1503558534435 .sppb-addon-image-content .sppb-image-holder {
    width: 35%;
}
#sppb-addon-1503558534435 .sppb-addon-image-content .sppb-image-content-title {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 300;
}
.sppb-addon-image-content .sppb-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.sppb-addon-image-content .sppb-image-holder {
    width: 50%;
    background-position: 50%;
}
.sppb-btn.sppb-btn-link {
    font-weight: bold;
    color: rgba(255, 0, 0, 1);
    padding: 0;
    border: none;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    font-family: Playfair Display, sans-serif;
    display: inline-block;
    background: transparent;
}
.sppb-btn.sppb-btn-link i {
    float: right;
    font-size: 14px;
    padding-left: 12px;
    padding-top: 4px;
    transition: .4s;
}
.sppb-btn.sppb-btn-link:hover i,
.sppb-btn.sppb-btn-link:focus i,
.sppb-btn.sppb-btn-link:active i {
    padding-left: 20px;
}
#sppb-addon-1503574532996 a,
#section-id-1503578297962 .sppb-addon-content h2 a {
    color: rgba(255, 0, 0, 1);
}
.sppb-col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.sppb-content-holder ul {
    margin-bottom: 15px;
}
.sppb-content-holder ul li {
    font-family: Ubuntu, sans-serif;
    list-style: none;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 50px;
    padding-left: 0;
}
.sppb-content-holder {
    padding-top: 5px;
    padding-bottom: 50px;
}
.aligment-right .sppb-image-holder {
    right: 0;
    left: auto;
}
#sppb-addon-1503587716959 .sppb-empty-space,
#sppb-addon-1503587716962 .sppb-empty-space,
#sppb-addon-1503587716965 .sppb-empty-space {
    padding-bottom: 100px;
}
#sppb-addon-1503558534359 .sppb-content-holder h5 span,
#sppb-addon-1503558534410 h5 span,
#sppb-addon-1503558534435 .sppb-addon-image-content h5 {
    color: #525252;
    display: block;
}
#column-id-1503571249069 .sppb-column-addons .sppb-content-holder {
    padding-bottom: 160px;
}
.sppb-btn.sppb-btn-warning {
    background-color: #f70303;
    color: #fff;
    border-color: #f70303;
    font-weight: bold;
    padding: 0 44px;
    line-height: 48px;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-radius: 3px;
    display: inline-block;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
.sppb-btn.sppb-btn-warning:focus, .sppb-btn.sppb-btn-warning:active {
    background-color: #f70303;
    border-color: #f70303;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#sppb-addon-1503558534435 ul {
    margin-top: 25px;
    margin-bottom: 50px;
}
#sppb-addon-1503558534435 ul li {
    font-size: 14pt !important;
    font-family: Ubuntu, sans-serif;
    font-weight: normal;
    color: #525252;
    line-height: 1.1;
    margin-bottom: 22px;
}
#sppb-addon-1503558534435 span a {
    color: #000;
}
#section-id-1503558534431 {
    margin: 0;
    padding: 50px 0px 50px 0px;
}
#section-id-1503578297962 {
    margin: 0;
    padding-top: 50px;
}
#section-id-1503578297962 .sppb-addon-content h2 {
    margin: 20px 0 35px 0;
}
#section-id-1503578297962 div span {
    color: #525252;
    font-family: Ubuntu, sans-serif !important;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 62px;
    right: 100px;
    display: none;
    z-index: 999;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.4);
}
.scrollup:before {
    content: " \f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.scrollup:hover {
    background-color: #c4c4c4;
}
input[name="copy-mail[]"] + span {
    font-size: 0;
}
#ja-header .open-search-box .fa-search {
    display: inline-block;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .showcase.full-width h2 {
        font-size: 32px !important;
    }
    .contact-miscinfo table tbody tr td img {
        display: block !important;
        margin: 0 auto;
        float: none;
    }
    .contact-misc td {
        display: block;
        width: 100% !important;
        float: left;
    }
    .contact-miscinfo dd {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    #sppb-addon-1503574532996 .sppb-col-sm-6 {
        width: 65%;
    }
    #sppb-addon-1503574532996 .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 5px 0 0px 85px;
    }
    .contact-miscinfo {
        margin-left: 180px;
    }
    .sppb-col-sm-offset-6 {
        margin-left: 50%;
        width: 50%;
    }
    #sppb-addon-1503574532996 .sppb-col-sm-offset-6 {
        margin-left: 30%;
    }
    #sppb-addon-1503558534359 .sppb-content-holder {
        width: 50%;
        padding-right: 50px;
        box-sizing: border-box;
    }
    #sppb-addon-1503558534435 .sppb-content-holder {
        padding: 5px 0 50px 70px;
    }
}
@media (max-width: 1024px) {
    .sppb-image-holder {
        width: 100% !important;
        float: left;
        display: block !important;
        position: static !important;
        height: 500px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
    }
    .sppb-col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    #column-id-1503571249069 .sppb-column-addons .sppb-content-holder {
        padding-bottom: 0;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}
.row .col-6 {
    max-width: 50%;
}
.row .col-35 {
    max-width: 35%;
}
.image-holder {
    width: 100%;
    object-fit: cover;
    object-position: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
}
.home-text-wrap-1 {
    font-size: 14px;
}
.home-text-wrap {
    font-size: 24px;
    font-weight: 500;
    color: #525252;
    font-family: Ubuntu, sans-serif;
    margin-bottom: 24px;
}
.fs-sm {
    font-size: 19px;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-50 {
    margin-top: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-10 {
    margin-bottom: 10px;
}
a {
    color: rgba(240, 48, 48, 1);
}
.content-holder-2 {
    padding: 5px 100px 160px 15px;
}
.content-holder-3 {
    padding: 5px 70px 160px 15px;
}
.content-holder-4 {
    padding: 5px 0 20px 70px;
}
.h-first-row {
    margin-top: 35px;
    padding-right: 90px;
}
.row-2 ul {
    margin: 35px 0 10px 0;
}
.img-right img {
    right: 0;
}
.row-2 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.row-3 ul li,
.row-4 h5,
.row-5 ul li {
    line-height: 21px;
    margin-bottom: 45px;
    font-size: 19px;
    color: rgb(82, 82, 82);
}
.sppb-addon-title-2 {
    margin: 6px 0 10px 0;
}
.row-4 h5 a {
    color: #000;
}
.col-70 {
    display: block;
    height: 100%;
    max-width: 70%;
    position: relative;
}
.row-5 ul li {
    margin: 0 0 25px 0;
    padding: 0;
    color: rgb(82, 82, 82);
}
.row-5 ul {
    margin-bottom: 50px;
}
.row-5 h6 {
    font-weight: normal;
    color: rgb(82, 82, 82);
    font-size: 24px;
    line-height: 26px;
    margin: 40px 0 25px 0 !important;
}
.row-5 h6 a {
    color: #000;
}
.row-5 .sppb-image-content-title {
    font-weight: normal !important;
    font-size: 36px !important;
    font-weight: 300 !important;
}
.row-6 {
    margin-top: 70px;
}
.row-6 h2 {
    text-align: center;
    margin-bottom: 45px !important;
}
.row-6 h2 a {
    color: rgba(255, 0, 0, 1);
}
.row-6 p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px !important;
    line-height: 24px !important;
}
.showcase.full-width p.mb-25 {
    font-size: 19px;
    margin-bottom: 25px;
}
a.btn-dark-a,
#cloak7cb6c4f26f87f844e0512318beb48df1 a {
    color: #000;
}
ul.bullet-list {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 10px;
}
ul.bullet-list li {
    padding: 0;
    margin: 0;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
table.b-table-1 td:nth-of-type(2) {
	width: auto;
}
.devider-1 {
	overflow: hidden;
	margin-right: 15px;
}
article.post img {
    max-width: 100%;
    height: auto;
}
article.post .post-title a {
    color: #4d4d4d;
} 
.post-body a{
    color: #F00;
}
.post-body span {
    color: #4d4d4d !important;
}
@media (max-width: 1024px) {
    .image-holder {
        width: auto;
        position: static;
    }
    .h-first-row  img.image-holder {
        float: left;
        width: auto !important;
        display: block !important;
        position: static !important;
        height: 500px !important;
    }
    .row .col {
        width: 100%;
        max-width: 100%;
        overflow: auto;
        flex-basis: auto;
        box-sizing: border-box;
    }
    .row {
        flex-direction: column;
    }
    .row .img-right {
        order: -1;
        box-sizing: border-box;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .content-holder-4 {
        padding-left: 0;
    }
    .content-holder-3 {
        padding-bottom: 60px;
    }
    .row-4 h4.sppb-addon-title-2 {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 35px;
    }
    .scrollup {
        right: 25px;
    }
    .content-holder-2 {
        padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
    img.image-holder {
        position: inherit;
        width: 100% !important;
        height: 300px;
    }
    img.image-holder.sm-auto {
        height: auto;
    }
    .control-group .control-label {
        text-align: left;
    }
    .contact-form .controls {
        margin-left: 0;
        max-width: 100%;
    }
    .h-first-row {
        padding-right: 0;
    }
    .h-first-row > .col {
        margin-right: 0;
        overflow: hidden;
    }
    .h-first-row img.image-holder {
        float: none;
        margin: 0 auto;
    }
    table.responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td,
    .responsive-table th {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}
