html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: top;} table {border-collapse: collapse;border-spacing: 0;}
@font-face {
    font-family: "AGCenturion";
    src: url(../fonts/AGCENR.otf);
   }
/* Main Layout */
html {height: 100%;}
body { font-family: "Montserrat", Helvetica, Sans-Serif;  }
body.contentpane { background:#fff;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:10px 0;  color:#000000;     font-family: 'AGCenturion';  }
.componentheading { font-style:italic;font-size:25px; margin:0; padding:0 0 10px 0; color:#1a528c;}
a:link, a:visited {  color: #181818;}
a:hover {  color: #333333;}
ul {margin:0 0 0 15px;}
p {margin-top: 0;margin-bottom: 10px; padding: 0 5px 0 5px;}
blockquote { }
element.style { height:auto;}
.clr {clear: both;}
.container {
    max-width: 1580px;
    margin: 0 auto;
}
span.moda {
    display: none;
}
/* Header */
#header {padding: 2% 0 0 0;}
.layout-featured #header {padding-bottom: 2%;}

#topimage .flexslider i {
    display: inline-block;
    margin: -2px 0 0 0;
    color: #000000;
    font-style: normal;
    background: #E3D2A6;
    padding: 15px 38px;
    font-family: 'AGCenturion';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
#topimage .flexslider i:hover {
    background: #444444;
    color: #fff
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 23%;
    max-width: 549px;
    left: 8%;
}
#topimage h2 {
    font-size: 87px;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
    position: relative;
    width: fit-content;
    margin: 0 0 5% -3%;
}
#topimage h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 113%;
    left: 4%;
    top: 3%;
    background: #282828;
    z-index: -2;
}
#topimage h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 4%;
    bottom: -11%;
    background: #B1A584;
    z-index: -1;
}
#topimage h2:hover:after {
    left: 5%;
    top: 6%;
    filter: blur(8px);
    opacity: 0.7;
    transition: all 0.3s
}
#topimage .flex-caption em {
    background: #FFFFFF;
    padding: 5px;
    line-height: 31px;
    font-size: 19px;
    font-style: normal;
}
#topimage {
    position: relative;
    min-height: 37vw;
}

#topimage .custom {
    position: absolute;
    top: -20px;
    text-align: center;
    width: 481px;
    left: 8vw;
    background: #fff;
    padding: 23px 0;
    font-size: 20px;
    border-top: 1px solid #ddd;
        z-index: 5;
}
.topr {
    display: inline-block;
    float: right;
    margin-right: 7%;
}
.topr {
    display: inline-block;
    float: right;
    margin-right: 2vw;
    width: 63%;
}
.top {
    display: flex;
    margin: 5% 0;
    font-size: 15px;
    justify-content: space-around;
    align-items: center;
}
.top .custom {
    padding-left: 2vw;
    flex: 0 75%;
    font-size: 18px;
}
.mod-languages {
    padding-top: 22px;
}

.logo {
    max-width: 318px;
    display: inline-block;
    margin: 0px 5%;
    width: 23%;
}
img.logoim {
    max-width: 100%;
}
#botcontent, #main-content {
    line-height: 1.7em;
    font-size: 17px;
}
#botcontent h3 {
    font-size: 46px;
    font-weight: 400;
    padding: 4% 0;
}
.moduletablelineone {
    margin-top: 7%;
}
.moduletablelineone td {
    margin-right: 3.5%;
    display: inline-block;
    width: 22%;
}
.moduletablelineone td:last-child {
    margin-right: 0%;
}
.moduletablelineone td h2 {
    background: #E3D2A6;
    line-height: 90px;
    margin-bottom: 6%;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}
.moduletablelineone td em {
    font-family: 'AGCenturion';
    font-size: 77px;
    color: #fff;
    background: #000;
    padding: 8px 20px 32px 20px;
    display: block;
    float: left;
    height: 69px;
    margin: -10px 20px 0 0;
    font-style: normal;
}
.moduletablelineone td  p {
    padding-left: 5%
}

#nav {
  background: #F0F0F0;
  padding-left: 20px
}
#nav ul {margin:0; padding:0; }
#nav ul li { display: inline-block; padding: 3px 20px; }
#nav ul li a {
    display: block;
    padding: 0 15px 0 15px;
    margin: 0;
    line-height: 49px;
    color: #282828;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#nav ul li.active {
    background: #fff;
}
#nav ul li.item-101.active {
    background: #F0F0F0
}

#nav ul li.active a {}
#nav ul li:hover, #nav ul li:last-child { background: #E3D2A6 }
 #nav ul li:last-child a:hover {
     text-decoration: underline
 }

