/* 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 }
*{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;
}
.clear:before, .clear:after {
    content: "";
    display: table;
    clear: both;
}
.col { padding: 0 10px }
.row .row { margin: 0 10px }
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after { clear: both }
@media only screen { 
  .col {
      float: left;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
}

/* General
------------------------------------ */

html,
body{
    font-family: 'Quando', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #616161;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
  background: #F4F4F4;
}
#homepage{
  background: #fff;
}
a{
    color: #CC1717;
    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: 1096px;
    position: relative;
}
.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-75{
  width: 75%;
}
.col-80{
  width: 80%;
}
.hide-tablet{
  display: none !important;
}
#container{
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

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

#header{
  width: 100%;
  z-index: 1000;
  border-bottom: 5px solid #E8E8E8;
  position: relative;
  z-index: 1000;
}
.header-1{
  width: 100%;
  height: 32px;
  background: #000;
}
.header-2{
  width: 100%;
  height: 85px;
  background: -webkit-gradient(linear, left top, right top, from(#F6F6F6), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #F6F6F6, #FFFFFF);
  background: -moz-linear-gradient(top, #F6F6F6, #FFFFFF);
  background: -o-linear-gradient(top, #F6F6F6, #FFFFFF);
  background: -ms-linear-gradient(top, #F6F6F6, #FFFFFF);
  background: linear-gradient(top, #F6F6F6, #FFFFFF);
  background-color: #F6F6F6;

}
#header .logo{
  position: absolute;
  display: block;
  left: 0;
  top: -15px;
}
#header .top-links{
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 32px;
}
#header .top-links a{
  color:#fff;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  float: left;
}
#header .top-links a.easypaymentsplus{
  position: relative;
  top:6px;
  text-indent: -9999px;
  outline: none;
  width: 157px;
  height: 20px;
  background:  url(images/EPP_Branding.png) no-repeat;
  background-size: 100%;
}
#header .top-links .sep{
  display: inline-block;
  padding: 0 10px;
  color:#fff;
  position: relative;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  float: left;
}
#header .top-links .school-link{
  height: 32px;
  padding: 0 15px;
  text-transform: uppercase;
  background: #3D3D3D;
  font-family: 'Quando', serif;
  text-decoration: none;
}
#header .top-links .school-link:hover,
#header .top-links .school-link.active{
  background: #F5F5F5;
  color: #000;
}
.menu-wrapper{
  position: absolute;
  top:0;
  display: inline-block;
  right: 0;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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 {
    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;
  font-size: 16px;
  background: #000;
  border-bottom: 1px solid #2E2C2D;
  text-decoration: none;
}
.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: #3A3A3A;
    font-size: 15px;
    padding-left: 25px;
}
.flexnav ul li ul li a {
  background: #3A3A3A;
    padding-left: 45px;
}
.flexnav ul li ul li ul li a { background: #cbcbc9 }
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    display: inline-block;
    background: #841911;
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}
.flexnav .touch-button:hover { cursor: pointer }
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #fff;
}
.menu-button {
    display: block;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    outline: none;
    top: 105px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-button .touch-button{
  display: block;
  position: absolute;
  top:8px;
  right: 10px;
  width: 32px;
  height: 32px;
  outline: none;
  text-indent: -9999px;
  background: url(images/menu.png) no-repeat;
}
.menu-button .touch-button:after {
  display: none;
}
.menu-button .touch-button i{
  display: none;
}
@media all and (min-width: 960px) {
  .flexnav .logo { display: inline-block }
  .touch-button { display: none !important }
  .flexnav {
      overflow: visible;
      position: relative;
  }
  .flexnav.opacity { opacity: 1 }
  .flexnav > li {
      position: relative;
      float: left;
      display: inline-block;
      background: none;
      overflow: visible;
      width: auto;
      font-size: 15px;
      text-transform: uppercase;
  }
  .flexnav > li:first-child { margin-left: 0 }
  .flexnav > li > a {
      border-left: none;
      border-bottom: none;
      background: none;
      color: #6B6B6B;
      text-decoration: none;
      padding: 45px 14px 0 14px;
      height: 85px;
      line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  .flexnav > li.home > a {
      padding: 0;
      width: 22px;
      height: 22px;
      text-indent: -9999px;
      background: url(images/sprite.png) no-repeat -38px 0 !important;
      position: relative;
      top:43px;
      margin-right: 20px;
  }
  .flexnav li:hover a, .flexnav li.current-menu-item a {
    background: #F0F0F0;
    color: #000;
  }
  .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0;
      width: 250px;
  }
  .flexnav li > ul li {
      width: 100%;
      border-top: 1px solid #000;
      text-transform: none;
      margin-left: 0;
      font-size: 15px;
      position: relative;
	  background: #F0F0F0;
	  color: #000 !important;
  }
  .flexnav li > ul li:first-child { border-top: none }
  .flexnav li > ul li:before{
    content: '';
    position: absolute;
    top:0;
    width: 100%;
    height: 1px;
    background: #F0F0F0;
  }
  .flexnav li > ul li:first-child:before { display: none; }
  .flexnav li > ul li:hover a {
    background: #000;
    color: #fff !important;
  }
  .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0;
  }
  .flexnav li ul li a {
      border-bottom: none;
      background: #F0F0F0;
      color: #000 !important;
      letter-spacing: 0;
      padding: 10px 15px;
      line-height: normal;
      height: auto;
      text-shadow: none;
  }
  .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 }
}

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

