/* encode-sans-expanded-300 - latin */
@font-face {
    font-family: 'Encode Sans Expanded';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/encode-sans-expanded-v8-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/encode-sans-expanded-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/encode-sans-expanded-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/encode-sans-expanded-v8-latin-300.svg#EncodeSansExpanded') format('svg'); /* Legacy iOS */
}

/* encode-sans-expanded-regular - latin */
@font-face {
    font-family: 'Encode Sans Expanded';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/encode-sans-expanded-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/encode-sans-expanded-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/encode-sans-expanded-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/encode-sans-expanded-v8-latin-regular.svg#EncodeSansExpanded') format('svg'); /* Legacy iOS */
}

/* encode-sans-expanded-600 - latin */
@font-face {
    font-family: 'Encode Sans Expanded';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/encode-sans-expanded-v8-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/encode-sans-expanded-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/encode-sans-expanded-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/encode-sans-expanded-v8-latin-600.svg#EncodeSansExpanded') format('svg'); /* Legacy iOS */
}

/* encode-sans-expanded-700 - latin */
@font-face {
    font-family: 'Encode Sans Expanded';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/encode-sans-expanded-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/encode-sans-expanded-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/encode-sans-expanded-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/encode-sans-expanded-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/encode-sans-expanded-v8-latin-700.svg#EncodeSansExpanded') format('svg'); /* Legacy iOS */
}


* {
  margin: 0;
  padding: 0;
}

html { overflow-x: hidden; }
body {
  height: 100%;
  position:relative;
  overflow-x: hidden;
  font-size: 100%;
  line-height: 150%;
}

#logo img { width: auto !important; height: 25px !important; }

@media (max-width: 600px) {
	.main_menu ul.mod-menu li { font-size: 0.8em; }
}

@media (min-width: 600px and max-width: 979px) {
	.main_menu ul.mod-menu li { font-size: 1em; }
}

@media (min-width: 979px) {

	.bg_top, #wrapper { padding-top: 73px; }
	.header {
	  background-color: #FFF;
	  border-bottom: 1px solid #EAEAEA;
	  padding: 0;
	  margin: 0;
	  width: 100%;
	  position: fixed;
	  z-index: 9998;
	  transition: all 50ms ease-in-out;
	    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,.07);
	    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,.07);
	    box-shadow: 1px 1px 3px 2px rgba(0,0,0,.07);
	}

	.main_menu { margin: 10px 0px 0px 0px; }
	.main_menu ul.mod-menu li { margin: 20px 20px 0px 20px; }

	#logo{ margin:25px 0 0 0;}
	#logo img { width: auto !important; height: 33px !important; }
	#logo a img { border: none; }

	.scrolled {
	    min-height: auto;
	    position: fixed;
	    left: 0;
	    top: 0;
	    -webkit-transition: all 50ms ease-in-out;
	    -moz-transition: all 50ms ease-in-out;
	    transition: all 50ms ease-in-out;
	}

	.scrolled #logo { margin: 16px 0 8px; transition: all 50ms ease-in-out; }
	.scrolled #logo img { width: auto !important; height: 20px !important; transition: all 50ms ease-in-out; }
	.scrolled .main_menu ul.mod-menu li {  margin: 0px 15px 0px 15px; transition: all 50ms ease-in-out; }
}


#wrapper {
/*  min-height: 610px;*/
    padding-bottom: 75px;
}
#footer {
  background-color: #313235;
  border-top: 1px solid #EAEAEA;
  padding: 25px 0 10px;
  width: 100%;
  margin: 0 0;
}

.brand {
  color:#fff !important;
  font-family:Share, cursive;
}
.brand:hover {
  color:#08C !important;
}
.home_page #contentBox{
  min-height: 1px;
}
.btn.jmodedit{
  height: 20px !important;
}
.btn.jmodedit:before{
  font-family: "FontAwesome";
   content: "\f044";
}

/*_______ TOP MENU ______________________________________*/

.top_menu ul.mod-menu {
    float: left;
    margin: 0 0 25px 0;
}

.top_menu ul.mod-menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top_menu ul.mod-menu li:last-child {
    border-right: none;
}

