
/*fonts*/

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CenturyGothic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/CenturyGothic.woff") format('woff'), /* Modern Browsers */
       url("../fonts/CenturyGothic.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("../fonts/CenturyGothic.svg#13db03934b676bad49f0835d401d12db") format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Century Gothic Bold';
  src: url("../fonts/CenturyGothic-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/CenturyGothic-Bold.woff") format('woff'), /* Modern Browsers */
       url("../fonts/CenturyGothic-Bold.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("../fonts/CenturyGothic-Bold.svg#e8822cb86844068280e5784dfd42de7a") format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Century Gothic Bold Italic';
  src: url("../fonts/CenturyGothic-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CenturyGothic-BoldItalic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/CenturyGothic-BoldItalic.woff") format('woff'), /* Modern Browsers */
       url("../fonts/CenturyGothic-BoldItalic.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("../fonts/CenturyGothic-BoldItalic.svg#abac0b3501277adea494bb2ed7019c25") format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  700;
}

@font-face {
  font-family: 'Century Gothic Italic';
  src: url("../fonts/CenturyGothic-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CenturyGothic-Italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/CenturyGothic-Italic.woff") format('woff'), /* Modern Browsers */
       url("../fonts/CenturyGothic-Italic.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("../fonts/CenturyGothic-Italic.svg#0055fdb458fa7b470a37f9e48d363a65") format('svg'); /* Legacy iOS */

  font-style:   italic;
  font-weight:  400; 
}


/*stiles*/



body {
      margin-top: 100px;
    margin-top: 140px;
    
}




body::before {
  background-color: transparent;
  box-shadow: 0 0 0 0;
  width: 0;
}

a:link {
  color: #ec1c24;
}
a:visited {
  color: #ec1c24;
}
a:hover {
  color: #ec1c24;
}
a:active {
    color: #ec1c24;
}

#left{

}

.container{
  width: 700px;
}

#canvas{
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
opacity: 1.0;
border: 0px solid #cccccc;
cursor: pointer;
text-align: center;
position: relative;
z-index: 10;
}



.wheel {
/*  position: absolute;
  z-index: 1000;
  width: 580px;
  top: 515px;
  top: 585px;
  margin-left: -290px;
  margin-top: -290px;
  left: 50%;*/
  
      position: absolute;
    z-index: 1000;
    width: 580px;
    margin-left: 10px;
    margin-top: 10px;
  
  
}


@media only screen and (max-width: 1000px) {
.wheel {
    top: 10px;
    width: 580px;
    height: 580px;
    z-index: 19;
    left: 9%;
    margin-left: -3px;
    margin-top: 0;


}
    
    
    
}

#content{
margin-bottom: 150px;
}

ul.kalakala-nav{
  list-style-type: none;
}

ul.kalakala-nav li{
  display: inline;
  list-style-type: none;

}


/*@media (max-width: 600px) {

.wheel {

    top: 705px;
    left: 378px;
    transform: scale(1.09);
  
  
}



}*/


    .century-gothic{
      font-family: 'Century Gothic'
    }

    .century-gothic-bold{
        font-family: 'Century Gothic Bold';
    }

    .century-bi{
        font-family: 'Century Gothic Bold Italic';
        font-style: italic;
    }

    .century-gothic-italic{
        font-family: 'Century Gothic Italic';
        font-style: italic;
    }



* { padding: 0; margin: 0; }
.gallery { text-align: center; }
.current-image-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.current-image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 1.85s;
}
.current-image-wrapper .hideme {
  opacity: 0;
  transition: opacity 0s;
}
.thumbnails li, .thumbnails a, .thumbnails img {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
}


/*thumbs*/

.thumbnails div.thumb-1 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-1.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-2 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-2.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-3 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-3.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-4 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-4.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-5 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-5.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-6 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-6.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-7 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-7.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-8 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-8.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-9 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-9.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-10 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-10.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-11 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-12.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-12 {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-13.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}


