@charset "UTF-8";
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* 
Body - not related to megamenu
 */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



/*.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/


/* 
megamenu.js STYLE STARTS HERE
 */


/* 
Screen style's
 */

.menu-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.menu-container a{
  color: #000;
}
.menu-mobile {
    width: 30px;
    height: 30px;
    display: none;
}

/* .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
} */

/* .menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
} */

.menu_er > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

/* .menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
} */

.menu_er {
    margin: 0 auto;
}
.menu_er > ul > li {
    float: left;
    background: #c6e3f1;
    padding: 0;
    margin: 0;
}

.menu_er > ul > li a {
    display: block;
    text-decoration: none;
    padding: 17px 38px;
    position: relative;
    font-size: 1.2em;
}
.menu_er > ul > li a :hover{
    color: #ffffff;
}
.menu_box{
  position: relative;
}
.menu_box::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(http://www.theresagarciaministry.com/statics/default/member/img/jiantou.png) no-repeat center;
  background-size: 100% 100%;
  display:inline-block;
  position: absolute;
  top: 24px;
  right: 5px;
  transform: translate(-50%, -50%);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -o-transition: -o-transform 0.2s; 
  -ms-transition: -ms-transform 0.2s; 
}
.menu_box:hover::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -o-transition: -o-transform 0.2s; 
  -ms-transition: -ms-transform 0.2s; 
} 
.menu_er > ul > li:hover {
  background: #707f87;
}


.menu_er > ul > li > ul {
    width: 143px;
    display: none;
    position: absolute;
    z-index: 99;
    left: auto;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-top: 1px solid #ffffff;
}
.animate_ul_first{
  width: 450px !important;
  background-color: #707f87;
  display: none;
  position: absolute;
  z-index: 99;
  left: auto;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
}
.animate_ul_first > li {
  width: 40% !important;
  margin: 0;
  padding: 15px 15px !important;
  padding-bottom: 0;
  list-style: none;
  background: none;
  float: left;
  text-align: left !important;
}
.animate_ul_first > .animate_ul_first_45{
  width: 60% !important;
}
.animate_ul_first > li a{
  border-bottom: 1px solid #ffffff;

}
/* .menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
} */

.menu_er > ul > li > ul > li {
  width: 100%;
  padding: 15px 1px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #707f87;
  float: left;
}

.menu_er > ul > li > ul > li a {
  color: #ffffff;
    padding: .2em 0;
    display: inline-block;
}

.menu_er > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

/* .menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
} */

.menu_er > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu_er > ul > li > ul > li > ul > li a {
    border: 0;
    display: inline !important;
}

.menu_er > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding:0;
}

.menu_er > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu_er > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 2.4em;
    display: block;
}

/* #s1{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
} */

/* 
Mobile style's
 */

/* */
.contain{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;

  }
  .contain div{
    width: 340px;
    height:340px;
    float: left;
    margin-bottom: 10px;
    position: relative;
  }
  .contain div:hover::before{
    content:'';
    position:absolute;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
  }

  .contain div span{
    width: 85%;
    height: 28%;
    display:none;
    position: absolute;
    bottom: 28%;
    left:20px;
    z-index: 20;
    color: #ffffff;
  }
  .contain div a{
    font-size:1.1em;
    background: #fc9200;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    display:block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -75px;
    padding: 16px 40px;
    z-index: 20;
    display: none;
    --animate-duration: 500ms;
    cursor: pointer;
    text-decoration: none;
    font-family: "";
  }
  .contain div span p{
    padding: 10px 0;
  }
  .contain div:last-child{
    margin-right: 0;
  }
  .contain div img{
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .contain div:nth-child(1), .contain div:nth-child(4), .contain div:nth-child(5){
    width: 70%;
  }
  .contain div:nth-child(7), .contain div:nth-child(8), .contain div:nth-child(9){
    width: 32.5%;
  }
  .contain-mask{
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, .4);
  }

  /*  (background) */
.modal {
    display: none; /*  */
    position: fixed; /*  */
    z-index: 999999; /*  */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    cursor: pointer;
}
 
/*  */
.modal-content2 {
    margin: 8% auto; 
    padding: 20px;
    width: 800px;
}
.modal-content2 img{
  width: 100%;
}
 
/*  */
.close {
    color: #fefefe;
    float: right;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: 5px;
    opacity: 1;
}
 
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
      .swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
      }