#home-slider{
    position: relative;
    height: 586px;
}
#home-slider .owl-carousel,
#home-slider .owl-stage-outer,
#home-slider .owl-stage,
#home-slider .item,
#home-slider .owl-item,
#home-slider .container{
  height: 100%;
}
#home-slider .item{
  position: relative;
  width: 100% !important;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-slider img{
  display: block;
}
#home-slider .inner{
  position: absolute;
  bottom: 40px;
  left: 8px;
  color: #fff;
  width: 500px;
  min-height: 160px;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 30px 20px;
  border-left: 40px solid #393838;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-slider .inner .headline{
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
}
#home-slider .inner .text{
  display: block;
  margin-bottom: 20px;
  line-height: 160%;
  font-size: 13px;
}
#home-slider .inner .more{
  display: inline-block;
  line-height: 100%;
  font-size: 14px;
  color: #64ADF7;
  text-decoration: none;
  text-transform: uppercase;
}

#home-slider .slider-nav{
  width: 40px;
  height: 100%;
  background: #393838;
  position: absolute;
  top:0;
  left: 0;
}
#home-slider .slider-nav-inner{
  position: absolute;
  top:50%;
  left:15px;
  height: 51px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#home-slider .slider-nav .prev,
#home-slider .slider-nav .next{
  position: absolute;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
#home-slider .slider-nav .prev{
  top:0;
}
#home-slider .slider-nav .prev:after{
  content: '';
  width: 10px;
  height: 1px;
  background: #9A9A9A;
  position: absolute;
  bottom: -2.5px;
  left: 0;
}
#home-slider .slider-nav .next{
  bottom: 0;
}
#home-slider .owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
#home-slider .owl-dot{
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border:2px solid #fff;
  border-radius: 50%;
  background: #000;
}
#home-slider .owl-dot.active{
  background: #fff;
}
#home-slider .owl-prev{
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  top:50%;
  left: 20px;
  background: url(images/prev-arrow.png) no-repeat;
  background-size: 100%;
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
#home-slider .owl-next{
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  top:50%;
  right: 20px;
  background: url(images/next-arrow.png) no-repeat;
  background-size: 100%;
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}










#row-2 .container{
  padding: 35px 0 60px 0;
}
#row-2 .inner{
  background: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
#row-2 .image{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #E2E1E1;
  border-bottom: 0;
}
#row-2 .image img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#row-2 .inner:hover .image img{
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
#row-2 .image .headline{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
#row-2 .button-wrapp{
  padding: 20px 25px;
  position: relative;
  bottom: 0;
  height: 70px;
  background: #EFEEEE;
  width: 100%;
  border: 1px solid #E2E1E1;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-2 .inner:hover .button-wrapp{
}
#row-2 .more{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #5C5B5B;
  font-size: 14px;
  background: #fff;
  border:1px solid #EFEEEE;
  text-decoration: none;
}
#row-2 .inner:hover .more{
  background: #000;
  color: #fff;
}
#row-3{
  padding-bottom: 90px;
}
#row-3 .inner{
  max-width: 720px;
  margin:0 auto;
}
#row-3 .image{
  width: 280px;
  float: left;
}
#row-3 .image img{
  display: block;
  border-radius: 50%;
-webkit-box-shadow: 6px 6px 0px #ECECEC;
-moz-box-shadow: 6px 6px 0px #ECECEC;
box-shadow: 6px 6px 0px #ECECEC;
}
#row-3 .text{
  width: calc(100% - 280px);
  float: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-3 .headline{
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#row-3 p{
  display: block;
  color: #787878;
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 160%;
}
#row-3 .more{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #13150A;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
}
#row-4{
  background: #000;
  height: 140px;
  margin: 27px 0 150px 0;
  text-align: center;
}
#row-4 .col{
  display: inline-block;
  float: none;
  width: 24%;
}
#row-4 .inner{
  position: relative;
  top:-40px;
  display: block;
  text-decoration: none;
}
#row-4 .image-wrapper{
  border-radius: 50%;
  border:7px solid #E4E4E4;
  margin: 0 auto 25px auto;
  overflow: hidden;
  width: 100%;
}
#row-4 .image{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#row-4 .inner:hover .image{
  width: 115%;
  height: 115%;
}
#row-4 img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#row-4 .inner:hover img{
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
#row-4 .headline{
  display: block;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
