*
{
	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
{
	margin-left:20px;
}



.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  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: #005fa3;
}
.flickity-prev-next-button.no-svg {
  color: #005fa3;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}



.flickity-prev-next-button.next
{
right:-50px;
}

.flickity-prev-next-button.previous
{
left:-50px;
}


@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: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#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*/

.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
{
  padding:50px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogPostContent, .blogComments  
{
  text-align:left;
}

.blogBack 
{
  display:none;
}

.blogDate 
{
  font-size:16px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:38px;
  line-height:50px;
  color:#333;
  border-bottom:solid 2px #eee;
  padding-bottom:20px;
  
}

.blogImage
{
  max-height:400px;
  overflow:hidden;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPostMore .blogImage
{
  max-height:100%;
  overflow:none;
   margin-top:20px;
  margin-bottom:20px;
  
}

.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;
}

.blogLatest:nth-child(3n+1) 
{
    margin-right:0%;
}

.blogLatest h2
{
  font-size:18px;
}

@media only screen and (max-width: 600px) {
  
  
  .flickity-prev-next-button.next
{
right:0px;
}

.flickity-prev-next-button.previous
{
left:0px;
}
  
  
  .flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-prev-next-button.no-svg {
  color: #fff;
}

  
    
  .blogPost, .blogPostMore
{
  padding:30px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:24px;
  line-height:40px;

}

.blogLatest
{
  width:100%;
  margin-right:0%;
  float:none;
}

}