/*

=====================
BODY, HTML
=====================

*/
body {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: left;
}
html,
body,
#all {
/*   height: 100%;
  min-height: 100%; */
  font-family: 'Lato', sans-serif;
  font-weight: 400;}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }



 /*

=====================
FLEX BOX
=====================

*/

.column-farleft{ float: left; padding-left:15px; width: 7%; }
.column-nearleft{ float: left; padding-left:15px; width: 26%; }
.column-left{ float: left; padding-left:15px; width: 33%; }
.column-right{ float: right; width: 66%; }
.column-farright{ float: right; padding-left:15px; width: 7%; }
.image-column-right{ float: right; width: 66%; }
.image-column-left{ float: left;width: 33%; }

/*@media (max-width: 991px) {
  .image-column-left{ float:left; width: 90%; }
  .image-column-right{ float: right; width: 90%; }
}*/

@media (max-width: 767px) {
  .image-column-left{ float:left; width: 90%; }
  .image-column-right{ float: right; width: 90%; }
}

 /*
=====================
video
=====================
*/

video {
   width:100%;
   /*max-width:500px;*/
   height:auto;
}

/*
=====================
LOADER
=====================

*/
 .more-juice {
		width:64px;
		height:64px;
		position:relative;
		left:47.5%; /* centers the loading animation horizontally one the screen */
    background-image:url('../img/juicy-icon-loop.gif'); /* path to your loading animation */
		background-repeat:no-repeat;
		background-position:50%;
    background-size: 64px 64px;
    /*margin: 0 auto;*/
    /*margin-bottom: 4em;*/
		/*margin:-100px 0 0 -100px; /* is width and height divided by two */*/
	}

.section-end{
  margin-bottom: 4em;
}

.section-begin{
  margin-top: 2em;
}

 /*

=====================
NAVBAR
=====================

*/
.navbar {
  border: none;
}
.navbar ul.nav > li > a {
  border-top: solid 5px transparent;
}
.navbar ul.nav > li > a:hover {
  border-top: solid 5px #f0505c;
}
@media (max-width: 767px) {
  .navbar ul.nav > li > a:hover {
    border-top: solid 5px transparent;
  }
}
.navbar ul.nav > li.active > a,
.navbar ul.nav > li.open > a {
  text-decoration: none !important;
  border-top: solid 5px #f0505c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navbar ul.nav > li.active > a,
  .navbar ul.nav > li.open > a {
    border-top: solid 5px transparent;
  }
}
/*
=====================
CONTACT STYLES
=====================
*/

ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

.btn-lg p{
  margin:1em;
}

/*
=====================
UNIVERSAL SECTION STYLES
=====================

*/
.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section h2.title {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 44px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  /*text-transform:uppercase;*/
  line-height: 1.2;
}
.section h2.title span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .section h2.title {
    font-size: 40px;
  }
}

.section .img-boxshadow{
  margin: 2em auto;
  /*padding: 1em auto;*/
  box-shadow: 0 7px 7px rgba(0,0,0,.08);
}
.section .img-responsive {
  margin: 0 auto;
}

.projects img {
    width: 100%;
}

.section .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.section .inline-title {
  display: inline-block;
  padding: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
}

.section p.quote{
  display: block;
  font-size: 28px;
  font-weight: 400;
  /*color: #f0505c;*/
  padding: 10px 0;
  margin-bottom: 4em;
  margin-top: 4em;
  text-align: center;
  font-style: italic;
}


.text-narrow p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 44px;
  text-align: left;
}
@media (max-width: 767px) {
  .text-narrow p {
    font-size: 16px;
    text-align: left;
  }
}
.text-gradient {
  background: #13836c;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #13836c 0%, #45b59e 100%);
  background-image: linear-gradient(to bottom, #13836c 0%, #45b59e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff13836c', endColorstr='#ff45b59e', GradientType=0);
}
.text-gradient h2 {
  border-color: #fff;
}
.text-gray {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .text-gray {
    background: #eeeeee;
  }
}
.text-parallax {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-backface-visibility: hidden;
}
.text-parallax.parallax-image1 {
  background: url('../img/parallax.jpg') center center no-repeat fixed;
}
@media (max-width: 991px) {
  .text-parallax {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.btn-blue {
  background-color: #f0505c;
  background-repeat: repeat-x;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}
/*
=====================
INTRO
=====================

*/
#intro {
  position: relative;
  /*padding-top: 100px;*/
  /* height: 100%; */
}
#intro .item {
  /* height: 100%; */
  background-color: #fff;
  /*background: url('../img/home.jpg') center center no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
/* #intro .item .logo {
  margin-bottom: 120px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  #intro .item .logo {
    margin-bottom: 50px;
  }
} */
#intro .item h1 {
  font-size: 55px;
  color: #f0505c;
  margin-bottom: 20px;
  /*margin-top: 100px;*/
  margin-left: 45px;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  /* text-shadow:0 1px 2px rgba(0,0,0,.6) */
}
@media (max-width: 991px) {
  #intro .item h1 {
    font-size: 40px;
	margin-left: 30px;
    float: left;
  }
}
@media (max-width: 767px) {
  #intro .item h1 {
    font-size: 35px;
	margin-left: 30px;
    float: left;
  }
}

#intro .item h2 {
  font-size: 25px;
  color: #f0505c;
  margin-bottom: 30px;
  margin-left: 43px;
  margin-top: 0px;
  float: left;
    opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  /* text-shadow:0 1px 2px rgba(0,0,0,.6) */
}
@media (max-width: 991px) {
  #intro .item h2 {
    font-size: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
    float: left;
  }
}
@media (max-width: 767px) {
  #intro .item h2 {
    font-size: 16px;
	margin-left: 30px;
	margin-bottom: 15px;
    float: left;
  }
}

#intro .item .carousel-caption {
  left: 0;
  right: 0;
  color: #000;
}

#intro .item img {
  margin-top: 30px;
  /*margin-left: 40px;*/
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #intro .item img {
    margin-top: 80px;
    /*margin-left: 20px;*/
  }
}
@media (max-width: 1199px) {
  #intro .item img {
    margin-top: 80px;
    /*margin-top: 30px;
    margin-left: 30px;*/
  }
}

#intro .item p {
  font-size: 16px;
  margin-left: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  #intro .item p {
  font-size: 12px;
  margin-left: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;  float: left;
  text-align: center;
  }
}
@media (max-width: 1199px) {
  #intro .item p {
  font-size: 14px;
  margin-left: 45px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;  float: left;
  text-align: center;
  }
}

#intro .container,
#intro .row {
  /* height: 100%; */
  position: relative;
}

.background-container{
  width: 100%;
  /*padding-left: 2.5%;
  padding-right: 2.5%;*/
}

/*
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 100%!important;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}*/

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #000;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
/*

=====================
ABOUT
=====================

*/
.progress-title {
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
.progress-bar-skill1 {
  background-color: #d1d1d1 !important;
  background-color: #9adacd !important;
}
.progress-striped .progress-bar-skill1 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-skill1 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-skill2 {
  background-color: #c8c7c7 !important;
  background-color: #87d3c4 !important;
}
.progress-striped .progress-bar-skill2 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-skill2 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-skill3 {
  background-color: #bdbdbd !important;
  background-color: #74cdba !important;
}
.progress-striped .progress-bar-skill3 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-skill3 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-skill4 {
  background-color: #b3b2b2 !important;
  background-color: #62c6b1 !important;
}
.progress-striped .progress-bar-skill4 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-skill4 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-skill5 {
  background-color: #a9a8a8 !important;
  background-color: #f0505c !important;
}
.progress-striped .progress-bar-skill5 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-skill5 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*

=====================
SERVICES
=====================

*/
.services .icon {
  font-size: 60px;
  text-align: center;
  /* text-shadow: 5px 5px 0 #2d7b6b; */
}
.services .heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.services p {
  font-size: 15px;
  text-align: left;
}
/*

=====================
WORKS / REFERENCES
=====================

*/
#filter {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}
#filter li {
  display: inline-block;
  list-style-type: none;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  border-top: solid 1px #f0505c;
  border-bottom: solid 1px #f0505c;
  margin: 0 10px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#filter li a {
  display: inline-block;
  padding: 10px;
}
#filter li.active,
#filter li:hover {
  background: #f0505c;
}
#filter li.active a,
#filter li:hover a {
  color: #fff;
  text-decoration: none;
}
#references-masonry {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 40px;

  /*visibility: hidden;*/
}
@media (max-width: 991px) {
  #references-masonry {
    margin: auto;
  }
}
#references-masonry-2 {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
  /*visibility: hidden;*/
}
@media (max-width: 991px) {
  #references-masonry-2 {
    margin: auto;
  }
}
.reference-item {
  /* Two card per row */
  width: 540px;
  
  /* Single card per row
  width: 1100px;
  */
  /*overflow: hidden;*/
}
.reference-item .reference{
    box-shadow: 0 15px 15px rgba(0,0,0,.08);
}

@media (max-width: 1199px) {
  .reference-item {
    width: 205px;
  }
}
@media (max-width: 991px) {
  .reference-item {
    width: 255px;
  }
}
@media (max-width: 350px) {
  .reference-item {
    width: 220px;
  }
}
.reference-item .reference {
  margin-bottom: 5%;
  background: #f0505c;
}
.reference-item .reference a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reference-item .reference a .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.reference-item .reference a .overlay h3 {
  text-transform: uppercase;
  font-weight: 500;
}
.reference-item .reference a .overlay h4 {
  text-transform: uppercase;
  font-weight: 500;
}

.reference-item .reference a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* commenting out hover over behavior aug 16, 2024
.reference-item .reference a:hover .overlay,
.reference-item .reference a:focus .overlay {
  display: block;
  top: 0;
  opacity: 0.92;
  filter: alpha(opacity=92);
}
.reference-item .reference a:hover img,
.reference-item .reference a:focus img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
*/
/***************************************************
	VIDEO RESPONSIVE
***************************************************/

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

iframe{
 align-items: center;
}
/*=================================================================================*/

#detail {
  padding: 20px 0;
  max-width: 900px;
  margin: 0 auto 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
}
#detail .close {
  position: relative;
  font-size: 50px;
  z-index: 100;
}
#detail .buttons {
  text-align: center;
  margin-top: 40px;
}
#detail .buttons a {
  margin: 0 10px 10px;
}
#detail h1 {
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  padding: 10px 0;
  margin: 22px 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #detail h1 {
    font-size: 30px;
  }
}
/*

=====================
SHOWCASE
=====================

*/
.showcase {
  position: relative;
  z-index: 2;
}
.showcase .item {
  text-align: center;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
}
.showcase .item .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #fff;
}
.showcase .item h4 {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}
.showcase .item h4 span {
  font-weight: 100;
  font-size: 41px;
}

/*

=====================
CONTACT
=====================

*/
.contact {
  background: #fff;
}
.contact form {
  margin-top: 40px;
}
.contact form input,
.contact form textarea {
  margin-top: 20px;
}
/*

=====================
CONTACT - WORDPRESS
=====================

*/
div.wpcf7 div.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
div.wpcf7 div.wpcf7-response-output > p,
div.wpcf7 div.wpcf7-response-output > ul {
  margin-bottom: 0;
}
div.wpcf7 div.wpcf7-response-output > p + p {
  margin-top: 5px;
}
div.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
div.wpcf7 div.wpcf7-mail-sent-ok hr {
  border-top-color: #c9e2b3;
}
div.wpcf7 div.wpcf7-mail-sent-ok .alert-link {
  color: #2b542c;
}
div.wpcf7 div.wpcf7-mail-sent-ng {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.wpcf7 div.wpcf7-mail-sent-ng hr {
  border-top-color: #e4b9c0;
}
div.wpcf7 div.wpcf7-mail-sent-ng .alert-link {
  color: #843534;
}
div.wpcf7 div.wpcf7-spam-blocked {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.wpcf7 div.wpcf7-spam-blocked hr {
  border-top-color: #e4b9c0;
}
div.wpcf7 div.wpcf7-spam-blocked .alert-link {
  color: #843534;
}
div.wpcf7 div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.wpcf7 div.wpcf7-validation-errors hr {
  border-top-color: #e4b9c0;
}
div.wpcf7 div.wpcf7-validation-errors .alert-link {
  color: #843534;
}
div.wpcf7 div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.wpcf7 div.wpcf7-validation-errors hr {
  border-top-color: #e4b9c0;
}
div.wpcf7 div.wpcf7-validation-errors .alert-link {
  color: #843534;
}
div.wpcf7 .wpcf7-form p {
  display: none;
}
/*

=====================
MAP
=====================

*/
#map {
  height: 400px;
}
/*

=====================
FOOTER
=====================

*/
#footer {
  background: #222222;
  font-size: 14px;
  line-height: 20px;
}
#footer p.social {
  text-align: center;
}
#footer p.social a {
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 20px;
  font-size: 25px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer p.social a.facebook {
  background-color: #4460ae;
}
#footer p.social a.gplus {
  background-color: #c21f25;
}
#footer p.social a.instagram {
  background-color: #cd4378;
}
#footer p.social a.email {
  background-color: #4a7f45;
}
@media (max-width: 767px) {
  #footer p.social {
    text-align: center;
    margin-bottom: 10px;
  }
}
#footer p {
  margin: 0;
  text-align: center;
  color: #eeeeee;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  }
@media (max-width: 767px) {
  #footer p {
    text-align: center;
  }
}
#footer p.template-bootstrapious {
  margin-top: 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  }
#footer p.template-bootstrapious a {
  color: #999999;
}
@media (max-width: 767px) {
  #footer p.template-bootstrapious {
    text-align: center;
  }
}

#footer .footerwork {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  #footer .footerwork {
    margin-top: 20px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
  }
}

/*

=====================
GENERAL
=====================

*/
button,
a.btn,
input.btn {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
strong {
  font-weight: 600;
}
.mb20 {
  margin-bottom: 30px;
}
.mt-big {
  margin-top: 30px;
}
.affix,
.navbar-fixed-top {
  -webkit-transform: scale3d(1, 1, 1);
}
#style-switch-button {
  position: fixed;
  top: 100px;
  left: 0px;
  border-radius: 0;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  padding: 20px;
  position: fixed;
  top: 140px;
  left: 0;
  background: #fff;
  border: solid 1px #eeeeee;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.navbar:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #f0505c;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #f0505c;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* navbar */
.navbar {
  font-family: 'Lato', sans-serif;
  min-height: 80px;
  margin-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  color: #f0505c;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Amatic SC', cursive;
  font-size: 46px;
  font-weight: 700;
  line-height: 22px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  padding: 9px 10px !important;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 15px;
  border-radius: 0;
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 29px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border: none;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-bottom-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #f0505c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2e75b5;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #f0505c
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f0505c;
}
.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
@media (min-width: 768px) {
  .navbar-default .navbar-left {
    float: left !important;
  }
  .navbar-default .navbar-right {
    float: right !important;
  }
}
/* scaffolding */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #00 ;
  background-color: #ffffff;
}
a {
  color: #f0505c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #348e7b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 22px;
  background-color: #ffffff;
  border-radius: 0;
  text-align: right;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
    text-align: center;
  }
}
/* buttons  */
.btn {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
}
.btn-primary {
  color: #f0505c;
  background-color: #ffffff;
  border-color: #f0505c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f0505c;
  background-color: #ebebeb;
  border-color: #389985;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border-color: #f0505c;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #f0505c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #f0505c;
  color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
/* dropdowns */
.dropdown-menu > li > a {
  padding: 5px 20px;
}
/* labels */
.label {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 22px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #f0505c;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f0505c;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 22px 0;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #f0505c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f0505c;
  background-color: #bfe8df;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f0505c;
  border-color: #f0505c;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
.h1,
.h2{
  /*font-family: 'Roboto Slab', serif;*/
  /*font-family: 'Amatic SC', cursive;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;*/

  font-family: "Asar", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: inherit;
}
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 10px;
}

/* image caption */
.img-caption {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  font-style: italic;
  color: inherit;
  margin-top: 15px;
  margin-bottom: 60px;
}

.bottom-margin-30 {
	margin-bottom: 30px;
}

.bottom-margin-60 {
	margin-bottom: 60px;
}

.top-margin-30 {
	margin-top: 30px;
}

.top-margin-60 {
	margin-top: 60px;
}

p {
  margin: 0 0 11px;
  text-align: left;
}

@media (max-width: 1199px) {
  p {
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  p {
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 350px) {
  p {
    margin: 0;
    text-align: left;
  }
}

p.iframe-align{
  text-align: center;
}

.lead {
  margin-bottom: 10px;
  font-size: 18px;
}
.sub-heading{
  margin-bottom: 15px;
  font-size: 30px;
}

.center-text{
  text-align: center;
}

@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
  .sub-heading{
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.text-small {
  font-size: 12px;
}
.text-medium {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #f0505c;
}
a.text-primary:hover {
  color: #3aa18c;
}
.bg-primary {
  color: #fff;
  background-color: #f0505c;
}
a.bg-primary:hover {
  background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 16px;
  border-left: 5px solid #f0505c;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #f0505c;
}
address {
  margin-bottom: 22px;
  line-height: 1.42857143;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-primary {
  border-color: #f0505c;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f0505c;
  border-color: #f0505c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0505c;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0505c;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f0505c;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #f0505c;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f0505c;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f0505c;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f0505c;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f0505c;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f0505c;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0505c;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0505c;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f0505c;
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #f0505c;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c !important;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de !important;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e !important;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f !important;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

p.tile{
  text-align: center;
}


/*--------------------------------*/
/*MODALIMAGE*/
/*-------------------------------*/

/* Style the Image Used to Trigger the Modal */
.myImg {
   cursor: pointer;
   transition: 0.3s;
}

.myImg:hover {/*opacity: 0.7;*/
  /*border-radius: 5px;
  border-color: #ddd;*/
  cursor: pointer;}

/* The Modal (background) */
.modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   padding-top: 100px; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
   margin: auto;
   display: block;
   width: 80%;
   /*max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: #ccc;
   padding: 10px 0;
   height: 40px;
}

#dismiss {
   margin: auto;
   display: block;
   width: 60%;
   font-size: 12px;
   max-width: 700px;
   text-align: center;
   color: #bbb;
   padding: 10px 0;
   /*height: 150px;*/
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
   -webkit-animation-name: zoom;
   -webkit-animation-duration: 0.6s;
   animation-name: zoom;
   animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
   from {-webkit-transform:scale(0)}
   to {-webkit-transform:scale(1)}
}

@keyframes zoom {
   from {transform:scale(0)}
   to {transform:scale(1)}
}

/* The Close Button */
.close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
}

.close:hover,
.close:focus {
   color: #bbb;
   text-decoration: none;
   cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
   .modal-content {
       width: 100%;
   }
}