#row-5{
  padding: 90px 0 60px 0;
  background: #3D7CB7 url(images/twitter-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-5 h3{
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
#row-5 h3:before{
  content: '';
  position: absolute;
  top:-50px;
  left: 50%;
  background: url(images/sprite.png) no-repeat 0 0;
  width: 38px;
  height: 30px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#row-5 .fetched_tweets div.tweets_avatar{
  background: none;
  border-radius: 0;
  display: block;
  padding: 0 10px !important;
  font-family: 'Quando', serif;
  box-shadow: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#row-5 .fetched_tweets .tweet_wrap{
  padding: 20px 13px;
  background: #fff;
}
#row-5 .fetched_tweets .tweets_avatar .stats-narrow{
  display: none;
}
#row-5 .fetched_tweets .tweets_avatar .tweets-intent-data {
    width: 100%;
    border-top: 0;
    float: none;
    margin-top: 0;
}
#row-5 .fetched_tweets .tweets_avatar .seperator_wpltf{
  display: none;
}
#row-5 .fetched_tweets .tweets_avatar .times{
  float: none;
  display: inline-block;
  font-size: 11px;
  margin-left: 0;
}
#row-5 .fetched_tweets .tweets_avatar .tweet_data {
    float: none;
    font-family: 'Quando', serif;
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-left: 10px;
}
#row-5 .fetched_tweets .tweets_avatar br{
  display: none;
}
#row-5 .fetched_tweets .tweets_avatar .wdtf-screen-name{
    margin-left: 0;
    font-size: 12px;
    width: auto !important;
    line-height: normal;
    display: inline-block;
    float:left;
}
#row-5 .fetched_tweets  div.wdtf-screen-name span.screen_name{
  display: block;
}
#row-5 .fetched_tweets .tweets_avatar .wdtf-screen-name a{
  display: inline-block;
  width: auto;
  font-size: 11px;
}
#row-5 .fetched_tweets .tweets_avatar img {
    float: left;
    margin-right: 3px;
    width: 32px;
    height: auto;
    display: inline-block;
}
#row-5 .fetched_tweets .tweets_avatar [data-icon]:before {
    font-size: 18px;
}
#row-5 .fetched_tweets .tweets_avatar .tweets-intent-data{
  padding-left: 35px;
}
#row-5 .fetched_tweets .tweets_avatar .tweets-intent-data li {
    display: inline-block;
    float: left;
    width: auto !important;
    text-align: none;
    margin-right: 20px;
}
#row-5 .owl-prev,
#row-5 .owl-next{
  width: 30px;
  height: 30px;
  display: block;
  background: #D5D5D5;
  text-indent: -9999px;
  position: absolute;
  top:50%;
  left: -50px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#row-5 .owl-prev{
  width: 27px;
  height: 29px;
  float: left;
  display: block;
  background: #D5D5D5;
  text-indent: -9999px;
}
#row-5 .owl-next{
  left: auto;
  right: -50px;
}
#row-5 .owl-prev:hover,
#row-5 .owl-next:hover{
  background: #C0CDDB;
}
#row-5 .owl-prev:before,
#row-5 .owl-next:before{
  content: '';
  position: absolute;
  top:6px;
  left: 8px;
  background: url(images/sprite.png) no-repeat -106px 0;
  width: 10px;
  height: 16px;
}
#row-5 .owl-next:before{
  top:7px;
  left: auto;
  right: 8px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#row-8{
  padding: 40px 0;
}
#row-8 .inner{
  position: relative;
  text-decoration: none;
  display: block;
  border:1px solid #E2E1E1;
  padding: 70px 20px;
  text-align: center;
  overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#row-8 .inner .image{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background-position: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#row-8 .inner:hover .image{
  width: 125%;
  height: 125%;
}
#row-8 .inner:after{
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#row-8 .inner .headline{
  display: block;
  font-size: 48px;
  margin-bottom: 30px;
  font-family: 'Quando', serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#row-8 .inner .more{
  display: inline-block;
  font-size: 15px;
  font-family: 'Quando', serif;
  color: #5C5B5B;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: #fff;
  border:1px solid #CACAC9;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
#row-6{
  padding: 50px 0 40px 0;
  background: #F4F4F4;
}
#row-6 h3{
  color: #1878CE;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
#row-6 .view-all{
  display: block;
  width: 160px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  background: #000;
}
.news-slider{
  margin-bottom: 25px;
  position: relative;
}
.news-slider .image{
  position: relative;
  display: block;
  text-decoration: none;
}
.news-slider .image img{
  display: block;
}
.news-slider .image .label{
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #2670BB;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.news-slider .item{
  background: #fff;
  border:1px solid #AFAEAE;
}
.news-slider .text{
  padding: 15px 20px;
}
.news-slider .date{
  display: block;
  color: #3E7DB8;
  font-size: 12px;
  margin-bottom: 10px;
}
.news-slider .title{
  display: block;
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 130%;
}
.news-slider p{
  display: block;
  color:#616161;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 140%;
}
.news-slider .more{
  display: inline-block;
  color: #3E7DB8;
  font-size: 13px;
  text-decoration: none;
}
.news-slider .more:hover{
}
.news-slider .owl-prev,
.news-slider .owl-next{
  width: 30px;
  height: 30px;
  display: block;
  background: #D5D5D5;
  text-indent: -9999px;
  position: absolute;
  top:50%;
  left: -50px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.news-slider .owl-prev{
  width: 27px;
  height: 29px;
  float: left;
  display: block;
  background: #D5D5D5;
  text-indent: -9999px;
}
.news-slider .owl-next{
  left: auto;
  right: -50px;
}
.news-slider .owl-prev:hover,
.news-slider .owl-next:hover{
  background: #C0CDDB;
}
.news-slider .owl-prev:before,
.news-slider .owl-next:before{
  content: '';
  position: absolute;
  top:6px;
  left: 8px;
  background: url(images/sprite.png) no-repeat -106px 0;
  width: 10px;
  height: 16px;
}
.news-slider .owl-next:before{
  top:7px;
  left: auto;
  right: 8px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#row-7{
  padding: 40px 0 30px 0;
  background: #2A2A2A url(images/app-bg.jpg);
  position: relative;
  margin-bottom: 81px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#row-7:after{
  content:'';
  position: absolute;
  background: #000;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -80px;
}
#row-7:before{
  content:'';
  position: absolute;
  background: #3E3E3E;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -81px;
}
#row-7 .text{
  width: 500px;
  float: left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-7 .line-1{
  display: block;
  color:#fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 100%;
  margin-bottom:20px;
}
#row-7 .line-2{
  display: block;
  color:#ABCEE9;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
}
#row-7 .app-links img{
  display: inline-block;
  font-size: 0;
  float: left;
  margin-left: 30px;
}
#row-7 .image{
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 100;
  top:-110px;
}
#row-7 .image img{
  display: block;
}

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

.page-top{
  width: 100%;
  background: #000;
  padding: 25px 0;
}
#news-page .page-top{
  background: #2670BB;
}
#gallery-page .page-top{
  background: #1D4B05;
}
.breadcrumbs{
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  display: inline-block;
  float: left;
  line-height: 34px;
}
.breadcrumbs a,
.breadcrumbs .sep{
  color: #A5A4A4;
  text-decoration: none;
}
.breadcrumbs .sep{
  display: inline-block;
  padding: 0 10px;
}
#main{
  padding: 30px 0 60px 0;
  position: relative;
  min-height: 600px;
}
.breadcrumbs .trail-begin{
  display: none !important;
}

