
nav.navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    box-shadow: 1px 2px 7px #babaca;
}
body{
    /*margin-top: 100px;*/
    margin-top: -20px;
    background: rgb(239, 239, 239);
}

select.postform {
  width: 100%!important;
  padding: 10px 20px;
}
select.postform > option{
  padding: 10px 20px;
}
.screen-reader-text{
  display: none;
}

.widget-content{
  padding-bottom: 30px;
}

.line-purple{
  padding-top: 40px;
}

.top-page{
  background: #e9e9e9;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 45px;
}
.search-page-ct, .author-page-ct, .archive-page-ct{
  margin-top: 100px;
  margin-bottom: 50px;
}
.post-page-ct{
  margin-top: 80px;
  margin-bottom: 50px;
}
.home-page-ct{
  margin-top: 15px;
  margin-bottom: 50px;
}
.single-page-ct{
  margin-top: 70px;
  margin-bottom: 50px;
}
.single-page-ct img{
  width: 100%;
}
#info_post{
  background-color: #111;
  padding-top: 15px;
  color: #fff; 
}

.menu li {
    display: inline;
    text-transform: uppercase;
    padding: .5rem;
}
a.waves-effect, a.waves-light {
    /* display: inline-block; */
    display: inherit!important;
    font-weight: 400;
    color: #111;
}

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  margin-top: 8px;
  background-color: #f9f9f9;
  padding: 5px;
  /*max-width: 240px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-top: 2px solid var(--indigo);
  /*border-top: 1px solid var(--red2);*/
}

/* Links inside the dropdown */
.sub-menu a {
  /*color: #f9f9f9!important;*/
  /*padding: 2px 2px;*/
  text-decoration: none;
  /*display: inline-block!important;*/
  letter-spacing: 1px;
  font-size: 13px; 
}
.sub-menu li {
  display: block!important;
}

.wow { visibility: hidden; }

.dropdown-menu.dropdown-menu-right.dropdown-default.show .searchform {
  width: 100%;
  /*min-width: 340px;*/
  /*padding: 10px 2px;*/
}
.mob{
  width: 100%;
}
@media all and (max-width: 400px ){
  .dropdown-menu.dropdown-menu-right.dropdown-default.show .searchform input[type='text']{
    width: 200px;
  }
  .dropdown-menu.dropdown-menu-right.dropdown-default.show .searchform input[type='submit']{
    width: 200px;
  }
  .mob .searchform input[type='text']{
    width: 200px;
  }
  .mob .searchform input[type='submit']{
    width: 280px!important;
  }
  .mob .searchform{
    text-align: center !important;
  }
}
@media all and (min-width: 401px){
  .dropdown-menu.dropdown-menu-right.dropdown-default.show .searchform {
    width: 100%;
    min-width: 420px;
    padding: 10px 20px;
    text-align: center !important;
  }
}
@media all and (max-width: 992px ){
  .lgs{
    display: none;
  }
  .mob{
    display: block;
  }
}
@media all and (min-width: 992px ){
  .lgs{
    display: block;
  }
  .mob{
    display: none;
  }
}


/*.btn-x{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.btn-x a{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: #333;
    border: 2px solid #333;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}
.btn-x a span{
    position: relative;
    z-index: 2;
} 
.btn-x a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff003b;
    transition: all .35s;
} 
.btn-x a:hover{
    color: #fff !important;
    border: 2px solid #ff003b;
}  
.btn-x a:hover:after{
    width: 100%;
}
  
  

.textBack{
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px 10px 30px 10px
}

.text-bottom .text-container{
    position: absolute;
    bottom: 30px;
}

/*Grid text*/
.text-bottom .text-container h5{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 5px 15px;
}
.text-bottom .text-container p{
    margin-right: 15px;
    letter-spacing: 0.1ch;
    font-size: 18px;
    font-weight: 500;
}

/*________Slide_________*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);


.item-base{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
    display: block;
    left: 10;
    right: 10;
	/*top: 2em;*/
  
    width: 100%;
  
    font-size: 14px;

	animation-duration: 35s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 5%; opacity: 1; }
  33.33%, 100% { left: 70%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 5%; opacity: 1; }
  66.66%, 100% { left: 70%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 5%; opacity: 1; }
  100% { left: 70%; opacity: 0; }
}


/*-Basic-*/

.focus-in-expand {
	-webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 19:21:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

  /*Text show*/

.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

  /* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:26:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  
/*text show 2*/
.tracking-in-contract-bck-top {
	-webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:33:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract-bck-top {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px) translateY(-300px);
              transform: translateZ(400px) translateY(-300px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0) translateY(0);
              transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck-top {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px) translateY(-300px);
              transform: translateZ(400px) translateY(-300px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0) translateY(0);
              transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }
  
/*__________*/

/*-- UP Top --*/
.text-pop-up-top {
	-webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 19:40:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-pop-up-top
 * ----------------------------------------
 */
 @-webkit-keyframes text-pop-up-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      text-shadow: none;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes text-pop-up-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      text-shadow: none;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
  }
  

/*--UP scale object--*/

.shadow-drop-2-center:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:7:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
 @-webkit-keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  @keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }

/*-- exit --*/

.slide-out-elliptic-bottom-fwd {
	-webkit-animation: slide-out-elliptic-bottom-fwd 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-elliptic-bottom-fwd 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:23:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-elliptic-bottom-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-elliptic-bottom-fwd {
    0% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 500px;
              transform-origin: 50% 500px;
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(600px) rotateX(-20deg) scale(6);
              transform: translateY(600px) rotateX(-20deg) scale(6);
      -webkit-transform-origin: 50% -100%;
              transform-origin: 50% -100%;
      opacity: 0;
    }
  }
  @keyframes slide-out-elliptic-bottom-fwd {
    0% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 500px;
              transform-origin: 50% 500px;
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(600px) rotateX(-20deg) scale(6);
              transform: translateY(600px) rotateX(-20deg) scale(6);
      -webkit-transform-origin: 50% -100%;
              transform-origin: 50% -100%;
      opacity: 0;
    }
  }
  

/*__________*/

.searchform label{
    display: none!important;
}

.custom-logo-link, .custom-logo{
    width: 100%;
    max-width: 140px;
    height: auto;
}
/*.custom-logo-link img{
  filter: invert();
}*/

.grid_top{
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    border: solid rgb(239, 239, 239) 1px;
}
.scale{
    /*-webkit-transition: width 2s;
    transition: width 2s;*/

    /*transition: all 0.5s ease;*/
    -webkit-transition: background-size 2s ease-out;
    -moz-transition: background-size 2s ease-out;
    -o-transition: background-size 2s ease-out;
    transition: background-size 2s ease-out;

}
.scale:hover{    
    /*background-size: cover;*/
    transition-delay: 500ms;
    /*background-position: center !important;    */
    cursor: pointer;     
}
.scale:hover > .text-bottom .text-container h5{
    background: rgb(77, 178, 236);
}

.card{
    margin-bottom: 35px!important;
}

/*_______MENU______*/

.menu li{
    display: inline;
    text-transform: uppercase;
}
.text-upper{
    text-transform: uppercase;
}.text-upper i{
    opacity: 0.5;
    padding-left: 5px; 
    padding-right: 5px; 
}

/*________Fonts________*/
.title-bold{
    font-weight: bolder;
}
.wt a{
    color: #fff !important;
    text-decoration: none;
}

/*_____Backgrounds_____*/
.header-post{
    color: #fff;
}
.header-post a{
    color: gold;
    font-weight: bolder;
    letter-spacing: 1px;
}
.header-post h2{
    font-weight: bolder;
    letter-spacing: 1px;
}
@media all and (max-height: 800px){
  .header-post{
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media all and (min-height: 800px){
  .header-post{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*animation*/
.bg-pan-tl {
	-webkit-animation: bg-pan-tl 8s both;
	        animation: bg-pan-tl 8s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:38:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bg-pan-tl
 * ----------------------------------------
 */
 @-webkit-keyframes bg-pan-tl {
    0% {
      background-position: 100% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  @keyframes bg-pan-tl {
    0% {
      background-position: 100% 100%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  
  /*v right*/
    .bg-pan-tr {
	    -webkit-animation: bg-pan-tr 8s both;
	        animation: bg-pan-tr 8s both;
    }
  /* ----------------------------------------------
 * Generated by Animista on 2019-10-1 20:45:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bg-pan-tr
 * ----------------------------------------
 */
@-webkit-keyframes bg-pan-tr {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 100% 0%;
    }
  }
  @keyframes bg-pan-tr {
    0% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 100% 0%;
    }
  }
  

  /*______Footer_____*/

#footer{
    padding: 14vh 10px 10px 10px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
}
#footer a {
    color: #babaca;
}

.page-footer b{
  font-weight: bolder;
  letter-spacing: 1px;
}

/*_______Header______*/

#header{
    padding-bottom: 35px; 
}

/*_______Body page_______*/
.contant-page {
    padding: 80px 10px;
}

/*.ct-home{
    padding: 10px 10px 10px 10px;
}*/
.ct-home p em{
    font-size: 20px;
}

.page_base{
  background: #f9f9f9;
  /*padding-top: 35px; 
  padding-bottom: 25px; */
}

h2.label_page_home{
  border-bottom: 2px solid var(--indigo);
  margin-bottom: 20px;
  padding: 10px 20px 10px 0;
  display: inline-block;
}


/*______Contact-form______*/

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control{
	width:100%;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea{
	width:100%;
}
.wpcf7-form input[type='submit']{
	margin: .375rem;
	color: inherit;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	border-radius: .125rem;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .84rem 2.14rem;
	font-size: .81rem;
	
	background-color: #3f51b5 !important;

	color: #fff;
}