/* Reset
------------------------------------ */
HTML { font-size: 100.01% }
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, HR {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-family: inherit;
}
DFN, I, CITE, VAR, ADDRESS, EM { font-style: normal }
TH, B, STRONG, H1, H2, H3, H4, H5, H6 { font-weight: normal }
TEXTAREA, INPUT, SELECT {
    font-family: inherit;
    font-size: 1em;
}
SMALL { font-size: .85em }
OL, UL { list-style: none }
TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}
CAPTION, TH, TD { text-align: left }
:focus { outline: none }
.clear:before, .clear:after {
    content: "";
    display: table;
    clear: both;
}
.col { padding: 0 20px }
.row .row { margin: 0 -20px }
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after { clear: both }
@media only screen { 
  .col {
      float: left;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
}
/* General
------------------------------------ */
html,
body{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color:#585C5C;
    background:#F2F1EE url(images/bg.png) top center no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a{
    color: #464F94;
    text-decoration: none;
    cursor: pointer;
}
a:hover { text-decoration: underline }
strong { font-weight: 700 }
em { font-style: italic }
.clear { clear: both }
input { vertical-align: middle }
.container {
    margin: 0 auto;
    max-width: 1140px;
}
.col-20{
  width: 20%;
}
.col-25{
  width: 25%;
}
.col-30{
  width: 30%;
}
.col-33{
  width: 33.3333333333%;
}
.col-35{
  width: 35%;
}
.col-40{
  width: 40%;
}
.col-50{
  width: 50%;
}
.col-60{
  width: 60%;
}
.col-66{
  width: 66.6666666666%;
}
.col-70{
  width: 70%;
}
.col-80{
  width: 80%;
}
#container{
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

/* Header
------------------------------------ */

#header{
  background: #fff;
  width: 100%;
  height: 170px;
  border-top: 1px solid #B3B3B3;
}
.header-1{
  height: 128px;
}
.header-1 .col{
  position: relative;
}
#header .logo{
  display: inline-block;
  position: absolute;
  display: inline-block;
  background: url(images/sprite.png) no-repeat -224px 0;
  height: 80px;
  padding-left: 95px;
  top:22px;
  left: 20px;
  font-size: 32px;
  line-height: 80px;
  color: #447FC0;
  text-decoration: none;
  text-transform: uppercase;
}
#header .logo span{
  color: #582A80;
  font-weight: 700;
}
#header .search{
  display: inline-block;
  position: absolute;
  top:0;
  right: 0;
  background: #F8F7F6;
  padding: 10px;
}
#header .search label{
  font-size: 13px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 23px;
}
#header .search input[type="text"]{
  font-size: ;
  width: 134px;
  height: 23px;
  vertical-align: middle;
  border:1px solid #C1C1C1;
  float: left;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .search input[type="submit"]{
  width: 23px;
  height: 23px;
  outline: none;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border:0;
  float: left;
  background: url(images/sprite.png) no-repeat -40px -32px;
}
#header .top-links{
  display: inline-block;
  position: absolute;
  top:70px;
  right: 0;
}
#header .top-links li{
  float: left;
  position: relative;
  padding: 0 8px;
  line-height: 19px;
}
#header .top-links li:before{
  content: '';
  position: absolute;
  top:4px;
  left: 0;
  width: 1px;
  height: 14px;
  background: #585C5C;
}
#header .top-links li:first-child:before{
  display: none;
}
#header .top-links a{
  color: #585C5C;
  font-size: 12px;
  display: inline-block;
}
#header .top-links .facebook a{
  outline: none;
  text-indent: -9999px;
  width: 20px;
  height: 19px;
  background: url(images/sprite.png) no-repeat -20px -32px;
}
#header .top-links .twitter a{
  outline: none;
  text-indent: -9999px;
  width: 20px;
  height: 19px;
  background: url(images/sprite.png) no-repeat 0 -32px;
}
#header .top-links li.twitter:before,
#header .top-links li.facebook:before{
  display: none;
}
#header .top-links li.twitter,
#header .top-links li.facebook{
  padding: 0 3px;
}
.header-2{
  height: 41px;
  width: 100%;
  position: relative;
  z-index: 2000;
  border-top: 1px solid #EAE6E2;
  border-bottom: 1px solid #EAE6E2;
}
.menu-wrapper{
  position: relative;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .title{
  color: #fff;
  font-size: 30px;
  font-family: 'Cutive', serif;
  margin-top: 25px;
}

/* Flexnav Base Styles */
.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}
.flexnav.opacity { opacity: 0 }
.flexnav.flexnav-show {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: 0.96em;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: #582A80;
  border-bottom: 0px;
}
.flexnav li .sub-menu { display:none }
.flexnav li ul { width: 100%; }
.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li ul.flexnav-show li { overflow: visible }
.flexnav li ul li a {
    display: block;
    background: #582A80;
    padding-left: 40px;
}
.flexnav ul li ul li a { background: #bfbfbc }
.flexnav ul li ul li ul li a { background: #cbcbc9 }
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.flexnav .touch-button:hover { cursor: pointer }
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #fff;
}
.flexnav .touch-button.active .navicon{
  display: none;
}
.flexnav .touch-button.active:before{
  content: '✕';
  position: relative;
  top: 1em;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
.menu-button{
background: none;
border: none;
width: 60px;
height: 60px;
text-indent: -900em;
overflow: hidden;
position: absolute;
cursor: pointer;
outline: none;
top: 38px;
right: 20px;
}
.menu-button:after {
content: '';
position: absolute;
width: 68%;
height: 5px;
background: #582A80;
top: 10px;
left: 16%;
box-shadow: 0 10px 0 #582A80, 0 20px 0 #582A80;
}
.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}
.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.menu-button .touch-button .navicon {
  font-size: 12px;
  position: relative;
  top: 0.75em;
  color: #A9BAC3;
}
@media all and (min-width: 940px) {
.menu-wrapper{
  position: static;
}
  .touch-button { display: none !important }
  .flexnav {
      overflow: visible;
      left: 0;
      display: block;
      width: auto;
      top:0;
      position: relative;
  }
  .flexnav.opacity { opacity: 1 }
  .flexnav > li{
    position: static;
      float: left;
      display: inline-block;
      background: none;
      overflow: visible;
      width: auto;
      height: 41px;
      text-transform: none;
      border-right: 1px solid #EAE6E2;
  }
  .flexnav > li:first-child{
    border-left: 1px solid #EAE6E2;
  }
  .flexnav > li > a {
      text-transform: uppercase;
      border-left: none;
      border-bottom: none;
      background: none;
      color: #666565;
      text-decoration: none;
      padding: 0 14px;
      height: auto;
      font-size: 16px;
      line-height: 41px;
      position: relative;
      display: inline-block;
      font-weight: 700;
      height: 41px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .flexnav > li.home-link > a{
    text-indent: -9999px;
    width: 50px;
    padding: 0;
    position: relative;
    background: none !important;
  }
  .flexnav > li.home-link > a:before{
    content: '';
    background: url(images/sprite.png) no-repeat -19px -51px;
    position: absolute;
    top:50%;
    left: 50%;
    width: 19px;
    height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
  .flexnav > li.home-link:hover > a:before{
    background-position: 0 -51px;
  }
.flexnav > li:hover > a,
.flexnav > li.current-menu-item > a,
.flexnav > li.current-menu-ancestor > a{ 
    color: #fff;
    background: #593184;
   }
 .flexnav li > ul {
      position: absolute;
      top: 41px;
      left: 0;
      background: transparent;
      width: 100%;
      background: #593184;
      z-index: 3000;
      padding: 15px 0;
}
.flexnav > li:hover > ul{
  z-index: 3001;
}
 .flexnav li.current-menu-ancestor > ul{
  display: block !important;
 }
.flexnav li.current-menu-item.menu-item-has-children > ul{
  display: block !important;
 }
  .flexnav li > ul:before{
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      height: 74px;
      width: 100%;
      background: #593184;
  }
  .flexnav li > ul:after{
      content: '';
      position: absolute;
      top: 0;
      right: -100%;
      height: 74px;
      width: 100%;
      background: #593184;
  }
  .flexnav li > ul li {
      width: auto;
      float: left;
      border-top: 0;
      text-transform: none;
      margin-left: 15px;
      background: transparent;
  }
  .flexnav li > ul li.listings a{
    padding-left: 38px;
  }
  .flexnav li > ul li.listings a:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    background: url(images/sprite.png) no-repeat -95px -32px;
    width: 19px;
    height: 21px;
  }
  .flexnav li > ul li:first-child { border-top: none }
  .flexnav li > ul li:hover a,
 .flexnav li > ul li.current-menu-item a{
    background: #3E1E66 !important;
    border-radius: 8px;
    color: #C698F7 !important;
  }
  .flexnav li > ul li.head a,
  .flexnav li > ul li.head:hover a{
    background: transparent !important;
    color: #fff !important;
    cursor: text;
  }
  .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0;
  }
  .flexnav li ul li a {
    text-decoration: none;
    font-size: 18px;
      border-bottom: none;
      background: none !important;
      color: #fff !important;
      letter-spacing: 0;
      padding: 10px;
  }
  .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1;
  }
  .flexnav li ul.open li {
      overflow: visible;
      max-height: 100px;
  }
  .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
  }
  .menu-button { display: none }
  .menu-col{
    width: 190px;
    float: left;
    margin-left: 10px;
  }
  .menu-col:first-child{
    margin: 0;
  }
}
.page-top{
  padding: 50px 0;
  background: #E2E1DD;
  margin-bottom: 35px;
}
.page-top.menu-shown{
  padding-top: 91px;
}
.page-top .line-1{
  color: #5A3285;
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  line-height: 100%;
}
.page-top .title{
  color: #5A3285;
  font-size: 36px;
  display: block;
  font-weight: 700;
    line-height: 100%;
}
.page-top .subhead{
  font-size: 18px;
  display: block;
  margin-top: 15px;
  line-height: 140%;
}