.top_menu ul.mod-menu li a {
    font-size: 0.8em;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ DROPDOWN MAIN MENU ______________________________________*/

.main_menu { font-size: 0.85em; }

.main_menu ul.mod-menu > li ul {
  display: none;
  padding-top: 18px;
}

.main_menu ul.mod-menu li.parent:hover > ul {
  display: block;
}

.main_menu ul.mod-menu {
    float: right;
    margin: 0;
}

.main_menu ul.mod-menu li {
    float: left;
    position: relative;
    list-style: none;
    border-radius: 1px;
    margin: 20px 0px 14px 10px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}

.main_menu ul.mod-menu li::first-of-type {
    border-left: 4px solid #fff !important;
}

.main_menu ul.mod-menu li li {
    border-right: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    border-top: 0px solid #fff;
    border-left: 2px solid #eaeaea !important;
    box-sizing: border-box;
}

@media (min-width: 979px) {
.main_menu ul.mod-menu li:hover, .main_menu ul.mod-menu > li.active {
      border-left: 4px solid #A21007;
      border-top: 4px solid #A21007;
}
}
.main_menu ul.mod-menu li li:hover, .main_menu ul.mod-menu > li > ul > li.active {
    border-left: 4px solid #A21007 !important;
    border-top: 0px solid #fff;
}

.main_menu ul.mod-menu > li  > .nav-header {
	color: #000;
}

.main_menu ul.mod-menu > li > a, .main_menu ul.mod-menu > li > .nav-header {
    padding: 9px 10px 0px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.03em;
}

.main_menu ul.mod-menu li a, .main_menu ul.mod-menu li .nav-header {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.main_menu ul.mod-menu > li > a, .main_menu ul.mod-menu > li > .nav-header {
    border-bottom: 0px solid transparent;
}

.main_menu ul.mod-menu > li > a:hover {
    border-bottom: 0px solid #12ABFF;
}
.main_menu ul.mod-menu > li.active > a, .main_menu ul.mod-menu > li.active > .nav-header, .main_menu ul.mod-menu > li > ul > li.active > a {
    background-color: transparent;
    border-bottom: 0px solid #12ABFF;
    box-shadow: none;
    color: #A21007;
    font-weight: 600;
}

.main_menu ul.mod-menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-bottom: 0px solid #A21007;
    color: #A21007;
    font-weight: 600;
}

.main_menu ul.mod-menu > li a, .main_menu ul.mod-menu > li .nav-header {
   display: block;
}

.main_menu ul.mod-menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}

.main_menu ul.mod-menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}

.main_menu ul.mod-menu li.parent ul,
.main_menu ul.mod-menu li ul li.parent ul {
     background: #fff;
     list-style: none;
     position: absolute;
     float: left;
     min-width: 200px;
     z-index: 9999;
}

.main_menu ul.mod-menu li.parent ul {
    left: -4px;
    top: 100%;
    border-top: 0px solid #12ABFF;
}

.main_menu ul.mod-menu li ul li.parent ul {
    left: 100%;
    top: 0px;
}

.main_menu ul.mod-menu li.parent ul li {
    margin: 0;
    padding: 0;
/* -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 4px solid #EAEAEA;
    border-left: 4px solid #EAEAEA;*/
    clear: both;
    width: 100%;
}

.main_menu ul.mod-menu li.parent ul li.lastChild {
    border-bottom: none;
}

.main_menu ul.mod-menu li.parent ul li a {
    float: left;
    padding: 7px 10px 7px 0;
    margin: 0 15px 0 0;
    text-indent: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.03em;
}



/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.mod-menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.mod-menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.mod-menu li:last-child {
    border-right: none;
}

.footer_menu ul.mod-menu li a {
    font-size: 0.9em;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 979px) {

  .main_menu ul.mod-menu > li ul {
    display: block;
  }

  .top_menu ul.mod-menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.mod-menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.mod-menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 1.1em;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.mod-menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.mod-menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

  /*_______ DROPDOWN ACCORDION MENU ________________________________*/

  .main_menu { font-size: 1.15em; }
  .main_menu ul.mod-menu > li ul {
    display: block;
  }
  .main_menu ul.mod-menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.mod-menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.mod-menu > li > a, .main_menu ul.mod-menu > li > .nav-header {
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.mod-menu li a, .main_menu ul.mod-menu li .nav-header {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.mod-menu > li > a, .main_menu ul.mod-menu > li > .nav-header {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.mod-menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;

  }
  .main_menu ul.mod-menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.mod-menu > li.active > a, .main_menu ul.mod-menu > li.active > .nav-header {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.mod-menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.mod-menu > li a, .main_menu ul.mod-menu > li .nav-header {
     display: block;
  }
  .main_menu ul.mod-menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.mod-menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.mod-menu li.parent ul,
  .main_menu ul.mod-menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.mod-menu li.parent ul {
      left: 0;
      top: 0;
  }
  .main_menu ul.mod-menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.mod-menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.mod-menu li.parent ul li.lastChild {
      border-bottom: none;
  }

  .main_menu ul.mod-menu li ul li.parent ul > li > a, .main_menu ul.mod-menu li ul li.parent ul > li > .nav-header {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.mod-menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.mod-menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }



  .main_menu ul.mod-menu li.parent ul li a, .main_menu ul.mod-menu li.parent ul li .nav-header {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }




/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.mod-menu {
    margin: 10px auto 10px auto;
    float: none;
    text-align: center;
  }
  .footer_menu ul.mod-menu li {
    list-style: none outside none;

  }
  .footer_menu ul.mod-menu li a {
      display: block;
      font-size: 1em;
      margin: 0;
  }

}

table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}
#searchForm,.search-results{
  text-align: left;
}
#search-searchword{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chzn-container-single .chzn-single{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*_______ END MENU ______________________________________*/

#copyrights p{
  text-align:center;
}

.clear { clear: both; }
.siegel {
	width: 100%; vertical-align: middle;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}

.siegel img { margin: 1em; }

@media (max-width: 768px) {

}

.footer_menu {
    margin: 1em 0 1.5em 0 !important;
}
.footer_menu ul.mod-menu li:last-of-type a { padding-right: 0 !important; margin-right: 0 !important; }

.copyrights {
    clear: both;
    margin: 0.5em 0 1.5em 0 !important;
}

.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}

input.invalid {
    border-color: #FF0000 !important;
}

/*__________________________social icons_________________________*/

