@font-face {
    font-family: 'Campton Book';
    src: url('/zixel/fonts/Campton-Bold.woff2') format('woff2'),
        url('/zixel/fonts/Campton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('/zixel/fonts/Campton-Black.woff2') format('woff2'),
        url('/zixel/fonts/Campton-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Light.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-BlackItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Black.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url(.../fonts/Graphik-Thin.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-SemiboldItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-MediumItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('/zixel/fonts/Graphik-SuperItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-SuperItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-ExtralightItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-LightItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Regular.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Bold.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Semibold.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-RegularItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('/zixel/fonts/Graphik-Super.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-ThinItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Medium.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-BoldItalic.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/zixel/fonts/Graphik-Extralight.woff2') format('woff2'),
        url('/zixel/fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

iframe
{
  width:100%;
}

*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
	max-width:100%;
	height:auto;
}

ul, ol
{
	margin-left:20px;
}



.error, .prompt
{
    padding:10px;
    background-color:#FFCD3F;
    color:#011F41;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:10px;
  text-align:left;
}


/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}


@keyframes animate-in {
  0% {
     opacity: 0;
	  padding-left: 100px;
  }
  100% {
    opacity: 0.9;
	  padding-left: 0px;
  }
}

@keyframes animate-int {
  0% {
     opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes animate-out {
  
	0% {
     opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadein1
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.5s;
  opacity: 0;
}
.fadein2
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.6s;
   opacity: 0;
}
.fadein3
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.7s;
   opacity: 0;
}
.fadein4
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.8s;
   opacity: 0;
}
.fadein5
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.9s;
   opacity: 0;
}
.fadein6
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 1s;
   opacity: 0;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #FFCD3F;
	 opacity: 1;
}
#back-to-top.show {
    opacity: 0.5;
}
#content {
    height: 2000px;
}




.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}




.bounce2 {
  -moz-animation: bounce2 2s infinite;
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}


/*BLOG*/

.blogDateAuthor, .blogDateComments, .blogLatestDate, .blogLatestPost, .blogDate
{
  display:none;
}

.blogPostMore
{
  max-width:900px;
  margin:auto;
}

.blogPostMore h2
{
  color:#00DAA1;
}

.blogPostMore .blogDate {
   text-align:center;
    
}

.blogPostMore .blogImage
{
  
}

.blogLatestReadMore
{
	display: none;
}

.blogCategories 
{
  padding:30px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogCommentItem 
{
  background-color:#fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  margin-bottom:20px;
  border:solid 1px #ccc;
}

.blogCategories a
{
  color:#333;
  margin-bottom:10px;
}

.blogPost, .blogPostMore
{
  
  margin-bottom:40px;
  
}

.blogPost
{
  width:32%;
	float:left;
	margin-right:2%;
    height:420px;
}



.blogPost:nth-child(3n+3) 
{
    margin-right:0%;
}




.blogComments
{
  display:none;
}

.blogPostContent, .blogComments  
{
  text-align:left;
}

.blogBack 
{
  display:none;
}

.blogDate {
    font-size: 16px;
    display: block;
   margin-bottom:20px;
    
}

.blogPost h2 {
   
    color: #011F41;
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
	font-family: 'Campton Book';
     
    letter-spacing: -1px;
  text-align:center;

}

.blogPostMore  {
      
  font-size:18px;
  line-height:27px;
}


.blogPostMore h2 {
        color: #082C57;
    font-weight: 800;
      font-family: 'Graphik';
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0px;
}

.blogPostMore h3 {
        color: #082C57;
    font-weight: 500;
      font-family: 'Graphik';
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;
}


.blogPostMore h4 {
    olor: #082C57;
    font-weight: 600;
      font-family: 'Graphik';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
}


/*.blogTitle
{
  height:140px;
}*/

.blogTitle a {
   text-decoration:none !important;
}

.blogImage img
{
  
   margin-top:20px;
  margin-bottom:20px;
  border-radius:40px;
  border:solid 1px #ccc;
  
}

.blogPostMore .blogImage
{
  max-height:100%;
  overflow:none;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPostMore h1
{
  line-height:80px;
  text-align:center;
  
  
}


.blogPostMore h1 a
{
   text-decoration:none !important;
  
  
}


.blogPost img, .blogPostMore img
{
  width:100%;
}

.pagitem
{
padding:5px 10px;
display:block;
background-color:#eee;
float:left;
margin-right:5px;
}

.pagitemon
{
padding:5px 10px;
display:block;
background-color:#333;
color:#fff;
float:left;
margin-right:5px;
}

.blogLatest
{
  width:32%;
  margin-right:2%;
  float:left;
  margin-top:40px;
  margin-bottom:40px;
}

.blogLatest:nth-child(3n+2) 
{
    margin-right:0%;
}

.blogLatest h2
{
  font-size:30px;
  line-height:34px;
  letter-spacing:-1px;
}

.blogLatestTitle a
{
  text-decoration:none;
}


.blogLatestImage img
{
  border-radius:20px;
   border:solid 1px #ccc;
  margin-bottom:30px;
}


@media only screen and (max-width: 920px) {
  
  
  .blogPost
{
    height:auto;
}
  
  
  .blogPostMore
{
  max-width:100%;
  margin:auto;
}
    
  .blogPost, .blogPostMore
{
  padding:0px;
}


  
  
  .blogPost h2 {
    line-height: 32px;
    text-align: center;
    font-size: 26px;
}
  
  .blogPostMore h1 {
    line-height: 58px;
    text-align: center;
    font-size: 41px;
}
  
  
  
.blogPostMore h2 {
        color: #082C57;
    font-weight: 800;
      font-family: 'Graphik';
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0px;
}

.blogPostMore h3 {
        color: #082C57;
    font-weight: 500;
      font-family: 'Graphik';
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
}


.blogPostMore h4 {
    olor: #082C57;
    font-weight: 600;
      font-family: 'Graphik';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}

.blogLatest
{
  width:100%;
  margin-right:0%;
  float:none;
}
  
  
  
  .blogPost
{
  width:100%;
	float:none;
	margin-right:0%;
}


.blogPost:nth-child(3n+3) 
{
    margin-right:0%;
}