.volume-wrapper {
display: flex;   /* flex */
justify-content:center;   /*  */
flex-wrap: wrap;   /*  */
width: 1400px;
margin: 0 auto;
font-family: "";


}
.volume-wrapper a{
  text-decoration: none;
  color: #000;
}
.volume-item{
margin-right: 20px;   /* 20px */
width: calc((100% - 20px) / 6);
background: #b8cedb;
border-radius: 5px;
padding: 10px 10px 30px 10px;
height: auto;
margin-top: 50px;
text-align: center;
position: relative;
cursor: pointer;
border: solid 1px #ccc;
overflow: hidden;
box-sizing: border-box;
}
.volume-item:hover{
  border: solid 1px #75848b;
  box-shadow: #75848b 7px 7px 15px -6px;

}
.volume-wrapper1 {
  width: 1170px;
}
.volume-wrapper1 .volume-item{
  width: calc((100% - 20px) / 5);
}
.volume-item img{
  width: 100%;
  transition: all .3s; 

}
.volume-logo{
  width: 500px;
  height: 76px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 60px;
}
.volume-logo img{
  width: 100%;
  height: 100%;
  display: none;
}
.volume-item img:hover{
    transform: scale(1.15);
}

.volume-item h3{
  display: inline-block;
  width: 90%;
  text-align: center;
  background: #ffffff;
  padding: 6px 0;
  border-radius:50px;
  margin: 15px 0 10px 0;
  font-size: 1.2em !important;
  font-weight: bold;
  line-height: 30px;
}
.volume-item p{
  text-align: left;
  font-family: "";
  font-size: 1.1em;
  line-height: 24px;
}
.volume-item:nth-of-type(5n+0) {
margin-right: 0;
}
.volume-wrapper1 .volume-item:nth-of-type(5n+0) {
  margin-right: 20px;
}
.last{
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 5px;
  border-radius: 5px;
  margin-left: -100px;
  background: #75848b;
}
.footer{
    width: 100%;
    height: 300px;
    color: #eeeeee;
}
.footer a{
    color: #eeeeee !important;
}
.footer .footerLeft{
    width: 65%;
    height: 100%;
    padding: 0 10px 10px 10%;
    float: left;
}
.footerLeft h2{
    font-size: 24px;
}
.footerLeft div{
    width: 100%;
    height: 30px;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap
}
.footerLeft svg{
    float: left;
}
.footerLeft p{
    display: iinline;
    float: left;
    font-size: 18px;
    text-indent: 10px;
}
.footer .footerRight{
    width: 35%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerRight div{
    width: 150px;
    margin-left: 10px;
    
}
.footerRight div img{
    width: 100%;
}
.footerRight div p{
    text-align: center;
    margin-top: 10px;
}
.footerLeft-wj img{
    width: 45px;
    margin-left: 10px;
    cursor: pointer;
}
.header-logo{
    width:100%;
    height:150px;
    background: #ffffff;
}
.header-logo > div{
    width:50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    float: left;
}
.header-logo > div:nth-child(2) img{
    width:100px;
}
.header-logo > div:nth-child(2) div{
    text-align: center;
}
.header-logo > div:nth-child(1) h2, .header-logo > div:nth-child(1) h4{
    font-weight: bold;
    margin-left: 30%;
    white-space: nowrap;
}
.header-logo > div img{
    width: 240px;
} 
.header-logo2{
    margin-left: 10%;
}
.header-logo2 p{
    text-indent: 3px;
}
.header-logo2 a{
    display: table;
    padding: 5px 0;
    cursor: pointer;
    text-indent:10px;
    color:#434343;
}

.header-logo2 a:hover{
    text-decoration: none !important;
    color:#ff7e00 !important;
}
.header-logo2 a:link{
    text-decoration: none;color:#434343;
}
.header-logo2 a svg{
    float: left;
}
.header-firstImg{
    display: none;
}
.d-flex{
    margin: 30px 0;
    line-height: 30px;
    text-align: right;
}
.d-flex ul li:first-child{
    display: none;
}
.form-inline-search{
    position:relative;
    margin-top: 5px;
}
.form-inline-search input{
    height: 34px;
    border: 2px solid #434343;
    border-radius: 5px;
    background: transparent;
    top: 0;
    right: 0;
    font-weight: initial;
}
.form-inline-search input:focus{
    border: 2px solid #434343;
    box-shadow: #000000 4px 4px 10px -5px;
}

.form-inline-search button{
    position:absolute;
    width: 34px;
    height: 34px;
    background: #434343;
    border-radius: 0 5px 5px 0;
    top: 0;
    right: 0;
    color: #ffffff;
    border: none;
}
.form-inline-search button::hover{
    background: #afa;
}
@media screen and (max-width: 1400px){
    #header{
        width: 100%;
    }
    .volume-wrapper{
        width: 100%;
    }
    .menu_er > ul > li > ul{
        width: 116px;
    }
    .menu_er > ul > li a{
        padding: 17px 25px;
        font-size: 1.2em;
    }
    .menu_box::after{
        top: 22px;
        right: 0;
    }
    .header-logo > div:nth-child(1) h2, .header-logo > div:nth-child(1) h4{
        margin-left: 8%;
    }
    .header-logo2{
        margin-left: 4%;
    }
}
@media screen and (max-width: 1100px){
  .menu_er > ul > li > ul{
      width: 84px;
  }
  .menu_er > ul > li a{
        padding: 17px 18px;
        font-size: 0.8em;
    }
    .menu_box::after{
        top: 17px;
        right: 0;
    }
        .volume-wrapper .volume-item, .volume-wrapper1 .volume-item{
        width: calc((100% - 20px) / 4);
        
    }
    .volume-item:nth-of-type(5n+0){
        margin-right: 20px;
    }
    .volume-item h3{
        font-size: 1.2em !important;
    }
         .footer{
        height: auto;
    }
    .footer .footerLeft, .footer .footerRight{
        width: 100%;
    }
    .footer .footerLeft h2{
        font-size: 20px;
        line-height: 35px;
        font-weight: bold;
    }
    .footer .footerLeft div{
        height: auto;
        margin-top: 15px;
    }
    .footer .footerLeft div p{
        float: none;
    }
    .logo img{
        width: 100px;
    }
    .header-logo > div img{
        width: 180px;
    }

}