/* Page
------------------------------------ */

.page-feature{
  position: relative;
}
.page-feature img{
  display: block;
  max-width: 100%;
  height: auto;
}
.page-feature h1{
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  width: calc(100% - 20px);
  z-index: 100;
}
.page-feature.no-image h1 {
    left: 0;
    position: relative;
    width: 100%;
}
.page-row{
  display: table;
  width: 100%;
  border: 1px solid #E3E3E3;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-row .page{
  width: 100%;
  float: none;
  display: table-cell;
  vertical-align: top;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content h1{
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  line-height: 100%;
  text-transform: uppercase;
}
.content h2{
  font-size: 24px;
  margin-bottom: 10px;
  color: #422724;
}
.content h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #422724;
}
.content h4{
    font-size: 18px;
    margin-bottom: 10px;
    color: #422724;
}
.content p {
    margin: 0 0 15px 0;
    line-height: 140%;
}
.content ul {
    margin: 0 0 15px 20px;
    line-height: 140%;
    list-style: disc;
}
.content ul li { margin: 0 0 5px 0 }
.content ol {
    margin: 0 0 15px 20px;
    list-style: decimal;
    line-height: 140%;
}
.content ol li { margin: 0 0 5px 0 }
.content blockquote {
    margin: 0 0 15px 10px;
    border-left: 4px solid #2C8383;
    padding: 0 0 0 10px;
    font-style: italic;
}
.content table{
  width: 100%;
  margin-bottom: 20px;
}
.content td,
.content th{
  border: 1px solid #2C8383;
  padding: 10px;
}
.content th{
  font-weight: 700;
}
.content hr{
  display: block;
  width: 100%;
  height: 1px;
  background: #2C8383;
  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 a[href$=".pdf"],
.content a[href$=".doc"],
.content a[href$=".xls"]{
  padding-left: 0;
}
.content a[href$=".pdf"]:before,
.content a[href$=".doc"]:before,
.content a[href$=".xls"]:before{
  display: none;
}
.content .image img {
    display: block;
    margin-bottom: 30px;
    width: auto !important;
    height: auto !important;
}
.content img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto !important;
}
.content img.size-large {
  max-width: 100% !important;
  width: 100%;

}
.content img.size-full {
  max-width: 100% !important;
}
.content .video{
  margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin: 10px 30px 0 0;
}
.alignright {
    float: right;
    margin: 10px 0 0 30px;
}
.aligncenter,
div.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img.aligncenter{
    display: block;
}
.content img + br { display: none }
.wp-caption {
  width: auto !important;
  max-width: 100%;
  display: table;
  margin-bottom: 20px;
}
.wp-caption-text {
    font-size: 11px;
    text-align: center;
    position: relative;
    margin-top: -3px !important;
    display: table-caption;
    caption-side: bottom;
    margin-bottom: 0!important;
    color:#3E7DB8;
    background: #F4F4F4;
    padding: 5px 0;
}
.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;
}
.su-spoiler-title {
    border:1px solid #D5DADF;
    border-radius: 5px;
    background: #F4F4F4;
    padding-left: 40px !important;
}
.su-spoiler-icon{
  left: 10px !important;
}

.navigation {
    margin-top: 20px;
    text-align: center;
}
.wp-paginate li{
  display: inline-block;
  color: #5A5B5A;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}
.wp-paginate .title{
  display: inline-block;
  padding-right:10px;
  width: auto;
}
.wp-paginate a,
.wp-paginate span{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #5A5B5A;
    float: left;
}
.wp-paginate .current {
  background: #D1DCA6;
}
.page-numbers:hover {
}
.page-numbers.next,
.page-numbers.prev{

}
.single-post .date{
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.gallery-shortcode-grid{
  margin-bottom: 30px;
}
.gallery-shortcode-grid a{
    display: inline-block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    width: calc(100%/3);
    margin: 0;
    padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-shortcode-grid img{
  display: block;
  margin: 0;
}
.gallery-shortcode-thumbs{
  max-width: 724px;
  margin: 0 auto;
}
#thumbs-slider{
  position: relative;
}
.gallery-shortcode-thumbs{
  margin-bottom: 30px;
}
.gallery-shortcode-thumbs .item{
  cursor: pointer;
}
#thumbs-slider .owl-prev,
#thumbs-slider .owl-next{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top:50%;
  left: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: block;
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
#thumbs-slider .owl-next{
  left: auto;
  right: 10px;
}
#thumbs-slider img{
  margin-bottom: 0;
}

.fluid-width-video-wrapper-max-width{
    max-width: 724px;
    margin: 0 auto;
}

/* Sidebar
------------------------------------ */