#nav ul li a:hover{  }

#nav li ul {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    top: 60px;
    width: 170px;
    z-index: 100;
    margin-left: -8px;
    background:  #F27EBD;
    box-shadow: 10px 5px 15px #111111;
    border-radius: 3px;
    display: none
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  border-bottom: 1px solid #BC3A6A;
  background: none;
  padding: 3px 5px;
  top: 0;
  position: relative;

}
#nav li.active ul li a {
     background: none;
}
#nav li ul li a {
  display: block;
 text-transform: none;
 margin: 0;
 line-height: 1.5em;
 padding: 3px 5px;
 width: 140px;
}
#nav li ul li a:hover { background: #AA5479; color: #FFFFFF;}

/** Level third and above **/

#nav li ul ul {
	margin: 0 0 0 150px;
    top: 0;

}
#nav li ul ul ul {
	margin: -24px 0 0 113px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}
#breadcrumb {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
ul.breadcrumb {
    margin: 0;
    padding: 1% 0;
    max-width: 452px;
    text-align: center;
}
ul.breadcrumb li {
  display: inline-block;
     color: #777777;
}
ul.breadcrumb li.active span {
   padding-left: 3px;
   font-size: 15px;
}
.catitem {
    display: inline-block;
    width: 23%;
    margin: 0 0.5%;
    text-align: center;
}
/* Sidebar */
#leftbar-w {padding:0px;width:230px;float:left;}
#addthis {float:center; padding-left: 12px; padding-top: 5px;}
#rightbar-w {margin-right:12px;padding:0px;width:230px;float:right;}
#sidebar {padding:0}
#sidebar .module {padding:6px 0 6px 0; margin:0;}
#sidebar .module-title {font-size:16px;font-weight:100;margin:0;height:24px; line-height:24px; color: #fff; padding:0 0 0 22px; font-family:Tahoma, sans-serif;}
#leftbar-w .module-title {padding: 0 0 0 15px }
#rightbar-w  .module-title {padding: 0 0 0 15px}