/* Home
------------------------------------ */

#home-slider{
    position: relative;
}
#home-slider img{
  display: block;
  width: 100%;
  height: auto;
}
#home-slider a{
  display: block;
  width: 100%;
}
#home-slider .wall-1{
  content: '';
  position:absolute;
  width: 200px;
  height: 100%;
  background:rgba(255, 255, 255, 0.8);
  z-index: 1000;
  top:0;
  left: 0;
}
#home-slider .wall-2{
  content: '';
  position:absolute;
  width: 200px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  top:0;
  right:0;
}
#home-slider .owl-controls{
  height: 21px;
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
#home-slider .owl-prev, #home-slider .owl-next{
  position: absolute;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  outline: none;
  top:0;
  transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
#home-slider .owl-prev{
  left: 0;
}
#home-slider .owl-next{
  right: 0;
}
#home-slider .owl-prev:hover{
  left: -5px;
}
#home-slider .owl-next:hover{
  right: -5px;
}
#home-slider .owl-prev:before, #home-slider .owl-next:before{
  content: '';
  top:0;
  left: 0;
  position: absolute;
  width: 34px;
  height: 34px;

}
#home-slider .owl-next:before{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#row-1{
  position: relative;
  padding:  40px 0 50px 0;
}
.welcome-box h2{
  font-size: 36px;
  color: #5A3285;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 100%;
}
.welcome-box h2 span{
  font-weight: 400;
  font-size: 24px;
  display: block;
}
.welcome-box p{
  line-height: 140%;
  font-size: 18px;
}
.alert-col{
  display: none;
}
#row-1 .close{
  display: block;
  position: absolute;
  top:10px;
  right: 10px;
  background: ;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #CDE3F7;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#row-1 .alert-box{
  background: #B3C7DA;
  margin-top: 40px;
  position: relative;
  padding: 15px 70px 15px 15px;
  border: 7px solid #D0D8DE;
  background-clip: padding-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#row-1 .alert-box p{
  line-height: 140%;
  color: #44596F;
  font-size: 18px;
}
#row-1 .alert-box a{
  color: #5A3285;
  font-weight: 700;
}
#row-1 .alert-box img{
  float: left;
  margin-right: 20px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#row-2{
  padding: 40px 0 60px 0;
  position: relative;
  background: #FAFAFA;
}
#row-2 h3,
#row-3 h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 100%;
  position: relative;
  display: inline-block;
}
#row-2 h3 span,
#row-3 h3 span{
  font-size: 18px;
  display: block;
  font-weight: 300;
}
#row-2 .read-all{
  font-weight: 300;
  color:#5A5B5A;
  font-size: 18px;
}
#row-2 .item{
  margin-bottom: 20px;
}
#row-2 .item .inner{
  background: #fff;
  border-bottom: 9px solid #70A1D8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
}
#row-2 .item.news-item .inner{
  border-bottom: 9px solid #88A74C;
}
#row-2 .item .image{
  position: relative;
  min-height: 180px;
  display: block;
}
#row-2 .item .image .date{
  display: inline-block;
  position: absolute;
  left: 0;
  top:25px;
  color:#fff;
  background: #457FC0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
}
#row-2 .item .image .link-to-list{
  display: inline-block;
  position: absolute;
  left: 0;
  top:55px;
  color:#fff;
  background: #70A1D8;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#row-2 .item.news-item .image .link-to-list{
  background: #9BB456;
}
#row-2 .item img{
  display: block;
  width: 100%;
  height: 180px;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
}
#row-2 .item .text{
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-2 .item .text .title{
  font-weight: 700;
  color: #585C5C;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
#row-2 .item .text p{
  line-height: 140%;
  margin-bottom: 10px;
}
#row-2 .item .more{
  font-weight: 700;
  color:#593184;
  display: inline-block;
}
#row-3{
  padding: 50px 0 80px 0;
}
#row-3 h3 a{
  color:#585C5C;
  text-decoration: none;
}
#row-3 h3.facebook i{
  display: inline-block;
  outline: none;
  text-indent: -9999px;
  position: relative;
  width: 11px;
  height: 22px;
  background: url(images/sprite.png) no-repeat -84px -32px;
  margin-left: 10px;
}
#row-3 h3.twitter i{
  display: inline-block;
  outline: none;
  text-indent: -9999px;
  position: relative;
  width: 21px;
  height: 19px;
  background: url(images/sprite.png) no-repeat -63px -32px;
  margin-left: 10px;
}
#row-3 .fetched_tweets {
background: #E8E7E4;
padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-3 ul.light li.tweets_avatar {
background: transparent;
color: #585C5C !important;
font-family: 'Roboto Slab', serif;
box-shadow: none;
padding: 20px 0 0 0 !important;
border-radius: 0;
border-top: 1px solid #CDD2D5;
padding-top: 20px;
}
#row-3 ul.light li.tweets_avatar:first-child{
  border-top: 0;
  padding-top: 0 !important;
}
#row-3 .fetched_tweets.light .tweets_avatar .tweet_data a {
color: #464F94 !important;
}
#row-4{
  height: 340px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-4 .line-1{
  display: block;
  color: #CBE5FD;
  line-height: 100%;
  font-size: 48px;
  margin-bottom: 10px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
}
#row-4 .line-2{
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  font-weight: 300;
}
#row-4 .line-3{
  display: block;
  color: #CBE5FD;
  line-height: 100%;
  font-size: 24px;
  margin-bottom: 25px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
}
#row-4 .link{
  display: inline-block;
  background: #5A3283;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* Main
