/*------------------- style 1 old ----------------------*/
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600&subset=thai');
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'thaisans_bold';
    src: url('../fonts/thaisansneue-bold-webfont.eot');
    src: url('../fonts/thaisansneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-bold-webfont.woff2') format('woff2'),
         url('../fonts/thaisansneue-bold-webfont.woff') format('woff'),
         url('../fonts/thaisansneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/thaisansneue-bold-webfont.svg#thaisans_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'thaisans_regular';
    src: url('../fonts/thaisansneue-regular-webfont.eot');
    src: url('../fonts/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/thaisansneue-regular-webfont.woff') format('woff'),
         url('../fonts/thaisansneue-regular-webfont.ttf') format('truetype'),
         url('../fonts/thaisansneue-regular-webfont.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.news1_title:link, .news1_title:visited {
    color: #ffffff;
    text-decoration: none;
}
.news1_title:hover {
    color:#00cffd;
    text-decoration: underline
}
.news1_title .crop{min-width: 80%; height: 72px; overflow: hidden;} 

/*------------------- style 1 new ----------------------*/

.style1_box {box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.style1 img {
	height: 180px;
	width: 300px;
	object-fit: contain;
}

.style1_title:link, .style1_title:visited {
    color:#007ccc;
    text-decoration: none;
}
.style1_title:hover {
    color:#e036ba;
    text-decoration: underline
}


/*------------------- style 2 -------------------*/
.style2 {
	padding: 10px;
    background-color: #f2f2f2;
    margin: 10px;
    height: auto;
}
.style2 a{color:#2b4497;}
.style2 a:hover{color:#ea9425;}
.style2 img{
	border: 4px solid #ffffff;
	width: 100%;
	height:150px;
	object-fit: contain;
	box-shadow: 0px 3px 5px 0px #9f9f9f;
	padding: 0;
}
.style2_title {
	 height: 120px; 
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	/* text-align: justify; */
}
.style2_blog-news{
	padding: 0;
}

/*------------------- style 3 new -------------------*/
* {
  box-sizing: border-box;
}

.style3 {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  top: 200px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.style3 a {
  color: inherit;
  text-decoration: none;
}

.style3:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.style3Date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  color: #FFF;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  background-color: #8560a9;
  border-radius: 50%;
}

.style3DateDay {
  display: block;
  font-size: 14px;
}

.style3DateMonth {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.style3Thumb {
  height: 235px;
  overflow: hidden;
  background-color: #000;
  transition: height 0.3s;
}

.style3Thumb img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
}

.style3:hover .style3Thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.style3:hover .style3Thumb {
  height: 90px;
}

.style3Body {
  position: relative;
  padding: 20px;
  height: 185px;
  transition: height 0.3s;
}

.style3:hover .style3Body {
  height: 330px;
}

.style3Category {
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  padding: 0 15px;
  color: #FFF;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  background-color: darkorange;
}

.style3Title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.style3:hover .style3Title {
  -webkit-animation: titleBlur 0.3s;
  animation: titleBlur 0.3s;
}

.style3Subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: #1f65a9;
  max-height: 91px;
  overflow: hidden;
}

.style3:hover .style3Subtitle {
  -webkit-animation: subtitleBlur 0.3s;
  animation: subtitleBlur 0.3s;
}

.style3Description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 65px;
  margin: 0;
  padding: 0;
  color: #666C74;
  font-size: 14px;
  line-height: 27px;
  opacity: 0;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

.style3:hover .style3Description {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.style3Footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  color: #A3A9AB;
}

.style3Footer .icon--comment {
  margin-left: 12px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

@-webkit-keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@-webkit-keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}

@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}


/*------------------- style 5 old -------------------*/

.blog_wrap {
	margin-top:20px;
	background-color:#f9f9f9; 
	border:1px solid #ccc; 
	padding:5px; 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.boxes_img {
	height:200px;
	width:100%;
	/*border:solid #CCC 1px;
	background-color:rgb(247,242,229);*/
	padding:0px;
}

.news-title {
	height: 85px;
	width: 100%;
	overflow: hidden; 
	line-height: 20px;
}

.news-title .news_thumb{ height: 170px;  object-fit: contain;}
/*----------------/*style 5 news-----------------------*/
.style5-blog_wrap {
	margin-top:20px;
	background-color:#f9f9f9; 
	border:1px solid #ccc; 
	padding:5px; 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.style5-blog_wrap h3 {font-size:18px; line-height:22px;}

.style5-boxes_img {
	height:250px;
	width:100%;
	/*border:solid #CCC 1px;
	background-color:rgb(247,242,229);*/
	padding:10px;
}

.style5-news-title {
	max-height: 90px;
	width: auto;
	overflow: hidden;
	line-height: 20px;
	padding:10px;
	/*margin: 0 20px;*/
}
.style5-news-title h3 {font-size:17px; max-height: 72px; overflow: hidden;}
.style5-post_meta {font-size:0.8em; font-family: 'Kanit', Tahoma, sans-serif;}
.style5-post_meta {color: #6a8ab1;}
.style5-post_meta:hover{color:#f19841;}

/*------------------------style 6------------------------------*/
.style6-preview {
   float: left;
   width: 100%;
   position: relative;
   z-index: 5;
   position: relative;
   /*margin-left: -15px;
   margin-right: -15px;*/
}
.style6-preview img {
    display: block;
    width: 100%;
    height: 100%;
    /* max-height:275px; */
    margin: 0 auto 5px auto;
  } 

.style6-content {
    position: absolute;
    background: #333333;
    z-index: 10;
    padding: 0;
    top: 0;
    left: 0;
    right:0;
    display: none;
}
.style6-resume{
  position:absolute;
  bottom:0px;
  /*left:10px;
  right:10px;*/
  background:rgba(0,0,0,0.8);
  padding:10px;
  color:#fff;
  width: 100%;
}
.style6-resume p{color:#ccc; font-size:16px; font-weight:400;}
a.style6-title {
  display:block;
  color: #fff9f9;
  margin:0 0 12px 0;
  font-size:18px;
}
a.style6-title:hover{
  background:none;
  text-decoration:underline;
}
.style6-top-content {
    display: block;
}
.style6 {display:block;}
.style6 ul li {position:relative; margin:0; padding:0;}
.style6 li {width: 47%; max-width: 100%;height: auto; float:left;}
.style6 li {margin:5px;}
.style6 .img-contain {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow:  hidden;
}
.style6 .news-title{ height: auto; }
.style6 .img-contain img {
	width:260px;
}
.style6 p{    font-size: 18px; font-weight: 400; line-height: 17px; padding: 10px; max-height: 84px; min-height: 84px; overflow: hidden; text-align: left;}
.style6 .btn {font-size:18px; font-weight:500;}

@media screen and (max-width: 780px){
.style6 ul li {position:relative; margin:0; padding:0;}
.style6 li {width: 100% ;height:auto; float:left;}
.style6 li {margin:10px 0px;}
.style6 .img-contain {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow:  hidden;
}
.style6 .img-contain img {
	width:100%;
}
}
/*------------------------style 7------------------------------*/

* {margin: 0; padding: 0;}

#style7 {margin-right:-15px; margin-left:-15px;}
.style7 ul {
  list-style-type: none;
  /* width: 500px; */
}

.style7 h3 {
  font: bold 20px/1.5 'Kanit' sans-serif;
}

.style7 li img {
  float: left;
  margin: 0 15px 0 0;
}

.style7 li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.style7 li {
   padding: 10px;
   overflow: auto;
   border-bottom: 1px dashed #f1e0e0;
   border-left: 3px solid #428bca;
   margin: 15px 0;
}

.style7 li:hover {
  background: #eee;
  cursor: pointer;
}
.style7 span {
	color:#2c6494; font-size:14px; font-weight:500;
}
.style7 span::before {
	content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    color:#666666;
}
.style7 span::after {
	content: "\f06e";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    color:#666666;
}

   
  
    /*body {
    padding: 60px 0px;
    background-color: rgb(220, 220, 220);
  }*/
    .btn-event {padding:5px; margin:5px; width:200px; border:none;}
  @media (min-width: 1200px) {
  .btn-black {height:60px; background-color:#222222; color:#FFF;}
  }
    .event-list {
    list-style: none;
    font-family: 'Kanit', sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.2);
    padding: 0px;
    margin: 0px 0px 10px;
  }
  .event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(95, 187, 236);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .event-list > li:nth-child(n+5) > time {
    background-color: rgb(165, 82, 167);
  }
  .event-list > li:nth-child(3) > time {
    background-color: rgb(240, 78, 149);
  }
  .event-list > li:nth-child(4) > time {
    background-color: rgb(240, 173, 78);
  }
  .event-list > li > time > span {
    display: none;
  }
  .event-list > li > time > .day {
    display: block;
    margin-top:5px;
    font-size: 20pt;
    font-weight: 600;
    line-height: 1;
  }
  .event-list > li time > .month {
    display: block;
    font-size: 14pt;
    font-weight: 100;
    line-height: 1;
  }
  .event-list > li time > .year {
    display: block;
    font-size: 24pt;
    font-weight: 500;
    line-height: 1;
  }
  .event-list > li > img {
    width: 100%;
  }
  .event-list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event-list > li > .info > .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
     padding: 5px;
  }
  .event-list > li > .info > .desc {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 5px;
  }
  .event-list > li > .info > ul,
  .event-list > li > .meeting > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    
  }
  .event-list > li > .meeting > ul {
    margin: 0px;
  }
  .event-list > li > .info > ul > li,
  .event-list > li > .meeting > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
        padding: 3px 0px;
  }
    .event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  } 
    .event-list > li > .meeting > ul > li {    
        padding: 0px;
    }
    .event-list > li > .meeting > ul > li > a {
        padding: 3px 0px;
  } 
  .event-list > li > .info > ul > li:hover,
  .event-list > li > .meeting > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }
  .edit a,
  .confirm a,
  .delete a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
  }
  .confirm a {
    color: rgb(79, 213, 248) !important;
  }
  .delete a {
    color: rgb(221, 75, 57) !important;
  }
  .edit:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }
  .confirm:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }
  .delete:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }

  @media (min-width: 768px) {
    .event-list > li {
      position: relative;
      display: block;
      width: 100%;
      height: 81px;
      padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
      display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 60px;
      float: left;
    }
    .event-list > li > .info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 60px;
      height: 81px;
      padding: 0px;
      margin: 0px;
    }
    .event-list > li > .info {
      position: relative;
      height: 81px;
      text-align: left;
      padding-right: 0px;
    } 
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
      padding: 0px 10px;
    }
    .event-list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    .event-list > li > .meeting {
      position: absolute;
      top: 0;
      right: 0px;
      display: block;
      width: auto;
      float: left;
      margin: 5px;
    }
        .event-list > li > .meeting > ul {
            border-left: none; /*1px solid rgb(230, 230, 230);*/
        }
    .event-list > li > .meeting > ul > li {     
      display: block;
            padding: 0px;
            float:right;
    }
    .event-list > li > .meeting > ul > li > a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }
  .btn-cancel {
  color: #fff;
  background-color: #333333;
  border-color: #666666;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel.focus,
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  color: #fff;
  background-color: #333333;
  border-color: #6666664;
}
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  background-image: none;
}
.btn-cancel.disabled,
.btn-cancel[disabled],
fieldset[disabled] .btn-cancel,
.btn-cancel.disabled:hover,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel.disabled:focus,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus,
.btn-cancel.disabled.focus,
.btn-cancel[disabled].focus,
fieldset[disabled] .btn-cancel.focus,
.btn-cancel.disabled:active,
.btn-cancel[disabled]:active,
fieldset[disabled] .btn-cancel:active,
.btn-cancel.disabled.active,
.btn-cancel[disabled].active,
fieldset[disabled] .btn-cancel.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-cancel .badge {
  color: #fff;
  background-color: #333333;
}

@media (min-width: 768px){
.btn-cancel {
  color: #fff;
  background-color: #333333;
  border-color: #666666;
  }
}


/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  width: auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin:0px; /*margin: 0 0 60px;*/
  /* background: #ffffff; */
  /*border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  width:100%;
  padding-top: 0;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0px 20px; /* new */
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  /*height: 40px;*/
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 60px;
  display: inline-block;
  content: '\f0a8';
  color: #e0dcdc;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f0a9';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  top: -20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #FFFFFF;
  /*background: rgba(0, 0, 0, 0.9);*/
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

// purchase

@charset "UTF-8";
.thumbnailHorizon.thumbnailHorizonDiffColor .caption,
.thumbnailTheme .caption {
    border-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .12)
}

/*------------ import ------------*/
.thumbnailHorizon.thumbnailSM .caption {
    max-width: 240px;
    padding-right: 20px
  }