/*thumbs*/






/*thumbs*/

.thumbnails div.thumb-1:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-1-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-2:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-2-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-3:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-3-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-4:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-4-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-5:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-5-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}



.thumbnails div.thumb-6:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-6-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-7:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-7-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-8:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-8-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-9:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-9-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-10:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-10-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-11:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-12-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}

.thumbnails div.thumb-12:hover {
  display: inline-block;
  width: 113px;
  height: 113px;
  border: none;
  margin: 0 3px 3px 0;
background-image: url(../img/thumb-13-hover.jpg);
background-width: 100%;
font-size:0;
color:transparent;
background-size-x: 113px;
background-size-y: 113px;
}


/*thumbs*/










.thumbnails a { outline: none; }


.menu-item{
  margin: 0 20px 0 0;
}

.main-navigation ul, .main-navigation ul li{
  border: 0;
}

.main-navigation ul li, .main-navigation a, .main-navigation a:visited{
  color: #000;
  display: inline;
  font-family: 'Century Gothic';
  font-size: 30px;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  }




  .main-navigation ul li, .main-navigation a:hover {
  color: #000;
  text-decoration: none;
  }

  .main-navigation ul li, .main-navigation a:hover {
  color: #ec1c24;
  text-decoration: none;
  }
  .main-navigation, .main-navigation ul li{
  margin: 0 40px 0 0;
}



  .main-navigation ul li, .main-navigation a:active {
   color: #ec1c24;
  text-decoration: none;
  }


.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
   color: #ec1c24;
}

h2{
    font-family: 'Century Gothic Bold Italic';
    font-size: 20px;
    font-style: italic;
}

.content{
  /*width: 440px;*/
}

.content p{
  font-family: 'Century Gothic';
  font-size: 13px;
  line-height: 28px;
}

.content form p {
    font-family: 'Century Gothic';
    font-size: 16px;
    line-height: 38px;
}

.tab-pane{
  border: 2px solid black;
    margin: 10px 1px;
padding: 32px 50px 24px 32px;
}

.tab-pane ul{
  font-family: 'Century Gothic';

}

.nav-tabs>li{
  background-color: black;
  -webkit-border-top-right-radius: 48px;
  -moz-border-radius-topright: 48px;
  border-top-right-radius: 48px;
  width: 25%;
  border: 1px solid white;
  height: 60px;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover{
  color: white;
  font-family: 'Century Gothic Italic';
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0px;
}

.nav-tabs>li.active>a{
  color: #ec1c24 !important;
  font-family: 'Century Gothic Italic';
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: transparent;
}

ul{
  line-height: 29px;
}


.secondary {
  background-color: #fff;
  display: auto;
  padding: 0 7.6923%;
}


.logo, .menu-first-container{
    float: right;
}

.logo{
    margin-left: 5px;
    margin-top: 1px;
}

.site-main {
  padding: 0;
}

.mt-60{
  margin-top: -60px;
}

.mb-30{
    margin-bottom: 30px;
  }

.nav-tabs, .nav-tabs>li.active>a{
  border: 0;
}

.nav-tabs>li.active>a:hover{
  border: 0;
  color: #ec1c24;
}

.current-image-wrapper{
  margin-bottom: 3px;
}

.nav>li>a{
  padding: 10px 15px 10px 10px;
}

.nav-tabs, .nav-tabs>li>a {
  padding-top: 30px;
}


.nav-tabs li a{
  border: 0;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 500;
}

.about-header
{
    font-family: 'Century Gothic Bold';
    font-size: 23px;
   font-style: normal;
   letter-spacing: 1px;
       padding-top: 48px;
   margin-bottom: 50px;
}

.more-link{
background: black;
height: 137px;
width: 20%;
border-right: 3px solid white;
float: left;
padding: 12px 12px 12px 12px;
position: relative;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.more-link a{
  color: #fff;
  font-family: 'Century Gothic Italic';
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
    position: absolute;
    bottom: 11px;
    left: 11px;
  line-height: 19.2px;
}


.more-link:hover a{
    color: #ec1c24;
    text-decoration: none;
}

.more-link a:hover{
    color: #ec1c24;
    text-decoration: none;
}


.wpcf7-form{
    font-family: 'Century Gothic Italic';
    font-style: italic;
    text-transform: uppercase;
    background-color: black;
    padding: 11px 0 26px 0;
    color: white;
    letter-spacing: 1px;
    margin-top: 20px;
}

.wpcf7-form input, .wpcf7-form textarea{
    width: 413px;
    color: black !important;

}

.wpcf7-form p{
      margin-left: 34px;
}

.wpcf7-textarea{
  height: 215px;
}


.wpcf7-validation-errors {
    border: 0;
    background-color: red;
    font-family: 'century gothic bold';
    font-size: 13px;
    padding: 10px 20px;
    text-transform: none;
    font-style: normal;
}

.wpcf7-response-output{
  margin: 0;
}

.wpcf7-form-control.wpcf7-submit{
float: right;
    position: relative;
    bottom: 104px;
    right: 40px;
}


form{
      min-height: 564px;
}


input[type="submit"], input[type="submit"]:hover {
    -webkit-appearance: button;
    background-color: black;
  }

.wpcf7-submit{
  font-size: 0;
  background-color: transparent;
  background-image: url('../img/send.png');
  background-repeat: no-repeat;
  height: 90px;
  width: 90px;

    margin-bottom: 100px;
    position: relative;
    z-index: 40;
    bottom: 150px;
    right: 100px;
}

.wpcf7-submit:hover{
  background-color: transparent;
  background-image: url('../img/send-hover.png');
  background-repeat: no-repeat;


}

.wpcf7-form-control.wpcf7-submit{
  width: 90px;
    font-size: 0;
}

div.wpcf7-validation-errors{
  border: 0px solid white;
  padding: 10px;
}


div.wpcf7-response-output {
    margin: 25px 0 0 0;
    width: 448px;
    padding-left: 35px;
}

form p{
  margin-left: 26px;
  margin-top: 16px;

}

.ajax-loader{
  visibility: hidden;
  display: none;
}

.wpcf7-not-valid-tip{
  margin-top: 8px;
}


h2{
    margin-top: 34px;
    margin-bottom: 21px;
}

.md-title{
    font-family: 'Century Gothic Bold';
    font-style: italic;
        font-size: 15px;
        line-height: 23px;
}

.md-title:before{
content:'•';
    font-family: 'Century Gothic Bold';
    font-style: normal;
        font-size: 15px;
        line-height: 23px;
}



input[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]{
  background-color: black !important;
}

.wpcf7-not-valid-tip{
  display: none;
  visibility: hidden;
  height: 0;
  margin-top: 0;
  font-size: 0;
}


input[type="text"],input[type="email"]{
    height: 40px;
}

.tab-content{
    margin-top: -8px;
}

.left-pad-sixteen{
    padding-left: 16px;
}

.left-pad-sixteen li{
line-height: 24px;
margin-bottom: 8px;
}



/*#menu-item-34 a span.char4{
margin-right: 2px;
}

#menu-item-33 a span.char3{
margin-right: 2px;
}
#menu-item-33 a span.char4{
margin-right: -1px;
}

#menu-item-33 a span.char6{
margin-right: 1px;
}
*/
#diagram p a img{
  margin-left: 8px;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background-color: #398f14;
    font-family: 'century gothic bold';
    font-size: 13px;
    padding: 10px 20px 10px 35px;
    text-transform: none;
    font-style: normal;
}

a, a:hover, a:active, a:focus {
  outline: 0 !important;
}

.review-box{
  display: none !important;
}

.tab-pane{
  font-size: 13px;
}

.aboutpage{
  width: 439px;
}


.pandemic-header{
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}