#header .soc_icons_box {
  text-align: left;
}
.soc_icons_box {
    text-align: right;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
    margin: 15px 0 0;
}
.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}
.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}
.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}
.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {

  .main_menu ul.mod-menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.mod-menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%;
    top: -2px;
    }
}
@media (max-width: 980px) {
}
@media (max-width: 768px) {
  #logo,
  .copyrights p {
     text-align: left;
     margin-left: 10px;
     font-size: 1.15em;
  }
  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }
  #wrapper {
      margin-right: 20px;
      margin-left: 20px;
  }
}
.search{
  text-align: right;
    margin: 12px 0 -20px 0;
}


.search input.search-query{
  border-radius: 0;
  box-shadow: none;
}
.search .btn{
  background: none;
  border-radius: 0;
  border:0;
  text-shadow:none;
  color: #2b2b2b;
  box-shadow: none;
  margin: 0 0 0 -45px;
}
.search .btn:before{
  font-family: FontAwesome !important;
    content: "\f002";
    color: #ccc;
}
.search i{
  color: #ccc;
}
.top_line{
  min-height: 56px;
  background: #F5F6F8;
  width: 100%;
}
.top_phone{
  margin: 7px 0 0;
}
.top_phone p{
    color: #4f4f4f;
    margin: 15px 0 0;
}
.top_phone i{
    margin: 0 5px 0 15px;
}

.bg_top{
  background-color: #fff;
  /*height: 700px;
  */
  width: 100%;
  position: relative;
}

.pos-2{
  text-align: left;
}
.pos-2 h3{
  margin: 50px 0;
}

.block_icons .rhombus{
   opacity: 0;
   filter: alpha(opacity=0);
   position: relative;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   border: 4px solid #fff;
   border-top: 10px solid #ddd;
   border-radius: 3px;
   padding: 40px 10px 10px 20px;
}

.block_icons .rhombus img { width: 25%; float: left; margin-right: 1em; }

@media (min-width: 1024px) {

	.block_icons .rhombus{
		 border-top: 4px solid #ddd;
   		 border-left: 4px solid #ddd;
 	}

	.block_icons .rhombus img { width: auto; float: none; }
}

.rhombus.animations-effects{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.photo_block .photojs{
   opacity: 0;
   filter: alpha(opacity=0);
   position: relative;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
}
.photojs.animations-effects{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.rhombus:hover{
  border: 4px solid rgba(162,16,7,1);
}
.rhombus h3 { color: rgba(162,16,7,1); }

.rhombus i{
  color: #666666;
}
.pos-2 .btn, .os-slider-container .btn{
  background:none;
  box-shadow: none;
  text-shadow:none;
  color:#fff;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 6px 20px;
  margin: 15px 0 0;
  border-radius: 3px;
  background: rgba(0, 0, 0,0.35);
}
.pos-2 .btn:hover, .os-slider-container .btn:hover{
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.rhombus h3{
  margin: 10px;
}
.pos-3{
  text-align: center;
}
.pos-3 h1 {
  font-size: 92px;
  color: #000;
  font-weight: 900;
  line-height: 92px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  margin: 150px 0 50px;
}
.pos-3 h4 {
  font-size: 14px;
  color: #000;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  margin: 50px 0 100px;
}
.pos-3 .a_business{
  padding: 20px 15%;
  border: 1px solid #999;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}
.pos-3 .a_business:hover{
  background:rgba(255,255,255, 0.3);
}
.pos-4 h3, .pos-2 h3,.pos-6 h3,.pos-8 h3,.pos-9 h3,.pos-10 h3{
  text-align: left;
  margin: 25px 0;
}
.imageGallery a.fancybox, .imageGallery a.fancybox{
  margin-bottom: 0;
}
.imageGallery a.fancybox, .imageGallery a.fancybox:hover {
  box-shadow: none;
}
.imageGallery a.fancybox, .imageGallery .fancybox .overlay {
  background: rgba(0,0,0, 0.6) !important;
  top: -100%;
}
.imageGallery .rowImages a.fancybox:hover span {
  top: 0%;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.bg_middle{
  width: 100%;
  background: #F5F6F8;
  min-height: 250px;
  border-top: 1px solid #dde0e7;
  border-bottom: 1px solid #dde0e7;
  padding: 50px 0;
  margin: 75px 0 0;
}
.rt-title-divider {
  display: block;
  height: 1px;
  border-top: 1px solid;
  width: 25%;
  margin: 35px auto;
  opacity: 0.5;
}
.pos-5{
  text-align: center;
}
.pos-5 h3{
  font-size: 40px;
  line-height: 52px;
  color: #000;
  text-transform: uppercase;
}
.pos-5 p, .pos-2 p{
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.pos-5 p{
  width: 70%;
  margin: auto;
}
.pos-5 h4, .pos-2 h4{
  color: #000;
  font-size: 16px;
  line-height: 16px;
}
.pos-12, .pos-13{
  color: #000;
}
h3 {
  font-size: 1em;

}
#footer h3{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #888!important;
}
#footer .nav > li > a:hover {
  background-color: transparent;
}
/*---price---*/
 .pos-8 h4{
  color:#000;
  font-size: 26px;
  line-height: 26px;
}
 .pos-8 dl {
  background: #F5F6F8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  border: 1px solid #dde0e7;
 -webkit-transition: all 0.65s ease 0s;
  -moz-transition: all 0.65s ease 0s;
  -khtml-transition: all 0.65s ease 0s;
  -ms-transition: all 0.65s ease 0s;
  -o-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
}
 .pos-8 dl:hover{
  background: #66A8DE;
 -webkit-transition: all 0.65s ease 0s;
  -moz-transition: all 0.65s ease 0s;
  -khtml-transition: all 0.65s ease 0s;
  -ms-transition: all 0.65s ease 0s;
  -o-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
 }
.pos-8.os_price h2{
  margin:45px 0 0;
}
.pos-8 .span3.hoverp{
  margin-bottom: 20px;
}
 .pos-8 dd{
  font-size: 13px;
  padding: 8px 0;
  margin: 0;
  color: #666;
}
 .pos-8  dd a {
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  margin: 15px auto 20px;
  background:none;
  box-shadow: none;
  text-shadow:none;
  color:#666666;
  border: 1px solid #dde0e7;
  border-radius: 0px;
  padding: 6px 30px;
  display: block;
  width: 22%;
}
 .pos-8  dd a:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color:#fff;
}
dl i{
  color: #000;
  font-size: 13px;
  margin: 15px 0 20px;
}
.pos-8 dl:hover h4, .pos-8 dl:hover a, .pos-8 dl:hover dd, .pos-8 a:hover{
  color:#fff;
}
.pos-8  dl{
  margin-bottom: 0px;
}
.photo_block .photojs .hover_img{
  overflow: hidden;
  position: relative;
}
.photo_block .photojs{
  text-align: center;
}
.photo_block .photojs .hover_img img{
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -khtml-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.photo_block .photojs .hover_img:hover img{
  -webkit-transform: scale(1.15) rotate(360deg);
  -moz-transform: scale(1.15) rotate(360deg);
  -ms-transform: scale(1.15) rotate(360deg);
  -o-transform: scale(1.15) rotate(360deg);
  transform: scale(1.15) rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.Alpha;
}
.hover_img .block_opacity{
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.7);
  top:100%;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -khtml-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  z-index: 20;
}
.hover_img:hover .block_opacity{
  top: 0%;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.hover_img .block_opacity h4, .hover_img:hover .block_opacity p{
  color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha;
  -webkit-transition: all 0.65s ease 0s;
  -moz-transition: all 0.65s ease 0s;
  -khtml-transition: all 0.65s ease 0s;
  -ms-transition: all 0.65s ease 0s;
  -o-transition: all 0.65s ease 0s;
  transition: all 0.65s ease 0s;
}
.hover_img:hover .block_opacity h4{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha;
  font-size: 42px;
  line-height: 42px;
  margin: 75px 0 0;
}
.hover_img:hover .block_opacity p{
  font-size: 24px;
  margin: 30px 0 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha;
}
.pos-10 img{
  padding: 0px 63px;
}
.pos-11,.pos-12,.pos-13{
  margin:75px 0 0;
}
.pos-11 h4, .pos-12 h4,.pos-13 h4{
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.bar{
  text-align: center;
}
div.map{
  width:100% !important;
  margin-bottom: 10px;
}
/*----------------------=====RESPONSIVE======---------------------------*/
@media (max-width: 320px) {
.soc_icons_box, #header .soc_icons_box{
  text-align: center;
}
.top_phone{
  text-align: center;
}
.top_phone p {
  margin: 10px 0 0;
  font-size: 13px;
}
.search {
  text-align: center;
  margin: 0;
}
.pos-3 h1 {
  font-size: 52px;
  line-height: 64px;
}
.pos-3 h4 {
  line-height: 26px;
}
.pos-4 h3, .pos-2 h3, .pos-6 h3, .pos-8 h3, .pos-9 h3, .pos-10 h3 {
  margin: 35px 0;
}
h3 {
  font-size: 42px;
  line-height: 42px;
}
.hover_img:hover .block_opacity h4 {
  font-size: 36px;
  line-height: 36px;
  margin: 44px 0 0;
}
.foo{
  padding: 0 0 0 40px;
}
div.map{
  width:100% !important;
}
} /* -----(max-width: 384px) ------  */
@media (min-width: 321px) and (max-width: 384px) {
.soc_icons_box, #header .soc_icons_box{
  text-align: center;
}
.top_phone{
  text-align: center;
}
.top_phone p {
  margin: 10px 0 0;
}
.search {
  text-align: center;
  margin: 0;
}
.pos-3 h1 {
  font-size: 64px;
  line-height: 64px;
}
.pos-3 h4 {
  line-height: 26px;
}
.pos-4 h3, .pos-2 h3, .pos-6 h3, .pos-8 h3, .pos-9 h3, .pos-10 h3 {
  margin: 35px 0;
}
h3 {
  font-size: 42px;
  line-height: 42px;
}
.hover_img:hover .block_opacity h4 {
  font-size: 36px;
  line-height: 36px;
}
.foo{
  padding: 0 0 0 40px;
}
} /* ----- (min-width: 380px) and (max-width: 384px) ------  */
@media (min-width: 385px) and (max-width: 600px) {
.soc_icons_box, #header .soc_icons_box{
  text-align: center;
}
.top_phone{
  text-align: center;
}
.top_phone p {
  margin: 10px 0 0;
}
.search {
  text-align: center;
  margin: 0;
}
.foo{
  padding: 0 0 0 40px;
}
} /* ----- (min-width: 385px) and (max-width: 480px) ------  */
@media (min-width: 601px) and (max-width: 768px) {
.pos-3 h1 {
  font-size: 66px;
  line-height: 66px;
}
.pos-10 img {
  padding: 0px 20px;
}
.search input{
  width: 170px;
}
.top_phone p {
  margin:0;
  font-size: 19px;
}
#logo{
  margin:13px 0 0;
}
.hover_img:hover .block_opacity h4 {
  font-size: 36px;
  line-height: 36px;
  margin: 36px 0 0;
}
@media(max-width: 768px){
.hover_img img{
  float: none;
}
}
} /*--(min-width: 601px) and (max-width: 768px)--*/
@media (min-width: 769px) and (max-width: 1024px) {
.top_phone p {
  font-size: 13px;
}

}/*--(min-width: 769px) and (max-width: 1024px)--*/

.bg_top { margin-bottom: 5em; }

@media (max-width: 979px) {
	#logo { position: absolute; top: 0; text-align: left; margin: 10px 0 0 20px; }
	.row-fluid .pos-2 { width: 94%; padding: 0 1.9% 0 3.9%; }
	.row-fluid .span4 { position: absolute; width: 70%; }
	.row-fluid .span3 { width: 100%; margin-bottom: 2em;}
	.row-fluid .rhombus ul { clear: both; }
	.bg_top { margin-bottom: 3em; }
}


@media (min-width: 768px) and (max-width: 979px) {
	.row-fluid .span3 { width: 45%; margin-left: 0; min-height: 20em; margin-right: 2.7%; margin-bottom: 2em;}
	.row-fluid .span8 { width: 100%; }
	.row-fluid .span4 { width: 50%; }
}

.navbar .btn-navbar {
    border-color: #fff;
}
.navbar .btn-navbar .icon-bar {
    background-color: #555;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.moduletable_galery  .os-gallery-tabs-main-1{
    padding: 10px 0px  !important ;
    margin: 0 -20px  !important ;
  }

  .moduletable_galery .copyright-block{
    display: none;
  }

  .ba-form [type="submit"]{
    border: 1px solid #006B2D  !important ;

  }

ul { margin-left: 3em; list-style: none;  }
#globalContent ul ul { margin-top: 0.25em; margin-bottom: 0.5em; }
li { font-size: 0.95em; line-height: 160%; padding: 0.25em 0em 0.25em 0.5em; }
.rhombus li::before, #globalContent li::before { font-size: 1.25em; line-height: 50%; content: "\25A0" " "; color: #A21007; display: inline-block; width: 1.5em; margin-left: -1.75rem}
.rhombus img { position: relative; top: -1em;  }
.rhombus h3 { margin-top: 0em; }
.rhombus ul { margin-left: 1em; }
.rhombus li { font-size: 0.9em; padding: 0.15em 0em 0.15em 0.25em; }
.rhombus li a { color: #000; font-weight: 400; }
.rhombus li::before { font-size: 0.5em; vertical-align: super; width: 2.25em; margin-left: -2.25em}

h3 a { color: rgb(162,16,7) !important; font-weight: 300; }
h3 a:hover { color: rgb(162,16,7) !important; font-weight: 300; }
.rhombus h3 a { color: rgb(162,16,7) !important; font-weight: 400; }

.copyrights a, .foo a { font-weight: 700; font-size: 0.9em; letter-spacing: 0.02em; color: #eee; }
.copyrights a:hover, .foo a:hover { font-weight: 700; font-size: 0.9em; letter-spacing: 0.02em;  }

h1 { margin-top: 0; margin-bottom: 0.25em; }
h1 + h2 { margin-top: 0; }
h1 + p { margin-top: 2.75em; }
h2 { margin-top: 0.25em; margin-bottom: 1em; font-size: 1.7em; }
h3 { font-size: 1.05em; margin-top: 0.75em; margin-bottom: 0; line-height: 140%; }
.rhombus h3 { font-size: 1.5em;}

p { max-width: 42em; margin-top: 0.75em; }

p + h2 { margin-top: 3.25em;}
h3 + p { margin-bottom: 1em; }

.impressum h2 { font-size: 1.4em; font-weight: 600; }
.impressum h3 { font-size: 1.1em; font-weight: 600; }

@media (max-width: 768px) {
[id^="os-slider"] .image-text, [id^="os-slider"] .slide-text {
    top: 55% !important;
    left: 13% !important;
    text-align: center !important;
}
.myslider .btn { line-height: 1em !important; margin: 5px !important; font-size: 1em !important; }
}
@media (min-width: 768px) {
[id^="os-slider"] .image-text, [id^="os-slider"] .slide-text {
    top: 62% !important;
    left: 7% !important;
    text-align: left !important;
}
}

.myslider { font-size: 0.5em !important; line-height: 2.25em !important; letter-spacing: 0.02em; font-weight: 600 !important; width: auto !important; }

@media (min-width: 768px) {
	.myslider { font-size: 0.45em !important; }
}
.myslider strong { display: inline; font-size: 1.4em !important; background-color: rgba(162,16,7,0.75) !important; padding: 0.2em 0 0.2em 0 !important; margin-bottom: 0.5em; }
.myslider span { display: inline; font-size: 1em !important; background-color: rgba(162,16,7,0.75) !important; padding: 0.2em 0 0.3em 0 !important; }

.pull-left { margin-right: 2em; }
.accordion { max-width: 65em; margin-top: 4em; font-size: 0.9em; }
.accordion-group { border: 0px solid transparent; padding: 0.5em 0 2em 0; }
.accordion-inner { border: 0px solid transparent; padding: 0.5em 0 2em 1.85em; }
.accordion-heading .accordion-toggle { font-size: 1.5em; line-height: 1.25em; padding: 0.8em 0em 0.1em 0.75em; margin-bottom: 1em; text-decoration: none;  border: 0px solid transparent !important; border-radius: 1px; border-left: 4px solid #A21007 !important; border-top: 4px solid #A21007 !important; }

ul.mod-menu li:first-of-type { border-color: #fff !important; }
ul.mod-menu li li:first-of-type { border-color: #eaeaea !important; }

.menu_home { padding-left: 0px !important; width: 47px; background-color: #fff !important; padding-bottom: 2px !important; color: transparent !important; background-position: bottom right; background-image: url(../images/home_inactive.png); background-repeat: no-repeat; }
@media (max-width: 979px) {	.menu_home { padding-left: 25px !important; background-position: bottom left; } }
.menu_home:hover, .current .menu_home { background-image: url(../images/home_active.png); background-repeat: no-repeat; }

div.img_caption { width: 100% !important; }
div.img_caption .caption { width: 93%; float: right; margin-right: 0; text-align: right; }

p.img_caption {
	clear: both;
	position: relative;
	top: 0em;
	display: inline-block;
	padding: 0.75em 1.5em !important;
	margin: 0 0 2em 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: rgba(162,16,7,1) !important;
	font-weight: 700;
}

@media (min-width: 800px) {
	p.img_caption {
		font-size: 1.4em;
		line-height: 1.6em;
	}
}

@media (min-width: 979px) {
	.footer_menu { float: right; }
	p.img_caption {
		margin : 0;
		top: -2em;
		font-size: 1.6em;
		line-height: 1.6em;
	}
}


*:focus {
    outline: none !important;
}


.footer_menu ul.mod-menu li a {
	color: #fff;
	text-decoration: none;
	padding-right: 7px;
}
.copyrights a:hover, .footer_menu ul.mod-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgb(162,16,7) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}



@media (max-width: 768px) {
.swiper-button-prev, .swiper-button-next {
	opacity: 0.7;
  	width: 47px !important;
	height: 44px !important;
    	background-size: 47px 44px !important;
}
}

@media (min-width: 768px) {
	.swiper-button-prev, .swiper-button-next {
  	opacity: 0.7;
  	width: 67px !important;
  	height: 84px !important;
  	background-size: 67px 84px !important;
	}
}


.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}
.slider-load-background{ background: #ffffff !important; }

.com-baforms-wrapper p, .com-baforms-wrapper h3 {
    line-height: 150% !important;
}

.ba-btn-submit { margin-bottom: 3em; }

.kundenfeedback-text {
	border-left: 3px solid #A21007;
	border-top: 3px solid #A21007;
	background-color: #eee;
	border-radius: 2px;
	padding: 2em;
	max-width: 40em;
	margin: 0 auto;
}

.kundenfeedback-datum {
	text-align: right;
	font-style: italic;
	max-width: 49em;
	margin: 0.5em auto 3em auto;
	font-size: 0.9em;
	line-height: 30px;
}

.kundenfeedback-datum img {
	padding-bottom: 0.5em;
}

.pos-10 h2, .blog h2 {
	position: relative;
	top: -2em;
	right: -2em;
	border-top: 10px solid #A21007;
	padding: 0.5em 2em 0.5em 2em;
	font-size: 1.4em;
	line-height: 150%;
}

.blog .category-desc {
	margin-bottom: 2em;
}



table.kreis-item { font-size: 0.95em; width: 80%; max-width: 48em; margin: 4em 0 0 7%;}

.kreis {
	border: 1px solid #285C35;
	background-color: #BECEC2;
	border-radius: 10em;
	width: 0.6em;
	height: 0.6em;
	float: left;
	margin: 0.4em 0 0 -2.35em;
}

td.kreistext-left {
	color: #285C35;
	font-weight: 600;
	border-right: 1px solid #285C35;
	padding: 0 2em 0 0;
	text-align: right;
	vertical-align: top;
	font-size: 1.1em;
}


td.kreistext-right { vertical-align: top; padding: 0 0 1.5em 2em;  }


.left { float: left; margin-left: 1em;margin-bottom: 4em;}
.right { float: right;  margin-bottom: 4em; }

.arrow_box {
	position: relative;
	border: 2px solid #285C35;
	padding: 2em;
	max-width: 40em;
	border-radius: 4px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 4em !important;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 24px;
	margin-left: -24px;
}
.arrow_box:before {
	border-color: rgba(40, 92, 53, 0);
	border-top-color: #285C35;
	border-width: 26px;
	margin-left: -26px;
}


.arrow_box_wandel { list-style: none !important; margin-top: 2.5em; margin-left: -10em; }

.arrow_box_wandel li {
	list-style-type: none;
	position: relative;
	border: 1px solid #285C35;
	/*border-left: 10px solid #285C35;*/
	padding: 1.125em 1em 1.125em 2em;
	margin: 1.75em 1em 1.75em 0;
	max-width: 90%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 45em;
	font-size: 0.9em;
}
.arrow_box_wandel  li:after, .arrow_box_wandel  li:before {
	top: 50%;
	left: 100% !important;
	border: solid transparent;
	content: " " !important;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/*.arrow_box_wandel  li:after {
	border-color: rgba(190, 206, 194, 0);
	border-left-color: #e3eae5;
	border-width: 40px;
	margin-top: -40px;
}*/
.arrow_box_wandel  li:before {
	border-color: rgba(40, 92, 53, 0);
	border-left-color: #285C35;
	border-width: 41px;
	margin-top: -41px;
	margin-left: 0 !important;
}

.arrow_box_wandel strong { font-size: 1.1em; color: #285C35; }

.bg_top {
    background-color: #f8f8f8;
}

.block_icons { margin-top: 2em; margin-bottom: 5em; }


h1 {   font-size: 20px; clear: both; background-color: #eee; text-align: left; margin-left: 0em; line-height: 140%; padding: 0.75em 1em 0.25em 0.5em; }
h2 { font-size: 1.1em; line-height: 140%; background-color: #006B2D; color: #fff !important; padding: 0.25em 1em 0.25em 0.8em; text-align: left; margin-left: 0em; }

h1 + h2 { margin-bottom: 3em; }
.newsflash { background-color: #efefef; padding: 0 0 2em 3em; }

.os-slider-container {
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}

@media (min-width: 500px) {
	h1 {  font-size: 25px; }
	h2 {  font-size: 1.4em; }
}

@media (min-width: 800px) {
	h1 {  font-size: 30px; }
	h2 {  font-size: 1.5em; }
}

@media (max-width: 1024px) {
	.arrow_box_wandel, .arrow_box_wandel li { margin-left: 0 !important;}
}

@media (min-width: 1024px) {
	#contentBox p, #contentBox ul, #contentBox ol, #contentBox h3 {  padding-left: 28rem;	}
	#contentBox table {  margin-left: 28rem;}
	.com-baforms-wrapper p, .com-baforms-wrapper ul, .com-baforms-wrapper ol, .com-baforms-wrapper h3 {  padding-left: 0 !important;	}
	.com-baforms-wrapper h2 {  margin-left: 0 !important;	}


	h1 {  margin-left: 10.35em; padding: 0.5em 1em 0.25em 2em;   font-size: 36px; }
	h2 {  position: relative; padding: 0.25em 1em 0.25em 2.75em; margin-left: 13.65em; font-size: 1.7em; }

	.line::before,
	.line::after {
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: inherit;
	  top: 0;
	  height: 100%;
	}

	.line::before {
	  left: 0;
	  width: 90em;
	  margin-left: -90em;
	  /* height: calc(40px + .5em); */
	}

	.line::after {
	  height: 250%;
	  right: 0;
	  width: 200%;
    margin-right: -200%;

    /* background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 3000 250' preserveAspectRatio='none'%3E %3Cpolygon points='0,0 40,0 110,150 3000,150 3000,250 60,250 0,100' fill='%23006B2D'/%3E %3C/svg%3E"); */
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 3000 250' preserveAspectRatio='none'%3E %3Cpolygon points='0,0 64,0 133,150 3000,150 3000,250 66,250 0,100' fill='%23006B2D'/%3E %3C/svg%3E");
        background-size: cover;


	}

	/* @supports ((-webkit-clip-path: polygon(0 40%, 10% 100%, 100% 100%, 100% 60%, 10% 60%, 0 0)) or (clip-path: polygon(0 40%, 10% 100%, 100% 100%, 100% 60%, 10% 60%, 0 0))) { */
	  /* .line::after { */
	    /* height: 250%; */
	    /* -webkit-clip-path: polygon(0 40%, 10% 100%, 100% 100%, 100% 60%, 10% 60%, 0 0);
            clip-path: polygon(0 40%, 10% 100%, 100% 100%, 100% 60%, 10% 60%, 0 0); */
            /* -webkit-clip-path: polygon(0 40%, 10% 100%, 100% 100%, 100% 60%, 10% 60%, 0 0); */
            /* clip-path: polygon(0 40%, 2.5% 100%, 100% 100%, 100% 60%, 4% 60%, 1.25% 0, 0 0); */
  	  /* } */
	/* } */
}


/* .custom  */
h1 {
  background: none;
  position: relative;

}
h2 {
}

/* .custom  */
h1::after {
  display: block;
  content: "";
  /* background-color: #eee; */
  /* width: 110%; */
  width: 98%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  /* height: calc(100% + 2.25em); */
  border-bottom: 6.75em solid #eee;
  border-right: 2.75em solid transparent;
}

@media (min-width: 600px) {
	h1::after {
		 border-bottom: 5.75em solid #eee;
	}
}


.oneLine::after {
  width: 101%;
  border-bottom-width: 4.25em;
  border-right-width: 2em;
}

/*
@supports ((-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%)) or (clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%)) or (clip-path: url('data:image/svg+xml;utf8,<svg><polygon points="0 0, 90 0, 100 100, 0 100" /></svg>'))) {
  h1::after {
            -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  }

 .home_page h1::after {
            -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%) !important;
            clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%) !important;
  }

} */

.accordion-group {
  position: relative;
}

/* .accordion-group::before {
  font-size: 1.5em;
  border-top: 4px solid #A21007 !important;
  content: "";
  display: block;
  left: -31vw;
  position: absolute;
  width: 50vw;
  top: 1em;
} */

.accordion-heading {
  border-bottom: 0;
  position: relative;
}


.accordion-heading .accordion-toggle {
	  border: none !important;
	  padding-top: 0;
	}


.accordion-toggle {
  font-weight: inherit;
}

.accordion-toggle:not(.collapsed) {
  font-weight: 600;
}

/*.accordion-toggle:hover::after, .accordion-toggle:not(.collapsed)::after {*/
/* 	background-color: currentColor;*/
/*}*/
.accordion-toggle:not(.collapsed)::after {
 	background-color: currentColor;
}
@media (hover: hover), (-ms-high-contrast:none) {
    .accordion-toggle:hover::after {
        background-color: currentColor;
    }
}
/*@media (hover:none),*/
/*(hover:on-demand) {*/
/*    nav a:hover {*/
/*        !* suppress hover effect on devices that don't support hover fully *!*/
/*        background: none;*/
/*    }*/
/*}*/
.accordion-toggle::before {
  border: 2px solid #A21007;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0.5em;
  margin-left: -100%;
}

.accordion-toggle.collapsed::before {
  border: 2px solid #A21007;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0.5em;

}

.accordion-toggle:hover::before {

}

.accordion-toggle::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border: 4px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #A21007;
  border-radius: 50%;
  position: absolute;
  left: -0.5em;
  top: 0.15em;
}

.accordion { clear: both; /*margin-top: 4em; *//*margin-top: 12em;*/ }

.accordion-inner .pull-left {
	margin-bottom: 1em !important;
}

.accordion-inner {
  padding-left: 0;
}

figcaption { font-weight: 600;
		font-size: 0.8em;
		text-align: right;
		line-height: 150%;
		padding: 0.75em 0.25em 0em 1em;
		background-color: #efefef;
}

.accordion-inner .pull-left-icon {
	display: block;
	margin-bottom: 2em !important;
}

.pull-left { float: none; display: block; }
.pull-left-title figcaption { max-width: 385px; }
.pull-left figcaption { max-width: 405px; }
.in .accordion-inner .pull-left, .in .accordion-inner figure.pull-left {
  		height: auto;
	}

@media (min-width: 1024px) {

	.pull-left { float: left; }

	.accordion-toggle::before {  margin-left: -61%; }
	.accordion-toggle::after {  left: 37%;  width: 1em;  height: 1em;  top: 0; }

	.accordion-heading .accordion-toggle {
	  padding-left: 20.7em;
	}

	.pull-left-title {
		margin-left: 0em;
		margin-right: 2em;
		width: 22.15em;
		border: 10px solid #efefef;
		margin-top: -4em;
		margin-bottom: 4em;
		float: left;
	}



	.accordion-inner .pull-left {
	  position: absolute;
	  width: auto;
	  left: 0.5em;
	  top: 23em;
	  z-index: 1000;
	  height: 0;
	  -webkit-transition: 0.35s ease-in;
	  transition: 0.35s ease-in;

	  -webkit-clip-path: polygon(0 0, 20% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 20% 100%, 100% 100%, 100% 0);

    display: flex;
    flex-direction: column;
	}

	.accordion-inner figure.pull-left img {
		height: 205px;
        min-height: 0;
	}

	.accordion-inner .pull-left:first-of-type  {
	  top: 5.75em;
	}

	.accordion-inner .pull-left-icon {
	  position: absolute;
	  width: auto;
	  left: 8em;
	  top: 5.75em;
	  z-index: 1000;
	  height: 0;
	  -webkit-transition: 0.35s ease-in;
	  transition: 0.35s ease-in;
	}

	.accordion-inner p:last-of-type { clear: both; margin-bottom: 3em;}

	.in .accordion-inner .pull-left, .in .accordion-inner figure.pull-left {
  		height: 205px;
	}

}

.in .accordion-inner .pull-left-icon {
  height: 240px;
}

.in .accordion-inner figure.pull-left {
  max-width: 400px;
}

.accordion-body:not(.in) figcaption {
  display: none;
}

.accordion-body {
    margin-top: -7em;
    padding-top: 7em;
    display: inline-block;
}

/*# sourceMappingURL=aspro.css.map */


ul ul, ul ol, ol ol, ol ul { padding-left: 0em !important; }

.swiper-slide { max-height: 650px; }

.row-fluid [class*="span"] {
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0 !important;
}

a.to-top {
    background: #A21007;
    border: 2px solid #A21007;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.2em 0.2em 0.1em 0.2em;
    border-radius: 5px;
    font-size: 2.75em;
    -webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 2px 5px 0px
    rgba(0,0,0,0.25);
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

a.to-top:hover, a.to-top:active, a.to-top:focus  {
    background: #fff;
    color: #A21007;
    border: 2px solid #A21007;
    text-decoration: none;
}

.ba-btn-submit {
    font-family: inherit;
}


.swiper-button-prev::after, .swiper-button-next::after { font-size: 0rem !important; }

/* Joomla 4 menu fix */
.list-unstyled {
    margin-left: 0;
    list-style: none;
}