.sidebar{
  width: 290px;
  float: none;
  display: table-cell;
  vertical-align: top;
  background: #F8F8F8;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebox {

}
.sidebox .headline,
.sidebox h3{
  font-size: 16px;
  color: #4B7200;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #D5DADF;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebox h3 a{
  color: #060606;
  text-decoration: none;
}
.sidebox h4{
  font-size: 24px;
  color: #422724;
  padding: 15px 30px 15px 30px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #E8E3DB;
}
.sub-nav,
.category-list{
}
.sub-nav a,
.category-list a{
  padding: 15px 5px;
  font-size: 15px;
  color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.sub-nav a{
  padding-left: 15px;
}
.sub-nav a:hover{
  color: #3E7DB8;
}
.sub-nav .current_page_item > a,
.category-list .current-cat > a,
.sub-nav .current_page_ancestor > a{
  color: #fff;
  background: #3E7DB8;
}
.sub-nav li,
.category-list li{
  border-top: 1px solid #E4E4E4;
}
.sub-nav li:first-child,
.category-list li:first-child{
  border-top: 0;
}
.sub-nav li .children{
  display: none;
}
.sub-nav li.current_page_item > .children,
.sub-nav li.current_page_ancestor > .children,
.sub-nav li.current_page_ancestor li.current_page_item .children{
  display: block;
}
.sub-nav .children li.current_page_item > a,
.sub-nav .children li.current_page_ancestor > a{
  color: #3E7DB8;
  background: transparent;
}
.sub-nav li .children a{
  font-size: 11px;
  color: #4b4c4c;
  padding: 10px 10px 10px 20px;
  line-height: 140%;
}
.sub-nav li .children a:hover{
  color: #3E7DB8;
}
.sub-nav li .children .children a{
  font-size: 12px;
  padding: 10px 10px 10px 0;
}

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

@-webkit-keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

.blog-listing .item {
    margin-bottom: 20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.2s ease-in-out forwards;
    animation: scaleUp 0.2s ease-in-out forwards;
}
.blog-listing .item.with-image{

}
.blog-listing .item .inner{
  background: #fff;
  border:1px solid #AFAEAE;
  display: block;
  text-decoration: none;
}
.blog-listing .item .image{
  position: relative;
}
.blog-listing .item img{
  display: block;
  width: 100%;
  height: auto;
}
.blog-listing .item .image .label{
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #2670BB;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.blog-listing .item.event-item .image .label{
  background: #821007;
}
.blog-listing .item .event-info{
  padding: 15px 20px;
  background: #EEECE9;
  color: #821007;
  font-size: 12px;
}
.blog-listing .item .event-info span{
  display: block;
  margin-top: 5px;
}
.blog-listing .item .event-info span:first-child{
  margin-top: 0;
}
.blog-listing .item .text{
  padding: 15px 20px 20px 20px;
}
.blog-listing .item .date{
  display: block;
  color: #3E7DB8;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-listing .item .title{
  display: block;
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 130%;
}
.blog-listing .item p{
  display: block;
  color:#616161;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 140%;
}
.blog-listing .item .more{
  display: inline-block;
  color: #3E7DB8;
  font-size: 13px;
  text-decoration: none;
}
.blog-listing .item.event-item .more{
  color: #821007;
}
.blog-listing .item .inner:hover{
  background: #EAEBEB;
}
.blog-listing .item .inner:hover p,
.blog-listing .item .inner:hover .title,
.blog-listing .item.event-item .inner:hover .more{
  color:#2670BB;
}
.blog-listing h3{
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  padding-left: 10px;
  font-size: 18px;
  color: #050505;
}
.blog-listing .view-all{
  text-transform: uppercase;
  color: #000;
}
.alm-listing:before, .alm-listing:after {
    content: "";
    display: table;
    clear: both;
}
button.alm-load-more-btn {
    font-family: 'Quando', serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: auto;
    height: 42px;
    line-height: 44px;
    background: #2670BB !important;
    color: #FFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

/* Single News Item
------------------------------------ */

.single-post{
  width: 100%;
  background: #fff;
  padding: 30px;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-top-meta{
  margin-bottom: 20px;
  color: #3E7DB8;
}
.post-top-meta a{
  color: #3E7DB8;
}
.post-top-meta .sep{
  display: inline-block;
  padding: 0 10px;
}

/* Gallery Listing
------------------------------------ */

#gallery-grid .mix{
  display: none;
  float: left;
  padding: 0 10px;
  width: calc(100%/4);
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery-grid .image{
  position: relative;
}
#gallery-grid .image:before{
  content: '';
  position: absolute;
  width: 72px;
  height: 54px;
  background: url(images/images.png) no-repeat;
  top:15px;
  left: 15px;
}
#gallery-grid .image.video-gallery:before{
  background: url(images/video.png) no-repeat;
}
#gallery-grid .image img{
  display: block;
  width: 100%;
  height: auto;
}
#gallery-grid .item{
  background: #FFF;
  border: 1px solid #DFDFDF;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery-grid .item .text{
  padding: 12px 15px 30px 15px;
}
#gallery-grid .item .date{
  display: block;
  margin-bottom: 8px;
  color:#26639D;
  font-size: 14px;
}
#gallery-grid .item .date .count{
  font-weight: 700;
  color: #000;
  display: inline-block;
  float: right;
}
#gallery-grid .item .title{
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color:#000;
  font-weight: 700;
  text-transform: uppercase;
}
#gallery-grid .item .description{
  display: block;
  line-height: 140%;
  margin-bottom: 15px;
  color:#616161;
  line-height: 140%;
  font-size: 13px;
}
#gallery-grid .item .more{
  display: inline-block;
  color:#26639D;
  font-size: 14px;
}
.filter-triggers{
  display: inline-block;
  float: right;
}
.filter-triggers .filter-button{
  display: inline-block;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color:#fff;
  background: #094888;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  margin-left: 15px;
  cursor: pointer;
  text-decoration: none;
}
#gallery-page .filter-triggers .filter-button{
  background: #133102;
}
.filter-panel{
  position: absolute;
  top:30px;
  right: -300px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  width: 300px;
  z-index: 3000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.filter-panel.active{
  right: 0;
}
.filter-panel .filter-top{
  height: 50px;
  background: #000;
}
.filter-panel .filter-top .close{
  display: block;
  width: 50px;
  height: 50px;
  background: #3F3D3D;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.filter-panel .inner{
  padding: 30px;
}
.filter-block{
  margin-top: 30px;
}
.filter-block:first-child{
  margin-top: 0;
}
.filter-block .headline{
  display: block;
  color: #929090;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.filter-list li{
  color: #353434;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  line-height: 18px;
}
.filter-list li.child-item{
  margin-left: 20px;
}
.filter-list.checkbox li:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border:2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-list.checkbox > li.has-children span:before{
  content: '';
  position: absolute;
  top:6px;
  left: 0;
  background: transparent;
  border:0;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 7px;
border-color: transparent transparent transparent #e5e5e5;
}
.filter-list.checkbox > li.has-children.selected span:before{
  top:6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #e5e5e5 transparent transparent transparent;
}
.filter-list.checkbox > li.has-children:before{
  display: none;
}
.filter-list.checkbox > li.has-children{
  padding-left: 0;
}
.filter-list.checkbox > li.has-children span{
  padding-left: 25px;
  position: relative;
}
.filter-list.checkbox li.active:before,
.filter-list.checkbox li.current:before{
  background: #729E53;
  border:0;
}
#gallery-page .filter-list.checkbox li.active.pre-toggle:before{
  background: #fff;
  border:2px solid #E5E5E5;
}
.filter-list li .children{
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.filter-list li.has-children .children{
  display: none;
}
.filter-list li.has-children.selected .children{
  display: block;
}
.news-filter-panel .filter-list li{
  padding-left: 0;
}
.news-filter-panel .filter-list.checkbox li:before{
  display: none;
}
.news-filter-panel .filter-list a{
  color: #353434;
  padding-left: 25px;
  text-decoration: none;
}
.news-filter-panel .filter-list.checkbox a:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border:2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-filter-panel .filter-list.checkbox li.active a:before,
.news-filter-panel .filter-list.checkbox li.current a:before{
  background: #266ACB;
  border:0;
}


/* Single Gallery Item
------------------------------------ */

.gallery-title h1{
  display: block;
  color: #fff;
  background: #000;
  padding: 20px 0;
  line-height: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.gallery-grid{
  padding-top: 20px;
}
.gallery-grid .item{
  width: calc(100% / 3 + 6px);
  float: left;
  padding-right: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-grid .item:nth-child(3n){
  padding-right: 0;
  width: calc(100% / 3 - 12px);
}
.gallery-grid .item img{
  width: 100%;
  height: auto;
  display: block;
}
.gallery-grid .item .zoom{
  display: block;
  position: relative;
}
.gallery-grid .item .zoom:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top:0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-grid .item .zoom:hover:before{
  visibility: visible;
  opacity: 1;
}
.gallery-grid .item .zoom:after{
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 62px;
  background: url(images/sprite.png) no-repeat 0 -85px;
  top:50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-grid .item .zoom:hover:after{
  visibility: visible;
  opacity: 1;
}
.gallery-grid .item.video-item .zoom:after{
  width: 64px;
  height: 64px;
  background: url(images/sprite.png) no-repeat -76px -85px;
}

/* RoH Listing
------------------------------------ */

#roh-grid .mix{
  display: none;
  float: left;
  width: calc(100%/3);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#roh-grid .image{
  position: relative;
}
#roh-grid .image img{
  display: block;
  width: 100%;
  height: auto;
}
#roh-grid .item{
  display: block;
  background: #FFF;
  border: 1px solid #DFDFDF;
  display: block;
  text-decoration: none;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#roh-grid .item .text{
  padding: 20px 10px;
  text-align: center;
}
#roh-grid .item .year{
  display: block;
  margin-bottom: 10px;
  color:#3E7DB8;
  font-size: 16px;
}
#roh-grid .item .title{
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color:#000;
}
#roh-grid .item .teams{
  display: block;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  line-height: 140%;
  color:#555454;
  font-size: 13px;
  margin: 0 20px 12px 20px;
  padding: 12px;
}
#roh-grid .item .teams .team-name{
  display: block;
}
#roh-grid .item .teams .team-with{
  display: block;
  padding: 10px 0;
  font-size: 18px;
}
#roh-grid .item .more{
  display: inline-block;
  color:#3E7DB8;
  font-size: 12px;
  text-transform: uppercase;
}
#roh-grid .item:hover .more{
  color:#000;
}