------------------------------------ */

#main{
  position: relative;
}

/* Page
------------------------------------ */
#page {
    padding-top: 40px;
    padding-bottom: 30px;
}
#page .content{
  float: right;
}
.content h1{

}
.content h2{
  color: #4B4B4A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content h3{
    font-size: 20px;
    color: #394047;
    margin-bottom: 15px;
    font-weight: 700;
}
.content h4{
    font-size: 18px;
    color: #394047;
    margin-bottom: 15px;
    font-weight: 700;
}
.content p {
    margin: 0 0 15px 0;
    line-height: 140%;
}
.content ul {
    margin: 0 0 15px 20px;
    line-height: 135%;
    list-style: disc;
}
.content ul li { margin: 0 0 5px 0 }
.content ol {
    margin: 0 0 15px 20px;
    list-style: decimal;
    line-height: 135%;
}
.content ol li { margin: 0 0 5px 0 }
.content blockquote {
    margin: 0 0 15px 10px;
    border-left: 2px solid #5A3285;
    padding: 0 0 0 10px;
    font-style: italic;
}
.content table{
  width: 100%;
  margin-bottom: 20px;
}
.content td,
.content th{
  border: 1px solid #5A3285;
  padding: 10px;
}
.content th{
  font-weight: 700;
}
.content hr{
  display: block;
  width: 100%;
  height: 1px;
  background: #5A3285;
  margin-bottom: 20px;
  clear: both;
}
.content a[href$=".pdf"],
.content a[href$=".doc"],
.content a[href$=".xls"]{
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.content a[href$=".pdf"]:before,
.content a[href$=".doc"]:before,
.content a[href$=".xls"]:before{
  content: '';
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width: 16px;
  height: 16px;
}
.content a[href$=".pdf"]:before{
  background: url(images/pdf-16.png) no-repeat;
}
.content a[href$=".doc"]:before{
  background: url(images/word-16.png) no-repeat;
}
.content a[href$=".xls"]:before{
  background: url(images/excel-16.png) no-repeat;
}
.content .image img {
    display: block;
    margin-bottom: 30px;
    width: auto !important;
    height: auto !important;
}
.content img {
  margin-bottom: 10px;
  width: auto !important;
  max-width: 100%;
  height: 436px !important;
}

.alignleft {
    float: left;
    margin: 10px 30px 0 0;
}
.alignright {
    float: right;
    margin: 10px 0 0 30px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content img + br { display: none }
.wp-caption {
  width: auto !important;
  display: table;
}
.wp-caption-text {
    font-size: 11px;
    text-align: center;
    position: relative;
    margin-top: 2px !important;
    display: table-caption;
    caption-side: bottom;
    margin-bottom: 0!important;
    color:#5A3285;
}
.wp-caption p:first-of-type{

}
.wp-caption img{
  margin-bottom: 0;
}
.wp-caption-text span {
    display: inline-block;
    background: #fff;
    padding: 0 22px 0 22px;
    position: relative;
    z-index: 1;
}

/* News
------------------------------------ */

.post {
  width: 100%;
  margin-bottom: 30px;
}
.post .post-inner{
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
}
.post .content{
  padding: 25px 305px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post #four-o-four-page{
  padding: 25px 25px 25px 25px;

}
.post #full-width{
  padding: 25px 25px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post .meta{
  background: #f7f6f6;
  position: absolute;
  top:0;
  right: 0;
  width: 265px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post.event-post .meta{
  background: #E8F0F9;
}
.post .meta .inner{
  padding: 35px 25px 25px 25px;
  position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.sub-nav > li{
  border-top: 1px solid #593184;
}
.sub-nav > li:first-child{
  border-top: 0;
}
.sub-nav a{
  display: block;
  padding: 12px 0;
  text-decoration: none;
}
.sub-nav > li.page_item_has_children  a{
  padding-bottom: 4px;
}
.sub-nav .children{
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 13px;
}
.sub-nav .children li{
  border-top:0;
}
.sub-nav .children li a{
    padding: 4px 0;
}
.sub-nav > li.current_page_ancestor > a,
.sub-nav > li.current_page_item > a,
.sub-nav .children li.current_page_item a{
  font-weight: 700;
}
.post .meta h3{
  color:#C4C8CC;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post .meta-item{
  border-bottom: 1px solid #C2C6BB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post .meta .sp-1{
  display: block;
  margin-bottom: 10px;
  color: #2E3032;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.post .meta .sp-2{
  display: block;
  color: #818083;
  font-size: 12px;
}
.post .meta .sp-2 a{
  color: #818083;
}
.post .follow{
  margin-top: 30px;
}
.post .follow .sp-3{
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.post .follow .social-links a{
  display: block;
  width: 32px;
  height: 32px;
  outline: none;
  text-indent: -999999px;
  background: url(images/social-icons.png) no-repeat;
  background: url(images/sprite.png) no-repeat;
  float: left;
  margin-right: 3px;
}
.post .follow .social-links .twitter{
  background-position:: 0 0;
}
.post .follow .social-links .facebook{
  background-position: -35px 0;
}
.post .follow .social-links .googleplus{
  background-position: -71px 0;
}
.post .follow .social-links .pinterest{
  background-position: -106px 0;
}
.post .follow .social-links .linkedin{
  background-position: -142px 0;
}
.post .follow .social-links .youtube{
  background-position: -176px 0;
}
#row-2.list{
  background: transparent;
  padding-top: 0;
}
#row-2.list.news .item{
  margin-bottom: 40px;
}
.navigation {
    margin-top: 10px;
    display: inline-block;
    float: right;
}
.page-numbers {
    padding: 0 8px;
    height: 22px;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    color: #787E85;
    float: left;
    margin-left: 15px;
    border: 1px solid #787E85;
}
.page-numbers.current {
  border: 1px solid #FE7466;
  color: #FE7466;
}
.page-numbers:hover {
}
.page-numbers.next,
.page-numbers.prev{
  border:1px solid #fff;
  padding:0;
}

/* Filter
------------------------------------ */

.filters{
  margin-bottom: 25px;
  z-index: 4000;
  position: relative;
}
.category-select,
.location-select,
.date-select{
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1000;
  margin-right: 15px;
}
.category-select .trigger,
.location-select .trigger,
.date-select .trigger{
  display: inline-block;
  padding: 10px 50px 10px 20px;
  position: relative;
  background: #BCD3E9;
  color: #4E6981;
  font-size: 18px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
margin-bottom: 15px;
}
.category-select .trigger.active,
.location-select .trigger.active,
.date-select .trigger.active{
  background: #593184;
  color: #fff;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}
.events-filters .category-select .trigger,
.events-filters .location-select .trigger{
  background: #70A1D8;
  color: #fff;
}
.events-filters .category-select .trigger.active,
.events-filters .location-select .trigger.active{
  background: #70A1D8;
}
.category-select .trigger:after,
.location-select .trigger:after,
.date-select .trigger:after{
  content: '>';
  position: absolute;
  top:12px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.category-select .trigger.active:after,
.location-select .trigger.active:after,
.date-select .trigger.active:after{
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.category-select .category-filter,
.location-select .location-filter,
.date-select .date-filter{
  display: none;
  width: 280px;
  position: absolute;
  left: 0;
  top:44px;
  background: #593184;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select .category-filter > li .count,
.location-select .location-filter > li .count{
  display: block;
}
.category-select .category-filter.active,
.location-select .location-filter.active,
.date-select .date-filter.active{
  display: block;
}
.events-filters .category-select .category-filter,
.events-filters .location-select .location-filter{
  background: #70A1D8;
}
.category-select .category-filter li,
.location-select .location-filter li,
.date-select .date-filter li{
  margin-top: 10px;
  min-height: 30px;
  padding-right: 50px;
  display: block;
  position: relative;
}
.category-select .category-filter .children,
.location-select .location-filter .children,
.date-select .date-filter .children{
  position: relative;
  left: 20px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.category-select .category-filter .children li,
.location-select .location-filter .children li,
.date-select .date-filter .children li{
  padding-right: 0;
  margin-top: 5px;
  min-height: 0;
}
.category-select .category-filter .children .count,
.location-select .location-filter .children .count,
.date-select .date-filter .children .count{
  display: none;
}
.category-select.blog-select .category-filter li{
  padding-right: 0;
}
.category-select.blog-select .category-filter{
  padding-bottom: 30px;
}
.category-select.blog-select .category-filter .children{
  left: 0;
  margin-left: 20px;
}
.category-select.blog-select .category-filter .children li{
  margin-right: 0;
  padding-right: 50px;
}
.category-select.blog-select .category-filter .children .count{
  display: block;
}
.category-select .category-filter li:first-child,
.location-select .location-filter li:first-child,
.date-select .date-filter li:first-child{
  margin-top: 0;
}
.category-select .category-filter a,
.location-select .location-filter a,
.date-select .date-filter a{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.category-select .category-filter > li:hover > a,
.location-select .location-filter > li:hover > a,
.date-select .date-filter > li:hover > a{
  color: #B880F4;
}
.category-select .category-filter .children li:hover a,
.location-select .location-filter .children li:hover a{
  color: #B880F4;
}
.category-select .category-filter .children li,
.location-select .location-filter .children li{
  margin-top: 15px;
}
.category-select .category-filter .children li:first-child,
.location-select .location-filter .children li:first-child{
  margin-top: 0
}
.category-select .category-filter li .children a,
.location-select .location-filter li .children a,
.date-select .date-filter li .children a{
  font-size: 16px;
}
.category-select .category-filter li:hover .children a,
.location-select .location-filter li:hover .children a,
.date-select .date-filter li:hover .children a{
  color: #fff !important;
}
.category-select .category-filter li:hover .children a:hover,
.location-select .location-filter li:hover .children a:hover,
.date-select .date-filter li:hover .children a:hover{
  text-decoration: underline;
}
.events-filters .category-select .category-filter li:hover a,
.events-filters .location-select .location-filter li:hover a{
  color: #47589E;
}
.category-select .category-filter .count,
.location-select .location-filter .count,
.date-select .date-filter .count{
  display: block;
  width: 30px;
  height: 30px;
  background: #381B60;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top:0;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.events-filters .category-select .category-filter .count,
.events-filters .location-select .location-filter .count{
  background: #4D80C5;
}
.filters .current-category{
  text-decoration: none;
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 15px;
  padding: 10px 20px;
  position: relative;
  background: #BCD3E9;
  color: #4E6981;
  font-size: 18px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 15px;
}
.filters .title{
  text-decoration: none;
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 15px;
  padding: 10px 20px;
  position: relative;
  background: #593184;
  color: #fff;
  font-size: 18px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 15px;
}
.view{
  display: inline-block;
  float: right;
}
.view a{
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  outline: none;
  text-indent: -9999px;
  margin-left: 5px;
  background:#9D8FA8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.view a.active{
background: #311357;
}
.view a:before{
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  width: 16px;
  height: 16px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.view a.map-view-trigger:before{
  background: url(images/sprite.png) no-repeat -208px 0;
}
.view a.list-view-trigger:before{
  background: url(images/sprite.png) no-repeat -208px -16px;
}
.view a.calendar-view-trigger:before{
  background: url(images/calendar-icon.png) no-repeat;
}
#map {
    height:800px;
    width:100%;
    border:1px solid #EAE6E2;
}
#map .gm-style{
  border:10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gmnoprint img {
    max-width: none; 
}
.gm-style-iw div{
  max-width: 200px !important;
}

/* Stay
------------------------------------ */

#row-2 .item{
  margin-bottom: 20px;
}
#row-2.stay .item .inner{
  display: block;
  background: #472E5D;
  border-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
  box-shadow: 0px 5px 5px rgba(192, 193, 186, 0.75);
}
#row-2.stay .item:hover .inner{
  background: #497FBA;
}
#row-2 .item .image{
  position: relative;
  min-height: 160px;
}
#row-2 .item img{
  display: block;
  width: 100%;
  height: 180px;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
}
#row-2.stay .item .text{
  padding: 10px 15px;
}
#row-2.stay .item .text .title{
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 120%;
  display: block;
}
#row-2.stay .item .more{
  font-weight: 300;
  color:#fff;
  display: inline-block;
  margin-bottom: 5px
}
#row-2.stay .item .category{
  display: block;
  color: #CF96F6;
  font-size: 14px;
  font-weight: 300;
}
#row-2.stay .item:hover .category{
  color: #9CDCFD;
}
.gallery-map-tabs .tab{
  display: block;
  float: left;
  width: 50%;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
  color: #4D5863;
  background: #BCD3E9;
  font-size: 18px;
  cursor: pointer;
}
.gallery-map-tabs .tab.active{
  color: #fff;
  background: #593184;
}
.gallery-map-tabs .tab.active:before{
  content:'';
  z-index: 1000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #593184 transparent transparent transparent;
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
    #map-point {
        height:369px;
        width:100%;
        margin-bottom: 20px;
        display: none;
    }
    #map-point.show{
        display: block;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }
.property-slider{
  width:100%;
  margin-bottom: 20px;
  display: none;
}
.property-slider.show{
  display: block;
}
.property-slider img{
  display: block;
}
.property-slider .owl-controls{
  width: 100%;
  height: 35px;
  position: absolute;
  top:50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.property-slider .owl-prev,
.property-slider .owl-next{
  position: absolute;
  left: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(89, 49, 132, 0.8);
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}
.property-slider .owl-next{
  left: auto;
  right: 15px;
}
.single-stay .book-link{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #593184;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.single-stay .title{
  display: inline-block;
  font-weight: 700;
  color: #4B4B4A;
  font-size: 18px;
  margin-bottom: 5px;
}
.address,
.phones{
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 140%;
}
.address span,
.phones span{
  display: block;
}
.email-link,
.web-link{
  display: block;
  font-weight: 300;
  line-height: 140%;
  color: #5C5C5A;
  margin-bottom: 3px;
}

/* Calendar
------------------------------------ */
.fc-header{
  position: absolute;
  left: 0;
}
.fc-toolbar{
  display: none !important;
}
#wpfc-calendar-wrapper .ui-widget-header {
    background: #ADB062;
    border: 1px solid #ADB062;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#wpfc-calendar-wrapper .ui-widget-content, #wpfc-calendar-wrapper .ui-widget-content.fc-last {
    padding: 10px !important;
    color: #838463;
    background: #F6F7DF;
    border: 1px solid #BBBC9E !important;
}
#wpfc-calendar-wrapper .fc-today { background: #FDEF94 }
#wpfc-calendar-wrapper h2 { font-size: 20px !important }
#wpfc-calendar .fc-button-month { display: none }
#wpfc-calendar .fc-header-left, #wpfc-calendar  .fc-header-right { width: 30% }
.fc-content { padding-top: 5px }
#full-calendar {
    position: relative;
    margin-top: 15px;
}
#calendar-date-selectors {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 3000;
}
#select-month-styler {
    float: left;
    width: 85px;
    margin-right: 5px;
}
#select-year-styler {
    float: left;
    width: 90px;
    margin-right: 5px;
}
#select-year-styler .jq-selectbox__select, #select-month-styler .jq-selectbox__select {
    background: #5A3285;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}