@media only screen and (max-width: 768px) {
      .contain{
          width:100%;
      }
    .header-logo{
        display: none;
    }
    .volume-item img{
        height: 150px;
        object-fit: cover;
    }
    .menu-container {
        width: 100%;
        top: 150px;
        height: auto;
        background: none;
  
    }
    .menu-mobile {
        display: block;
        position: absolute;
        z-index:10;
        top: 8px;

    }
    .volume-wrapper1 .volume-item:nth-of-type(5n+0) {
  margin-right: 0;
}
    .menu-dropdown-icon:before {
        display: block;
    }

    .menu_er > ul {
        width: 70%;
        display: none;
        z-index: 10;
        margin: 0;
        position: absolute;
        left: 0;
        top:50px;
        --animate-duration: 300ms;
        z-index: 999999;

    }
    .menu_er > ul > li {
        width: 100%;
        display: block;
        margin-top: 1px;
    }
    .menu_er > ul > li a {
        padding: 10px 15px;
        width: 100%;
        display: block;
    }
    .menu_er > ul > li > ul > li a {
      padding: 0.6em 0 !important;
      text-align: left;
    }
    .menu_er > ul > li > ul {
        width:100%;
        position: relative;
    }
    .menu_er > ul > li a {
        font-size: 1em;
    }
    .menu_er > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu_er > ul > li > ul > li {
        width: 100%;
        margin-top: 20px;
    }
    .menu_er > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu_er > ul > li > ul > li > ul {
        position: relative;
    }
    .menu_er > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu_er .show-on-mobile {
        display: block;
    }
    .animate_ul_first{
      width: 100% !important;
    }
    .animate_ul_first > .animate_ul_first_45{
      width: 100% !important;
      padding: 0 20px 10px 20px !important;
    }
    .animate_ul_first > li {
      width: 100% !important;
      float: none !important;
    }
    .menu_er > ul > li > ul > li{
     padding: 3px 20px;
      margin-top: 0;
    }
    .menu_box::after{
      top: 15px;
      right: 10px;
    }
    .menu-mobile_1{
      position: absolute;
      left: 75%;
      top: 60px;
      z-index: 999999;
    }
    .swiper{
  --swiper-navigation-size: 22px;
    }
      .contain div{
    width: 100%;
    height: 350px;
  }
  .contain div:nth-child(1), .contain div:nth-child(4), .contain div:nth-child(5){
    width: 100%;
  }
  .contain div:nth-child(7), .contain div:nth-child(8), .contain div:nth-child(9){
    width: 100%;
  }
  
      .modal-content2{
        margin: 40% auto; 
        width: 95%;
    }
    .close {
        font-size: 30px;
        right: 0px;
    }
    .volume-wrapper{
        width: 100%;
        ;
    }
    .volume-wrapper .volume-item{
        width: 80%;
        margin-top: 10px;
        margin-right: 0;
    }
    .volume-logo{
        width:280px;
        height: 41px !important;
        margin-top: 30px;
        margin-bottom:30px;
    }
    #wapper{
        width:100%;
       position: inherit;
       margin-bottom:0;
       height: 50px;
       display: flex;
       align-items: center;
    }
    .footer{
        height: auto;
    }
    .footer .footerLeft, .footer .footerRight{
        width: 100%;
    }
    .footer .footerLeft h2{
        font-size: 20px;
        line-height: 35px;
        font-weight: bold;
    }
    .footer .footerLeft div{
        height: auto;
        margin-top: 15px;
    }
    .footer .footerLeft div p{
        float: none;
    }
    .logo img{
        width: 100px;
    }
    .col-sm-offset-0{
        margin-left: 41%;
    }
         .swiper{
         top: 0;
     }
     .header-firstImg{
         display: block;
     }

}