/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content { clear:both;margin-top: 10px; background:#fff; position:relative; height:100%; padding: 10px}

#wrapper { margin:0 auto; width:1000px; padding:0;position: relative;}

#leftcolumn{margin-left:9px;padding:0px;width:205px;float:left;}
#rightcolumn{margin-right:9px;padding:0px;width:205px;float:right;}
#centercontent{width:500px;float:left;margin:5px;padding:0px;overflow:hidden; border:1px solid #e5e5e5; -moz-border-radius: 8px 8px 8px 8px; border-radius:8px;}
#centercontent_md{width: 725px;float:left;margin:0px 5px 0px 5px;padding:5px;}
#centercontent_bg{padding:0px;}

div.clearpad {float:left;padding:0 0px 15px 10px;}
div.clearpad ul {clear: both;}

/* Content styles */

.blog-featured {background:#fff; color: #555;}
.items-leading {position: relative; clear:both; padding: 3px 0px 3px 4px; margin-top:2px;}

.item-page { position:relative; }
.item-page .page-header h2 {
    font-size: 33px;
    margin: 0 0 4% 0;
    max-width: 452px;
    text-align: center;
    color: #282828;
    background: #e3d2a6;
}
.diya .item-page .page-header h2 {
    margin: 2% 0 2% 0;
    font-size: 46px;
    line-height: 1em;
}
.diya .pull-left.item-image {
    float: left;
    margin: 0 4%;
    max-width: 450px;
}
.diya .pull-left.item-image img {
    max-width: 100%
}

 .diya .leading:nth-child(even) .pull-left.item-image {
     float: right;
 }
.items-leading h2 a {
    text-decoration: none;
    font-size: 3vw;
    display: inline-block;
    width: fit-content;
    margin: 0 0 3% 0;
}
.leading {
    margin-top: 3%;
    overflow: hidden;
    padding-bottom: 5%;
    border-bottom: 5px solid #e3d2a6;
}
.items-row { position: relative; clear: both; text-align: center;}
.items-row .span3, .items-row .span4, .items-row .span6  { display: inline;}

.cols-1 {width:100%; clear:both;}
.cols-2 .column-1{width:45%;}
.cols-2 .column-2{width:45%;}
.cols-3 .column-1{width:33%;}
.cols-3 .column-2{width:33%;}
.cols-3 .column-3{width:33%;}
.cols-4 .column-1{width:24%;}
.cols-4 .column-2{width:24%;}
.cols-4 .column-3{width:24%;}
.cols-4 .column-4{width:24%;}
.column-1, .column-2, .column-3, .column-4 {
    position:relative;
    display: inline-block;
}
.contim {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.catitem img:hover, .item .pull-left.item-image img:hover {
    transform: scale(1.1);
    transition: all 1s
}
.item .pull-left.item-image {
    width: 95%;
    height: 100%;
    overflow: hidden;
    max-height: 310px;
    margin: 0 auto;
}
.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
  max-width: 100%
}

.readmore { margin:0; line-height:20px; }
.moduletablelinetw {
    margin-top: 5%;
}
.moduletablelinetw img {
    margin-bottom: 25px;
        max-width: 100%;
}

.moduletablelinetw a {
     font-family: 'AGCenturion';
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 3em;
}
.moduletablelinetw p:last-child a:before {
    content: '';
    display: block;
    height: 10px;
    width: 32px;
    background: #e3d2a6;
    margin: 0px auto 5px auto;
}
.moduletablelinetw td:hover p:last-child a:before {
    background: #000000;
}
.moduletablelinetw td:hover img {
    filter: grayscale(100);
}

ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.pagination { clear:both;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; background: #fff; color: #555; font-weight: bold; font-size: 90%;}
.pagination a, ul.pagenav li a {  font-weight: bold; text-decoration:underline}
.button, .validate { padding: 3px 15px; border: 1px solid #999999; background: #b9b8b8; color: #FFF; font-weight: bold;}
.button:hover,.validate:hover,.pagination a:hover,ul.pagenav li a:hover  {background:#757474;color:#fff;}
.inputbox, input, textarea, select { border:1px solid #c0c0c0; color:#13618d; padding: 5px 10px}

/* Footer */

#user-bottom {
    margin: 4% auto 2% auto;
    padding: 4% 0;
    background: #f0f0f0;
}
.user2 p {
    margin: 0
}

.user2 {
    width: 50%;
    float: right;
    margin-right: 2%;
}
.user2 .ba-form-footer {
    position: absolute;
    right: 0;
    bottom: 21px;
    width: 48%;
}
.user2 .ba-form .ba-row {
    position: relative;
}
.user2 .ba-form {
    padding: 10px
}

.user1 {
    max-width: 650px;
    line-height: 2em;
}
.user1, .user2 {   display: inline-block; }
.user1 p {
  margin-bottom: 2px;
}
.user1 .imlft {
    padding-right: 3vw;
}
.user1 td {
    vertical-align: middle;
}
.user1 td strong {
    font-size: 29px;
}
.inline {
    display: inline-block;
}
.inline.lasttr {
    float: right;
    font-size: 15px;
}
.inline.midttr  {
    width: 15vw;
    text-align: center;
}
.inline.midttr span {
    font-size: 15px;
    background: #2b262a;
    color: #fff;
    border-left: 5px solid #e3d2a6;
    padding: 0 6px;
    border-right: 5px solid #e3d2a6;
}
#user-bottom2 li {
    display: inline-block;
    margin-right: 3vw;
}
#user-bottom2 li a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
#user-bottom2 {
    padding-bottom: 2%;
}
#navtoogle {
   display: none;
      background: #e3d2a6;
    color: #fdfcfc;
    padding-right: 5%;
    text-align: right;
    margin-bottom: 2%;
}
@media only screen and (max-width:1600px) {
.container {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 4%;
}
#header .container, #user-bottom .container {
    padding: 0
}
#topimage .custom {
    left: 2vw;
    border-top: 0
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    bottom: 17%;
    left: 3%;
}
.id-104 .item-page table td {
    display: block;
    width: 96%!important;
    padding: 2%!important;
}
ul.breadcrumb {
    max-width: none;
    text-align: left;
}
.item-page td img, .catitem img {
    max-width: 100%;
}
 .moduletablelineone td em {
    margin: -10px 9px 0 0;
}
#user-bottom2 li {
    margin-right: 2vw;
}
#nav ul li a {
    padding: 0 10px 0 10px;
}
.top {
    margin: 4% 0;
}
}

@media only screen and (max-width:1400px) {
   .topr {
    margin-right: 1vw;
    width: 65%;
}
.logo {
    margin: 0px 2%;
    width: 24%;
}
.layout-featured #header {
    padding-bottom: 4%;
}
#nav ul li {
    display: inline-block;
    padding: 3px 1vw;
}
#nav ul li a {
    padding: 0 12px 0 12px;
}
#topimage .custom {
    left: 0;
    width: 33%;
}

.user1 {
    width: 45%;
}
.moduletablelineone td {
    margin-right: 3.5%;
    width: 45%;
}
.item-page .page-header h2 {
    max-width: none;
    padding: 2% 0;
}
.moduletablelinetw td {
    width: 23%;
    display: inline-block;
    margin: 0 0.5%;
}
#topimage h2 {
    font-size: 72px;
}
.inline.midttr {
    width: 14vw;
    text-align: center;
}
#user-bottom2 .inline {
    float: none;
    margin: 10px 2%;
    text-align: center;
    width: 94%;
}

}