#select-year-styler .jq-selectbox__trigger-arrow, #select-month-styler .jq-selectbox__trigger-arrow { border-top: 5px solid #fff }
#change-date {
    display: block;
    float: left;
    background-color: #5A3285;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}
.fc-header{
  display: none !important;
}
.fc-header-left .fc-button-inner { display: none;
  width: 0; }
#full-calendar h2{
  display: block;
  text-align: center;
}
#wpfc-calendar .fc-button-today {
    display: none;
    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#D7DA8C), to(#C0C375));
    background: -webkit-linear-gradient(top, #D7DA8C, #C0C375);
    background: -moz-linear-gradient(top, #D7DA8C, #C0C375);
    background: -o-linear-gradient(top, #D7DA8C, #C0C375);
    background: -ms-linear-gradient(top, #D7DA8C, #C0C375);
    background: linear-gradient(top, #D7DA8C, #C0C375);
    background-color: #D7DA8C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #818436;
    padding: 0 15px 0 15px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px !important;
}
#wpfc-calendar .fc-button-today:before {
    content: 'This Month';
    font-size: 13px;
    display: none;
}
#wpfc-calendar-wrapper{

}
#wpfc-calendar-wrapper .fc-content{
  padding-top: 15px;
}
#calendar-nav-selectors{
  display: inline-block;
  position: absolute;
  top:0;
  left: 0;
  z-index: 3000;
}
#calendar-nav-selectors .prev{
    display: inline-block;
    float: left;
    background-color: #5A3285;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px 0 15px;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
    text-decoration: none;
    font-size: 13px;
}
#calendar-nav-selectors .next{
    display: inline-block;
    float: left;
    background-color:#5A3285;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px 0 15px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px !important;
    text-decoration: none;
    font-size: 13px;
}
.fc-button-prev, .fc-button-prev:before, .fc-button-next, .fc-button-next:before{
  display: none !important;
}
#wpfc-calendar-wrapper  .full-booked .fc-event-inner, #wpfc-calendar-wrapper .full-booked .fc-event-skin {
    background: #732916 !important;
    border: 0 !important;
}
.fc-event-inner, .fc-event-skin {
    background: #CBCD8C !important;
    border: 0 !important;
    text-align: center;
}
.fc-event-inner:hover, .fc-event-skin:hover {
    background: #7A801E !important;
    color: #fff !important;
}
#wpfc-calendar-wrapper .fc-event-title {
    color: #506B02 !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wpfc-calendar-wrapper .fc-event-inner:hover .fc-event-title { color: #fff !important }