/* RoH Single
------------------------------------ */

.roh-info{
}
.roh-info .inner{
  text-align: center;
  background: #E7E5E5;
  padding: 20px;
}
.roh-info .year{
  display: block;
  margin-bottom: 10px;
  color:#3E7DB8;
  font-size: 18px;
}
.roh-info .title{
  display: block;
  margin-bottom: 10px;
  color:#040404;
  font-size: 18px;
}
.roh-info .teams{
  color:#555454;
  font-size: 14px;
  margin-bottom: 12px;
}
.roh-info .team-with{
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}
.roh-info .venue{
  font-size: 13px;
  color: #4B86BD;
  display: block;
}
.roh-slider .owl-prev,
.roh-slider .owl-next{
  position: absolute;
  top:50%;
  left: 20px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.roh-slider .owl-next{
  left: auto;
  right: 20px;
}
.roh-slider.single-image .owl-controls{
  display: none;
}

/* College Record
------------------------------------ */

.record-listing .item {
    margin-bottom: 30px;
        -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.2s ease-in-out forwards;
    animation: scaleUp 0.2s ease-in-out forwards;
}
.record-listing .inner{
  position: relative;
  display: block;
  text-decoration: none;
}
.record-listing .inner img{
  width: 100%;
  height: auto;
  display: block;
}
.record-listing .inner span{
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.record-listing .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.record-listing .inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 76px;
    height: 62px;
    background: url(images/sprite.png) no-repeat 0 -85px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.record-listing .inner:hover:before,
.record-listing .inner:hover:after{
  visibility: visible;
  opacity: 1;
}

/* Activity
------------------------------------ */

.activity-post{

}
.activity-post .read-more{
  color: #000;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
}
.activity-post .image{
  width: 45%;
  float: left;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.activity-post .image img{
  display: block;
  width: 100%;
  height: auto;
  border:3px solid #E5E4E4;
}
.activity-post .text{
  width: 55%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.activities-listing .item{
  margin-bottom: 20px;
      -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.2s ease-in-out forwards;
    animation: scaleUp 0.2s ease-in-out forwards;
}
.activities-listing .inner{
  padding: 10px;
  display: block;
  outline: none;
  text-decoration: none;
  position: relative;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.activities-listing .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.activities-listing .inner:hover:before {
    background: rgba(38, 106, 203, 0.8)
}
.activities-listing .inner .title{
  border:1px solid #686666;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
.activities-listing .inner .title span{
  display: inline-block;position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.activity-post.no-featured .text{
  width: 100%;
}

/* button
------------------------------------ */

.button-listing .item{
  margin-bottom: 20px;
      -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.2s ease-in-out forwards;
    animation: scaleUp 0.2s ease-in-out forwards;
	 padding: 10px;
}
.button-listing .inner{
  padding: 10px;
  display: block;
  outline: none;
  text-decoration: none;
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.button-listing .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button-listing .inner:hover:before {
    background: rgba(38, 106, 203, 0.8)
}
.button-listing .inner .title{
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
.button-listing .inner .title span{
  display: inline-block;position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}



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

#footer{
  position: relative;
}
.social-links{
  position: absolute;
  top:-38px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.social-links a{
  display: inline-block;
  background: url(images/sprite.png) no-repeat;
  outline: none;
  margin: 0 12px;
  text-indent: -9999px;
  height: 52px;
  font-size: 0;
  line-height: 0;
}
.social-links .facebook{
  width: 50px;
  background-position: 0 -30px;
  margin-left: 0;
}
.social-links .twitter{
  width: 52px;
  background-position: -50px -30px;
}
.social-links .youtube{
  width: 52px;
  background-position: -102px -30px;
}
.social-links .app{
  width: 52px;
  background-position: -154px -30px;
}
.footer-1{
  padding: 70px 0 50px 0;
  background: #000;
  position: relative;
  color: #B4B3B3;
  font-size: 13px;
  word-wrap: break-word;
}
.footer-1 .inner{
}
.footer-1 .inner img{
  width: 450px;
  max-width: 100%;
  height: auto;
  display: inline-block;
  float: right;
}
.footer-1 h5{
  color: #fff;
  margin-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-1 a{
  color: #B4B3B3;
}
.footer-1 p{
  line-height: 180%;
  font-size: 13px;
}
.footer-1 li{
  line-height: 180%;
  font-size: 13px;
  margin-top: 5px;
}
.footer-1 li:first-child{
  margin-top: 0;
}
.footer-1 .see-link{
  display: inline-block;
  background: #6A1505;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.footer-2{
  padding: 40px 0;
  background: #1D1D1E;
  color: #fff;
  border-top: 1px solid #363637;
  border-bottom: 1px solid #363637;
}
.footer-2 input[type="text"],
.footer-2 input[type="email"]{
  margin-right: 10px;
  display: inline-block;
  float: left;
  width: 140px;
  height: 34px;
  background: #323232;
  color: #fff;
  font-size: 14px;
  padding: ;
  vertical-align: middle;
  border:0;
  padding: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-2 input[type="email"]{
  width: 190px;
}
.footer-2 input[type="submit"]{
  cursor: pointer;
  width: 34px;
  height: 34px;
  border:0;
  float: left;
  display: inline-block;
  background: #545252;
  color:#fff;
  text-transform: uppercase;
  border:0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
}
.footer-2 label{
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 34px;
}
.footer-2 .buttons{
  display: inline-block;
  float: right;
}
.footer-2 .easypayment{
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.footer-2  .donate-button{
  background: #545252 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  margin: 0 20px 0 0;
    width: 120px;
    text-decoration: none;
    float: left;
  }
.footer-3{
  padding: 25px 0;
  font-size: 14px;
  background: #1D1D1E;
  color: #E9E9E9;
  font-family: 'PT Sans', sans-serif;
}
.footer-3 a{
  color: #E9E9E9;
}
.footer-3 .copyright{
  display: inline-block;
  float: left;
}
.footer-3 .by{
  display: inline-block;
  float: right;
}
.back-top{
  cursor: pointer;
  display: block;
  background: #2257A3;
  width: 40px;
  height: 40px;
  outline: none;
  text-indent: -9999px;
  border-radius:3px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  visibility:hidden;
  opacity: 0;
}
.back-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.back-top.cd-fade-out {
  opacity: .5;
}
.back-top:before{
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  width: 24px;
  height: 16px;
  background: url(images/sprite.png) no-repeat -77px 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media (max-width: 1140px) {


}
@media (max-width: 1023px) {
.footer-2 .easypayment{
  margin-right: 20px;
}
}
@media (max-width: 959px) {
.footer-2 .buttons{
  display: block;
  float: none;
  clear: both;
  padding-top: 30px;
}
.footer-2 .easypayment {
    margin-right: 30px;
}
  #header .logo {
      left: 10px;
  }
  #header {
    border-bottom: 0;
}
.header-2 {
  height: 155px;
}
.menu-wrapper {
    top: 155px;
    display: block;
    right: auto;
    left: 0;
    width: 100%;
}
#home-slider {
    height: 400px;
}
#home-slider .inner {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 30px;
}
#home-slider .slider-nav {
  display: none;
}
#row-2 .col{
  width: 50%;
  margin-bottom: 20px;
}
#row-2 .button-wrapp {
  display: none;
}
#row-2 .image img {
    display: none;
}
#row-2 .image .headline {
    position: relative;
    background: #000;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#row-4 .headline {
    font-size: 14px;
}
#row-3 {
    padding-bottom: 40px;
    margin-top: -40px;
}
#row-4 {
    height: 120px;
    margin: 27px 0 110px 0;
}
#row-5 .fetched_tweets li.tweets_avatar:last-child{
  display: none;
}
#row-5 .fetched_tweets li.tweets_avatar{
  width: calc( 100%/2 );
}
#row-7 .image img {
    display: block;
    width: 300px;
    height: auto;
}
#row-7 .image{
  top:-40px;
}
.footer-1 .col{
  width: 50%;
  margin-top: 20px;
}
.footer-1 {
    padding: 50px 0;
}
.blog-listing .item{
  width: calc(100%/3);
}
.record-listing .item {
    width: calc(100%/3);
}
#gallery-grid .mix {
    width: calc(100%/3);
}
#home-slider .inner {
    padding-bottom: 40px;
}

}
@media (max-width: 940px) {


}

