/************************************************************************
// General CSS
*************************************************************************/
@font-face {
    font-family: 'Bebas Neue';
    src: url('../webfonts/BebasNeue-webfont.eot');
    src: url('../webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/BebasNeue-webfont.woff') format('woff'),
         url('../webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../webfonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.spectator:last-child{
    display: none;
}

a {
  transition: all .15s;
  -webkit-transition: all .15s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
::selection {
  background-color: #1e1e1e;
  color: white;
}
::-moz-selection {
  background-color: #1e1e1e;
  color: white;
}
.heading-wrap {
  text-align: center;
}

p{
  word-wrap:break-word;
}
.history-wrap,
.skill-wrap {
  text-align: left;
}
.btn {
  text-transform: uppercase;
}
.heading-desc {
  margin: 1em auto;
  width: 55%;
  font-style: italic;
}
section img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
li {
  list-style: none;
}
.heading-line {
  width: 50px;
  height: 2px;
  background-color: #ff9d4c;
  margin: auto;
}
.heading-wrap {
  margin-bottom: 3em;
}
body {
  overflow-x: hidden;
  font-family: 'cwTeXHei', sans-serif;
}
.active {
  color: #ff9d4c;
}
.active a {
  color: #ff9d4c;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img{
max-width: none;
}
.wpcf7-form {
  text-align: left;
}
.page-loader {
  background-color: #1e1e1e;
  position: fixed;
  width: 100%;
  height: 102%;
  content: "";
  z-index: 99999;
  margin-top: -5px;
}
.page-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.bypostauthor,
.gallery-caption {
  background-color: #fafafa;
}
.alignright{
  text-align: right;
}
.alignleft{
  text-align: left;
}
.aligncenter{
  text-align: center;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.fixed-menu-background{
    /*
    background-color: rgba(249, 249, 249, .5);
    */
    background-color: rgba(249, 249, 249, .90);
    height:120px;
    width:100%;
}

.fixed-submenu-background{
    background-color: rgba(249, 249, 249, .90);
    height:120px;
    width:100%;"
}
.menu-item a {
 color: black;
 font-family: 'cwTeXHei', sans-serif;
 
}

/************************************************************************
// Scrollbar
*************************************************************************/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #292929;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
/************************************************************************
// Mobile Menu
*************************************************************************/
.mobile-menu {
  display: none;  
  width: 100%;
  z-index: 9998;
  background-color: #FFFFFF;
}
.mobile-menu .logo-mobile {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.logo-mobile a:hover{
  color: transparent;
}
.mobile-menu .logo-mobile img {
  max-width: 100%;
  height: 50px;
}
.mobile-menu a:hover {
  color: white;
  background-color: #313131;
}
.mobile-justify {  
  width: 100%;
  z-index: 9999;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 2.2em;
  cursor: pointer;
}
.mobile-menu .sub-menu {
  padding-left: 0;
}
.mobile-menu .sub-menu a{
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-menu .sub-menu a:before{
  content: " - ";
}
/************************************************************************
// Fixed Menu
*************************************************************************/
.fixed-menu {
  /*  
  position: fixed;
  z-index: 9999;
  background-color: #E7E5E5;
  */
  /*
  background-color:  #0f8ec7;
  */
  background-image: url('../img/bg.jpg');  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  /*
  background-position:0px 0px; 
  width: 100%;
  */
  background-size:cover;
    
  
  display: block;
}
.fixed-menu-logo {
  margin-top: 22px;
}
.fixed-menu-logo img {
  max-width: 100%;
  max-height: 35px;
}
.fixed-menu ul {
  float: right;
  padding-left: 0;
}
.fixed-menu > ul > li {
  position: relative;
}
.fixed-menu .sub-menu{
  position: absolute;
  top:79px;
  left: 0;
  background-color: #E7E5E5;
}
.fixed-menu .sub-menu {
  display: none;
}
.fixed-menu .sub-menu a {
   padding:7px 60px 7px 28px;
   display: block;
}
.fixed-menu .sub-menu li:first-child a{
  padding-top: 14px;
}
.fixed-menu .sub-menu li:last-child a{
  padding-bottom: 14px;
}
/************************************************************************
// Header
*************************************************************************/
.top-header {
  max-width: 100%;
  position: relative;
}
.top-header > .container {
  position: relative;
  z-index: 9999;
}
.top-header .col-sm-9{
  float: right!important;
}
.top-header:before {
  background-color: #1e1e1e;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-navigation {
  float: right;
  position: absolute;
  top: 50px;
 
  min-height: 100px;
  min-width:615px;
  /*
  top: 6px;
  right: -160px;
  */
 
    
}
.top-navigation > ul > li{
  display: relative;
}
.top-navigation .sub-menu{
  position: absolute;
  top:79px;
  left: 0;
  background-color: #1e1e1e;
  padding-left: 0;
  display: none;
}
.top-navigation .sub-menu a {
  padding:7px 60px 7px 28px;
  display: block;
}
.top-navigation .sub-menu li:first-child a {
  padding-top: 14px;
}

.top-navigation .sub-menu li:last-child a {
  padding-bottom: 14px;
}
.logo {
  /*
  margin-top: 1.5em;
  */
  margin-top: 2em;
  position: absolute;
  left: 0;
}
.logo img {
  max-width: 100%;
  max-height: 100px;
}
.top-slider {
  opacity: .9;
}
.top-slider .content img {
  float: none;
  margin: auto;
}
.featured-content {
  position: absolute;
  color: white;
  top: 29%;
  width: 100%;
  text-align: center;
}
.featured-content .featured-text {
  width: 70%;
  margin: auto;
}
.featured-content .featured-line {
  width: 300px;
  height: 2px;
  background-color: #ff9d4c;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-content .btn {
  border-color: #ff9d4c;
  color: #ff9d4c;
  margin-top: 2em;
}
.featured-content .btn:hover {
  background-color: #ff9d4c;
  color: white;
}
/************************************************************************
// About
*************************************************************************/
.section-about {
  padding-top: 20em;
  padding-bottom: 5em;
  opacity: 0;
}
.section-about .p-experience {
  color: #ff9d4c;
}
.section-about .job-wrap .col-sm-3 {
  padding-right: 8px;
  padding-left: 8px;
}
.section-about h3 {
  margin-top: 0;
}
.skill-wrap,
.history-wrap {
  margin-top: 4em;
}
/************************************************************************
// Divider
*************************************************************************/
.section-divider-one {
  max-width: 100%;
  clear: both;
  position: relative;
  color: white;
}
.section-divider-one > * {
  position: relative;
}
.section-divider-one:before {
  background-color: #1e1e1e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: .4;
}
.section-divider-one h2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.section-divider-one .heading-divider {
  position: relative;
  right: 100px;
  opacity: 0;
}
/************************************************************************
// Portfolio
*************************************************************************/
.section-portfolio {
  padding-bottom: 5em;
  padding-top: 5em;
}
.portfolioFilter {
  margin-top: 4em;
  padding-top: 15em;
}
.portfolioFilter .current {
  color: red;
}
.portfolioFilter a {
  color: #ff9d4c!important;
  border: 1px solid #ff9d4c;
  padding: .5em 1em;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 1em;
}
.portfolioFilter a:hover {
  background-color: #ff9d4c;
  color: white!important;
}
.portfolioFilter .current {
  background-color: #ff9d4c;
  color: white!important;
  font-weight: normal!important;
}
.portfolioContainer {
  margin-top: 1em;
}
.portfolioContainer a:hover {
  cursor: url('../img/cursor.png') 35 35, auto;

}
.portfolioContainer div[class*="col-"] {
  padding: 0;
}
.portfolioContainer > div {
  background-color: #1e1e1e;
}
.portfolioContainer img {
  -webkit-transition: all .15s;
  transition: all .15s;
}
.portfolioContainer img:hover {
  opacity: .5;
}
.portfolioContainer > div {
  position: relative;
  text-align: center;
}
.portfolioContainer > div h4 {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: white;
  display: none;
}
.product-single img {
  max-width: 100%;
  height: auto;
  display: block;
}
.product-single .col-sm-8 {
  padding-left: 0;
}
.product-single h4 {
  margin-top: 0;
}
.product-single .btn {
  color: white;
  background-color: #ff9d4c;
}
.product-single .btn:hover {
  background-color: #1e1e1e;
}
.portfolioFilter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none;
}
.portfolioFilter a.current {
  font-weight: bold;
}
/************************************************************************
// Service
*************************************************************************/
.section-service {
  padding-bottom: 5em;
  padding-top: 5em;
  max-width: 100%;
  height: auto;
  position: relative;
}
.section-service .container {
  position: relative;
}
.section-service:before {
  background-color: #1B77BD;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  opacity: .9;
  margin-top: -5em;
}
.section-service .heading-wrap {
  color: white;
}
.section-service .extra-service-wrap {
  opacity: 0;
}
.section-service .extra-service-wrap img {
  margin: auto;
}
.section-service .heading-line {
  background-color: white;
}
.extra-service-wrap {
  clear: both;
  padding-top: 4em;
}
.service-wrap {
  position: relative;
  right: 30px;
  opacity: 0;
}
.service-icon img {
  max-width: 100%;
  height: 160px;
  margin: auto;
}
/************************************************************************
// Team
*************************************************************************/
.section-team {
  padding-top: 20em;
  padding-bottom: 5em;
}
.section-team .h-card {
  overflow: hidden;
  position: relative;
}
.section-team .h-card .team-overlay {
  background-color: #1e1e1e;
  width: 100%;
  height: auto;
}
.section-team h5 {
  margin-bottom: 0;
  font-size: 1.7em;
}
.section-team img {
  position: relative;
  top: 0;
}
.section-team .team-social {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
}
.section-team .team-social ul {
  width: 90px;
  margin: auto;
  padding-left: 0;
}
.section-team .team-social ul li {
  float: left;
}
.section-team .team-social a {
  background-color: #ff9d4c;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding-top: 5px;
}
.section-team .team-social a:hover {
  color: #1e1e1e;
  background-color: white;
}
.section-team .team-desc {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  margin-left: -15px;
  color: white;
}
/************************************************************************
// Client
*************************************************************************/
.section-client {
  overflow: hidden;
  padding-top: 3em;
  clear: both;
  color: white;
  position: relative;
}
.section-client .container {
  position: relative;
}
.section-client img {
  padding-right: 1em;
  padding-left: 1em;
  max-height: 100px;
}
.section-client:before {
  background-color: #1e1e1e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: .4;
}
.section-client .slider {
  height: 150px;
  margin-top: 4em;
}
.section-client .slider img {
  margin: auto;
}
.section-client .slider .slick-next {
  top: -50px;
  right: 13px;
  opacity: 1;
}
.section-client .slider .slick-next:hover:before {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.section-client .slider .slick-next:before {
  transition: all .15s;
  -webkit-transition: all .15s;
  font-size: 25px;
  border-radius: 1px;
  border-width: 1px;
  padding-right: 11px;
  padding-left: 11px;
  color: white;
  border-color: #ff9d4c;
  background-color: #ff9d4c;
}
.section-client .slider .slick-prev {
  top: -50px;
  right: 50px;
  left: auto;
  opacity: 1;
}
.section-client .slider .slick-prev:hover:before {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.section-client .slider .slick-prev:before {
  transition: all .15s;
  -webkit-transition: all .15s;
  font-size: 25px;
  border-radius: 1px;
  border-width: 1px;
  padding-right: 11px;
  padding-left: 11px;
  color: white;
  border-color: #ff9d4c;
  background-color: #ff9d4c;
}
.section-client .section-head {
  margin-bottom: 0;
}
.section-client .slick-list {
  left: 100px;
  opacity: 0;
}
/************************************************************************
// Blog
*************************************************************************/
.section-blog {
  padding-top: 5em;
  padding-bottom: 5em;
}
.section-blog .blog-wrap {
  opacity: 0;
}
.section-blog article[class*="col-sm"] {
  padding-right: 0;
  padding-left: 0;
}
.section-blog .h-entry {
  position: relative;
}
.section-blog .h-entry figure {
  background-color: #1e1e1e;
}
.section-blog .h-entry .entry-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  opacity: 0;
  cursor: pointer;
}


.carsales{
    margin-top: 0px;
    background: black;
    color: white;

}
/************************************************************************
// Contact
*************************************************************************/
.section-contact {
  padding-top: 5em;
}
.section-contact form .form-control {
  margin-bottom: 1em;
}
.section-contact ul.social-list {
  padding-left: 0;
  text-align: left;
}
.section-contact ul.social-list li {
  display: inline;
}
.section-contact ul.social-list li a {
  color: #ff9d4c;
  font-size: 18px;
  margin-right: 1em;
}
.section-contact ul.social-list li a:hover {
  color: #1e1e1e;
}
.section-contact .tel-wrap {
  margin-top: 1em;
}
.section-contact .tel-wrap span {
  display: block;
}
.section-contact .h-adr {
  text-align: left;
}
.section-contact .form-wrap {
  margin-top: 5px;
}
.section-contact .google-map {
  margin-bottom: 4em;
}
.section-contact .company-name {
  margin-top: 0;
}
.section-contact .p-postal-code {
  display: block;
}
/************************************************************************
// Footer
*************************************************************************/
.bottom-footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #1e1e1e;
  color: white;
  margin-top: 0px;
}
.bottom-footer .site-generator {
  text-align: left;
}
.bottom-footer figure {
  text-align: center;
}
.bottom-footer figure img {
  margin: auto;
  max-width: 100%;
  height: 30px;
}
.bottom-footer .div-copyright {
  margin-top: 1em;
  margin-bottom: 0;
}
.bottom-footer ul.nav {
  float: right;
}
.bottom-footer ul.nav li {
  float: left;
}
.bottom-footer ul.nav li a {
  font-size: 14px;
}
/************************************************************************
// Responsive
*************************************************************************/



/*
@media (max-width: 769px) {
  .slick-next,
  .slick-prev {
    display: none!important;
  }
  .h-adr {
    margin-top: 2em;
  }
  .bottom-footer .nav {
    float: left!important;
  }
  .bottom-footer .nav li:first-child a {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .extra-service-wrap img {
    max-width: 40%;
    height: auto;
  }  
}

@media (max-width: 992px) {
  .logo {
    display: none;
  }
  .top-navigation {
    display: none;
  }
  .job-wrap .h-resume {
    margin-bottom: 3em;
  }
  .service-wrap .service-context {
    margin-bottom: 4em;
  }
  .col-sm-5,
  .col-sm-2 {
    margin-bottom: 2em;
  }
  .fixed-menu{
    display: none!important;
  }
}
@media (min-width: 992px){
  .mobile-justify {
    display: none;
  }
  .mobile-menu{
    display: none!important;
  }
}
@media(min-width: 992px) and (max-width: 1200px){
  .navbar-nav > li > a{
    padding-right:19px;
    padding-left: 19px;
  }
}
@media (min-width: 1200px){
  .navbar-nav > li > a{
    padding-right:27px;
    padding-left: 27px;
  }
}


*/
@media(min-width: 1px) and (max-width: 768px){
 .page-block-header{
   height:500px;
 }
 .top-navigation{
   right:-130px;
 }
 
 .fixed-menu,.page-block-header ,.tiles-module .row {
   width: 100%;
 }
 .container{
	min-width:768px;
 }
}

@media (min-width: 768px){
 .page-block-header{
   height:500px;
 }
 .top-navigation{
   right:-100px;
 }

 .fixed-menu,.page-block-header ,.tiles-module .row  {
   width: 100%; 
 }
 .container{
	min-width:768px;
 }
}

@media (min-width: 992px){
 .page-block-header{
   height:700px;
 }
.top-navigation{
   right:-100px;
 }

 .fixed-menu,.page-block-header ,.tiles-module .row  {
   width: 100%;
 }
 .container{
	min-width:970px;
 }
}

@media (min-width: 1200px) {
  .page-block-header{
        height:600px;
   }
   .top-navigation{
    right:-100px;
   }

 .fixed-menu,.page-block-header ,.tiles-module .row {
    width: 100%;
 } 
 .container{
	min-width:1170px;
 }
    
    
}

@media (min-width: 1500px){ 
  /*ok*/
 .page-block-header{
   height:700px;
 }
 .top-navigation{
   right:-170px;
 }

 .fixed-menu,.page-block-header ,.tiles-module .row {
    width: 100%;
 }
 .container{
	min-width:1290px;
 }
     
}


@media (min-width: 1500px){
 .page-block-header-below{
   height:390px;
 }
}

/***For every display********/

@media (min-width: 1px){
  .mobile-justify {
    display: none;
  }
  .mobile-menu{
    display: none!important;
  }
}
@media(min-width: 1px) and (max-width: 1200px){
  .navbar-nav > li > a{
    padding-right:19px;
    padding-left: 19px;
  }
}
@media (min-width: 1200px){
  .navbar-nav > li > a{
    padding-right:27px;
    padding-left: 27px;
    font-size: 1.8em;
  }
}
/***For every display********/

/******Main Page wall***********/



.color-wrap .hero, .color-wrap .hero a, .color-wrap .hero p, .hero.aqua *, .hero.blue *, .hero.cyan *, .hero.green *, .hero.purple * {
    color: #fff!important;
}

.hero .-no-author, .hero .-no-author *, .hero.-dynamic .pubdate {
    text-align: left;
}

.hero-nav {
    line-height: 1.6;
}
.-text-right .hero-text {
    left: 60%;
}
.-text-right .hero-text .hero-headline {
    /*
    padding-right: 65px;
    */
}
.hero-headline{

    font-family: 'cwTeXHei', sans-serif;
    font-size:7em;
    color: white;
    margin-top: 200px;
}
.hero .hero-headline {
    display: block;
    margin-bottom: .25em;
    font-size: 5em;
    letter-spacing: -.05em;
}

.hero-nav {
    display: inline-block;
    max-width: 100px;
    margin: auto auto auto -50px;
    position: absolute;
    top: 90%;
    left: 50%;
    z-index: 3;
}

.hero-text {
    text-align: left;
    max-width: 50%;
    position: relative;
    z-index: 3;
}
.hero {
    width: 100%;
	min-width: 1290px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
.color-wrap.blue, .full-image-hero.blue, .hero.blue {
    background-color: #0f8ec7;;
}

.hero.-image-outside .inner {
    position: static;
}
.hero .meta {
    display: table;
    
    width: 100px;
    
    position: relative;
    margin-top: 25px;
    padding-bottom: 1.25em;
}
.hero .sharing a {
    margin-right: .75em;
    transition: all 120ms linear;
}

.hero .meta-right {
    position: relative;
    white-space: nowrap;
    text-align: right;
}
.hero .author, .hero .meta-right {
    vertical-align: middle;
    display: table-cell;
}

.hero.-image-outside .img-box {
    left: 0;
    right: auto;
	/*
    text-align: left;
	*/
	text-align: center;
    width: 100%;
    text-indent: 40%;
}

.-text-right .img-box {
    direction: rtl;
}

.img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-indent: 50%;
}

.img-box img {
    height: 100%;
    /*
    width: auto;
    */
    width:50%;
    display: inline;
}
.hero .inner {
    width: 90%;
    max-width: 75em;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    /*
    padding: 5.625em 0;
    */
}

.hero-nav span:first-child {
    /*
    font-family: karlaitalic,sans-serif;
    */
    font-family: 'cwTeXHei', sans-serif;
}

.hero-nav a, .hero-nav span {
    display: block;
}
.hero-nav .icon-arrow-down {
    margin: auto;
    text-align: center;
    width: 30px;
}


.meta .sharing {
    padding: 0 0 0 40px;
    position: relative;
    vertical-align: middle;
}

.hero .sharing:before {
    height: 20px;
    line-height: 55px;
    vertical-align: middle;
    background: 0 0;
    content: "";
    position: relative;
    left: -15px;
    font-family: ms_gloriola_ii_displaythin,sans-serif;
}
.meta .sharing:before {
    content: "";
    position: absolute;
    font-size: 18px;
    left: 0;
    width: 1px;
    vertical-align: middle;
}
.visually-hidden{
    position:absolute;
    overflow:hidden;
    clip:rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}
.icon-twitter:before {
    content: "\e601";
}
.icon-facebook:before {
    content: "\e60c";
}
.icon-linkedin:before {
    content: "\e602";
}
.icon-arrow-down:before {
    content: "\e60b";
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/******Block Display wall***********/






.-gray .tiles-module .tile, .tiles-module.background-gray .tile {
  border: none;
}


.tiles-module h3 {
  color: #333;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
}


tiles-module .tile-quote .main-content:before {
  font-family: icomoon,sans-serif;
  content: "\201c";
  color: #6d75a0;
  font-size: 112px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 7.34177%;
}

.page-block-header {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0px 2.5% 85px;
  text-align: center;
  /*
  border-top: rgba(255,255,255,.8) 1px solid;
  */
}

.page-block-header-below {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0px 2.5% 0px;
  text-align: center;
  /*
  padding: 0px 2.5% 85px;
  border-top: rgba(255,255,255,.8) 1px solid;
  */
}

.page-block {
  width: 100%;
  clear: both;
  margin: 0;
  /*
  padding: 75px 2.5% 85px;
  */
    
  padding: 25px 2.5% 85px;
  text-align: center;
}


.module, .page-section {
  font-size: 22px;
}



.tiles-module .tile-2x1 .image-wrapper:after {
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: 25px;
  width: 0;
}

.tiles-module .tile {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}


.tiles-module-header .tile-header {
 /*
  background-color: #fff;
  border: 1px solid #ccc;
  */
  color:#fff;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}

.tiles-module-header .tile-header a:hover {
    color: #fff;
}

.img-box-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    
}

.img-box-header img {
     /*
    height: 100%;
   
    width: auto;
    */
    width:100%;
    display: inline;
}


.tiles-module .tile-social {
  background-color: #0f8ec7;
}

.tiles-module .tile-quote {
  background-color: #675882;
  text-align: center;
}

.tiles-module .tile-1x2, .tiles-module .tile-quote {
  height: 350px;
  /*
    height: 0;
  padding-bottom: 207.89474%;
  */
  padding-bottom: 130%;
}

.tiles-module .eyebrow {
  font-size: .625em;
}

.eyebrow.blue {
  color: #0f8ec7;
}

.-gray {
  
  background: #f2f2f2;
  
  
}

.-blue {
  background: #0f8ec7;        
}

.-blank_img{
    
}

.-imgbg{
  background-image: url('../img/bg.jpg');   

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  
  /*
    background-repeat: no-repeat;
    background-position:0px 0px; 
  */
  background-size:cover;
}

.module {
  padding: 0!important;
  
  max-width: 1230px;
  
  margin: auto;
}


.tiles-module {
  position: relative;
}

.tiles-module .module-header+.row, .tiles-module .row:first-of-type {
  padding-top: 0;
}

.tiles-module .row {
  padding-top: 2.5%;
  overflow: visible;
  /*
  min-width:1260px;
    */
}

.tiles-module .col-two, .tiles-module .col-two-row-two {
  width: 66.666%;
}

.tiles-module .col-one {
  width: 33.333%;
}

.tiles-module .col-one-fouth {
  width: 25%;
}

.tiles-module .col-one-fifth {
  width: 20%;
}

.tiles-module .col-fullone {
  width: 100%;
}

.tiles-module .col-one,.tiles-module .col-one-fouth,.tiles-module .col-one-fifth, .tiles-module .col-two, .tiles-module .col-two-row-two , .tiles-module .col-fullone  {
  float: left;
  padding-left: 1.25%;
  padding-right: 1.25%;
}

.tiles-module .module-header+.row .col-one:first-child,.tiles-module .module-header+.row .col-one-fouth:first-child, .tiles-module .module-header+.row .col-two:first-child, .tiles-module .row:first-of-type .col-one:first-child, .tiles-module PC3-10600:first-of-type .col-two:first-child {
  margin-top: 0;
}


.tiles-module .tile-2x1 .image-wrapper {
  float: left;
  width: 51.89873%;
  position: relative;
}

.tiles-module .tile-2x1 .content-wrapper {
  float: left;
  padding: 0% 3.79747% 3.79747% 4.43038%;
  width: 48.10127%;
}


.image-wrapper {
  overflow: hidden;
}

.image-wrapper img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 


.tiles-module .image-wrapper {
  font-size: 0;
}
.tiles-module .tile {
  color: #4c4c4c;
}

.tiles-module .main-content {
  /*
  padding-top: 19.6875%;
  */
  padding-top: 2%;
  /*
  padding-right: 10%;
  */
}

.-center-align{
  text-align: center;
}

.tiles-module .tile-no-image, .tiles-module .tile-social {
 
  height: 0;
  padding-bottom: 90%;
  
}

.tiles-module .tile-no-image3, .tiles-module .tile-social {
 
  height: 0;
  padding-bottom: 61%;
  
}

.tiles-module .content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0% 7.89474% 7.89474% 7.89474%;
  position: relative;
}


.tiles-module .content-wrapper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0% 7.89474% 7.89474% 0%;
  position: relative;
}



blockquote:after {
  content: "";
}

blockquote:before {
  content: "\201C";
}

.tiles-module {
  font-size: 16px;
  text-align: justify ; 
}


.tiles-module .tile:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.module.tiles-module:after {
  content: "";
  display: table;
  clear: both;
}

.no-touch .tiles-module .tile:after {
  transition: background-color 120ms linear;
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: inherit;
  width: 100%;
}


.nav{
	min-width:800px;
	display:inline-block;
}

/******Others***********/
/******
section > * {
  text-align: center;
}
***********/

/******Post Page ***********/
.post-header-image{
	margin-bottom: 3em;
	/*
	display:inline-block;
    */
	text-align: center;

}
.relatedposts {
	
}
.relatedposts a{
	color:#000;
}
.relatedthumb img{
	display:inline !important;
}
.relatedthumb {
	margin-bottom: 1em;
}


/******Home News Post ***********/
.home_news_listImage {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
}


/******Home News Block ***********/
.col-fullone-slide {
  width: 100%;
  height:200px;
  background-color: white;
}

.slide_title{
    font-size: 20px;
}

.slide_title.blue{
    color: #0f8ec7;
}

.home_news_slideImage {
    width: 55%;
    height: 300px;
    float: left;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
}
.news-content{
    margin-top: 15px;
    line-height: 1.5;
}
.col-fullone-slide a:hover{
    text-decoration: none;
}