@media only screen and (max-width:1200px) {
#topimage .custom {
    top: -7px;
    width: 400px;
    padding: 14px 0;
    font-size: 17px;
}
#user-bottom {
    overflow: hidden;
}
.user2 .ba-form-footer {
    position: static;
}
.topr {
    margin: 2%0;
    width: 99%;
    float: none;
}
.top {
    margin: 2% 0;
}
.item-page .page-header h2, .id-102 .item-page .page-header h2 {
    padding: 1% 0;
    font-size: 25px;
}
#botcontent .moduletable td {
    width: 98%!important;
    display: inline-block;
    padding: 1%;
}
.user1 td strong {
    font-size: 23px;
}
}

@media only screen and (max-width: 1000px) {
    #topimage h2 {
    font-size: 48px;
    line-height: 31px;
}
#topimage .custom {
    position: static;
}
#nav ul li {
    padding: 3px;
}
.moduletablelinetw a {
    font-size: 18px;
}
.logo {
    width: 34%;
}
}


@media only screen and (max-width: 768px) {

#topimage {
    min-height: 82vw;
}
img.sigFreeImg {
    max-width: none;
    background-size: 100%!important;
}
.top {

    align-items: flex-start;
    flex-direction: column;
}
.mod-languages {
    padding-top: 0;
}
#nav {
    display: none;
}
#navtoogle {
   display: block;
 }
.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: #2a2a2a;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* aeoeaiia ninoiyiea, o.a. iai? ioe?uoi */
.cmn-toggle-switch__htx.active {
  background-color: #666666;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
span.menutoog div {
      background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}
.logo {
    width: 40%;
    margin: 0px 2%;
}
.topr {
    margin: 3% 0;
    width: 53%;
}
.top td:last-child {
    display: none;
}
table, td, video {
    max-width: 98%;
    display: inline-block;
    margin: 0 auto;
    width: auto!important;
    height: auto!important;
}
.items-leading h2 a {
    font-size: 30px;
    margin: 6% 0;
}
.leading {
    margin: 8% 0;
}
.top {
    font-size: 14px;
}
img {
    max-width: 100%;
    height: auto!important
}

td, iframe {
    border: none;
    width: 100%!important;
}
.blog .item {
    width: 48%
}


ul.sigFreeClassic {
    text-align: center;
}
ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    width: 48%;
    height: 23vw;
    display: inline-block;
    background: #fff!important;
    margin: 0 1px 1px 0;
    padding: 0;
    list-style: none!important;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg {
   background-color: #fff;
    width: 100%!important;
    height: 100%!important;
}
#topimage a {
    text-decoration: none;
}
#topimage .flexslider.position-caption-bottom-left .flex-caption {
    position: static;
    width: 95%;
    padding: 2%;
    max-width: none;
}
#topimage .custom {
    position: static;
    width: 92%;
    text-align: left;
    padding: 0 4%;
}
#topimage h2 {
    font-size: 48px;
    line-height: 31px;
    margin: 5%;
}
#topimage h2:after {
    width: 111%;
    left: -4%;
}
#topimage .flex-caption em {
    background: transparent;
    padding: 0 4%;
    display: block;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}
#topimage .flexslider i {
    margin: 0 4%;
}
.top .custom {
    padding: 0  ;
     font-size: 15px;
}

.user1, .user2 {
    width: 90%;
    padding: 5%;
}
span.moda {
    position: absolute;
    display: block;
    right: 3%;
    top: 5%;
    font-size: 30px;
    cursor: pointer;
}
#nav.animated {
    height: 100%;
    opacity: 1;
    width: 90%;
    display: block;
    transition: all 1s;
    visibility: visible;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 55;
    padding: 5%;
    text-align: center;
}
#nav ul li {
    padding: 2%0;
    width: 100%;
    transform: translate(0, 150%);
}
.catitem {
    width: 47%;
}
.user1 .imlft img {
    max-width: 64px;
    margin-bottom: 5%;
}
#user-bottom2 li a {
    line-height: 30px;
}
}

@media only screen and (max-width: 450px) {
.blog .item {
    width: 95%;
    margin: 1% auto;
}
.logo {
    width: 50%;
    margin: 0px 1%;
}
.topr {
    margin: 2% 0;
    width: 42%;
}
.item-page td img {
    margin: 0!important;
}
#topimage .flexslider {
    margin: 12% 4%;
}
}