@media (max-width: 800px) {

}

@media (max-width: 768px) {
  .sidebar {
    width: 250px;
  }
  #home-slider .inner .headline {
    font-size: 18px;
  }
}

@media (max-width: 767px){
  #gallery-grid .mix {
    width: 50%;
}
  .record-listing .item {
    width: 50%;
}
  .activities-listing .item {
    width: 50%;
}
  .blog-listing .item {
    width: calc(100%/2);
}
#roh-grid .mix{
  width: calc(100%/2);
}
  #row-4{
    background: transparent;
    margin: 0 0 20px 0;
    height: auto;
  }
  #row-4 .col{
    width: 100%;
    margin-bottom: 20px;
  }
  #row-4 .headline {
    font-size: 16px;
}
#row-4 img {
    margin: 0 auto 15px auto;
}
#row-4 .inner {
    width: 250px;
    margin: 0 auto;
    top: 0;
}
  #row-7 .image {
    display: none;
  }
  #row-7 .text {
    width: auto;
    padding: 0 40px;
    float: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
#row-7 .line-2 {
  padding-left: 0;
}
#row-7 .app-links img {
    float: none;
    margin: 0 15px;
}
.page-row{
  display: block;
}
.page-row .page {
    width: 100%;
    display: block;
}
  .sidebar {
    width: 100%;
    display: block;
}
.footer-2 label {
    display: block;
    float: none;
    margin-right: 0;
    line-height: 100%;
    margin-bottom: 20px;
}


}