.thumbnailHorizon.thumbnailSM .caption::before {
    left: -80px
}
.thumbnailHorizon .caption .desc {
    height: auto;
    padding-bottom: 15px
}
.thumbnailHorizonType2 .caption::before,
.thumbnailHorizonType3 .caption::before {
    right: -70px
}
.thumbnailHorizonType2 .caption,
.thumbnailHorizonType3 .caption {
    max-width: 265px;
    height: 336px
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .thumbnailListThemeInner,
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .thumbnailListThemeInner {
    font-size: 18px;
    width: 80%;
    word-wrap: break-word;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .numberStat,
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .numberStat {
    font-size: 28px;
    height: 40px;
    width: 40px
}

/*------------ import ------------*/

.thumbnail {
    background: 0 0;
    padding: 0;
    border: none
}
.thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.thumbnailTheme {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 15px;
    position: relative
}
.thumbnailTheme .imageInner a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    z-index: 2;
    transition-property: top;
    transition-delay: 0s
}
/*------------ end import ------------*/

.thumbnailHorizon {
    max-width: 802px;
    width: 100%;
    margin: 0 auto 15px;
    position: relative
}
.thumbnailHorizon .imageInner a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    z-index: 2;
    transition-property: top;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon:hover .imageInner a:after {
    top: 100%
}
@media (max-width: 767px) {
    .thumbnailHorizon {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 30px
    }
}
.thumbnailHorizon .thumbnailHorizonInner {
    position: relative
}
.thumbnailHorizon .image .imageInner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1
}
.thumbnailHorizon .image .imageInner img {
    position: relative;
    display: block;
    width: 100%
}
.thumbnailHorizon .image .imageInner .curve {
    position: absolute;
    left: -250px;
    top: 35%;
    width: 250%;
    height: 150%;
    z-index: 10;
    background: #d1d1d1;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: .15s
}
@media (max-width: 767px) {
    .thumbnailHorizon .image .imageInner .curve {
        right: -100px !important;
        left: auto !important;
        top: 100% !important;
        width: 250% !important;
        height: 150% !important;
        z-index: 4 !important;
        -webkit-transform: rotate(-13deg) !important;
        -ms-transform: rotate(-13deg) !important;
        transform: rotate(-13deg) !important;
        background: #d1d1d1;
        transition-property: all;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s
    }
}
.thumbnailHorizon .caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 280px;
    height: 78%;
    margin: 55px 0 0;
    background: #F26D23;
    color: #fff;
    z-index: 2;
    font-family: 'quarkbold', sans-serif;
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption {
        position: relative !important;
        top: 0 !important;
        margin: -30px 15px 0 !important;
        max-width: none !important;
        width: auto !important;
        height: auto !important;
        border-bottom: 1px solid transparent;
        transition-property: all;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s
    }
}
.thumbnailHorizon .caption:before {
    position: absolute;
    left: -85px;
    top: 0;
    background: #F26D23;
    content: "";
    height: 100%;
    width: 80%;
    z-index: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption:before {
        right: 0 !important;
        left: auto !important;
        top: -32px !important;
        height: 90% !important;
        width: 100% !important;
        border: none !important;
        -webkit-transform: skewY(-13deg) !important;
        -ms-transform: skewY(-13deg) !important;
        transform: skewY(-13deg) !important;
        background: #F26D23
    }
}
.thumbnailHorizon .caption .titleText {
    margin: 0;
    color: #F26D23;
    font-size: 24px;
    height: 27px;
    overflow: hidden;
    position: relative;
    z-index: 2
}
.thumbnailHorizon .caption .desc {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    overflow: hidden;
    height: 108px;
    color: #fff
}
.thumbnailHorizon .caption .date {
    font-size: 50px
}
.thumbnailHorizon .captionInner {
    position: relative;
    border-top: none;
    padding: 0 30px 0 0;
    z-index: 5
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption .date {
        font-size: 30px
    }
    .thumbnailHorizon .captionInner {
        padding: 0 15px
    }
}
.thumbnailHorizon .thumbnailHeader {
    position: absolute;
    bottom: 100%;
    height: 38px;
    padding-right: 110px;
    padding-left: 20px;
    padding-top: 5px;
    background-color: #fff;
    left: -50px
}
@media (max-width: 767px) {
    .thumbnailHorizon .thumbnailHeader {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important
    }
}
@media (min-width: 768px) {
    .thumbnailHorizon .thumbnailHeader:before {
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        height: 100%;
        width: 30px;
        left: -10px;
        top: 0;
        background-color: #fff;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
        transition-property: background;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
    }
}
.thumbnailHorizon .btnThumbnailTheme {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 38px;
    background-color: #8a0029;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    font-family: 'quarkbold', sans-serif;;
    border: none;
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon .btnThumbnailTheme:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
.thumbnailHorizon .btnThumbnailTheme .btnThumbnailThemeInner {
    display: inline-block;
    position: relative;
    z-index: 1
}
.thumbnailHorizon .btnThumbnailTheme:before,
.thumbnailHorizon .readmore {
    display: block;
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon .btnThumbnailTheme:before {
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 30px;
    left: -10px;
    top: 0;
    background-color: #8a0029;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}
@media (min-width: 768px) {
    .thumbnailHorizon .btnThumbnailTheme:after {
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        height: 100%;
        width: 30px;
        right: -1px;
        top: 0;
        background-color: #8a0029;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
        transition-property: background;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
    }
    .thumbnailHorizon.thumbnailSM {
        max-width: 550px
    }
}
.thumbnailHorizon .btnThumbnailTheme:hover,
.thumbnailHorizon .btnThumbnailTheme:hover:after,
.thumbnailHorizon .btnThumbnailTheme:hover:before {
    background-color: #57001a
}
.thumbnailHorizon .readmore {
    background-color: #FCB840;
    position: relative;
    z-index: 3;
    color: #50081e;
    width: 210px;
    font-size: 25px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}
.thumbnailHorizon .readmore:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
@media (max-width: 767px) {
    .thumbnailHorizon .readmore {
        width: 100%;
        padding-top: 15px
    }
}
.thumbnailHorizon .readmore>span {
    position: relative;
    z-index: 1;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon .readmore>span:last-child,
.thumbnailHorizon .readmore>span:last-child:after {
    position: absolute;
    height: 100%;
    top: 0;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .35s;
    transition-timing-function: ease-out
}
.thumbnailHorizon .readmore>span:last-child {
    background-color: #50081e;
    right: 0;
    padding-right: 20px;
    width: 45px;
    z-index: 0;
    text-align: center;
    text-align: right
}
.thumbnailHorizon .readmore>span:last-child:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0
}
.thumbnailHorizon .readmore>span:last-child:after {
    content: '';
    z-index: -1;
    display: block;
    background: #50081e;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    left: -20px;
    width: 40px
}
.thumbnailHorizon .readmore>span:last-child>* {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1
}
@media (min-width: 1344px) {
    .thumbnailHorizon .readmore:hover>span {
        color: #fff
    }
    .thumbnailHorizon .readmore:hover>span:last-child {
        width: 100%
    }
    .thumbnailHorizon .readmore:hover>span:last-child:after {
        left: 0;
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0)
    }
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption {
    background-color: #fff;
    color: #837d7d;
    padding-top: 30px
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption .desc {
    color: #837d7d
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption:before {
    background-color: #fff;
    border-left: 10px solid #FCB840
}
@media (max-width: 767px) {
    .thumbnailHorizon.thumbnailHorizonDiffColor .caption {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px
    }
    .thumbnailHorizon.thumbnailHorizonDiffColor .caption:before {
        border-top: 10px solid #FCB840 !important
    }
    .thumbnailHorizon.thumbnailSM .caption:before {
        top: -40px !important
    }
}
.thumbnailHorizon.thumbnailSM .caption {
    margin: 30px 0;
    max-width: 180px
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM .image .imageInner .curve {
        left: -165px
    }
    .thumbnailHorizon.thumbnailSM .caption {
        box-shadow: 1px 0 1px #e0e2e2
    }
}
.thumbnailHorizon.thumbnailSM .caption .captionInner {
    padding: 0
}
.thumbnailHorizon.thumbnailSM .caption:before {
    left: -65px
}
@media (max-width: 991px) {
    .thumbnailHorizon.thumbnailSM .caption:before {
        left: -70px
    }
}
.thumbnailHorizon.thumbnailSM .caption .minisiteTitleText {
    font-size: 30px
}
.thumbnailHorizon.thumbnailSM .caption .readmoreTheme {
    margin: 0
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .image .imageInner .curve {
        left: auto;
        right: 50px
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption {
        box-shadow: -1px 0 1px #e0e2e2;
        padding-left: 15px;
        right: auto;
        left: 0
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption:before {
        left: auto;
        right: -55px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption:before {
        right: -70px
    }
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide.thumbnailHorizonDiffColor .caption:before {
        border-right: 10px solid #FCB840;
        border-left: 0
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide:hover .image .imageInner .curve {
        left: auto;
        right: 100%
    }
}
.thumbnailHorizon.onBGwhite .image .imageInner .curve {
    background-color: #fff
}
.thumbnailHorizon:hover .image .imageInner .curve {
    left: 100px !important;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}
@media (max-width: 767px) {
    .thumbnailHorizon:hover .image .imageInner .curve {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important
    }
}
.thumbnailHorizonType2 .thumbnailHeader {
    left: -100px
}
.thumbnailHorizonType2 .caption {
    margin-top: 38px;
    max-width: 260px;
    height: 273px
}
.thumbnailHorizonType2 .caption:before {
    left: -76px;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme {
    list-style: none;
    padding: 0;
    text-align: right
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    font-size: 1px;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li:last-child {
    border-bottom: none
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #d5540d;
    transition-property: width;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    right: 0;
    left: auto
}
@media (min-width: 1344px) {
    .thumbnailHorizonType2 .caption .thumbnailListTheme>li a:hover:after {
        width: 100%
    }
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .thumbnailListThemeInner {
    display: inline-block;
    vertical-align: middle
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .numberStat {
    font-size: 36px;
    background-color: #fff;
    margin-left: 10px;
    color: #F26D23;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center
}
.thumbnailHorizonType2 .captionInner {
    padding: 10px 15px 0 0
}
.thumbnailHorizonType3 .image .imageInner .curve {
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: .15s;
    right: 0;
    left: auto
}
.thumbnailHorizonType3 .thumbnailHeader {
    right: -200px;
    left: auto;
    padding-right: 10px;
    padding-left: 110px
}
.thumbnailHorizonType3 .thumbnailHeader:before {
    left: auto;
    right: -10px
}
.thumbnailHorizonType3 .thumbnailHeader .btnThumbnailTheme {
    right: auto;
    left: 0
}
.thumbnailHorizonType3 .caption {
    right: auto;
    left: 0;
    margin-top: 38px;
    max-width: 260px;
    background-color: #FCB840;
    height: 273px
}
.thumbnailHorizonType3 .caption:before {
    right: -65px;
    left: auto;
    background-color: #FCB840
}
.thumbnailHorizonType3 .caption .thumbnailListTheme {
    list-style: none;
    padding: 0;
    text-align: left
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    font-size: 22px
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li:last-child {
    border-bottom: none
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fba50e;
    transition-property: width;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
@media (min-width: 1344px) {
    .thumbnailHorizonType3 .caption .thumbnailListTheme>li a:hover:after {
        width: 100%
    }
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .thumbnailListThemeInner {
    display: inline-block;
    vertical-align: middle
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .numberStat {
    font-size: 36px;
    background-color: #fff;
    margin-right: 10px;
    color: #F26D23;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center
}
.thumbnailHorizonType3 .captionInner {
    padding: 10px 0 0 15px
}
.thumbnailHorizonType3:hover .image .imageInner .curve {
    left: auto !important;
    right: 100px !important
}
.thumbnail {
    background: 0 0;
    padding: 0;
    border: none
}
.thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.thumbnailTheme {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 15px;
    position: relative
}
.thumbnailTheme .imageInner a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    z-index: 2;
    transition-property: top;
    transition-delay: 0s
}
.thumbnailTheme:hover .imageInner a:after {
    top: 100%
}
.thumbnailTheme .thumbnailThemeInner {
    position: relative
}
.thumbnailTheme .image {
    position: relative;
    overflow: hidden;
    z-index: 0
}
.thumbnailTheme .image .imageInner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1
}
.thumbnailTheme .image .imageInner img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%
}
.thumbnailTheme .image .imageInner .curve {
    position: absolute;
    right: -100px;
    top: 100%;
    width: 250%;
    height: 150%;
    z-index: 10;
    background: #d1d1d1;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    transition-property: all;
    transition-delay: .15s
}
@media (max-width: 479px) {
    .thumbnailTheme .image .imageInner .curve {
        -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
}
.thumbnailTheme .thumbnailHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-right: 95px
}
.thumbnailTheme .thumbnailHeader.diffColor .titleTextWrap {
    background-color: #F26D23
}
.thumbnailTheme .thumbnailHeader.diffColor .titleTextWrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 30px;
    top: 0;
    background: #F26D23;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    left: auto;
    right: -10px
}
.thumbnailTheme .thumbnailHeader.diffColor .titleTextWrap>* {
    color: #fff
}
.thumbnailTheme .titleTextWrap {
    opacity: .89;
    background-color: #fff;
    position: relative;
    z-index: 1
}
.thumbnailTheme .btnThumbnailTheme,
.thumbnailTheme .titleTextWrap:before {
    position: absolute;
    display: block;
    transition-property: background;
    top: 0;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailTheme .titleTextWrap:before {
    content: '';
    z-index: -1;
    height: 100%;
    width: 30px;
    background: #fff;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    left: auto;
    right: -10px
}
.thumbnailTheme .titleTextWrap>* {
    color: #F26D23
}
.thumbnailTheme .titleText {
    margin: 0;
    color: rgba(0, 0, 0, .8);
    font-size: 24px;
    height: 29px;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 10px
}
.thumbnailTheme .btnThumbnailTheme {
    right: 0;
    z-index: 3;
    background-color: #8a0029;
    color: #fff;
    font-size: 18px;
    padding: 2px 5px 2px 0;
    border: none;
    height: 29px
}
.thumbnailTheme .btnThumbnailTheme:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
.thumbnailTheme .btnThumbnailTheme .btnThumbnailThemeInner {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    z-index: 1
}
.thumbnailTheme .btnThumbnailTheme:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 30px;
    left: -10px;
    top: 0;
    background: #8a0029;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailTheme .btnThumbnailTheme:hover,
.thumbnailTheme .btnThumbnailTheme:hover:before {
    background-color: #57001a
}
.thumbnailTheme .caption {
    position: relative;
    top: 0;
    margin: -30px 15px 0;
    z-index: 2;
    box-shadow: 0 1px 1px #DDD;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailTheme .caption:before {
    right: 0;
    top: -36px;
    background: #fff;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #f1f1f1;
    z-index: 0;
    position: absolute;
    -webkit-transform: skewY(-13deg);
    -ms-transform: skewY(-13deg);
    transform: skewY(-13deg)
}
@media (max-width: 479px) {
    .thumbnailTheme .caption {
        margin-top: -10px
    }
    .thumbnailTheme .caption:before {
        -webkit-transform: skewY(-7deg);
        -ms-transform: skewY(-7deg);
        transform: skewY(-7deg);
        top: -23px
    }
}
.thumbnailTheme .caption .captionInner {
    position: relative;
    background: #fff;
    border-top: none;
    padding: 0 30px 12px 40px;
    z-index: 5
}
.thumbnailTheme .caption .captionInner:after {
    content: '';
    display: block;
    height: 10px;
    width: 15px;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background-color: #F26D23;
    position: absolute;
    left: 15px;
    top: 5px
}
.thumbnailTheme .thumbnailFooter .readmore,
.thumbnailTheme.hasShareBar .thumbnailFooter .btnShare {
    width: 25px;
    transition-property: background;
    transition-delay: 0s;
    transition-duration: .35s;
    transition-timing-function: ease-out
}
.thumbnailTheme .caption .desc {
    font-family: Tahoma;
    font-size: 13px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 0;
    height: 55px;
    overflow: hidden;
    position: relative
}
.thumbnailTheme .caption .datePost {
    color: #bbb6b6;
    font-size: 12px;
    display: block
}
.thumbnailTheme .thumbnailFooter {
    margin: 0;
    position: relative;
    background: #fff;
    border-top: none;
    padding: 0;
    z-index: 6
}
.thumbnailTheme .thumbnailFooter .list-inline {
    margin: 0
}
.thumbnailTheme .thumbnailFooter .list-inline li:first-child {
    margin-left: 0;
    padding-left: 0
}
.thumbnailTheme .thumbnailFooter .list-inline li>span {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}
.thumbnailTheme .thumbnailFooter .list-inline li>span:first-child {
    margin-right: 8px
}
.thumbnailTheme .thumbnailFooter .readmore {
    background-color: #F26D23;
    position: relative;
    right: 0;
    top: 0;
    margin-left: auto;
    height: 25px;
    display: block;
    text-align: center
}
.thumbnailTheme .thumbnailFooter .readmore:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0
}
.thumbnailTheme .thumbnailFooter .readmore:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
.thumbnailTheme .thumbnailFooter .readmore:hover {
    background-color: #d5540d
}
.thumbnailTheme .thumbnailFooter .readmore>* {
    display: inline-block;
    vertical-align: middle
}
.thumbnailTheme.hasSlideDetail .thumbnailHeader {
    position: absolute;
    z-index: 3;
    margin-left: 15px;
    margin-right: 15px;
    top: auto;
    bottom: 65px;
    left: 40px
}
.thumbnailTheme.hasSlideDetail .caption .captionInner {
    padding-top: 27px
}
.thumbnailTheme.hasShareBar .thumbnailFooter {
    position: relative
}
.thumbnailTheme.hasShareBar .thumbnailFooter .btnShare {
    display: block;
    height: 25px;
    right: 40px;
    bottom: 0;
    position: absolute
}
.thumbnailTheme.hasShareBar .thumbnailFooter .btnShare:hover {
    background-color: #cdcdcd
}
.thumbnailTheme.minisiteThumbnailTheme .caption .captionInner {
    text-align: center
}
.thumbnailTheme.minisiteThumbnailTheme .caption .captionInner:after {
    display: none
}
.thumbnailTheme.thumbnailThemeDiffCaptionColor .caption,
.thumbnailTheme.thumbnailThemeDiffCaptionColor .caption .captionInner,
.thumbnailTheme.thumbnailThemeDiffCaptionColor .caption:before,
.thumbnailTheme.thumbnailThemeDiffCaptionColor .thumbnailFooter {
    background-color: #F26D23
}
.thumbnailTheme.thumbnailThemeDiffCaptionColor .thumbnailFooter .readmore {
    background-color: #dadada
}
.thumbnailTheme.onBGwhite .image .imageInner .curve {
    background-color: #fff
}
.thumbnailTheme:hover .image .imageInner .curve {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.thumbnailHorizon {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 15px;
    position: relative;
}
.thumbnailHorizon .imageInner a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, .15);
    z-index: 2;
    transition-property: top;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
.thumbnailHorizon:hover .imageInner a:after {
    top: 100%
}
@media (max-width: 767px) {
    .thumbnailHorizon {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 30px
    }
}
.thumbnailHorizon .thumbnailHorizonInner {
    position: relative
}
.thumbnailHorizon .image .imageInner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1
}
.thumbnailHorizon .image .imageInner img {
    position: relative;
    display: block;
    width: 100%;
}
.thumbnailHorizon .image .imageInner .curve {
    position: absolute;
    /* left: -288px; */
    top: 35%;
    /* width: 250%; */
    /* height: 330px; */0% */
    z-index: 10;
    background: #f5eee2;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: .15s;
}
@media (max-width: 767px) {
    .thumbnailHorizon .image .imageInner .curve {
        right: -100px !important;
        left: auto !important;
        top: 100% !important;
        width: 250% !important;
        height: 150% !important;
        z-index: 4 !important;
        -webkit-transform: rotate(-13deg) !important;
        -ms-transform: rotate(-13deg) !important;
        transform: rotate(-13deg) !important;
        background: #d1d1d1;
        transition-property: all;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s
    }
}
.thumbnailHorizon .caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 280px;
    height: 78%;
    margin: 55px 0 0;
    background: #a94442;
    color: #fff;
    z-index: 2;
    font-family: 'quarkbold', sans-serif;;
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption {
        position: relative !important;
        top: 0 !important;
        margin: -30px 15px 0 !important;
        max-width: none !important;
        width: auto !important;
        height: auto !important;
        border-bottom: 1px solid transparent;
        transition-property: all;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s
    }
}
.thumbnailHorizon .caption:before {
    position: absolute;
    left: -85px;
    top: 0;
    background: #a94442;
    content: "";
    height: 100%;
    width: 80%;
    z-index: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(0deg);
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption:before {
        right: 0 !important;
        left: auto !important;
        top: 0px !important;
        height: 100% !important;
        width: 100% !important;
        border: none !important;
        -webkit-transform: skewY(-13deg) !important;
        -ms-transform: skewY(-13deg) !important;
        transform: skewY(0deg) !important;
        background: #a94442;
    }
}
.thumbnailHorizon .caption .titleText {
    margin: 0;
    color: #F26D23;
    font-size: 20px;
    height: 27px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0px 5px;
}
.thumbnailHorizon .caption .desc {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    overflow: hidden;
    height: 108px;
    color: #fff
}
.thumbnailHorizon .caption .date {
    font-size: 50px
}
.thumbnailHorizon .captionInner {
    position: relative;
    border-top: none;
    padding: 0 30px 0 0;
    z-index: 5;
}
@media (max-width: 767px) {
    .thumbnailHorizon .caption .date {
        font-size: 30px
    }
    .thumbnailHorizon .captionInner {
        padding: 0 15px
    }
}
.thumbnailHorizon .thumbnailHeader {
    position: absolute;
    bottom: 100%;
    height: 38px;
    padding-right: 110px;
    padding-left: 20px;
    padding-top: 5px;
    background-color: #fff;
    left: -50px;
    width: 100%;
}
@media (max-width: 767px) {
    .thumbnailHorizon .thumbnailHeader {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important
    }
}
@media (min-width: 768px) {
    .thumbnailHorizon .thumbnailHeader:before {
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        height: 100%;
        width: 30px;
        left: -13px;
        top: 0;
        background-color: #fff;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
        transition-property: background;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
    }
}
.thumbnailHorizon .btnThumbnailTheme {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 38px;
    background-color: #8a0029;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    font-family: 'quarkbold', sans-serif;;
    border: none;
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
.thumbnailHorizon .btnThumbnailTheme:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
.thumbnailHorizon .btnThumbnailTheme .btnThumbnailThemeInner {
    display: inline-block;
    position: relative;
    z-index: 1
}
.thumbnailHorizon .btnThumbnailTheme:before,
.thumbnailHorizon .readmore {
    display: block;
    transition-property: background;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon .btnThumbnailTheme:before {
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 30px;
    left: 0px;
    top: 0;
    background-color: #8a0029;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(0deg);
}
@media (min-width: 768px) {
    .thumbnailHorizon .btnThumbnailTheme:after {
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        height: 100%;
        width: 50px;
        /* right: -47px; */
        top: 0;
        background-color: #8a0029;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(0deg);
        transition-property: background;
        transition-duration: .35s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
    }
    .thumbnailHorizon.thumbnailSM {
        max-width: 550px
    }
}
.thumbnailHorizon .btnThumbnailTheme:hover,
.thumbnailHorizon .btnThumbnailTheme:hover:after,
.thumbnailHorizon .btnThumbnailTheme:hover:before {
    background-color: #57001a
}
.thumbnailHorizon .readmore {
    background-color: #FCB840;
    position: relative;
    z-index: 3;
    color: #50081e;
    width: 210px;
    font-size: 25px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}
.thumbnailHorizon .readmore:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
@media (max-width: 767px) {
    .thumbnailHorizon .readmore {
        width: 100%;
        padding-top: 15px
    }
}
.thumbnailHorizon .readmore>span {
    position: relative;
    z-index: 1;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
.thumbnailHorizon .readmore>span:last-child,
.thumbnailHorizon .readmore>span:last-child:after {
    position: absolute;
    height: 100%;
    top: 0;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .35s;
    transition-timing-function: ease-out
}
.thumbnailHorizon .readmore>span:last-child {
    background-color: #50081e;
    right: 0;
    padding-right: 20px;
    width: 45px;
    z-index: 0;
    text-align: center;
    text-align: right
}
.thumbnailHorizon .readmore>span:last-child:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0
}
.thumbnailHorizon .readmore>span:last-child:after {
    content: '';
    z-index: -1;
    display: block;
    background: #50081e;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    left: -20px;
    width: 40px
}
.thumbnailHorizon .readmore>span:last-child>* {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1
}
@media (min-width: 1344px) {
    .thumbnailHorizon .readmore:hover>span {
        color: #fff
    }
    .thumbnailHorizon .readmore:hover>span:last-child {
        width: 100%
    }
    .thumbnailHorizon .readmore:hover>span:last-child:after {
        left: 0;
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0)
    }
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption {
    background-color: #fff;
    color: #837d7d;
    padding-top: 30px
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption .desc {
    color: #837d7d
}
.thumbnailHorizon.thumbnailHorizonDiffColor .caption:before {
    background-color: #fff;
    border-left: 10px solid #FCB840
}
@media (max-width: 767px) {
    .thumbnailHorizon.thumbnailHorizonDiffColor .caption {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px
    }
    .thumbnailHorizon.thumbnailHorizonDiffColor .caption:before {
        border-top: 10px solid #FCB840 !important
    }
    .thumbnailHorizon.thumbnailSM .caption:before {
        top: -40px !important
    }
}
.thumbnailHorizon.thumbnailSM .caption {
    margin: 30px 0;
    max-width: 180px
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM .image .imageInner .curve {
        left: -165px
    }
    .thumbnailHorizon.thumbnailSM .caption {
        box-shadow: 1px 0 1px #e0e2e2
    }
}
.thumbnailHorizon.thumbnailSM .caption .captionInner {
    padding: 0
}
.thumbnailHorizon.thumbnailSM .caption:before {
    left: -65px
}
@media (max-width: 991px) {
    .thumbnailHorizon.thumbnailSM .caption:before {
        left: -70px
    }
}
.thumbnailHorizon.thumbnailSM .caption .minisiteTitleText {
    font-size: 30px
}
.thumbnailHorizon.thumbnailSM .caption .readmoreTheme {
    margin: 0
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .image .imageInner .curve {
        left: auto;
        right: 50px
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption {
        box-shadow: -1px 0 1px #e0e2e2;
        padding-left: 15px;
        right: auto;
        left: 0
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption:before {
        left: auto;
        right: -55px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide .caption:before {
        right: -70px
    }
}
@media (min-width: 768px) {
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide.thumbnailHorizonDiffColor .caption:before {
        border-right: 10px solid #FCB840;
        border-left: 0
    }
    .thumbnailHorizon.thumbnailSM.thumbnailHorizonDiffSide:hover .image .imageInner .curve {
        left: auto;
        right: 100%
    }
}
.thumbnailHorizon.onBGwhite .image .imageInner .curve {
    background-color: #fff
}
.thumbnailHorizon:hover .image .imageInner .curve {
    left: 100px !important;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}
@media (max-width: 767px) {
    .thumbnailHorizon:hover .image .imageInner .curve {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important
    }
}
.thumbnailHorizonType2 .thumbnailHeader {
    left: -1px;
}
.thumbnailHorizonType2 .caption {
    margin-top: 38px;
    max-width: 350px;
    height: 335px;
}
.thumbnailHorizonType2 .caption:before {
    left: -100px;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme {
    list-style: none;
    padding: 0;
    text-align: right;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    /* font-size: 11px; */
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li:last-child {
    border-bottom: none
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #d5540d;
    transition-property: width;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    right: 0;
    left: auto
}
@media (min-width: 1344px) {
    .thumbnailHorizonType2 .caption .thumbnailListTheme>li a:hover:after {
        width: 100%
    }
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .thumbnailListThemeInner {
    display: inline-block;
    vertical-align: middle;
}
.thumbnailHorizonType2 .caption .thumbnailListTheme>li .numberStat {
    font-size: 18px;
    background-color: #fff;
    margin-left: 10px;
    color: #8a0029;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.thumbnailHorizonType2 .captionInner {
    padding: 3px 15px 0 0;
}
.thumbnailHorizonType3 .image .imageInner .curve {
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: .15s;
    right: 0;
    left: auto
}
.thumbnailHorizonType3 .thumbnailHeader {
    right: 0px;
    left: auto;
    padding-right: 10px;
    padding-left: 110px;
}
.thumbnailHorizonType3 .thumbnailHeader:before {
    left: auto;
    right: -10px;
}
.thumbnailHorizonType3 .thumbnailHeader .btnThumbnailTheme {
    right: auto;
    left: 0
}
.thumbnailHorizonType3 .caption {
    right: auto;
    left: 0;
    margin-top: 38px;
    max-width: 350px;
    background-color: #a94442;
    height: 335px;
}
.thumbnailHorizonType3 .caption:before {
    right: -65px;
    left: auto;
    background-color: #a94442;
}
.thumbnailHorizonType3 .caption .thumbnailListTheme {
    list-style: none;
    padding: 0;
    text-align: left
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    font-size: 22px
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li:last-child {
    border-bottom: none
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #D45515;
    transition-property: width;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}
@media (min-width: 1344px) {
    .thumbnailHorizonType3 .caption .thumbnailListTheme>li a:hover:after {
        width: 100%
    }
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .thumbnailListThemeInner {
    display: inline-block;
    vertical-align: middle
}
.thumbnailHorizonType3 .caption .thumbnailListTheme>li .numberStat {
    font-size: 18px;
    background-color: #fff;
    margin-right: 10px;
    color: #8a0029;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.thumbnailHorizonType3 .captionInner {
    padding: 5px 0 0 15px;
}
.thumbnailHorizonType3:hover .image .imageInner .curve {
    left: auto !important;
    right: 100px !important
}

.thumbnailThemeHighlight {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
@media (min-width: 768px) {
    .thumbnailThemeHighlight .caption {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 55%
    }
}
@media (min-width: 992px) {
    .thumbnailThemeHighlight .caption {
        width: 40%
    }
}
@media (min-width: 768px) {
    .thumbnailThemeHighlight .caption:before {
        content: '';
        background: rgba(255, 255, 255, .9);
        display: block;
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
        margin-right: -15px;
        margin-left: -100px;
        margin-top: -100px
    }
}
.thumbnailThemeHighlight .caption .captionInner {
    position: relative;
    z-index: 2;
    padding: 30px
}
@media (max-width: 991px) {
    .thumbnailThemeHighlight .caption .captionInner {
        padding: 15px
    }
}
.thumbnailThemeHighlight .caption .captionInner .thumbnailHeader {
    margin-bottom: 15px;
    font-family: 'quarkbold', sans-serif;
}
.thumbnailThemeHighlight .caption .captionInner .thumbnailHeader .titleText {
    margin: 0;
    color: #000
}
.thumbnailThemeHighlight .caption .captionInner .thumbnailHeader .titleText small {
    color: #000;
    display: block
}
/**/

// simister

    /*
    --------------------------------------------------------

    Item Information

    --------------------------------------------------------

    Author: IncisiveStudio
    Author UI: http://IncisiveStudio.com
    Item Name: Sinister
    Description: CSS Animation and Effects
    Version: 1.5

    -------------------------------------------------------- */
/*.ImageWrapper {display: block;overflow: hidden;position: relative;}*/
.ImageWrapper {
    min-width: 100%;
    /* height: 250px; */
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    }

/*.ImageWrapper img {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}*/



/*  =============================================
    Button Layout and Color Scheme
    ============================================= */
    .WhiteRounded{
    border: medium none;
    display: inline-block !important;f
    loat: none !important;
    font-size: 18px !important;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
        background: #fff;
    -webkit-border-radius: 250px 250px 250px;
    border-radius: 250px 250px 250px;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,1),inset 0 0 2px rgba(255,255,255,.1);
    box-shadow: 0 0 1px rgba(255,255,255,1),inset 0 0 2px rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,1);
  }

  .ImageWrapper .ImageOverlayH.orange {
    background:rgba(255,108,19,0.8);
  }

  .ImageWrapper .ImageOverlayH.blue {
    background:rgba(33,194,248,0.8);
  }
  .ImageWrapper .ImageOverlayH.purple {
    background:rgba(87,77,229,0.8);
  }
  .ImageWrapper .ImageOverlayH.yellow {
    background:rgba(226,228,31,0.8);
  }
  
    
    .ImageWrapper .StyleBe {color:#ffffff;visibility: hidden;opacity: 0;position: absolute;text-align: center;right: 0;width: 100%;bottom: 25%;margin-top:20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
  
    .ImageWrapper:hover .StyleBe {margin:0 auto;opacity: 1;visibility: visible;}
  
    .ImageWrapper .StyleBe1 {color:#ffffff;visibility: hidden;opacity: 0;position: absolute;text-align: center;right: 0;width: 100%;bottom: 43%;margin-top:20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
  
    .ImageWrapper:hover .StyleBe1 {margin:0 auto;opacity: 1;visibility: visible;} 
  
    .WhiteRounded:hover {background: #e9f2f9; border-color: #e9f2f9;}
    .WhiteRounded > a {color: #0e4ead;display: block;font-weight: normal;}
    .WhiteRounded > a:hover {color: #0e4ead;}
    .RedRounded{background-color: #D8322B;border: medium none;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 250px 250px 250px;border-radius: 250px 250px 250px;-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);}
    .RedRounded > a {color: #FFFFFF;display: block;font-weight: normal;}
    
    .BlackRounded{background-color: #222222;border: medium none;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 250px 250px 250px;border-radius: 250px 250px 250px;-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);}
    .BlackRounded > a {color: #ffffff;display: block;font-weight: normal;}
    
    .WhiteHollowRounded{border: 1px solid #ffffff;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 50%;border-radius: 50%;}
    .WhiteHollowRounded > a {color: #ffffff;display: block;font-weight: normal;}
    
    .BlackHollowRounded{border: 1px solid #222222;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 50%;border-radius: 50%;}
    .BlackHollowRounded > a {color: #222222;display: block;font-weight: normal;}
    
    .WhiteSquare{background: #ffffff;background:rgba(255,255,255,1);border: medium none;display: inline-block !important;float: none !important;font-size: 13px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);}
    .WhiteSquare > a {color: #222222;display: block;font-weight: normal;}
    
    .BlackSquare{background-color: #222222;border: medium none;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 4px 4px 4px;border-radius: 4px 4px 4px;-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow: 0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1);}
    .BlackSquare > a {color: #ffffff;display: block;font-weight: normal;}
    
    .WhiteHollowSquare{border: 1px solid #ffffff;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 4px 4px 4px;border-radius: 4px 4px 4px;}
    .WhiteHollowSquare > a {color: #ffffff;display: block;font-weight: normal;}
    
    .BlackHollowSquare{border: 1px solid #222222;display: inline-block !important;float: none !important;font-size: 14px;font-weight: normal;height: 40px;line-height: 40px;margin: 0 2px;text-align: center;width: 40px;-webkit-border-radius: 4px 4px 4px;border-radius: 4px 4px 4px;}
    .BlackHollowSquare > a {color: #222222;display: block;font-weight: normal;}
    
    .VisibleButtons {margin: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;}
    .VisibleImageOverlay {position: absolute;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);width: 100%;height: 100%;top: 0;left: 0;opacity: .6;visibility: visible;}

/*  =============================================
    Overlay Effects
    ============================================= */
    .ImageWrapper .ImageOverlayH {/* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); *//* bottom: 0; *//* display: block; *//* height: 100%; */left: 0;opacity: 0;position: absolute;right: 0;top: 0;-webkit-transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayH {opacity: 1;}
    
    .ImageWrapper .ImageOverlayHe {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 0;display: block;height: 0;left: 0;opacity: 0;position: absolute;top: 50%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayHe {height: 100%;top: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayLi:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;left: 0;opacity: 0;position: absolute;top: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayLi:after {top: -50%;opacity: 1;}
    .ImageWrapper .ImageOverlayLi:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);bottom: -100%;height: 100%;content: "";display: block;left: 0;opacity: 0;position: absolute;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayLi:before {bottom: -50%;opacity: 1;}
    
    .ImageWrapper .ImageOverlayBe:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;left: 0;opacity: 0;position: absolute;top: -100%;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;transition: all 0.6s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayBe:after {top: 50%;opacity: 1;}
    .ImageWrapper .ImageOverlayBe:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);bottom: -100%;height: 100%;content: "";display: block;left: 0;opacity: 0;position: absolute;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;transition: all 0.6s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayBe:before {bottom: 50%;opacity: 1;}
    
    .ImageWrapper .ImageOverlayB {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;left: 50%;opacity: 0;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 0;}
    .ImageWrapper:hover .ImageOverlayB {left: 0;width: 100%;opacity: 1;}
    
    .ImageWrapper .ImageOverlayC:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;right: -100%;opacity: 0;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayC:after {right: -50%;opacity: 1;}
    .ImageWrapper .ImageOverlayC:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;left: -100%;opacity: 0;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayC:before {left: -50%;opacity: 1;}
    
    .ImageWrapper .ImageOverlayN:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;right: -100%;opacity: 0;position: absolute;top: 0;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;transition: all 0.6s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayN:after {right: 50%;opacity: 1;}
    .ImageWrapper .ImageOverlayN:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;left: -100%;opacity: 0;position: absolute;top: 0;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;transition: all 0.6s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayN:before {left: 50%;opacity: 1;}
    
    .ImageWrapper .ImageOverlayO {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;left: -100%;opacity: 0;position: absolute;top: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayO {left: 0;top: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayF {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;right: -100%;opacity: 0;position: absolute;top: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayF {right: 0;top: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayNe {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;left: -100%;opacity: 0;position: absolute;bottom: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayNe {bottom: 0;left: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayNa {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;right: -100%;opacity: 0;position: absolute;bottom: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayNa {bottom: 0;right: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayMg {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;left: 0;opacity: 0;position: absolute;top: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayMg {top: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayAl {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;left: 0;opacity: 0;position: absolute;bottom: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayAl {bottom: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlaySi {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;top: 0;opacity: 0;position: absolute;right: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlaySi {right: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayP {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;top: 0;opacity: 0;position: absolute;left: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
    .ImageWrapper:hover .ImageOverlayP {left: 0;opacity: 1;}
    
    .ImageWrapper .ImageOverlayS {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;top: 0;opacity: 0;position: absolute;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;-webkit-transform: rotate(180deg) scale(0);-moz-transform: rotate(180deg) scale(0);-ms-transform: rotate(180deg) scale(0);-o-transform: rotate(180deg) scale(0);transform: rotate(180deg) scale(0);}
    .ImageWrapper:hover .ImageOverlayS {-webkit-transform: rotate(0deg) scale(1);-moz-transform: rotate(0deg) scale(1);-ms-transform: rotate(0deg) scale(1);-o-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1);opacity: 1;}
    
    .ImageWrapper .ImageOverlayCl {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;display: block;top: 0;opacity: 0;position: absolute;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;-webkit-transform: rotate(-180deg) scale(0);-moz-transform: rotate(-180deg) scale(0);-ms-transform: rotate(-180deg) scale(0);-o-transform: rotate(-180deg) scale(0);transform: rotate(-180deg) scale(0);}
    .ImageWrapper:hover .ImageOverlayCl {-webkit-transform: rotate(0deg) scale(1);-moz-transform: rotate(0deg) scale(1);-ms-transform: rotate(0deg) scale(1);-o-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1);opacity: 1;}
    
    .ImageWrapper .ImageOverlayArLeft:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);opacity: 0;content: "";display: block;position: absolute;top: -50%;-webkit-transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;width: 100%;height: 100%;left: -100%;overflow: hidden;}
    .ImageWrapper .ImageOverlayArLeft:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);opacity: 0;content: "";display: block;position: absolute;top: 50%;-webkit-transition: all 0.2s ease .2s;-moz-transition: all 0.2s ease .2s;-o-transition: all 0.2s ease .2s;transition: all 0.2s ease .2s;width: 100%;height: 100%;left: -100%;overflow: hidden;}
    .ImageWrapper .ImageOverlayArRight:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);opacity: 0;content: "";display: block;position: absolute;top: -50%;-webkit-transition: all 0.2s ease .3s;-moz-transition: all 0.2s ease .3s;-o-transition: all 0.2s ease .3s;transition: all 0.2s ease .3s;width: 100%;height: 100%;right: -100%;overflow: hidden;}
    .ImageWrapper .ImageOverlayArRight:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);opacity: 0;content: "";display: block;position: absolute;top: 50%;-webkit-transition: all 0.2s ease .5s;-moz-transition: all 0.2s ease .5s;-o-transition: all 0.2s ease .5s;transition: all 0.2s ease .5s;width: 100%;height: 100%;right: -100%;overflow: hidden;}
    .ImageWrapper:hover .ImageOverlayArLeft:before,
    .ImageWrapper:hover .ImageOverlayArLeft:after {opacity: 1;left: 50%;}
    .ImageWrapper:hover .ImageOverlayArRight:before,
    .ImageWrapper:hover .ImageOverlayArRight:after {opacity: 1;right: 50%;}
    
    /*.ImageWrapper .ImageOverlayK:after {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);height: 100%;content: "";display: block;right: -125%;opacity: 0;position: absolute;top: 0;-webkit-transform: skew(-53deg);transform: skew(-53deg);transition: all 0.2s ease 0s;width: 100%;overflow: hidden;}
    .ImageWrapper:hover .ImageOverlayK:after {right: -50%;opacity: 1;}
    .ImageWrapper .ImageOverlayK:before {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 100%;content: "";display: block;left: -125%;opacity: 0;position: absolute;top: 0;-webkit-transform: skew(-53deg);transform: skew(-53deg);transition: all 0.2s ease 0s;width: 100%;overflow: hidden;}
    .ImageWrapper:hover .ImageOverlayK:before {left: -50%;opacity: 1;}*/

    /*.ImageWrapper .ImageOverlayK {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);height: 100%;display: block;top: 0;opacity: 0;position: absolute;right: 300px;transform: skew(-45deg);width: 100%;transition: all 0.3s ease-in-out 0s;}
    .ImageWrapper:hover .ImageOverlayK {right: -380px;opacity: 1;}*/
/*  =============================================
    Background Transform
    ============================================= */
    .GrayScale {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    -webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;
    }
    .GrayScale:hover {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    }
    
    .BackgroundS:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
    
    .BackgroundRR:hover img {-webkit-transform: rotate(-10deg) scale(1.4);-moz-transform: rotate(-10deg) scale(1.4);-ms-transform: rotate(-10deg) scale(1.4);-o-transform: rotate(-10deg) scale(1.4);transform: rotate(-10deg) scale(1.4);}
    
    .BackgroundR:hover img {-webkit-transform: rotate(10deg) scale(1.4);-moz-transform: rotate(10deg) scale(1.4);-ms-transform: rotate(10deg) scale(1.4);-o-transform: rotate(10deg) scale(1.4);transform: rotate(10deg) scale(1.4);}
    
    .BackgroundRS img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
    .BackgroundRS:hover img {-webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0);}
    
    .BackgroundF:hover img {opacity: 0;}
    
    .BackgroundFS:hover img {-webkit-transform: scale(10);-moz-transform: scale(10);-ms-transform: scale(10);-o-transform: scale(10);transform: scale(10);opacity: 0;}
    
    .BackgroundFRS:hover img {-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);opacity: 0;}
/*  =============================================
    Cubic Effects
    ============================================= */
    .ImageWrapper .CStyleH {margin: 0;opacity: 0;position: absolute;text-align: center;top: 0;visibility: hidden;width: 100%;-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);}
    .ImageWrapper:hover .CStyleH {margin-top: -20px;opacity: 1;top: 50%;visibility: visible;}
    
    .ImageWrapper .CStyleHe {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: center;bottom: 0;width: 100%;-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);}
    .ImageWrapper:hover .CStyleHe {margin-bottom: -20px;opacity: 1;bottom: 50%;visibility: visible;}
    
    .ImageWrapper .CStyleLi {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: right;right: 0;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);}
    .ImageWrapper:hover .CStyleLi {margin-right: -42px;opacity: 1;right: 50%;visibility: visible;}
    
    .ImageWrapper .CStyleBe {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: left;left: 0;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);}
  
    .ImageWrapper:hover .CStyleBe {margin-left: -42px;opacity: 1;left: 50%;visibility: visible;}
    
    .ImageWrapper .CStyleB {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transform: scale(0.2);-moz-transform: scale(0.2);-ms-transform: scale(0.2);-o-transform: scale(0.2);transform: scale(0.2);-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);}
    .ImageWrapper:hover .CStyleB {opacity: 1;visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    
    .ImageWrapper .CStyleC span {position: absolute;}
    .ImageWrapper .CStyleC span:nth-of-type(1) {bottom: 30%;top: 70%;left: 0;margin: -10px 0 0 -68px;visibility: hidden;opacity: 1;-webkit-transition: all 400ms cubic-bezier(1.000, 0, 0.570, 0) !important;-webkit-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;-moz-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;-o-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;}
  
  
    .ImageWrapper .CStyleC span:nth-of-type(2) {bottom: 30%;top: 70%;left: 50%;right: 50%;margin: -20px 0 0 -20px;visibility: hidden;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
    .ImageWrapper .CStyleC span:nth-of-type(3) {bottom: 30%;top: 70%;right: 0;margin: -20px -68px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 400ms cubic-bezier(1.000, 0, 0.570, 0) !important;-webkit-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;-moz-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;-o-transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;transition: all 400ms cubic-bezier(1.000, -0.360, 0.570, -0.150)!important;}
    .ImageWrapper:hover .CStyleC span:nth-of-type(1) {left: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .CStyleC span:nth-of-type(2) {visibility: visible;opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    .ImageWrapper:hover .CStyleC span:nth-of-type(3) {right: 50%;visibility: visible;opacity: 1;}
/*  =============================================
    Button Effects
    ============================================= */
    .ImageWrapper .StyleH {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleH {opacity: 1;visibility: visible;}
    
    .ImageWrapper .StyleHe {margin: 0;opacity: 0;position: absolute;text-align: center;top: 0;visibility: hidden;width: 100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleHe {margin-top: -20px;opacity: 1;top: 50%;visibility: visible;}
    
    .ImageWrapper .StyleLi {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: center;bottom: 0;width: 100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleLi {margin-bottom: -20px;opacity: 1;bottom: 35%;visibility: visible;}

    .ImageWrapper .StyleB {visibility: hidden;opacity: 0;position: absolute;text-align: left;left: 0;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleB {margin-left: -42px;opacity: 1;left: 50%;visibility: visible;}
    
    .ImageWrapper .StyleC {visibility: hidden;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transform: scale(0.2);-moz-transform: scale(0.2);-ms-transform: scale(0.2);-o-transform: scale(0.2);transform: scale(0.2);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleC {opacity: 1;visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    
    .ImageWrapper .StyleN {visibility: hidden;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;visibility: visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleN {opacity: 1;visibility: visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
    
    .ImageWrapper .StyleO span {position: absolute;}
    .ImageWrapper .StyleO span:nth-of-type(1) {bottom: 50%;top: 50%;left: 50%;margin: -20px 0 0 -42px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleO span:nth-of-type(2) {bottom: 50%;top: 50%;right: 50%;margin: -20px -42px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleO span:nth-of-type(1) {opacity: 1;visibility: visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
    .ImageWrapper:hover .StyleO span:nth-of-type(2) {opacity: 1;visibility: visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
    
    .ImageWrapper .StyleF {visibility: hidden;-webkit-transform: scale(0.5) rotateX(360deg);-moz-transform: scale(0.5) rotateX(360deg);-ms-transform: scale(0.5) rotateX(360deg);-o-transform: scale(0.5) rotateX(360deg);transform: scale(0.5) rotateX(360deg);margin: 0;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleF {opacity: 1;-webkit-transform: scale(1) rotateX(0deg);-moz-transform: scale(1) rotateX(0deg);-ms-transform: scale(1) rotateX(0deg);-o-transform: scale(1) rotateX(0deg);transform: scale(1) rotateX(0deg);visibility: visible;}
    
    .ImageWrapper .StyleNe {visibility: hidden;margin: 0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleNe {opacity: 1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);visibility: visible;}
    
    .ImageWrapper .StyleNa {visibility: hidden;-webkit-transform: scale(0.2) rotateY(360deg);-moz-transform: scale(0.2) rotateY(360deg);-ms-transform: scale(0.2) rotateY(360deg);-o-transform: scale(0.2) rotateY(360deg);transform: scale(0.2) rotateY(360deg);margin: 0;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleNa {opacity: 1;-webkit-transform: scale(1) rotateY(0deg);-moz-transform: scale(1) rotateY(0deg);-ms-transform: scale(1) rotateY(0deg);-o-transform: scale(1) rotateY(0deg);transform: scale(1) rotateY(0deg);visibility: visible;}
    
    .ImageWrapper .StyleMg span {position: absolute;}
    .ImageWrapper .StyleMg span:nth-of-type(1) {bottom: 50%;top: 50%;left: 50%;margin: -20px 0 0 -82px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleMg span:nth-of-type(2) {bottom: 50%;top: 50%;right: 50%;margin: -20px -82px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleMg span:nth-of-type(1) {margin: -20px 0 0 -42px;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleMg span:nth-of-type(2) {margin: -20px -42px 0 0;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleAl span {position: absolute;}
    .ImageWrapper .StyleAl span:nth-of-type(1) {top: 0;left: 50%;margin: -20px 0 0 -42px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleAl span:nth-of-type(2) {bottom: 0;right: 50%;margin: 0 -42px -20px 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleAl span:nth-of-type(1) {top: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleAl span:nth-of-type(2) {bottom: 50%;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleSi span {position: absolute;}
    .ImageWrapper .StyleSi span:nth-of-type(1) {bottom: 0;left: 50%;margin: 0 0 -20px -42px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleSi span:nth-of-type(2) {top: 0;right: 50%;margin: -20px -42px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleSi span:nth-of-type(1) {bottom: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleSi span:nth-of-type(2) {top: 50%;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleP span {position: absolute;}
    .ImageWrapper .StyleP span:nth-of-type(1) {top: 0;left: 0;margin: -40px 0 0 -40px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleP span:nth-of-type(2) {bottom: 0;right: 0;margin: 0 -40px -40px 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleP span:nth-of-type(1) {top: 50%;left: 50%;margin: -20px 0 0 -42px;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleP span:nth-of-type(2) {bottom: 50%;right: 50%;margin: 0 -42px -20px 0;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleS span {position: absolute;}
    .ImageWrapper .StyleS span:nth-of-type(1) {bottom: 0;left: 0;margin: -40px 0 0 -40px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleS span:nth-of-type(2) {top: 0;right: 0;margin: 0 -40px -40px 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleS span:nth-of-type(1) {bottom: 50%;left: 50%;margin: 0 0 -20px -42px;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleS span:nth-of-type(2) {top: 50%;right: 50%;margin: -20px -42px 0 0;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleCl {visibility: hidden;margin: 0;opacity: 0;position: absolute;text-align: center;width: 100%;top: 50%;margin-top: -20px;visibility: visible;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleCl {opacity: 1;visibility: visible;-webkit-transform:rotateX(360deg);-moz-transform:rotateX(360deg);-ms-transform:rotateX(360deg);-o-transform:rotateX(360deg);transform:rotateX(360deg);}
    
    .ImageWrapper .StyleAr span {position: absolute;}
    .ImageWrapper .StyleAr span:nth-of-type(1) {top: 50%;bottom: 50%;left: 50%;margin: -20px 0 0 -42px;visibility: hidden;opacity: 0;-webkit-transform: scale(0.2) rotate(0deg);-moz-transform: scale(0.2) rotate(0deg);-ms-transform: scale(0.2) rotate(0deg);-o-transform: scale(0.2) rotate(0deg);transform: scale(0.2) rotate(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleAr span:nth-of-type(2) {top: 50%;bottom: 50%;right: 50%;margin: -20px -42px -0 0;visibility: hidden;opacity: 0;-webkit-transform: scale(0.2) rotate(0deg);-moz-transform: scale(0.2) rotate(0deg);-ms-transform: scale(0.2) rotate(0deg);-o-transform: scale(0.2) rotate(0deg);transform: scale(0.2) rotate(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleAr span:nth-of-type(1) {visibility: visible;opacity: 1;-webkit-transform: scale(1) rotate(360deg);-moz-transform: scale(1) rotate(360deg);-ms-transform: scale(1) rotate(360deg);-o-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
    .ImageWrapper:hover .StyleAr span:nth-of-type(2) {visibility: visible;opacity: 1;-webkit-transform: scale(1) rotate(360deg);-moz-transform: scale(1) rotate(360deg);-ms-transform: scale(1) rotate(360deg);-o-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
    
    .ImageWrapper .StyleK span {position: absolute;}
    .ImageWrapper .StyleK span:nth-of-type(1) {top: 50%;bottom: 50%;left: 50%;margin: -20px 0 0 -42px;visibility: hidden;opacity: 0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleK span:nth-of-type(2) {top: 50%;bottom: 50%;right: 50%;margin: -20px -42px -0 0;visibility: hidden;opacity: 0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleK span:nth-of-type(1) {visibility: visible;opacity: 1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);}
    .ImageWrapper:hover .StyleK span:nth-of-type(2) {visibility: visible;opacity: 1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);}
    
    .ImageWrapper .StyleCa span {position: absolute;}
    .ImageWrapper .StyleCa span:nth-of-type(1) {top: 50%;bottom: 50%;left: 50%;margin: -20px 0 0 -42px;visibility: hidden;opacity: 0;-webkit-transform: scale(0.2) rotateY(0deg);-moz-transform: scale(0.2) rotateY(0deg);-ms-transform: scale(0.2) rotateY(0deg);-o-transform: scale(0.2) rotateY(0deg);transform: scale(0.2) rotateY(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleCa span:nth-of-type(2) {top: 50%;bottom: 50%;right: 50%;margin: -20px -42px -0 0;visibility: hidden;opacity: 0;-webkit-transform: scale(0.2) rotateY(0deg);-moz-transform: scale(0.2) rotateY(0deg);-ms-transform: scale(0.2) rotateY(0deg);-o-transform: scale(0.2) rotateY(0deg);transform: scale(0.2) rotateY(0deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleCa span:nth-of-type(1) {visibility: visible;opacity: 1;-webkit-transform: scale(1) rotateY(360deg);-moz-transform: scale(1) rotateY(360deg);-ms-transform: scale(1) rotateY(360deg);-o-transform: scale(1) rotateY(360deg);transform: scale(1) rotateY(360deg);}
    .ImageWrapper:hover .StyleCa span:nth-of-type(2) {visibility: visible;opacity: 1;-webkit-transform: scale(1) rotateY(360deg);-moz-transform: scale(1) rotateY(360deg);-ms-transform: scale(1) rotateY(360deg);-o-transform: scale(1) rotateY(360deg);transform: scale(1) rotateY(360deg);}
    
    .ImageWrapper .StyleSc span {position: absolute;}
    .ImageWrapper .StyleSc span:nth-of-type(1) {bottom: 50%;top: 50%;left: 0;margin: -20px 0 0 -68px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleSc span:nth-of-type(2) {top: 0;right: 50%;left: 50%;margin: -20px 0 0 -20px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleSc span:nth-of-type(3) {bottom: 50%;top: 50%;right: 0;margin: -20px -68px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleSc span:nth-of-type(1) {left: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleSc span:nth-of-type(2) {top: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleSc span:nth-of-type(3) {right: 50%;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleTi span {position: absolute;}
    .ImageWrapper .StyleTi span:nth-of-type(1) {bottom: 50%;top: 50%;left: 0;margin: -20px 0 0 -68px;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleTi span:nth-of-type(2) {bottom: 50%;top: 50%;left: 50%;right: 50%;margin: -20px 0 0 -20px;visibility: hidden;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper .StyleTi span:nth-of-type(3) {bottom: 50%;top: 50%;right: 0;margin: -20px -68px 0 0;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .StyleTi span:nth-of-type(1) {left: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleTi span:nth-of-type(2) {visibility: visible;opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    .ImageWrapper:hover .StyleTi span:nth-of-type(3) {right: 50%;visibility: visible;opacity: 1;}
    
    .ImageWrapper .StyleV span {position: absolute;}
    .ImageWrapper .StyleV span:nth-of-type(1) {top: 0;left: 50%;margin: -20px 0 0 -68px;visibility: hidden;opacity: 0;transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .2s;}
    .ImageWrapper .StyleV span:nth-of-type(2) {top: 0;left: 50%;margin: -20px 0 0 -20px;visibility: hidden;opacity: 0;transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .3s;}
    .ImageWrapper .StyleV span:nth-of-type(3) {top: 0;right: 50%;margin: -20px -68px 0 0;visibility: hidden;opacity: 0;transition: all 200ms cubic-bezier(0.000, 1.135, 0.730, 1.405) .4s;}
    .ImageWrapper:hover .StyleV span:nth-of-type(1) {top: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleV span:nth-of-type(2) {top: 50%;visibility: visible;opacity: 1;}
    .ImageWrapper:hover .StyleV span:nth-of-type(3) {top: 50%;visibility: visible;opacity: 1;}
/*  =============================================
    Plus Button Effects
    ============================================= */
    .ImageWrapper .PStyleH {background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;height: 100%;left: 0;opacity: 0;overflow: hidden;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;z-index: 9999;}
    .ImageWrapper:hover .PStyleH {opacity: .6;visibility: visible;}
    
    .ImageWrapper .PStyleHe {position: absolute;background: url(../images/plus.png) no-repeat scroll center center / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: center center;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleHe {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;}
    
    .ImageWrapper .PStyleLi {-webkit-transform: scale(0.5) rotateY(180deg);-moz-transform: scale(0.5) rotateY(180deg);-ms-transform: scale(0.5) rotateY(180deg);-o-transform: scale(0.5) rotateY(180deg);transform: scale(0.5) rotateY(180deg);background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;height: 100%;left: 0;opacity: 0;overflow: hidden;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;z-index: 9999;}
    .ImageWrapper:hover .PStyleLi {opacity: .6;-webkit-transform: scale(1) rotateY(0deg);-moz-transform: scale(1) rotateY(0deg);-ms-transform: scale(1) rotateY(0deg);-o-transform: scale(1) rotateY(0deg);transform: scale(1) rotateY(0deg);visibility: visible;}
    
    .ImageWrapper .PStyleBe {-webkit-transform: scale(0.5) rotateX(180deg);-moz-transform: scale(0.5) rotateX(180deg);-ms-transform: scale(0.5) rotateX(180deg);-o-transform: scale(0.5) rotateX(180deg);transform: scale(0.5) rotateX(180deg);background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;height: 100%;left: 0;opacity: 0;overflow: hidden;position: absolute;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;z-index: 9999;}
    .ImageWrapper:hover .PStyleBe {opacity: .6;-webkit-transform: scale(1) rotateX(0deg);-moz-transform: scale(1) rotateX(0deg);-ms-transform: scale(1) rotateX(0deg);-o-transform: scale(1) rotateX(0deg);transform: scale(1) rotateX(0deg);visibility: visible;}
    
    .ImageWrapper .PStyleB {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: top left;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleB {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}
    
    .ImageWrapper .PStyleC {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: top right;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleC {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}
    
    .ImageWrapper .PStyleN {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: bottom right;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleN {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}
    
    .ImageWrapper .PStyleO {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: bottom left;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleO {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}
    
    .ImageWrapper .PStyleF {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: top center;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleF {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}
    
    .ImageWrapper .PStyleNe {position: absolute;background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;;width: 100%;height: 100%;z-index: 1;-o-background-origin: padding-box, padding-box;background-origin: padding-box, padding-box;background-position: bottom center;background-repeat: no-repeat;-o-background-size: 10px 10px, 100% 100%;background-size: 10px 10px, 100% 100%;opacity: 0;top: 0;-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;}
    .ImageWrapper:hover .PStyleNe {opacity: .6;-o-background-size: 60px 60px, 100% 100%;background-size: 60px 60px, 100% 100%;visibility: visible;background-position: center center;}

/*  =============================================
    Content Transform
    ============================================= */
  
  
    .ContentWrapperH .ContentH {position: absolute;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;width: 100%;height: 100%;
  display: block;
  right:10px;
  bottom:10px;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperH:hover .ContentH {opacity: 1;visibility: visible;}
    .ContentWrapperH .ContentH .Content {position: relative;top: 10%;padding: 0 10px;}
    .ContentWrapperH .ContentH .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperH .ContentH .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperH .ContentH .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperH .ContentH .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperHe .ContentHe {position: absolute; background: #000000; background: rgba(133, 96, 169, 0.7); opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: 0;-webkit-transform: scale(0.0);-moz-transform: scale(0.0);-ms-transform: scale(0.0);-o-transform: scale(0.0);transform: scale(0.0);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperHe:hover .ContentHe {opacity: 1;visibility: visible;-webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0);right:10px;}
    .ContentWrapperHe .ContentHe .Content {position: absolute;top: 10%;padding: 0px;}
    .ContentWrapperHe .ContentHe .Content h4{background: none;}
    .ContentWrapperHe .ContentHe .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperHe .ContentHe .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperHe .ContentHe .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperHe .ContentHe .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperLi:hover img {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
    .ContentWrapperLi .ContentLi {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperLi:hover .ContentLi {opacity: 1;visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    .ContentWrapperLi .ContentLi .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperLi .ContentLi .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperLi .ContentLi .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperLi .ContentLi .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperLi .ContentLi .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperBe:hover img {-webkit-transform: scale(10);-moz-transform: scale(10);-ms-transform: scale(10);-o-transform: scale(10);transform: scale(10);opacity: 0;}
    .ContentWrapperBe .ContentBe {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperBe:hover .ContentBe {opacity: 1;visibility: visible;}
    .ContentWrapperBe .ContentBe .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperBe .ContentBe .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperBe .ContentBe .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperBe .ContentBe .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperBe .ContentBe .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperB:hover img {-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);}
    .ContentWrapperB .ContentB {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: -100%;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperB:hover .ContentB {opacity: 1;visibility: visible;top: 0;}
    .ContentWrapperB .ContentB .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperB .ContentB .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperB .ContentB .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperB .ContentB .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperB .ContentB .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperC:hover img {-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
    .ContentWrapperC .ContentC {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;bottom: -100%;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperC:hover .ContentC {opacity: 1;visibility: visible;bottom: 0;}
    .ContentWrapperC .ContentC .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperC .ContentC .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperC .ContentC .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperC .ContentC .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperC .ContentC .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperN:hover img {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);}
    .ContentWrapperN .ContentN {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;right: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperN:hover .ContentN {opacity: 1;visibility: visible;right: 0;}
    .ContentWrapperN .ContentN .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperN .ContentN .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperN .ContentN .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperN .ContentN .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperN .ContentN .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperO:hover img {-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);}
    .ContentWrapperO .ContentO {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperO:hover .ContentO {opacity: 1;visibility: visible;left: 0;}
    .ContentWrapperO .ContentO .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperO .ContentO .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperO .ContentO .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperO .ContentO .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperO .ContentO .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperF:hover img {-webkit-transform: translateX(20%);-moz-transform: translateX(20%);-ms-transform: translateX(20%);-o-transform: translateX(20%);transform: translateX(20%);}
    .ContentWrapperF .ContentF {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 50%;height: 100%;display: block;top: 0;left: 0;-webkit-transform: perspective(600px) rotateY(90deg);-moz-transform: perspective(600px) rotateY(90deg);-ms-transform: perspective(600px) rotateY(90deg);-o-transform: perspective(600px) rotateY(90deg);transform: perspective(600px) rotateY(90deg);-webkit-transform-origin: left center 0;-moz-transform-origin: left center 0;-ms-transform-origin: left center 0;-o-transform-origin: left center 0;transform-origin: left center 0;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperF:hover .ContentF {opacity: 1;visibility: visible;-webkit-transform: perspective(600px) rotateY(0deg);-moz-transform: perspective(600px) rotateY(0deg);-ms-transform: perspective(600px) rotateY(0deg);-o-transform: perspective(600px) rotateY(0deg);transform: perspective(600px) rotateY(0deg);}
    .ContentWrapperF .ContentF .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperF .ContentF .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperF .ContentF .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    
    .ContentWrapperNe:hover img {-webkit-transform: translateY(20%);-moz-transform: translateY(20%);-ms-transform: translateY(20%);-o-transform: translateY(20%);transform: translateY(20%);}
    .ContentWrapperNe .ContentNe {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 50%;display: block;top: 0;left: 0;-webkit-transform: perspective(600px) rotateX(-90deg);-moz-transform: perspective(600px) rotateX(-90deg);-ms-transform: perspective(600px) rotateX(-90deg);-o-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transform-origin: center top 0;-moz-transform-origin: center top 0;-ms-transform-origin: center top 0;-o-transform-origin: center top 0;transform-origin: center top 0;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperNe:hover .ContentNe {opacity: 1;visibility: visible;-webkit-transform: perspective(600px) rotateY(0deg);-moz-transform: perspective(600px) rotateX(0deg);-ms-transform: perspective(600px) rotateX(0deg);-o-transform: perspective(600px) rotateX(0deg);transform: perspective(600px) rotateX(0deg);}
    .ContentWrapperNe .ContentNe .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperNe .ContentNe .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperNe .ContentNe .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    
    .ContentWrapperNa:hover img {-webkit-transform: translateX(-20%);-moz-transform: translateX(-20%);-ms-transform: translateX(-20%);-o-transform: translateX(-20%);transform: translateX(-20%);}
    .ContentWrapperNa .ContentNa {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 50%;height: 100%;display: block;top: 0;right: 0;-webkit-transform: perspective(600px) rotateY(-90deg);-moz-transform: perspective(600px) rotateY(-90deg);-ms-transform: perspective(600px) rotateY(-90deg);-o-transform: perspective(600px) rotateY(-90deg);transform: perspective(600px) rotateY(-90deg);-webkit-transform-origin: right center 0;-moz-transform-origin: right center 0;-ms-transform-origin: right center 0;-o-transform-origin: right center 0;transform-origin: right center 0;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperNa:hover .ContentNa {opacity: 1;visibility: visible;-webkit-transform: perspective(600px) rotateY(0deg);-moz-transform: perspective(600px) rotateY(0deg);-ms-transform: perspective(600px) rotateY(0deg);-o-transform: perspective(600px) rotateY(0deg);transform: perspective(600px) rotateY(0deg);}
    .ContentWrapperNa .ContentNa .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperNa .ContentNa .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperNa .ContentNa .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    
    .ContentWrapperMg:hover img {-webkit-transform: translateY(-20%);-moz-transform: translateY(-20%);-ms-transform: translateY(-20%);-o-transform: translateY(-20%);transform: translateY(-20%);}
    .ContentWrapperMg .ContentMg {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 50%;display: block;bottom: 0;left: 0;-webkit-transform: perspective(600px) rotateX(90deg);-moz-transform: perspective(600px) rotateX(90deg);-ms-transform: perspective(600px) rotateX(90deg);-o-transform: perspective(600px) rotateX(90deg);transform: perspective(600px) rotateX(90deg);-webkit-transform-origin: center bottom 0;-moz-transform-origin: center bottom 0;-ms-transform-origin: center bottom 0;-o-transform-origin: center bottom 0;transform-origin: center bottom 0;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperMg:hover .ContentMg {opacity: 1;visibility: visible;-webkit-transform: perspective(600px) rotateY(0deg);-moz-transform: perspective(600px) rotateY(0deg);-ms-transform: perspective(600px) rotateY(0deg);-o-transform: perspective(600px) rotateY(0deg);transform: perspective(600px) rotateY(0deg);}
    .ContentWrapperMg .ContentMg .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperMg .ContentMg .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperMg .ContentMg .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
       
    .ContentWrapperSi .ContentSi {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: 0;-webkit-transform: rotateX(0deg) scale(0.0);-moz-transform: rotateX(0deg) scale(0.0);-ms-transform: rotateX(0deg) scale(0.0);-o-transform: rotateX(0deg) scale(0.0);transform: rotateX(0deg) scale(0.0);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperSi:hover .ContentSi {opacity: 1;visibility: visible;-webkit-transform: rotateX(360deg) scale(.9);-moz-transform: rotateX(360deg) scale(.9);-ms-transform: rotateX(360deg) scale(.9);-o-transform: rotateX(360deg) scale(.9);transform: rotateX(360deg) scale(.9);}
    .ContentWrapperSi .ContentSi .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperSi .ContentSi .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperSi .ContentSi .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperSi .ContentSi .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperSi .ContentSi .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperP .ContentP {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: 0;-webkit-transform-origin: top left;-webkit-transform-style: preserve-3D;-webkit-transform: rotate(180deg);transform-origin: top left;transform-style: preserve-3D;transform: rotate(180deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperP:hover .ContentP {opacity: 1;visibility: visible;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    .ContentWrapperP .ContentP .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperP .ContentP .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperP .ContentP .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperP .ContentP .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperP .ContentP .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperS .ContentS {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;right: 0;-webkit-transform-origin: top right;-webkit-transform-style: preserve-3D;-webkit-transform: rotate(180deg);transform-origin: top right;transform-style: preserve-3D;transform: rotate(180deg);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperS:hover .ContentS {opacity: 1;visibility: visible;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    .ContentWrapperS .ContentS .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperS .ContentS .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperS .ContentS .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperS .ContentS .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperS .ContentS .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperCl {overflow: visible !important;}
    .ContentWrapperCl img {position: relative;z-index: 455;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperCl:hover img {-webkit-transform: translateY(-20%);-moz-transform: translateY(-20%);-ms-transform: translateY(-20%);-o-transform: translateY(-20%);transform: translateY(-20%);}
    .ContentWrapperCl .ContentCl {position: absolute;background: #ffffff;opacity: 1;visibility: hidden;width: 100%;height: 20%;display: block;bottom: 0;left: 0;z-index: 200;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperCl:hover .ContentCl {visibility: visible;}
    .ContentWrapperCl .ContentCl .Content {position: absolute;top: 80%;display: block;width: 100%;}
    .ContentWrapperCl .ContentCl .Content h2 {font:bold 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 2px;text-align: center;}
    .ContentWrapperCl .ContentCl .Content .ReadMore {margin: 8px auto;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);display: block;width: 80px;}
    .ContentWrapperCl .ContentCl .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperAr {overflow: visible !important;}
    .ContentWrapperAr img {position: relative;z-index: 455;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperAr:hover img {-webkit-transform: translateY(40%);-moz-transform: translateY(40%);-ms-transform: translateY(40%);-o-transform: translateY(40%);transform: translateY(40%);}
    .ContentWrapperAr .ContentAr {position: absolute;background: #ffffff;opacity: 1;visibility: hidden;width: 100%;height: 100%;display: block;bottom: 0;left: 0;z-index: 200;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperAr:hover .ContentAr {visibility: visible;}
    .ContentWrapperAr .ContentAr .Content {position: absolute;top: 5%;display: block;width: 100%;}
    .ContentWrapperAr .ContentAr .Content h2 {font:bold 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 2px;text-align: center;}
    .ContentWrapperAr .ContentAr .Content .ReadMore {margin: 8px auto;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);display: block;width: 80px;}
    .ContentWrapperAr .ContentAr .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperK {overflow: visible !important;}
    .ContentWrapperK img {position: relative;z-index: 455;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperK:hover img {-webkit-transform: translateX(-20%);-moz-transform: translateX(-20%);-ms-transform: translateX(-20%);-o-transform: translateX(-20%);transform: translateX(-20%);}
    .ContentWrapperK .ContentK {position: absolute;background: #ffffff;opacity: 1;visibility: hidden;width: 100%;height: 100%;display: block;bottom: 0;left: 0;z-index: 200;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperK:hover .ContentK {visibility: visible;}
    .ContentWrapperK .ContentK .Content {display: block;width: 100%;position: relative;}
    .ContentWrapperK .ContentK .Content ul {position: absolute;top: 0;right: 0;}
    .ContentWrapperK .ContentK .Content ul li {margin: 14px 16px;}
    .ContentWrapperK .ContentK .Content ul li a {font-size: 21px;color: #a9a9a9;}

    .ContentWrapperCa {overflow: visible !important;}
    .ContentWrapperCa img {position: relative;z-index: 455;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperCa:hover img {-webkit-transform: translateX(20%);-moz-transform: translateX(20%);-ms-transform: translateX(20%);-o-transform: translateX(20%);transform: translateX(20%);}
    .ContentWrapperCa .ContentCa {position: absolute;background: #ffffff;opacity: 1;visibility: hidden;width: 100%;height: 100%;display: block;bottom: 0;left: 0;z-index: 200;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperCa:hover .ContentCa {visibility: visible;}
    .ContentWrapperCa .ContentCa .Content {display: block;width: 100%;position: relative;}
    .ContentWrapperCa .ContentCa .Content ul {position: absolute;top: 0;left: 0;}
    .ContentWrapperCa .ContentCa .Content ul li {margin: 14px 16px;}
    .ContentWrapperCa .ContentCa .Content ul li a {font-size: 21px;color: #a9a9a9;}
    
    .ContentWrapperSc .ContentSc {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: -100%;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperSc:hover .ContentSc {opacity: 1;visibility: visible;top: 0;}
    .ContentWrapperSc .ContentSc .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperSc .ContentSc .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperSc .ContentSc .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperSc .ContentSc .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperSc .ContentSc .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperTi .ContentTi {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;left: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperTi:hover .ContentTi {opacity: 1;visibility: visible;left: 0;}
    .ContentWrapperTi .ContentTi .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperTi .ContentTi .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperTi .ContentTi .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperTi .ContentTi .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperTi .ContentTi .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperV .ContentV {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 100%;display: block;top: 0;right: -100%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperV:hover .ContentV {opacity: 1;visibility: visible;right: 0;}
    .ContentWrapperV .ContentV .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperV .ContentV .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperV .ContentV .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperV .ContentV .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperV .ContentV .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
    
    .ContentWrapperCr .ContentCr {position: absolute;background: #ffffff;opacity: 0;visibility: hidden;width: 100%;height: 0;display: block;bottom: -100%;left: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ContentWrapperCr:hover .ContentCr {opacity: 1;visibility: visible;height: 100%;bottom: 0;}
    .ContentWrapperCr .ContentCr .Content {position: absolute;top: 10%;padding: 0 10px;}
    .ContentWrapperCr .ContentCr .Content h2 {font: 16px 'Source Sans Pro',Arial,sans-serif;color: #8CA757;padding: 0 0 6px;}
    .ContentWrapperCr .ContentCr .Content p {font: normal 12px 'Source Sans Pro';color: #666666;}
    .ContentWrapperCr .ContentCr .Content .ReadMore {float: right;margin: 16px 0 0;background: #D1CDC3;background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1CDC3), color-stop(100%,#C9C5BA));background: -webkit-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -o-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: -ms-linear-gradient(top, #D1CDC3 0%,#C9C5BA 100%);background: linear-gradient(to bottom, #D1CDC3 0%,#C9C5BA 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1CDC3', endColorstr='#C9C5BA',GradientType=0 );-webkit-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0)}
    .ContentWrapperCr .ContentCr .Content .ReadMore a {color: #757167;padding: 6px 16px;display: block;font: normal 12px 'Source Sans Pro';}
/*  =============================================
    Ribbons
    ============================================= */
    .ImageWrapper .RibbonCTL .Triangle:after {border-right: 35px solid rgba(0, 0, 0, 0);border-top: 35px solid #FFFFFF;content: " ";display: block;height: 0;position: absolute;width: 0;top: 0;left: 0;z-index: 99;}
    .ImageWrapper .RibbonCTL .Sign {top: 2px;left: 2px;position: absolute;z-index: 999;}
    .ImageWrapper .RibbonCTL .Sign a {color: #666666;}
    .ImageWrapper .RibbonCTL {opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .RibbonCTL {opacity: 1;visibility: visible;}

    .ImageWrapper .RibbonCTR .Triangle:after {border-left: 35px solid rgba(0, 0, 0, 0);border-top: 35px solid #FFFFFF;content: " ";display: block;height: 0;position: absolute;width: 0;top: 0;right: 0;z-index: 99;}
    .ImageWrapper .RibbonCTR .Sign {top: 2px;right: 2px;position: absolute;z-index: 999;}
    .ImageWrapper .RibbonCTR .Sign a {color: #666666;}
    .ImageWrapper .RibbonCTR {opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .RibbonCTR {opacity: 1;visibility: visible;}

    .ImageWrapper .RibbonCBL .Triangle:after {border-right: 35px solid rgba(0, 0, 0, 0);border-bottom: 35px solid #FFFFFF;content: " ";display: block;height: 0;position: absolute;width: 0;bottom: 0;left: 0;z-index: 99;}
    .ImageWrapper .RibbonCBL .Sign {bottom: 1px;left: 1px;position: absolute;z-index: 999;}
    .ImageWrapper .RibbonCBL .Sign a {color: #666666;}
    .ImageWrapper .RibbonCBL {opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .RibbonCBL {opacity: 1;visibility: visible;}

    .ImageWrapper .RibbonCBR .Triangle:after {border-left: 35px solid rgba(0, 0, 0, 0);border-bottom: 35px solid #FFFFFF;content: " ";display: block;height: 0;position: absolute;width: 0;bottom: 0;right: 0;z-index: 99;}
    .ImageWrapper .RibbonCBR .Sign {bottom: 1px;right: 1px;position: absolute;z-index: 999;}
    .ImageWrapper .RibbonCBR .Sign a {color: #666666;}
    .ImageWrapper .RibbonCBR {opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
    .ImageWrapper:hover .RibbonCBR {opacity: 1;visibility: visible;}

    // cwidget

    /**/
  /* calendar */
  /**/
  .widget-calendar td {
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background:#fff;
  }
  .widget-calendar td a {
    position: relative;
    display: block;
    color: #7c7c7c; 
  }
  .widget-calendar td a:hover {
    color: #fff;
  }
  .widget-calendar th {
    background: #f4f4f4;
    font-size: 10px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
  }
  .widget-calendar .ui-datepicker-header {
    position: relative;
    background: #f4f4f4;
    padding-top: 2px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #333;
  }
  .widget-calendar .ui-datepicker-prev,
  .widget-calendar .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 14%;
    height: 35px;
    font-size: 22px;
    color: #fff;
  }
  .widget-calendar .ui-datepicker-prev {
    left: 0;
  }
  .widget-calendar .ui-datepicker-next {
    right: 0;
  }
  .widget-calendar .ui-datepicker-prev i,
  .widget-calendar .ui-datepicker-next i {
    display: block;
    line-height: 35px;
  }
  .widget-calendar .ui-datepicker-prev i {
    text-indent: -1px;  
  }
  .widget-calendar .ui-datepicker-next i {
    text-indent: 1px; 
  }
  .widget-calendar .ui-datepicker-today a:after {
    content: '';
    position: absolute;
    top: 70%;
    right: 20%;
    left: 20%;
    height: 3px;
  }
  
  .widget-calendar td a:hover {
    background: #21C2F8;  
  }
  .widget-calendar .ui-datepicker-prev,
  .widget-calendar .ui-datepicker-next {
    background: #21C2F8;
  }
  .widget-calendar .ui-datepicker-prev:hover,
  .widget-calendar .ui-datepicker-next:hover {
    background: #4db1e2;  
  }
  .widget-calendar .ui-datepicker-today a {
    color: #21C2F8; 
  }
  .widget-calendar .ui-datepicker-today a:after {
    background: #21C2F8;
  }
  
  .widget-calendar .ui-datepicker-calendar {
    width:100%;
  }
  
  .calen-center {
    width:50% !important;
    margin:0 auto;
  }


  // custom

      .list-news{
    margin-top:5px; 
    border-bottom: 1px dashed #ccc;
      padding: 5px 0px;
    }
    .list-news {font-weight:700; font-size:16px;}
    .list-news a {color: #222222;}
    .list-news a:hover {color:#d3b85d;}
    .list-news span{ color: #583d80 !important; }

    .tab-content a.btn{ color: #fff;  position: relative;}


    /*-- page misson --*/
    .philo {
      padding-top:25px;
      padding-bottom:65px;
    }
    .philo .box1, .philo .box2, .philo .box3, .philo .box4, .philo .box5, .philo .box6 {
      padding:15px 0;
    }
    .philo h3 {
      color:#fff;
      text-align:center;
      margin-bottom:0;
      padding:15px;
      min-height:56px;
    }
    .philo .box1 h3, .philo .box3 h3, .philo .box5 h3 {
      background:#f130c1;
    }
    .philo .box2 h3, .philo .box4 h3, .philo .box6 h3 {
      background:#1257ad;
    }
    .philo p {
      background:#ebebeb; 
      margin-bottom:0;
      padding:15px;
      min-height:57px;
    }
    .padding-side-15 {
      padding-left:15px;
      padding-right:15px;
    }
    
    @media screen and (min-width:768px) and (max-width:992px) {
      .philo .more-h h3, .philo .more-h p {
        min-height:82px;
      }
    }
    
    @media screen and (max-width:767px) {
      .philo {
        padding-bottom:40px;
      }
      .philo .box1, .philo .box2, .philo .box3, .philo .box4, .philo .box5, .philo .box6 {
        padding:0;
      }
      .philo p {
        margin-bottom:40px;
      }
    }
  /*-- end page mission --*/
  /*-- page contact --*/

  .contact-box {
      padding-bottom:80px;
    }
    .contact-box table {
      text-align:center;
    }
    .contact-box tr td {
      border:1px solid #ccc;
      padding:12px 10px;
    }
    .contact-box tbody tr:nth-child(odd) {
      background-color: #ebebeb;
    }
    .contact-box tbody tr:first-child {
      background-color: #1257ad;
      color:#fff;
      font-weight:bold;
    }
    .table-title1 {
      width:55%;
    }
    .table-title2 {
      width:25%;
    }
    .table-title3 {
      width:20%;
    }
    .contact-box a {
      color: #00b85d;
      text-decoration:none;
    }
  /*-- end page contact --*/
  /*--  page org --*/
  .org {
    padding:40px 0 80px 0;
    text-align:center;
  }
  
  .org img {
    width:85%;
  }
  
  @media screen and (max-width:991px) {
    .org img {
      width:100%;
    }
  }
  /*-- end page org --*/

/*-- page policy --*/
  .policy {
      padding-top:25px;
      padding-bottom:80px;
    }
    
    .policy h3 {
      text-align: center;
      border-radius: 30px 30px 0 0;
      padding: 20px;
      margin-bottom: 0;
      color:#fff;
    }
    
    .policy .pol-box {
      margin-bottom:30px;
    }
    
    .pink {
      background-color:#f130c1;
    }
    
    .blue {
      background-color:#1257ad;
    }
    .policy p {
      padding: 30px;
      background-color: #ebebeb;
      border-radius: 0 0 30px 30px;
      min-height:240px;
    }
    
    @media screen and (min-width:992px) and (max-width:1200px) {
      .policy p {
        min-height:324px;
      }
    }
    
    @media screen and (min-width:768px) and (max-width:991px) {
      .policy .minheight h3 {
        min-height:118px;
      }
      .policy p {
        min-height:390px;
      }
    }
    
    @media screen and (max-width:767px) {
      .policy p {
        min-height:auto;
      }
    }
  /*-- end page policy --*/
  /*-- page stategy --*/
  .strategy {
      padding-top:30px;
      padding-bottom:50px;
    }
    
    .strategy .box {
      margin-bottom:30px;
      padding:0 15px;
    }
    
    .strategy .box .title {
      padding:20px;
      text-align:center;
    }
    
    .strategy .box .title h3 {
      margin-bottom:0;
      color:#fff;
    }
    
    .strategy .box .detail {
      padding:20px;
      background:#ebebeb;
      min-height:140px;
      border-right:1px solid #fff;
    }
    
    .pink {
      background:#f130c1;
    }
    
    .blue {
      background:#1257ad;
    }
    
    .strategy .box .detail:last-child {
      border-right:none;
    }
    
    @media screen and (max-width:767px) {
      
    }
  /*-- end page stategy --*/
      .org-n{
      padding-top:25px;
      padding-bottom:80px;
      text-align: center;
    }
    
    .org-n h3 {
      text-align: center;
      padding: 20px;
      margin-bottom: 0;
      color:#fff;
    }
    .org-n img{
      width: 40%;
    }
    
    .org-n .pol-box {
      margin-bottom:30px;
    }
    
    .org-n p {
      padding: 30px;
      background-color: #ebebeb;
      border-radius: 0 0 30px 30px;
      min-height:240px;
    }
    
    @media screen and (min-width:992px) and (max-width:1200px) {
      .org-n p {
        min-height:324px;
      }
    }
    
    @media screen and (min-width:768px) and (max-width:991px) {
      .org-n .minheight h3 {
        min-height:118px;
      }
      .org-n p {
        min-height:390px;
      }
    }
    
    @media screen and (max-width:767px) {
      .org-n p {
        min-height:auto;
      }
    }
    .blog-news{
      padding: 15px;
    }
    
    //  clndr


html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.cal1 {
  margin: 0 auto;
  max-width: 600px;
  font-family: 'quarkbold';
  font-size: 20px;
  color:#252525;
}
.cal1 .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: -13px;
  background: #357ebd;
  padding: 10px 20px;
}
.cal1 .clndr .clndr-controls .month {
  float: left;
  width: 33%;
  text-align: center;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 33%;
}
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 34%;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:before {
  font-family: 'fontawesome';
  content : '\f054';
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  /*background: #ddd;*/
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:before {
  font-family: 'fontawesome';
  content : '\f053';
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  /*background: #ddd;*/
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
  background: #fbfbfb;
}
.cal1 .clndr .clndr-table .header-days {
  height: 40px;
  font-size: 13px;
  font-family: 'quarkbold';
  font-weight: 600;
  background: #ebebeb;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  /*border-left: 1px solid #000000;
  border-top: 1px solid #000000;*/
  color: #252525;
}
.cal1 .clndr .clndr-table .header-days .header-day:first-child {
  border-left: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table .header-days .header-day:last-child {
  border-right: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table tr {
  /*height: 85px;*/
}
.cal1 .clndr .clndr-table tr td {
  vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
  /*border-left: 1px solid #000000;
  border-top: 1px solid #000000;*/
  border: 0;
  width: 100%;
  height: inherit;
  color: #898989;
}
.cal1 .clndr .clndr-table tr .day:hover {
  background: #eee;
}
.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
  background: #9AD6E3;
}
.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
  background: #093371 !important;
}
.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #0e4ead;
  color: #fff;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  background: #d5efff;
  color: #252525;
}
.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
  background: #c8a472;
}
.cal1 .clndr .clndr-table tr .day.inactive,
.cal1 .clndr .clndr-table tr .day.my-inactive {
  background: #ddd;
}
.cal1 .clndr .clndr-table tr .day:first-child {
  border-left: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  font-family: 'quarklight';
  font-weight: 600;
  line-height: 25px;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
  /*border-left: 1px solid #000000;
  border-top: 1px solid #000000;*/
  border: 0;
  width: 100%;
  height: inherit;
  background: #fbfbfb;
  color: transparent;
}
.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover,
.cal1 .clndr .clndr-table tr .my-empty:hover,
.cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
  background: #b3b3b3;
}
.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child,
.cal1 .clndr .clndr-table tr .my-empty:last-child,
.cal1 .clndr .clndr-table tr .my-adjacent-month:last-child {
  border-right: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table tr:last-child .day,
.cal1 .clndr .clndr-table tr:last-child .my-day {
  border-bottom: 1px solid #b3b3b3;
}
.cal1 .clndr .clndr-table tr:last-child .empty,
.cal1 .clndr .clndr-table tr:last-child .my-empty {
  border-bottom: 1px solid #c8a472;
}


.cal2 {
  max-width: 177px;
  margin: 30px auto;
  font-family: 'Droid Sans Mono';
}
.cal2 .clndr .clndr-controls {
  display: block;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.cal2 .clndr .clndr-controls .clndr-previous-button {
  float: left;
  width: 10%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal2 .clndr .clndr-controls .clndr-previous-button:hover {
  background-color: #f4f4f4;
}
.cal2 .clndr .clndr-controls .month {
  float: left;
  width: 80%;
  text-align: center;
}
.cal2 .clndr .clndr-controls .clndr-next-button {
  float: left;
  width: 10%;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal2 .clndr .clndr-controls .clndr-next-button:hover {
  background-color: #f4f4f4;
}
.cal2 .clndr .clndr-grid {
  text-align: center;
  border: 1px solid #b3b3b3;
  display: inline-block;
}
.cal2 .clndr .clndr-grid .header-day {
  float: left;
  width: 25px;
  height: 25px;
  background: #FF4545;
}
.cal2 .clndr .clndr-grid .day {
  float: left;
  width: 25px;
  height: 25px;
}
.cal2 .clndr .clndr-grid .day.event {
  background-color: #B4E09F;
}
.cal2 .clndr .clndr-grid .day.today {
  background-color: #E3C57F;
}
.cal2 .clndr .clndr-grid .day.selected {
  background-color: #E37FD6;
}
.cal2 .clndr .clndr-grid .day.inactive {
  color: gray;
}
.cal2 .clndr .clndr-grid .empty,
.cal2 .clndr .clndr-grid .adjacent-month {
  float: left;
  width: 25px;
  height: 25px;
  background: #ddd;
}
.cal2 .clndr .clndr-today-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cal2 .clndr .clndr-today-button:hover {
  background-color: #ddd;
}
.cal2 .multi-month-controls .quarter-button {
  display: inline-block;
  width: 25%;
}
.cal2 .multi-month-controls .quarter-button:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
.cal2 .day.inactive {
  background-color: #aaa;
}
.cal3 {
  max-width: 354px;
  margin: 0 auto;
  font-family: 'Droid Sans Mono';
}
.cal3 .cal {
  float: left;
  width: 177px;
}
.cal3 .clndr .clndr-controls {
  display: block;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cal3 .clndr .clndr-controls.top {
  margin-bottom: -22px;
  position: relative;
  z-index: 1;
}
.cal3 .clndr .clndr-controls .clndr-previous-button {
  float: left;
  width: 10%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal3 .clndr .clndr-controls .clndr-previous-button:hover {
  background-color: #f4f4f4;
}
.cal3 .clndr .clndr-controls .month {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.cal3 .clndr .clndr-controls .clndr-next-button {
  float: right;
  width: 10%;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal3 .clndr .clndr-controls .clndr-next-button:hover {
  background-color: #f4f4f4;
}
.cal3 .clndr .clndr-grid {
  text-align: center;
  border: 1px solid #b3b3b3;
  display: inline-block;
}
.cal3 .clndr .clndr-grid .header-day {
  float: left;
  width: 25px;
  height: 25px;
  background: #FF4545;
}
.cal3 .clndr .clndr-grid .day {
  float: left;
  width: 25px;
  height: 25px;
}
.cal3 .clndr .clndr-grid .day.event {
  background-color: #B4E09F;
}
.cal3 .clndr .clndr-grid .day.today {
  background-color: #E3C57F;
}
.cal3 .clndr .clndr-grid .empty,
.cal3 .clndr .clndr-grid .adjacent-month {
  float: left;
  width: 25px;
  height: 25px;
  background: #ddd;
}
.cal3 .clndr .clndr-today-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cal3 .clndr .clndr-today-button:hover {
  background-color: #ddd;
}
.cal3 .multi-month-controls .quarter-button {
  display: inline-block;
  width: 25%;
}
.cal3 .multi-month-controls .quarter-button:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
.clndr-next-button,
.clndr-previous-button,
.clndr-next-year-button,
.clndr-previous-year-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.clndr-next-button.inactive,
.clndr-previous-button.inactive,
.clndr-next-year-button.inactive,
.clndr-previous-year-button.inactive {
  opacity: 0.5;
  cursor: default;
}

// cardprofile

/*---------------------*/
/* profile member */
/*---------------------*/
.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgb(208, 182, 149);
}

.card.hovercard .cardheader {
    /*background: url("https://web.senate.go.th/assets/portals/1/images/image/hall.jpg");*/
    background-size: cover;
    height: 135px;
}

.card.hovercard .cardheader .htitle {
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 150px;
  /*  height: 120px;
    max-width: 120px;
    max-height: 120px;*/
    /* -webkit-border-radius: 50%; */
    /*-moz-border-radius: 50%;*/
    /* border-radius: 50%; */
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .title a {
    color:#333333; 
    text-decoration:none; 
    font-size:.8em;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

/* ==========================================================================
   Author's custom styles FB profile
   ========================================================================== */


.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 20px;
    z-index: 9;
    width: 20%; 
}
.fb-profile-text h1{
    font-family:quarkbold;
    color:#363636;
    font-weight: 600;
    font-size:26px;
    margin-bottom:0;
}
.fb-profile-text{
    font-family: quark ;
    font-size:20px;
}

@media (max-width:768px)
{
    
.fb-profile-text h1{
    font-family:'quark',sans-serif;
    color:#363636;
    font-weight: 600;
    font-size:16px;
    margin-top:10px;
    margin-bottom:0;
}
.fb-profile-text{
    font-family: quark ;
    font-size:18px;
}
.fb-image-profile
{
    margin: 0px 10px 0px 0px;
    z-index: 9;
    width: 20%; 
}
}


.holder_wrap{
    position:relative;
    margin:auto;
    display:block;
    height:120px; /* กำหนดความสูงส่วนพื้นที่คลุมเนื้อหาทั้งหมด */
}
.holder_wrap_img{
    position:absolute;/* กำหนดการจัดตำแหน่งส่วนพื้นที่คลุมเนื้อหารุปและข้อความซ้อนทับ */
}
.holder_wrap_img img{
    position:relative; /* กำหนดการจัดตำแหน่งของรูป */
}
/* css ซ้อนทับ ชิดขอบบน */
.inner_position_top{
    position:absolute;
    display:block;  
    background-color:#CC99FF;   
    height:50px; /* กำหนดความสูงส่วนของเนื้อหาที่นำมาซ้อนทับ */
    width:100%; /* กำหนดความกว้างของเนื้อหาที่นำมาซ้อนทับ แบบขยายเต็ม */
    top:0px; /* css กำหนดชิดด้านบน  */
    z-index:999;
}

/* bfontsheet */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 22, 2014 */


/*bbpress*/

body.bbPress #page .bbp-admin-links a{padding:4px}
body.bbPress #page .bbp-admin-links a:hover{color:#579dd2}
body.bbPress #page .bbp-admin-links a a{padding:0}
body.bbPress #page h2.page-title{padding-left:0px!important}
body.bbPress #page .forum-widgets .forum-widgets-more{position:relative;top:-16px;left:15px;width:400px}
body.bbPress #page .forum-widgets .forum-widget{float:left;display:block;width:400px;padding:30px 15px}
body.bbPress #page .forum-widgets .forum-widget h3{font-size:16px;text-transform:uppercase;letter-spacing:0.5px;font-weight:bold;border-bottom:1px solid #F2F2F2;padding-bottom:2px;margin-bottom:10px}
body.bbPress #page .forum-widgets .forum-widget ul{margin:2px 0;list-style-type:none}
body.bbPress #page .forum-widgets .forum-widget ul li{margin:5px 0;padding-bottom:8px;border-bottom:1px solid #F2F2F2}
body.bbPress #page .forum-widgets .forum-widget ul li a{font-style:normal!important;font-size:14px;color:#ADBDC6;margin-top:0px!important;padding:0 0 10px 0!important;text-decoration:none}
body.bbPress #page .forum-widgets .forum-widget ul li a:hover{text-decoration:underline}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-forum-title{display:block;padding:7px 0!important;font-weight:bold}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-reply-topic-title{display:block;padding:7px 0!important;font-weight:bold}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-avatar{padding:4px 0}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-name{padding:4px 0}
#bbpress-forums .bbp-breadcrumb{display:block;background-color:#fff!important;color:#ADBDC6!important;padding:0px 15px!important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:0;width:100%;margin:15px 0;border:1px solid #efefef}
#bbpress-forums .bbp-breadcrumb p{margin-bottom:0px!important;font-size:12px;font-weight:bold;line-height:22px}
#bbpress-forums .bbp-breadcrumb a{color:#475255;font-size:12px;font-weight:bold}
#bbpress-forums .bbp-topic-tags p{font-style:normal!important;font-size:14px;color:#ADBDC6;margin-top:0px!important;padding:0 0 10px 0!important}
#bbpress-forums .bbp-topic-tags a{text-decoration:none}
#bbpress-forums li.bbp-header{background-color:#1157ad!important;color:#FFF!important;padding:12px!important;}
#bbpress-forums li.bbp-header .bbp-reply-content span{color:#579DD2}
#bbpress-forums li.bbp-header .bbp-reply-content span a{font-weight:normal;text-decoration:none;font-size:12px!important}
#bbpress-forums ul li ul.forum-titles li{text-transform:uppercase}
#bbpress-forums ul li ul.forum-titles li.bbp-forum-freshness{position:relative;}
#bbpress-forums li.bbp-body ul.forum{padding:20px!important}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info{margin-top:5px}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a{font-size:18px;color:#292723;text-decoration:none;font-weight:normal}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content p{font-style:normal!important;font-size:14px !important;color:#ADBDC6;margin-top:0px!important;padding:0 0 10px 0!important}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a:first-child{margin-left:22px;color:#ADBDC6!important}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a{color:#ADBDC6!important}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a img{margin-left:6px!important}
#bbpress-forums li.bbp-body ul.topic{padding:8px 8px 8px 12px!important}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.bbp-topic-permalink{font-size:18px;color:#292723;text-decoration:none;font-weight:bold}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta{padding:5px 0 0 0!important;margin:0px 0 0px!important}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta a{color:#ADBDC6!important}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count{background-color:#F3F3F3;font-size:24px;height:41px;margin-top:4px;padding-top:9px;width:7%;margin-left:11px}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count{background-color:#F3F3F3;font-size:24px;height:41px;margin-top:4px;padding-top:9px;width:7%;margin-left:30px}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a:first-child{margin-left:22px;color:#ADBDC6!important}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a{color:#ADBDC6!important}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a img{margin-left:6px!important}
#bbpress-forums li.bbp-body .topic .bbp-reply-author img.avatar{display:block;width:50px;height:50px;padding:5px;background-color:#EBEDEE;border:1px solid #D9DADB;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
#bbpress-forums li.bbp-body .bbp-reply-content p{font-style:normal!important;font-size:14px;color:#000;margin-top:0px!important;padding:0 0 10px 0!important}
#bbpress-forums .bbp-reply-author{/*border-right:1px solid #F2F2F2;*/width:110px!important}
#bbpress-forums .bbp-reply-author img.avatar{display:block;width:50px;height:50px;padding:5px!important;background-color:#EBEDEE;border:1px solid #D9DADB!important;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}#bbpress-forums .bbp-template-notice p.bbp-forum-description{padding:0px!important;font-size:14px!important}
#bbpress-forums .bbp-template-notice p.bbp-topic-description{padding:0px!important;font-size:14px!important}
#bbpress-forums .bbp-template-notice p{padding:0px!important;font-size:14px!important}
#bbpress-forums .bbp-pagination{padding:0px 0}
#bbpress-forums .bbp-pagination .page-numbers{background-color:#fff;border:1px solid #E3E7EA;margin-right:2px;padding:5px 9px 4px 9px;font-weight:bold}
#bbpress-forums .bbp-pagination a.page-numbers{color:#ADBDC6;text-decoration:none;font-weight:bold}
#bbpress-forums .bbp-pagination a.page-numbers:hover{background-color:#F2F2F2;text-decoration:none}
#bbpress-forums fieldset.bbp-form{padding:1px;border:1px solid #ddd!important;background-color:white;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}
#bbpress-forums fieldset.bbp-form legend{font-size:16px;padding:11px!important;position:relative;text-transform:uppercase;font-weight:bold}
#bbpress-forums fieldset.bbp-form input{border:1px solid #E3E7EA;background-color:white;font-size:14px;padding:5px}
#bbpress-forums fieldset.bbp-form select{width:346px!important}
#bbpress-forums fieldset.bbp-form p{padding:0px 0px!important;font-size:14px!important;color:#ADBDC6;margin-top:0px!important}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper{float:left!important}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button{padding:6px 15px 6px!important;font-size:16px!important}
.bbp-reply-content ul,.bbp-reply-content ol,.bbp-reply-content li,.bbp-reply-content a,.bbp-reply-content p,.bbp-reply-content div{font-size:14px !important;line-height:1.5em !important}
.bbp-reply-content h2,.bbp-reply-content h3,.bbp-reply-content h4,.bbp-reply-content h5,.bbp-reply-content h6{line-height:1.1em !important}
.bbp-reply-content h2{font-size:23px}
.bbp-reply-content h3{font-size:21px}
.bbp-reply-content h4{font-size:19px}
.bbp-reply-content h5{font-size:17px}
.bbp-reply-content h6{font-size:15px}
.bbp-reply-content ul{margin:0;padding:12px 0 !important}
.bbp-reply-content ul li{list-style-type:disc !important;margin-left:18px !important}
.bbp-reply-content ol{margin:0;padding:12px 0 !important}
.bbp-reply-content ol li{list-style-type:decimal !important;margin-left:18px !important}
.bbp-reply-content p{padding:12px 0}
.bbp-reply-content blockquote{padding:24px;margin:12px 12px 12px 48px;background-color:#f0f7fa}
.bbp-reply-content blockquote p{font-style:italic !important;font-size:15px !important;color:#505050 !important}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
    background-color: #ffffff;
    color: #292723;
    font-size: 18px;
    height: 50px;
  padding:5px;
    line-height: 40px;
    margin-left: 24px;
    width: 70px;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    background-color: #ffffff;
    color: #292723;
    font-size: 18px;
    height: 50px;
  padding:5px;
    line-height: 40px;
    margin-left: 35px;
    width: 70px;
}

#bbpress-forums hr {
  margin: 0 0 24px 0;
}

#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #fff;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #ffffff;
}

#bbpress-forums div.reply {
  height: auto;
}

#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  /*background-color: #f4f4f4;*/
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
  background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
  background-color: #fdd;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc;
}

#bbpress-forums ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bbpress-forums li {
  margin: 0;
  list-style: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
  clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: #fff;
  border-top: 1px solid #F2F2F2;
  font-weight: bold;
  padding:15px 8px;
}

#bbpress-forums li.bbp-header {
  background: #eaeaea;
}

#bbpress-forums li.bbp-header ul {
  overflow: hidden;
}

#bbpress-forums .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

#bbpress-forums .bbp-forums-list li {
  display: inline;
  font-size: 11px;
}

#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}

#bbpress-forums .bbp-topic-content img,
#bbpress-forums .bbp-reply-content img {
  max-width: 100%;
}

#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul {
  list-style: square;
  padding-left: 15px;
}

#bbpress-forums .bbp-forum-content p {
  margin: 5px 0 0;
  font-style: italic;
}

li.bbp-forum-info,
li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  float: left;
  text-align: center;
  width: 10%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  float: left;
  width: 25%;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #F2F2F2;
  overflow: hidden;
  padding: 8px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  float: right;
}

#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px;
}

#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0 auto;
  float: none;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0 12px;
  word-break: break-word;
}

#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 11px;
  font-style: italic;
}

#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 110px;
  padding: 12px 12px 12px 30px;
  text-align: left;
  border-left: 1px solid #F2F2F2;
}

#bbpress-forums li.bbp-header .bbp-reply-content {
  border-left: 0;
}

#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}

#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  margin-left: 140px;
  padding: 0;
  text-align: left;
}

div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 8px;
}

div.bbp-topic-header,
div.bbp-reply-header {
  /*border-top: 1px solid #ddd;*/
  clear: both;
}

span.bbp-author-ip {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
  float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 12px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px
}

div.bbp-topic-tags {
  float: right;
}

/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
  float: right;
  color: #ddd;
}
span.bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
fieldset span.bbp-admin-links {
  float: left;
}
tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}

.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */

.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  }
  .bbp-topic-action #favorite-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
  }
  .bbp-topic-action #favorite-toggle span.is-favorite a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    }
    .bbp-topic-action #favorite-toggle span.is-favorite a:hover {
      color: #c88;
      border-color: #c88;
      background-color: #fdd;
    }

.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  }
  .bbp-topic-action #subscription-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
  }
  .bbp-topic-action #subscription-toggle span.is-subscribed a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    }
    .bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
      color: #c88;
      border-color: #c88;
      background-color: #fdd;
    }

#bbpress-forums p.bbp-topic-meta {
  margin: 5px 0 5px;
  font-size: 11px;
}

#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count {
  float: left;
}
.bbp-pagination-links {
  float: right;
}
.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
  }
  .bbp-topic-pagination a {
    font-size: 10px;
    line-height: 10px;
    padding: 1px 3px;
    border: 1px solid #ddd;
    text-decoration: none;
  }

/* =Forms
-------------------------------------------------------------- */

#bbpress-forums fieldset.bbp-form {
  clear: left;
}

#bbpress-forums fieldset.bbp-form {
  border: 1px solid #F2F2F2;
  padding: 10px 20px;
  margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form legend {
  padding: 5px;
}

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
}

textarea#bbp_forum_content {
  height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

#merge_tag,
#delete_tag {
  display: inline;
}

div.bbp-submit-wrapper {
  margin-top: 15px;
  float: right;
  clear: both;
}

p.form-allowed-tags {
  width: 462px;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 3px 0 0;
  line-height: 1em;
  margin: 0;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */

#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}
  #bbpress-forums #bbp-your-profile fieldset div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: left;
  }
  #bbpress-forums #bbp-your-profile fieldset select {
    margin-bottom: 0;
  }
  #bbpress-forums #bbp-your-profile fieldset input,
  #bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0;
    width: 60%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 5px 8px;
    border-radius: 0;
  }
  #bbpress-forums #bbp-your-profile fieldset input:focus,
  #bbpress-forums #bbp-your-profile fieldset textarea:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    outline-color: rgba(240,255,240,0.1);
  }
  #bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
    width: auto;
  }
  #bbpress-forums #bbp-your-profile fieldset legend {
    display: none;
  }
  #bbpress-forums #bbp-your-profile fieldset label[for] {
    float: left;
    width: 20%;
    padding: 5px 20px 5px 0;
    text-align: right;
    cursor: pointer;
  }
  #bbpress-forums #bbp-your-profile fieldset dl label[for] {
    text-align: left;
    width: 60%;
  }
  #bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0 0 20%;
    font-size: 12px;
    font-style: italic;
    float: left;
    clear: left;
    width: 60%;
    padding: 5px 8px;
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
  }

  #bbpress-forums #bbp-your-profile fieldset fieldset {
    margin: 0;
    border: none;
    padding: 0;
    clear: none;
    float: none;
  }
  #bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 60%;
    display: inline;
  }
  #bbpress-forums #bbp-your-profile fieldset fieldset.password input,
  #bbpress-forums #bbp-your-profile fieldset fieldset.password span {
    width: 100%;
  }
  #bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
    margin: 0;
  }
  #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
    margin-left: 0;
    margin-bottom: 20px;
  }

  #bbpress-forums #bbp-your-profile fieldset.submit button {
    float: right;
  }

/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
    margin: 15px 0 20px;
  border-radius: 0;
  background-color: #ffffe0;
  border-color: transparent;
  color: #555;
  clear: both;
}
div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
  font-style:italic;
  font-weight:bold;
}
  div.bbp-template-notice a:hover {
    color: #292723;
  }
  div.bbp-template-notice.info {
    border-top: #cee1ef 1px solid;
    background-color: transparent;
  }
  div.bbp-template-notice.important {
    border: #e6db55 1px solid;
    background-color: #fffbcc;
  }
  div.bbp-template-notice.error,
  div.bbp-template-notice.warning {
    background-color: #ffebe8;
    border-color: #c00;
  }
  div.bbp-template-notice.error a,
  div.bbp-template-notice.warning a {
    color: #c00;
  }
  div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 !important;
    padding: 2px;
    font-size: 12px;
    line-height: 140%;
  }

/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-revision-log,
#bbpress-forums .bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
  display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px;
}

.bbp-login-form label {
  width: 140px;
  display: inline-block;
}

#sidebar .bbp-login-form label {
  width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

/* =Avatars
-------------------------------------------------------------- */

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
  float: none;
  margin-bottom: 5px;
  border: 3px double #ddd;
}

fieldset div.avatar {
  float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */

#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px;
}

#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}

#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #F2F2F2;
  opacity: 0.8;
}

#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count:hover,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count:hover {
  color:#ffffff;
}
/* =User Capabilities
-------------------------------------------------------------- */

#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */

#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}




.bbp-topic-title {
  margin-top:40px;
}



  #comments_wrapper {margin:40px 0 60px 0}
  .reviews .comment-list {margin:20px 0 40px}
  .comment-list {
    margin: 60px 0;
    list-style:none;
  }
  .comment-list ul li,
  .comment-list ol li {list-style:none;}
  .comment-avatar {
    margin: 0 20px 0 0;
    float: left;
    height: 70px; width: 70px;
  }
  .comment-content {
     background: #F0F5F7;
    border: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    line-height:1.35;
  }
  .comment-author {
    margin-bottom: 10px;
  }
  .comment-meta {
    font-size: 12px;
    color: #aaa;
    padding-left:10px;
  }
  .comment-reply {
    margin:-10px -5px 0 0;
    float: right;
    font-size: 12px;
    color: #ffffff;
  }
  .leave-comment textarea {
    height: 150px;
  }
  .pagination > li > a, .pagination > li > span {
    background-color: #fff;
    color: #000;
    float: left;
    line-height: 1.82857;
    /*margin-left: 5px;*/
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
  }

  .comments_form {
    margin-top:30px;
  }

  
  
.input-control.small-check .check {
    width: 1rem;
    height: 1rem;
}
.input-control.radio .check {
    border: 1px #999999 solid;
    border-radius: 50%;
}
.input-control.checkbox .check, .input-control.radio .check {
    width: 1.625rem;
    height: 1.625rem;
    background-color: #ffffff;
    border: 1px #999999 solid;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.appoint-page form input[type="text"], .appoint-page form input[type="email"], .appoint-page form textarea {
    line-height: 2;
  border: 1px solid #dcdee4;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.appoint-page .appoint-section {
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-top: 30px;
}
.appoint-page form {
    background: url("../images/appoint-form-bottom.png") bottom center repeat-x #F0F5F7;
    padding: 50px 30px;
    margin-top: -36px;
}
.appoint-page .entry-content {
    margin-bottom: 20px;
  margin-top:10px;
}



.blog-page .entry-title {
  line-height:1.5;
}

.blog-page .entry-content blockquote {
  background: #F0F5F7;
}
.blog-page .entry-content blockquote p {
    font-style: normal;
}



.blog-page .right-contents {
    border-bottom: 0;
    padding-bottom: 0px;
}

.blog-page .post {
    margin-bottom: 0px;
}


.blog-page .entry-content ul li {
    font-size: 14px;
  font-style: normal;
}

/*aresponsive*/


@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li {
    margin-left:29.5px;
  }
  
  .navbar-default .navbar-nav > li > a {
    letter-spacing:0;
  }
  
  .navbar-collapse {
    padding-left:0;
    padding-right:0;
  }

  ul.device-list li:first-child {
      max-width: 315px;
  }

  ul.device-list li.device2 {
      padding-top: 38px;
      max-width: 280px;
  }

  ul.device-list li.device3 {
      padding-top: 42px;
      max-width: 138px
  }

  ul.device-list li.device4 {
      padding-top: 87px;
      max-width: 48px;
  }

  .staf-social li a {
    width: 25px;
    height: 25px;
  }

  .staf-social li a i {
    line-height: 25px;
  }

  .gender-list li a i {
      font-size: 60px;
  }

  .stars-list li a i {
    font-size: 34px;
  }

  ul.product-list li a {
    width: 50px;
  }

  .convertible-banner p {
    font-size: 16px;
    line-height: 25px;
  }

  ul.flickr-list li a {
    max-width: 62px;
  }

  .modern_medium_light {
    width: 240px;
  }

  .portfolio-container {
    width: 970px;
  }

  .with-4-col .portfolio-container .work-post {
    width: 212px;
  }

  .with-3-col .portfolio-container .work-post {
    width: 293px;
  }

  .with-2-col .portfolio-container .work-post {
    width: 455px;
  }

  ul.tab-links li a {
    font-size:20px;
    padding: 7px 10px; 
  }

  .services-box img {
    display: none;
  }
  
  .news-tab .item {
    padding: 0 30px 30px 30px;
  }
  
  .award {
    padding-bottom:0px;
  }
  
  .partner-list li:first-child {
    margin-left: 15px;
  }
  
  .partners .carousel-control {
    margin-right: 15px;
  }
  
  .up-footer {
    margin-left:0px;
  }
  
  .page-inner {
    margin-top: 0px !important;
  }
  
}

@media (max-width: 991px) {

  .navbar-default .navbar-nav > li {
    margin-left: 14px;
    margin-right: 0 !important;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    font-family:sans-serif;
    padding-right: 0!important;
    letter-spacing:-0.5px;
  }

  .navbar-default .navbar-nav > li.drop:after {
    content: '';
  }
  
  .navbar-brand {
    padding: 35px 15px;
    /*max-width: 180px;  <-- EDIT  */
    max-width: 220px;
  }

  .navbar-brand img {
    width: 100%;
  }
  
  header.active .navbar-brand {
    max-width: 250px;
    padding: 10px 15px;
  }

  .modern_medium_light {
    width: 200px;
  }

  ul.device-list {
    text-align: center !important;
    width: 100%;
  }

  ul.device-list li {
    display: block;
    margin: 0 0 10px 0;
    width: 100% !important;
    float: none;
    text-align: center;
    max-width: 100% !important;
  }

  ul.device-list li img {
    max-width: 100%;
    margin: 0 auto;
  }

  ul.device-list li:after {
    content: '';
    width: 0;
  }

  .message-content p {
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
  }

  .staff-post {
    height: auto;
  }

  .gender-list li {
    margin-left: 17px;
  }

  .gender-list li i {
    font-size: 40px !important;
  }

  .stars-list li {
    margin-left: 13px;
  }

  .convertible-banner p {
    line-height: 25px;
  }

  ul.flickr-list li {
    margin-right: 13px !important;
  }

  .portfolio-container {
    width: 750px;
  }

  .with-4-col .portfolio-container .work-post {
    width: 220px;
  }

  .with-3-col .portfolio-container .work-post {
    width: 220px;
  }

  .with-2-col .portfolio-container .work-post {
    width: 345px;
  }

  ul.filter li a {
    font-size: 13px;
    padding: 10px;
  }

  .about-us-text,
  .skills-progress {
    margin-bottom: 30px;
  }

  .slider-caption p.flex-caption {
    font-size: 40px;
  }
  
  .partner-list li {
    width: 45.8%;
    margin: 15px;
  }
  
  .logo-foot {
    visibility:hidden;
    height:10px;
    
  }
}

@media (max-width: 767px) {
  .top-line p {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  ul.social-icons, ul.lang-icons  {
    float: right;
    text-align: center;
    min-width: 45px;
    display: inline;
    position: relative;
    right: 32%;  /* <-- EDIT */
  }

  .navbar {
    /*background: rgb(255,255,255) !important;  <-- EDIT */
  }
  
  header.active .navbar {
    background: rgba(27,188,155,0.9);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.25);
  }

  .navbar-brand {
    /*padding: 20px 15px;  <-- EDIT */
    padding: 15px; 
  }

  .navbar-toggle {
    /*margin-top: 25px;  <-- EDIT */
    margin-top: 30px;
  }
  
  header.active .navbar-toggle {
    /*margin-top: 25px;  <-- EDIT */
    margin-top: 20px;
  }

  .navbar-default .navbar-nav > li > a {
      font-size: 20px;  /* <-- EDIT */
      padding: 10px 0 !important;
      border-top: none !important;
      font-weight: 600;
  }

  .navbar-default .navbar-nav > li {
      margin-left: 15px !important;
  }

  .navbar-default .navbar-nav > li:first-child {
      margin-top: 10px;  /* <-- EDIT */
  }
  
  .navbar-default .navbar-nav > li:last-child {
      margin-bottom: 10px;  /* <-- EDIT */
  }

  .navbar-default .navbar-nav > li > ul.drop-down {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-left: 15px;  /* <-- EDIT */
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
  }

  ul.drop-down li ul.drop-down.level3 {
    position: relative;
    left: 0;
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        -mos-transition: -mos-transform 0.4s, opacity 0.1s;
        -o-transition: -o-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

  ul.drop-down li a {
    background: none;
    text-transform: capitalize;
    border: none;
    /*color: #7d7d7d;   <-- EDIT */
    padding: 3px 0;
  }
  
  .nav-search {
    /*padding: 0;
    position:relative;
    z-index:100;  <-- EDIT  */
    visibility:hidden;
    margin:0;
    padding:0 !important;
    height:0;
  }

  .modern_medium_light {
    width: 150px;
  }

  .modern_medium_light i {
    margin-bottom: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .message-content p {
    font-size: 13px;
    padding: 20px;
    line-height: 20px;
  }

  .tparrows {
    display: none !important;
  }

  .message-content {
    margin-left: 180px;
  }

  .portfolio-container {
    width: 100%;
    margin-left: 0;
  }

  .with-4-col .portfolio-container .work-post,
  .with-3-col .portfolio-container .work-post,
  .with-2-col .portfolio-container .work-post {
    width: 100%;
    margin: 15px 0;
  }

  ul.filter li {
    border: none;
  }

  ul.filter li a.active:after,
  ul.filter li a:hover:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
  }

  ul.filter li a i {
    font-size: 14px;
  }

  .slider-caption p.flex-caption {
    font-size: 30px;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    bottom: 5px;
  }

  .page-banner h2 {
    float: none;
    text-align: center;
  }

  ul.page-tree {
    float: none;
    text-align: center;
  }

  ul.depth {
    margin-left: 0px;
  }
  
  .hilightbox  {
    margin-bottom:60px;
  }
  
  .hilightbox img {
    width:70%;
  }
  
  .news-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .footer-line .stat {
    margin:30px 0;
  }
  
}

@media (max-width: 581px) {

  .modern_medium_light {
    width: auto;
    background: none;
  }

  .tp-bullets.simplebullets.round .bullet {
    display: none;
  }

  .convertible-banner a {
    float: none;
    margin-bottom: 10px;
    margin-left: 60px;
  }

  .convertible-banner p {
    margin-right: 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .top-bar {
    height: auto;
    text-align: center;
  }

  .top-bar .left-block {
    float: none;
    margin-bottom: 15px;
  }

  .top-bar .right-block {
    float: none;
  }

  .blog-box.with-one-col .inner-item {
    float: none;
  }
  
  .partner-list li {
    width: 44.3%;
    margin: 15px;
  }
}

/*fontawesome*/

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}


/* jquery bxslider*/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  outline: 0;
  width: 64px;
  height: 112px;
  text-indent: -9999px;
  z-index: 9999;
  border: 1px solid #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.bx-wrapper .bx-prev {
  left: -1px;
  background: url('../images/prev-test.png') 18px center no-repeat;
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
}

.bx-wrapper .bx-next {
  right: -1px;
  background: url('../images/next-test.png') 25px center no-repeat;
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
}

.bx-wrapper .bx-prev:hover {
  background: url('../images/prev-test.png') 10px center no-repeat;
}

.bx-wrapper .bx-next:hover {
  background: url('../images/next-test.png') 33px center no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.24
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

/* 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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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;
  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;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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; }
  .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; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    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 white;
    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: black; }

/* 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: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.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 {
    /* The shadow behind the image */ }
    .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; }

  /* settings */

  /*-----------------------------------------------------------------------------

  - Revolution Slider 1.5.3 -

    Screen Stylesheet

version:    2.1
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

  - Revolution Slider 2.0 Captions -

    Screen Stylesheet

version:    1.4.5
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
  - CAPTIONS  -
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption  { visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-size: 23px;
      line-height: 23px;
        font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      padding: 3px 0px;
      padding-top: 1px;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      letter-spacing: 0px;
    }

.tp-caption.big_orange{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 700;
      font-size: 36px;
      line-height: 36px;
      font-family: Arial;
      padding: 0px 4px;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      background-color:#fb7354;
      letter-spacing: -1.5px;
    }

.tp-caption.big_black{
      position: absolute;
      color: #000;
      text-shadow: none;
      font-weight: 800;
      font-size: 36px;
      line-height: 36px;
      font-family: 'Open Sans', sans;
      padding: 0px 4px;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      background-color:#fff;
      letter-spacing: -1.5px;
    }

.tp-caption.medium_grey{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 300;
      font-size: 18px;
      line-height: 18px;
        font-family: 'Open Sans', sans-serif;
      padding: 2px 4px;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }

.tp-caption.small_text{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      font-family: Arial;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    }

.tp-caption.medium_text{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 300;
      font-size: 15px;
      line-height: 20px;
        font-family: 'Open Sans', sans-serif;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }

.tp-caption.large_text{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 300;
      font-size: 36px;
      line-height: 36px;
        font-family: 'Open Sans', sans-serif;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }
.tp-caption.large_black_text{
      position: absolute;
      color: #000;
      text-shadow: none;
      font-weight: 300;
      font-size: 42px;
      line-height: 42px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }

.tp-caption.very_large_text{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 800;
      font-size: 60px;
      line-height: 60px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
      letter-spacing: 0px;
    }
.tp-caption.very_large_black_text{
      position: absolute;
      color: #000;
      text-shadow: none;
      font-weight: 800;
      font-size: 72px;
      line-height: 72px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }
.tp-caption.bold_red_text{
      position: absolute;
      color: #d31e00;
      text-shadow: none;
      font-weight: 800;
      font-size: 20px;
      line-height: 20px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }
.tp-caption.bold_brown_text{
      position: absolute;
      color: #a04606;
      text-shadow: none;
      font-weight: 800;
      font-size: 20px;
      line-height: 20px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }
    .tp-caption.bold_green_text{
      position: absolute;
      color: #5b9830;
      text-shadow: none;
      font-weight: 800;
      font-size: 20px;
      line-height: 20px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
    }

.tp-caption.very_big_white{
      position: absolute;
      color: #fff;
      text-shadow: none;
      font-weight: 800;
      font-size: 36px;
      line-height: 36px;
      font-family: 'Open Sans', sans;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
      padding: 3px 0px;
      padding-top: 1px;
      background-color:#7e8e96;
          }

.tp-caption.very_big_black{
      position: absolute;
      color: #000;
      text-shadow: none;
      font-weight: 700;
      font-size: 60px;
      line-height: 60px;
      font-family: Arial;
      margin: 0px;
      border-width: 0px;
      border-style: none;
      white-space:nowrap;
      padding: 0px 4px;
      padding-top: 1px;
      background-color:#fff;
          }
          
          
.tp-caption.modern_medium_fat{
      position: absolute; 
      color: #000; 
      text-shadow: none; 
      font-weight: 800; 
      font-size: 24px; 
      line-height: 20px; 
      font-family: 'Open Sans', sans-serif; 
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      white-space:nowrap;   
    }
.tp-caption.modern_medium_fat_white{
      position: absolute; 
      color: #fff; 
      text-shadow: none; 
      font-weight: 800; 
      font-size: 24px; 
      line-height: 20px; 
      font-family: 'Open Sans', sans-serif; 
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      white-space:nowrap;   
    }
.tp-caption.modern_medium_light{
      position: absolute; 
      color: #fff; 
      text-shadow: none; 
      font-weight: 400; 
      font-size: 16px; 
      line-height: 20px; 
      font-family: 'Open Sans', sans-serif; 
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      white-space:nowrap;   
    }
.tp-caption.modern_big_bluebg{
      position: absolute; 
      color: #fff; 
      text-shadow: none; 
      font-weight: 800; 
      font-size: 30px; 
      line-height: 36px; 
      font-family: 'Open Sans', sans-serif; 
      padding: 3px 10px; 
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      background-color:#4e5b6c; 
      letter-spacing: 0;                    
    }
.tp-caption.modern_big_redbg{
      position: absolute; 
      color: #fff; 
      text-shadow: none; 
      font-weight: 300; 
      font-size: 30px; 
      line-height: 36px; 
      font-family: 'Open Sans', sans-serif; 
      padding: 3px 10px; 
        padding-top: 1px;
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      background-color:#de543e; 
      letter-spacing: 0;                    
    }
.tp-caption.modern_small_text_dark{
      position: absolute; 
      color: #fff; 
      text-shadow: none; 
      font-size: 15px; 
      line-height: 22px; 
      font-weight: 300; 
      font-family: 'Open Sans', sans-serif; 
      margin: 0px; 
      border-width: 0px; 
      border-style: none; 
      white-space:nowrap;   
    }

          
          
          

.tp-caption.boxshadow{
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }

.tp-caption.black{
    color: #000;
    text-shadow: none;
  font-weight: 300;
      font-size: 19px;
      line-height: 19px;
      font-family: 'Open Sans', sans;
  }

.tp-caption.noshadow {
    text-shadow: none;
  }

.tp-caption a {
  color: #fff; font-weight: 700; background: #7ea4f5; text-transform: uppercase; padding: 13px 35px; text-shadow: none; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  opacity: 0.7;
}


.tp_inner_padding { box-sizing:border-box;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            max-height:none !important; }


.tp-caption .frontcorner    {
                    width: 0;
                    height: 0;
                    border-left: 40px solid transparent;
                    border-right: 0px solid transparent;
                    border-top: 40px solid #00A8FF;
                    position: absolute;left:-40px;top:0px;
                  }

.tp-caption .backcorner   {
                    width: 0;
                    height: 0;
                    border-left: 0px solid transparent;
                    border-right: 40px solid transparent;
                    border-bottom: 40px solid #00A8FF;
                    position: absolute;right:0px;top:0px;
                  }

.tp-caption .frontcornertop   {
                    width: 0;
                    height: 0;
                    border-left: 40px solid transparent;
                    border-right: 0px solid transparent;
                    border-bottom: 40px solid #00A8FF;
                    position: absolute;left:-40px;top:0px;
                  }

.tp-caption .backcornertop    {
                    width: 0;
                    height: 0;
                    border-left: 0px solid transparent;
                    border-right: 40px solid transparent;
                    border-top: 40px solid #00A8FF;
                    position: absolute;right:0px;top:0px;
                  }


/******************************
  - BUTTONS -
*******************************/

.button       { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
            cursor:pointer;
            color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
            background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
          }

.button.big     { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover   { background-position:bottom, 15px 11px;}



  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .tp-caption a {padding: 8px 15px;}
   }



  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; }
    a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;   }
    .tp-caption a {padding: 5px 14px;}

  }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
    .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
    a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;
       }
      .tp-caption a {padding: 0px 10px;}
  }





/*  BUTTON COLORS */



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green      { background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue      { background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red        { background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange    { background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey  { background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey  { background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

  - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img      { -webkit-transform: translateZ(0);
                      -webkit-backface-visibility: hidden;
                      -webkit-perspective: 1000;
                      max-height: 644px !important;
                  }


/************************************************
    - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0;  -khtml-opacity: 0;  opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img  { max-width:none;}



/******************************
  - IE8 HACKS -
*******************************/
.noFilterClass {
  filter:none !important;
}


/******************************
  - SHADOWS   -
******************************/
.tp-bannershadow  {
    position:absolute;

    margin-left:auto;
    margin-right:auto;
    -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
  }

.tp-bannershadow.tp-shadow1 { background-size:100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
  - FULLSCREEN VIDEO  -
*********************************/
.caption.fullscreenvideo {  left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe { width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe  { width:100% !important; height:100% !important;}

/************************
  - NAVIGATION  -
*************************/

/** BULLETS **/

.tpclear    { clear:both;}


.tp-bullets               { z-index:1000; position:absolute;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                        -moz-opacity: 1;
                        -khtml-opacity: 1;
                        opacity: 1;
                        -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
                      }
.tp-bullets.hidebullets         {
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                        -moz-opacity: 0;
                        -khtml-opacity: 0;
                        opacity: 0;
                      }


.tp-bullets.simplebullets.navbar            {   border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old          {    background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet         { cursor:pointer; position:relative;  background:url(../images/bullet.png) no-Repeat top left;  width:33px; height:13px;  margin-right:0px; float:left; margin-top:-10px; margin-left:10px;}
.tp-bullets.simplebullets.round .bullet.last      { margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet       { cursor:pointer; position:relative;  background:url(../images/bullets.png) no-Repeat bottom left;  width:12px; height:12px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last    { margin-right:0px;}


/** SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet        { cursor:pointer; position:relative;  background:url(../images/bullets2.png) no-Repeat bottom left; width:12px; height:12px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last     { margin-right:0px;}


/** SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet      { cursor:pointer; position:relative;  background:url(../images/bullets2.png) no-Repeat bottom left; width:12px; height:12px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last   { margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet      { cursor:pointer; position:relative;  background:url(../images/bullet_boxed.png) no-Repeat top left;  width:18px; height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first    { margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last   { margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet      { cursor:pointer; position:relative;  background:url(../images/navigdots.png) no-Repeat bottom left;  width:15px; height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first    { margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last   { margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected        { background:url(../images/bullet-active.png) }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected   { background-position:bottom left; }



/*************************************
  - TP ARROWS   -
**************************************/
.tparrows                       { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                              -moz-opacity: 1;
                              -khtml-opacity: 1;
                              opacity: 1;
                              -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

                            }
.tparrows.hidearrows                  {
                              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                              -moz-opacity: 0;
                              -khtml-opacity: 0;
                              opacity: 0;
                            }


.tp-leftarrow.round                   { z-index:100;cursor:pointer; position:relative; no-Repeat top left;  width:19px; height:14px;  margin-right:0px; float:left; margin-top:-7px;  }
.tp-rightarrow.round                  { z-index:100;cursor:pointer; position:relative; no-Repeat top left;  width:19px; height:14px;  margin-right:0px; float:left; margin-top:-7px;}


.tp-leftarrow.round-old                 { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_left.png) no-Repeat top left;  width:26px; height:26px;  margin-right:0px; float:left; margin-top:-13px; }
.tp-rightarrow.round-old                { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_right.png) no-Repeat top left; width:26px; height:26px;  margin-right:0px; float:left; margin-top:-13px;}


.tp-leftarrow.navbar                  { z-index:100;cursor:pointer; position:relative;  width:20px; height:15px;   float:left;  margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar                 { z-index:100;cursor:pointer; position:relative;  width:20px; height:15px;   float:left;  margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old                { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrowleft.png) no-Repeat top left;   width:9px;  height:16px;   float:left;  margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old               { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrowright.png) no-Repeat top left;  width:9px;  height:16px;   float:left;  margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow        { margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow       { margin-left:0px; }

.tp-leftarrow.square                  { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_left2.png) no-Repeat top left; width:12px; height:17px;   float:left;  margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square                 { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_right2.png) no-Repeat top left;  width:12px; height:17px;   float:left;  margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old                { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_left2.png) no-Repeat top left; width:12px; height:17px;   float:left;  margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old               { z-index:100;cursor:pointer; position:relative;  background:url(../images/arrow_right2.png) no-Repeat top left;  width:12px; height:17px;   float:left;  margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default                 { z-index:100;cursor:pointer; position:relative;  background:url(../images/prev.png) no-Repeat center center;width:56px; height:112px;

                            }
.tp-rightarrow.default                  { z-index:100;cursor:pointer; position:relative;  background:url(../images/next.png) no-Repeat center center; width:56px; height: 112px;

                            }




.tp-leftarrow:hover                   { opacity: 0.7; }
.tp-rightarrow:hover                  { opacity: 0.7; }






/****************************************************************************************************
  - TP THUMBS   -
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs           { z-index:1000; position:absolute; padding:3px;background-color:#fff;
                        width:500px;height:50px;      /* THE DIMENSIONS OF THE THUMB CONTAINER */
                        margin-top:-50px;
                      }


.fullwidthbanner-container .tp-thumbs   {  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask        { width:500px; height:50px;       /* THE DIMENSIONS OF THE THUMB CONTAINER */
                        overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet       {   width:100px; height:50px;       /* THE DIMENSION OF A SINGLE THUMB */
                        cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                        /*filter: alpha(opacity=50);  */
                        -moz-opacity: 0.5;
                        -khtml-opacity: 0.5;
                        opacity: 0.5;

                        -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
                      }


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected    {   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

                        -moz-opacity: 1;
                        -khtml-opacity: 1;
                        opacity: 1;
                      }
.tp-thumbs img                { width:100%; }


/************************************
    - TP BANNER TIMER   -
*************************************/
.tp-bannertimer               { width:100%; height:5px; position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom         { bottom:0px;height:5px; top:auto;}




/***************************************
  - RESPONSIVE SETTINGS   -
****************************************/


  @media only screen and (min-width: 768px) and (max-width: 959px) {

   }



  @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive .tp-bullets.tp-thumbs       { width:300px !important; height:30px !important;}
      .responsive .tp-bullets.tp-thumbs .tp-mask    { width:300px !important; height:30px !important;}
      .responsive .tp-bullets.tp-thumbs .bullet   { width:60px !important;height:30px !important;}

  }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
        .responsive .tp-bullets { display:none}
        .responsive .tparrows { display:none;}
  }





/*********************************************

  - BASIC SETTINGS FOR THE BANNER -

***********************************************/

 .tp-simpleresponsive img {
    -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{ text-decoration:none;}

.tp-simpleresponsive ul {
  list-style:none;
  padding:0;
  margin:0;
}

.tp-simpleresponsive >ul >li{
  list-stye:none;
  position:absolute;
  visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div { width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat;}

.tp-loader  { 
/*  background:url(../images/loader.gif) no-repeat 10px 10px; 
  background-color:#fff;  
  margin:-22px -22px; 
  top:50%; 
  left:50%; 
  z-index:10000; 
  position:absolute;
  width:44px;
  height:44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
  }


.tp-transparentimg {  content:"url(../assets/transparent.png)"}
.tp-3d        { -webkit-transform-style: preserve-3d;
             -webkit-transform-origin: 50% 50%;
          }

/* fullwidth */

/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       26/06/12
author:   themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


/***********************
  - BASICS  -
***********************/
html {
  overflow-x:hidden;
  padding: 0 !important;
  background:#fff;
  margin:0px !important;
}


  /*********************************************************************************************
    - SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE  -
  **********************************************************************************************/

  /*  - THE BANNER CONTAINER (Padding, Shadow, Border etc. )  - */


   .fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:580px !important;
    overflow: hidden !important;
  }