#wpfc-calendar-wrapper .fc-event-title strong { display: block }
#wpfc-calendar-wrapper .fc-event-title .spaces {
    display: block;
    line-height: 100%;
}
#wpfc-calendar-wrapper .fc-event-title .booked {
    display: block;
    line-height: 140%;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.fc-grid .fc-event-time { display: none }

.fc-day-header{
  padding: 15px !important;
  text-transform: uppercase;
}
.fc-day-grid-event{
  background: #8B6FA9 !important;
  border: 0 !important;
}
.wpfc-calendar td,
.wpfc-calendar th{
  background: #fff;
}


#wpfc-calendar-wrapper .fc-content{
  padding: 10px;
    }


/* Footer
------------------------------------ */

#footer{
  background: #fff;
  border-top: 1px solid #E8E8E8;
  font-size: 12px;
  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-1 .col{
  border-left: 1px solid #E8E8E8;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer-1 .col:first-child{
  border-left: 0;
}
.footer-1 ul{
  padding-left: 20px;
}
.footer-1 li{
  font-size: 16px;
  margin-top: 5px;
}
.footer-1 li:first-child{
  margin-top: 0;
}
.footer-1 .col:first-child ul{
  padding-left: 40px;
}
.footer-2{
  border-top: 1px solid #E8E8E8;
  background: #FBFBFA;
  padding: 30px 0;
  text-align: center;
}
.footer-2 img{
  vertical-align: middle;
}
.footer-3{
  border-top: 1px solid #E8E8E8;
  background: #fff;
  padding: 15px 0;
}
.footer-3 .copyright{
  display: inline-block;
  float: left;
}
#footer a{
  color: #585C5C;
}
.footer-3 ul{
  display: inline-block;
  float: right;
}
.footer-3 li{
  float: left;
  position: relative;
  padding: 0 12px 0 13px;
}
.footer-3 li:before{
  content: '';
  width: 1px;
  height: 12px;
  background: #585C5C;
  position: absolute;
  top:3px;
  left: 0;
}
.footer-3 li:first-child{
  padding-left: 0;
}
.footer-3 li:first-child:before{
  display: none;
}

@media (max-width: 1100px) {

  .slider-wall{
    display: none;
  }

}
@media (max-width: 1000px) {
.flexnav > li > a {
    padding: 0 9px;
}
}
@media (max-width: 939px) {
.flexnav > li > a {
    padding: 0.96em;
    text-decoration: none;
    border-top: 1px solid #462267;
}
  #header .search{
    display: none;
  }
  #header .top-links{
    display: none;
  }
  .header-2 .col{
    padding: 0;
  }
  .header-2 {
    height: auto;
    border-top: 0;
  }
  #header{
    height: 129px;
  }
}

@media (max-width: 800px) {

#row-2 .half{
  width: 100%;
}
#row-2 .half:first-child{
  margin-bottom: 20px;
}
#row-3 .col-70{
  width: 100%;
  margin-bottom: 20px;
}
#row-3 .col-30{
  width: 100%;
}
  .footer-1{
    display: none;
  }
.footer-1 .col-25{
  width: 50%;
}
.footer-1 .col ul{
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.footer-1 .col:first-child ul{
  padding-left: 0;
}
#row-2.list .col-25{
  width: 50%;
}
  #map{
    height: 600px;
  }

}

@media (max-width: 767px) {
  #full-calendar{
    padding-top: 40px;
  }
}

@media (max-width: 640px) {

  .footer-3 .copyright{
    display: block;
    margin-bottom: 10px;
    float: none;
  }
  .footer-3 ul{
    display: block;
    float: none;
  }
  #row-4 .line-3{
    display: none;
  }
  .post .content{
    padding: 25px;
    width: 100% !important;
  }
  .post .meta{
    position: relative;
    width: 100%;
  }
.post .meta .inner{
  padding: 20px 25px 20px 25px;
}

}

@media (max-width: 639px) {

#header .logo {
font-size: 22px;
}

}

@media (max-width: 567px) {

  #row-2 .half .col{
    width: 100%;
  }
  #row-2 .half .row .col:first-child{
    margin-bottom: 30px;
  }
  .footer-1{
    display: none;
  }
  .footer-1 .col-25{
    width: 100%;
    height: auto !important;
  }
  .footer-1 .col{
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-1 .col-25:first-child{
    padding-top: 30px;
  }
  .footer-1 .col-25:last-child{
    padding-bottom: 30px;
  }
  #row-4 .line-2{
    display: none;
  }
  #row-4 .line-1{
    margin-bottom: 25px;
  }
  #row-2.list .col-25{
    width: 100%;
  }
  #map{
    height: 400px;
  }

  #full-calendar{
    padding-top: 0;
  }
  #calendar-nav-selectors{
    position: relative;
    display: block;
    clear: both;
    width: 100%;
  }

  #calendar-date-selectors{
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    padding: 20px 0 20px 0;
  }
    #calendar-date-selectors:before,
    #calendar-date-selectors:after{
      content: '';
      display: table;
      clear: both;
    }

}

@media (max-width: 610px) {

#header .logo {
  text-indent: -9999px;
}

}

@media (max-width: 360px) {

  .footer-3 .copyright{
    margin-bottom: 0;
  }
  .footer-3 ul{
    display: none;
  }

}





.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background:         linear-gradient(#FFF, #E6E6E6);
  font: 14px/32px Arial, sans-serif;
  color: #fff;
}
.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
  background: #F5F5F5;
}
.jq-selectbox.focused .jq-selectbox__select {
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}


.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi .current, .wp-pagenavi .page{
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    padding: 3px 8px;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #457FC0;
}
.wp-pagenavi .page{
    background: #457FC0;
}
.wp-pagenavi .current{
    color: #333;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
    padding: 3px 8px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin: 0 5px;
}