@media (max-width: 640px) {

#main {
  padding-top: 20px;
}
#row-3 {
    padding-bottom: 40px;
    margin-top: -40px;
}
#row-7 .line-1 {
    font-size: 26px;
}
#row-7 .line-2 {
    font-size: 16px;
}
.social-links a{
  margin: 0 5px;
}
#row-3 .image {
    width: 100%;
    float: none;
    padding: 0 10px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#row-3 .image img{
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#row-3 .text {
    width: 100%;
    float: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#row-7 .app-links img{
  max-width: 120px;
  height: auto;
  margin: 0 5px;
}
.footer-1 .col {
    width: 100%;
}
.breadcrumbs {
    font-size: 18px;
    display: block;
    float: none;
}
.filter-triggers {
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.filter-triggers .filter-button {
  margin: 0 15px 0 0;
}
.activity-post .image {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
}
.activity-post .text {
    width: 100%;
    float: none;
}
.footer-1 .inner img{
  width: 450px;
  max-width: 100%;
  float: left;
  margin-top: 20px;
}

}

@media (max-width: 639px) {


#home-slider .inner .text {
    display: none;
}
#home-slider {
    height: 300px;
}

#row-8{
  padding: 0 0 20px 0;
}
#row-8 .col{
  width: 100%;
  margin-bottom: 20px;
}
#row-8 .inner{
  display: block;
  border:0;
  padding: 0 20px;
  background: #000 !important;
  height: 40px;
  line-height: 40px;
}
#row-8 .inner:after{
display: none;
}
#row-8 .inner .headline{
  display: block;
  font-size: 16px;
  margin-bottom: 0;
}
#row-8 .inner .more{
  display: none;
}

}

@media (max-width: 568px) {
.page-feature h1 {
    font-size: 16px;
}
  .top-banner .text {
  width: 550px;
  }

}

@media (max-width: 567px) {
  .gallery-grid .item {
    width: 50% !important;
    padding: 0 5px !important
}
    #gallery-grid .mix {
    width:100%;
}
  .record-listing .item {
    width: 100%;
}
  .activities-listing .item {
    width: 100%;
}
.filter-panel {
    right: -250px;
    width: 250px;
}
  .blog-listing .item {
    width: 100%;
}
#roh-grid .mix{
  width: 100%;
}
#header .top-links a{
  display: none;
}
#header .top-links a,
#header .top-links .sep{
  display: none;
}
#header .top-links a.school-link{
  display: inline-block;
}
#row-7 .line-1 {
    font-size: 18px;
}
#row-7 .line-2 {
    font-size: 12px;
}
#row-7 .app-links img {
    max-width: 90px;
}
#row-5 .fetched_tweets li.tweets_avatar{
  display: none;
  width: 100%;
}
#row-5 .fetched_tweets li.tweets_avatar:first-child{
  display: block;
}
}

@media (max-width: 440px) {
.footer-2 input[type="text"], .footer-2 input[type="email"] {
    margin-right: 0;
    display: block;
    float: none;
    width: 280px;
    margin-bottom: 20px;
}
.footer-2 input[type="submit"] {
    width: 120px;
    border: 0;
    float: none;
    display: block;
    border-radius: 12px;
}
#home-slider .owl-dots{
  display: none !important;
}
#home-slider .inner{
  padding: 10px 0;
}
#home-slider .inner .headline {
    font-size: 16px;
    margin-bottom: 5px;
}

}

@media (max-width: 380px) {

}















/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }








