/*Colors
16282f - headings
3c3c3c - font
828a90 - hover gray
16282f - footer, button bg
fbfbfb  - body - bg color
cfcfcf - no image - bg color
*/

/* 
1. Reset 
2. Animations
3. General Styles, Classes
4. Buttons
5. Layout
6. Header
7. Mobile menu
8. Footer
9. Homepage
10. Calendar
11. Refugiul Saruni
12. Stiri
13. Stiri Detalii
14. Despre noi
15. Implica-te
16. Blog
17. Blog Detalii
18. 404 page
*/


/* 1. Reset --------------------------
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2. Animations ----------------------------
--------------------------------------------*/
@-webkit-keyframes slide-up{
  to{
	-webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
  }
}
@keyframes slide-up{
  to{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
  }
}

@-webkit-keyframes outline{
 to {
  stroke-dashoffset: 0;
 }
}
@keyframes outline{
 to {
  stroke-dashoffset: 0;
 }
}

@-webkit-keyframes bounce{
 0{
  -webkit-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
 }
 17% {
  -webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);
  animation-timing-function:cubic-bezier(.755,.050,.855,.060);
  -webkit-transform:translate3d(0,-10px,0);
  transform:translate3d(0,-10px,0);
 }
 31%{
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1);
  -webkit-transform:translate3d(0,0px,0);
  transform:translate3d(0,0px,0);
 }
 100% {
  transform:translate3d(0,0px,0);
 }
}
@keyframes bounce{
 0{
  -webkit-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
 }
 17% {
  -webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);
  animation-timing-function:cubic-bezier(.755,.050,.855,.060);
  -webkit-transform:translate3d(0,-10px,0);
  transform:translate3d(0,-10px,0)
 }
 31%{
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1);
  -webkit-transform:translate3d(0,0px,0);
  transform:translate3d(0,0px,0);
 }
 100% {
  -webkit-transform:translate3d(0,0px,0);
  transform:translate3d(0,0px,0);
 }
}

@-webkit-keyframes fade-in-out{
  0% {
    opacity:1;
  }
  45%{
	  opacity:1;
  }
  65% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
@keyframes fade-in-out{
  0% {
    opacity:1;
  }
  45%{
	  opacity:1;
  }
  65% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes fade-in{
  to{
    opacity:1;
  }
}
@keyframes fade-in{
  to{
    opacity:1;
  }
}

@-webkit-keyframes slide-in{
  to{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@keyframes slide-in{
  to{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

@-webkit-keyframes show-up{
  0%{
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
  }
  100% {
	-webkit-transform: translateY(-40px) scale(1);
	transform: translateY(-40px) scale(1);
  }
}
@keyframes show-up{
  0%{
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
  }
  100% {
	-webkit-transform: translateY(-40px) scale(1);
	transform: translateY(-40px) scale(1);
  }
}

@-webkit-keyframes move {
 0% {
  margin-left:-120px;
 }
 to {
  margin-left:100%;
 }
}
@keyframes move {
 0% {
  margin-left:-120px;
 }
 to {
  margin-left:100%;
 }
}


/* 3. General Styles ------------------------
--------------------------------------------*/
body{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size: 18px;
  line-height:1.75rem;
  color:#3c3c3c;
  background-color: #fbfbfb;
}
h1,h2,h3,h4,h5{
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#16282f;
}

h1{
  font-size:66px;
  line-height:1.1;
  font-weight:700;
  padding-bottom:35px;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.12);
}
h1 span{
  font-family: "Caveat", Arial, sans-serif;
  font-size:40px;
  font-weight:normal;
  display:block;
}
h1 span.reveal{
  display: block;
  overflow:hidden;	
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:66px;
  line-height:1.1;
  padding:1px 0;
  font-weight:700;
}
h1 span.reveal-inner{
  display: block;
  transition: transform .5s ease;
  transform:translateY(100%);
  animation:slide-up 1s ease forwards;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:66px;
  line-height:1.1;
  padding-bottom:5px;
  font-weight:700;
}
h2, h1.entry-title{
  font-size: 44px;
  line-height:1.16em;
  font-weight:600;
  clear: both;
  margin-top:0;
  margin-bottom:25px;
}
h1.entry-title{
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  text-shadow:none;
  padding-bottom:0;
  margin-bottom:0;
  color:#272727;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  h1{
	font-size:60px;	
  }
}
@media screen and (max-width: 767px){
  h1, span.reveal, span.reveal-inner{
    font-size:48px;
  }
  h2, h1.entry-title{
    font-size:36px;
  }
}
@media screen and (max-width:480px){
  h1, span.reveal, span.reveal-inner{
    font-size:40px;
  }
  h2, h1.entry-title{
    font-size:32px;
  }
  h1 span{
    font-size:30px;		
  }
}
h3.widget-title{
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:24px;
  clear:both;
  text-transform:uppercase;
}
h4{
  font-size:20px;
  text-transform: uppercase;
  font-weight:400;
  color:#3c3c3c;
}
h4.text-center span{
  background-color: #fbfbfb;
  display:inline-block;
  position:relative; 
  z-index:9;
  padding:0 20px;
}
h4.text-center{
  margin-bottom:30px;
  position:relative;
}
h4.text-center span:before{
  content:"";
  height:1px;
  width:40px;
  background-color: #3c3c3c;
  position:absolute;
  left:-35px;
  top:14px;
}
h4.text-center span:after{
  content:"";
  height:1px;
  width:40px;
  background-color: #3c3c3c;
  position:absolute;
  right:-35px;
  top:14px;
}
h5{
  font-size:20px;
  font-weight:600;
  margin-bottom:8px;
}
a.link{
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
a:link, a:visited{
  color:#3c3c3c;
  text-decoration:none;
}
a:hover, a:active{
  color:#595959;  
}
strong{
  font-weight:600;	
}
.show-mobilemenu{
	overflow:hidden;
}
.hide{
  display:none;
}
.clear{
  clear:both;
}
.left{
  float:left;
}
.right{
  float:right;
}
.text-center{
  text-align: center;
  margin:0 auto;
}
.flex{
  display:-ms-flexbox;
  display: flex;
  justify-content:center;
  -ms-flex-pack: center;
}
.text-uppercase{
  text-transform:uppercase;
}
.small{
  font-size:16px;
}
.white{
  color:#ffffff;
}
img{
  max-width:100%;
}
p{
  margin-bottom:26px;
}
p:last-child{
  margin-bottom:0;
}
p.font1{
  font-size:20px;
  line-height:2rem;
}
p.font2{
  font-size:26px;
  line-height:2.2rem;
}
@media screen and (max-width: 600px){
  p.font1{
    font-size:19px;
  }
  p.font2{
    font-size:20px;
	line-height:1.8rem;  
  }
}

.col-md-4, .col-md-6{
  float:left;
  padding-left:15px;
  padding-right:15px;
  box-sizing: border-box;
}
@media screen and (min-width: 767px){
  .col-md-4{
    width: 50%;
  }
}
@media screen and (min-width: 1025px){
  .col-md-4{
    width: 33.33333333%;
  }
  .col-md-6{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col-md-4{
    float:none;
	padding:0;
  }
}

.animateItem{
  opacity:0;
  -webkit-transition: opacity .5s linear, transform .5s ease;
  transition: opacity .5s linear, transform .5s ease;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.inView{
  animation:slide-up 1s ease forwards;
}


/* 4. Buttons --------------------------
--------------------------------------*/
.button:link, .button:visited{
  color:#16282f;
}
.button{
  border:2px solid #16282f;
  border-radius:40px;
  padding:12px 40px;
  color:#16282f;
  font-size:18px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  cursor:pointer;
}
.button:hover{
  background-color:#16282f;
  color:#ffffff;
}
.button.white{
  border-color:#ffffff;	
  color:#ffffff;
}
.button.white:hover{
  background-color:#ffffff;
  color:#3c3c3c;
}
.button.fill{
  background-color:#ffffff;
  color:#09739f;
  border-color:#ffffff;
}
.button.fill:hover{
  background-color:transparent;
  color:#ffffff;
  border-color:#ffffff;
}


/* 5. Layout --------------------------
--------------------------------------*/

.site-content-contain{
  height:100vh;
  display:flex;
  flex-direction:column;
}
@media all and (-ms-high-contrast:none){
  .site-content-contain{
	display:block;
  }
}
#content {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}


.container-full, .container{
  padding:0 80px;
  margin:0 auto;
}
@media screen and (max-width: 1280px){
  .container-full, .container{
	padding:0 30px;
  }
}
@media screen and (max-width: 600px){
  .container-full, .container{
	padding:0 20px;
  }
}

.container{
  padding:0 80px;
}
@media only screen and (min-width:0px){
  .container{
	padding:0 20px;
  }	
}
@media screen and (min-width: 600px){
  .container{
	padding:0 50px;
  }
}
@media screen and (min-width: 1024px){
  .container{
	padding:0 80px;
  }
}
@media only screen and (min-width:1281px) {
  .container {
    max-width:1184px;
    padding:0;
  }
}

.col4{
  float: left;
  width: 33.333%;
}
.top-margin{
  padding-top:120px;
}
@media screen and (max-width: 1024px){
  .top-margin{
	padding-top:90px;
  }
}
.home .site-content-contain{
  padding:0;
}


/* 6. Header --------------------------
--------------------------------------*/

header.site-header{
  position:fixed;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  -webkit-transition:-webkit-transform .25s ease-out;
  transition:transform .25s ease-out;
}
@media screen and (min-width: 1025px){
  header.site-header:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#ffffff;
    -webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    top:0;
    left:0;
    z-index:-1;
    -webkit-transform:translateY(-109%);
    transform:translateY(-109%);
    -webkit-transition: all .4s cubic-bezier(.555,.205,.295,.975);
    transition: all .4s cubic-bezier(.555,.205,.295,.975);
  }
  header.site-header.collapsed-nav.no-shadow:after{
	background-color:#ffffff;
	-webkit-box-shadow:none;
	box-shadow:none;
  }
  header.site-header .container-fluid{
    padding:0 55px; 
    -webkit-transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    height: 80px;
  }
  header.site-header.collapsed-nav .container-fluid, header.site-header.collapsed-nav:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  header.site-header.collapsed-nav.no-shadow.active:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background:#ffffff;
	-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  }
  header.site-header.collapsed-nav .menu-content{
    margin-top:26px;
  }
} 

/*Transparent header - Pages Saruni and 2%*/
@media screen and (min-width: 1025px){
  header.site-header.transparent-header:after{
    background: transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  header.site-header.transparent-header.active-nav:after{
	background-color:#ffffff;
	-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  }
}


a.logo-trascaucorp{
  display:inline-block;
  max-width:160px;
  position:relative;
  -webkit-transition: 0.5s all cubic-bezier(0.42, 0, 0, 1.01);
  transition: 0.5s all cubic-bezier(0.42, 0, 0, 1.01);
  margin-top:3px;
  z-index:9;
}
a.logo-trascaucorp:before{
  position:absolute;
  left:0;
  top:0;
  content:"";
  width:160px;
  height:160px;
  background: url(assets/images/trascaucorp-logo-roll2.png) no-repeat left top;
  background-size: 160px;
  -webkit-transition: 0.5s all cubic-bezier(0.42, 0, 0, 1.01);
  transition: 0.5s all cubic-bezier(0.42, 0, 0, 1.01);
  z-index:10;
}
@media screen and (min-width: 1025px){
  header a.logo-trascaucorp:hover:before{
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
  }
  header.collapsed-nav a.logo-trascaucorp:hover:before{
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
  }
  header.collapsed-nav a.logo-trascaucorp{
	max-width:74px;
  }
  header.collapsed-nav a.logo-trascaucorp:before{
	left:1px;
	top:1px;
    width:72px;
    height:72px;
    background: url(assets/images/trascaucorp-logo-roll.png) no-repeat left top;
    background-size: 72px;		
  }
  .menu-content{
    float: right;
    margin-top:60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navigation.top{
    display:inline-block;
  }
 .navigation li{
   display:inline-block;
  }
  .navigation ul li:not(:last-of-type){
    margin-right:40px;
  } 
  .navigation ul li a {
    font-weight: bold;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    left:0;
  }
  .navigation ul li.current_page_item a,
  header.site-header.active-nav .navigation ul li.current_page_item a,
  .navigation ul li.current_page_parent a{
    color:#828a90;
  }
  .navigation ul li a:hover{
    left:2px;
	color:#828a90;
  }
  .transparent-header .navigation ul li a{
    color:#ffffff;
  }
  header.site-header.active-nav .navigation ul li a{
    color:#3c3c3c;
  }
  header.site-header.active-nav .navigation ul li a:hover{
    color:#828a90;
  }
}	

@media screen and (max-width: 1024px){
  .collapsed-nav a.logo-trascaucorp, .home-header a.logo-trascaucorp{
	max-width:76px;
	margin:6px 0 0 15px;
  }	
  .collapsed-nav a.logo-trascaucorp:before, .home-header a.logo-trascaucorp:before{
	width:76px;
	height:76px;
	background-size:76px;
  }	
}

@media screen and (max-width: 767px){
  .collapsed-nav a.logo-trascaucorp, .home-header a.logo-trascaucorp{
	max-width:56px;
	margin:4px 0 0 15px;
  }	
   .collapsed-nav a.logo-trascaucorp:before, .home-header a.logo-trascaucorp:before{
	width:56px;
	height:56px;
	background-size:56px;
  }	
}

.mobile-nav{
  display:none;
}
.mobile-bg{
  opacity:0;
  position: fixed;
  -webkit-transition:all 0.3s cubic-bezier(0.22,0.61,0.36,1);
  transition:all 0.3s cubic-bezier(0.22,0.61,0.36,1);
  background:#16282f;
}


/* 7. Mobile Menu ----------------------
--------------------------------------*/
@media screen and (max-width: 1024px){
  .mobile-nav{
    display:block;
  }
  .menu-content{
	display:none;
  }
  .menu-show .mobile-bg{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:1;   
  }
  .menu-show .menu-content{
	display: block;
	margin-top:3rem;
  }
  .navigation li{
    display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	line-height:2.2em;
  }
  .navigation li a{
	color:#ffffff;
	display:block;
	font-weight:600;
  }
  .mobile-nav .menu {
    -webkit-transition: 0.1s -webkit-transform linear;
    transition: 0.1s transform linear;
    position: absolute;
    top: 25px;
    background: 0;
    right: 0;
    margin: 10px 30px 0 0;
    height: 27px;
    width: 26px;
    z-index: 9999;
    outline: 0;
    padding: 0;
    border: 0;
    -webkit-transition: z-index 300ms;
    transition: z-index 300ms;
    cursor:pointer;
  }
  .mobile-nav .bar,
  .bar:before,
  .bar:after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    position: absolute;
    background: #3c3c3c;
    margin: auto;
    width: 100%;
    height: 3px;
    content: "";
    top: 50%;
    right: 0;
    cursor: pointer;
  }
  .mobile-nav .bar {
    margin-top: -7px;
    cursor: pointer;
    -webkit-transition: visibility 0.2s, opacity 0.2s, z-index 0.2s;
    transition: visibility 0.2s, opacity 0.2s, z-index 0.2s;
  }
  .mobile-nav .bar.hidden {
    opacity: 0;
	visibility: hidden;
	z-index: 99;
  }
  .mobile-nav .bar:before {
    top: -7px;
  }
  .mobile-nav .bar:after {
    top: 7px;
  }
  .mobile-nav .bar:before,
  .bar:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile-nav .active-menu .bar {
    background: 0 !important;
  }
  .mobile-nav .active-menu .bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#ffffff;
  }
  .mobile-nav .active-menu .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color:#ffffff;
  }
  .mobile-nav .active-menu .bar:before,
  .active-menu .bar:after {
    top: 0;
  }
  .mobile-nav .active-menu .bar,
  .active-menu .bar:before,
  .active-menu .bar:after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  }
  .menu li{
	opacity:0;
	-webkit-animation:slide-up .3s ease-out both;
	animation:slide-up .3s ease-out both;
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
	
  }
  .menu li:first-child{
	-webkit-animation-delay:.32s;
	animation-delay:.32s;
  }
  .menu li:nth-child(2){
	-webkit-animation-delay:.39s;
	animation-delay:.39s;
  }
  .menu li:nth-child(3){
	-webkit-animation-delay:.46s;
	animation-delay:.46s;
  }
  .menu li:nth-child(4){
	-webkit-animation-delay:.53s;
	animation-delay:.53s;
  }
  .menu li:nth-child(5){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
  }
  .menu li:nth-child(6){
	-webkit-animation-delay:.67s;
	animation-delay:.67s;
  }
  @media screen and (max-width: 767px){
	.mobile-nav .menu{
	  top:15px;
	  margin-right:20px;
	}
  }
}


/* 8. Footer --------------------------
--------------------------------------*/
footer{
  padding:80px 0 80px;
  background-color:#16282f;
  color:#ffffff;
}
footer h3{
  margin-bottom:20px;
  text-transform:uppercase;
  opacity:0.4;
  font-size:18px;
  font-weight:bold;
  color:#ffffff;
}
footer p{
  line-height:26px;
  font-weight:300;
  font-size:15px;
}
footer a:link, footer a:visited{
  color:#ffffff;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
footer a:hover, footer a:active{
  color:#828a90;
}
footer .fa{
  margin-right:5px;
}
.footer-contact{
  float:left;
  width:20%;
}
.footer-location{
  float:left;
  width:20%;
}
.footer-location a{
  display:inline-block;
  margin-top:4px;
}
.fa-map-marker{
  font-size:22px;
}
.footer-social{
  float:left;
  width:20%;
}
.footer-social .fa{
  font-size:20px;
}
.footer-newsletter{
  float:right;
  width:40%;
}
p.copyright{
  font-size:13px;
  opacity:0.5;
}
footer input.es_textbox_class{
  border: 1px solid #828a90;
  background-color:#16282f;
  min-width: 100px;
  padding:0px 15px;
  height:44px;
  width: 100%;
  color:#ffffff;
  font-size:16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius:4px;
}
footer input.es_textbox_class:focus{
  border-color:#ffffff;
}
footer form{
  position:relative;
  font-size:16px;
}
footer form input{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif
}
footer .es_lablebox{
  height:28px;
}
footer form label{
  font-weight:300;
}
footer .es_button{
  text-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 28px;
  height: 44px;
  color: #3c3c3c;
  line-height: 1.2;
  backface-visibility: hidden;
  padding:0;
  cursor: pointer;
}
footer .es_button input{
  width:100%;
  height:44px;
  border: 1px solid #ffffff;
  background-color:#ffffff;
  padding: 0 30px;
  cursor:pointer;
  font-size:16px;
  line-height:42px;
  -webkit-appearance: none;
  border-radius:0 4px 4px 0;
}
footer .es_button input:hover{
  color:#555;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.es_msg{
  font-size:15px;
  line-height:20px;
  font-weight:300;
}
.es_form_success .es_msg{
  color:#64c94f;
}

@media screen and (max-width: 1280px){
  footer h3{
    margin-bottom: 15px;	
  }
  .footer-contact, .footer-location{
	width:24%;
  }
  .footer-social{
	width:15%;
  }
  .footer-newsletter{
	width:32%;
  }
}

@media screen and (max-width: 1024px){
  .footer-contact, .footer-location, .footer-social{
	width:33%;
  }
  .footer-newsletter{
	float:none;
	clear:both;
	width: 50%;
	padding-top:50px;
  }
}

@media screen and (max-width: 767px){
  footer{
	padding:80px 0 30px;
  }
  footer p{
    font-size: 13px;
  }
  .footer-contact, .footer-location{
	width:40%;
  } 
  .footer-social{  
    width:20%;
  }
   .footer-newsletter{
	width: 80%;
  }
}

@media screen and (max-width: 600px){
  footer{
	padding:30px 0 35px;
  }
  footer h3{
	margin-bottom:2px;
	font-size:15px;
	opacity:0.4;
  }
  .footer-contact, .footer-location, .footer-social, .footer-newsletter{
	width:100%;
	margin-top:36px;
	padding:0;
	float:left;
	font-weight:bolder;
  } 
  footer .es_button input{
	padding:0 15px;
  }
}


/* 9. Homepage ------------------------
--------------------------------------*/
.home-banner{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color:#c2edfc;
  opacity:0;
  -webkit-animation: fade-in 1s ease forwards; 
  animation: fade-in 1s ease forwards; 
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){*/
@media screen and (max-width: 1024px) {
  .home-banner, .home-image{
    height:50vh;
  }	  
}
.home-image{
  position:absolute;
  left:0;	
  bottom:0;
  background:#c2edfc url(assets/images/homepage-bg.png) no-repeat center bottom;
  background-size:100%; 
  height:100vh;
  width:100%;
}
@media screen and (max-width: 767px) {
  .home-image{
    background-size:175%; 	
  }
}
.clouds{
  position:absolute;
  left:0;
  top:8rem; 
  fill:#ffffff;  
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
  display:block;
}
.clouds .cloud1{
  position:absolute;
  top:0;
  width:130px;
  animation: move 40s linear infinite;
}
.clouds .cloud2{
  width:110px;	
  position:absolute;
  left:100px;
  top:5rem;
  animation: move 25s linear infinite;
}
.clouds .cloud3{
  width:70px;	
  position:absolute;
  top:210px;
  animation: move 45s linear infinite;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  .clouds .cloud3{
    top:190px;
  }  
}
.clouds .cloud4{
  width:100px;	
  position:absolute;
  top:10rem;
  left:100px;
  animation: move 20s linear infinite;
}
.clouds .cloud5{
  width:80px;	
  position:absolute;
  top:100px;
  animation: move 30s linear infinite;
}


/*Home Tagline*/
.home-tagline{
  background-color:#3c3c3c;
  color:#ffffff;
  text-align: center;
  padding:60px 0;
  margin-bottom:50px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  .home-tagline{
    height:50vh;
  }	  
}
.home-tagline h1{
  color:#ffffff;
  font-size:80px;
  text-transform:uppercase;
  line-height:70px;
  font-family: "Montserrat", "Open Sans", Arial, sans-serif;
  font-weight:600;
  margin:0;
  padding-bottom:0;
}
.home-tagline h1 span{
  font-size:67px;
  display:block;
  text-transform:none;
}
.home-tagline p{
  font-size:30px;
  line-height: 1.2em;
  margin-bottom:30px;
}

/*Home Featured*/
.home-featured{
  clear:both;
}
.home-featured li {
  text-align:center;
}
.home-featured ul{
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.8s cubic-bezier(.23,1,.32,1);
  transition: opacity 0.8s cubic-bezier(.23,1,.32,1);
}
.home-featured ul.fade-in-element{
  -webkit-animation: slide-in 1.8s cubic-bezier(.23,1,.32,1) forwards;
  animation: slide-in 1.8s cubic-bezier(.23,1,.32,1) forwards;
}
.home-featured li:first-child{
  margin-left:0;
}
.home-featured .saruni{
  background-color: #2a2a28;
  position:relative;
}
.home-featured .saruni a{
  width:100%;
  height:350px;
  align-items:center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.home-featured .saruni a div{
  width:250px;
  height:250px;
  position:relative;
  -webkit-transition: all 0.5s 0.5s ease-in;
  transition: all 0.5s 0.5s ease-in;
}
.home-featured .saruni svg{
  position:absolute;
}
svg.sarunilogo{
  left:21px;
  top:12px;
  fill: #ffffff;
  z-index: 9;
  width:225px;
  height:196px;
}
svg.outline{
  width:250px;
  height:250px;
  left:0px; 
  top:0;
  fill:transparent;
  z-index:12;
}
svg.hill{
  fill:#a1cd3a;
  bottom: 1px;
  left: 33px;
  width:192px;
  height:90px;
  z-index: 7;
}
svg.sun{
  max-height: 18%;
  width:55px;
  height:42px;
  right: 20px;
  top: 82px;
  fill:#fec240;
  z-index:4;
  -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.4, 0, 0.175, 1) 0s;
  transition: transform 1.1s cubic-bezier(0.4, 0, 0.175, 1) 0s;
}
@media screen and (min-width: 1025px) {
  .home-featured .saruni a:hover svg.sun{
    -webkit-transform: translate3d(9px,24px,0);
    transform: translate3d(9px,24px,0);
  }
}
svg.hide-shape{
  right: 0px;
  top: 102px;
  fill: #2a2a28;
  width:102px;
  height:57px;
  z-index:5;
}

.home-featured .thumb{
  background: url(assets/images/home-thumb.jpg) no-repeat center;
  background-size: cover;
  min-height:350px;
}
.home-featured .involve{
  background-color: #2cb8d4;
  background-color:#00a6e5;
  font-family: "Montserrat", "Open Sans", Arial, sans-serif;
}
.home-featured .involve a{
  font-size:130px;
  line-height:80px;
  color:#ffffff;
  width:100%;
  font-weight:700;
  height:350px;
  align-items:center;
  -ms-flex-direction:column;
  flex-direction:column;
}
@media screen and (max-width: 1024px){
  .home-featured .involve a{
    height:280px;
  }
}

.home-featured .involve p{
  line-height:22px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  text-transform:none;
  font-weight:normal;
  padding:12px 32px;
  margin-top:20px;
}
@media screen and (max-width: 1024px){
  .home-featured .involve p{
    margin-top:0;
	font-size:18px;
  }  
}

.home-featured .involve strong{
  display:block;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  margin-top:-30px;
}
@media screen and (max-width: 1024px){
  .home-featured .involve strong{
	margin-top:-40px;
  }
}
.home-featured .involve a > span{
  display:block;
  font-size: 29px;
  line-height:36px;
  letter-spacing:3.4px;
  font-weight:500;
  text-transform:uppercase;
  margin-top:12px;
  position:relative;
  height:40px;
  overflow:hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.involve a span span{
  position: relative;
  top: 0px;
  left: 0;
  -webkit-transition:all .4s ease;
  transition:all .4s ease;
}
.involve a:hover span span{
  top: -40px;
}
span i{
  font-size:20px;
  font-style:normal;
  letter-spacing:normal;
}
.home-featured .fade-in-element .involve strong,
.home-featured .fade-in-element .involve a > span{
  -webkit-animation: slide-in 1.8s 0.2s ease forwards;
  animation: slide-in 1.8s 0.2s ease forwards;
}
.home-featured .fade-in-element .involve a p{
  -webkit-animation: slide-in 1.6s 0.2s ease forwards;	
  animation: slide-in 1.6s 0.2s ease forwards;	
  align-items:center;
}
.home-featured .involve a p span:after{
  content: '› ';
  display: inline-block;
  margin-left: 8px;
  font-size:16px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.home-featured .involve a p:hover span:after{
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}
@media screen and (max-width: 1024px) {
  .home-featured .involve a p span:after{
    font-size:18px;
  }	
  .home-featured .col4{
	width:50%;
  }
  .home-featured .involve{
	width:100%;
  }
}
@media screen and (max-width: 600px) {
  .home-featured .col4{
	width:100%;
    min-height:280px;
  }
}

/* 10. Calendar -----------------------
--------------------------------------*/
.calendar{
  margin:0 15px;
}
@media screen and (max-width: 1024px){
  .calendar{
	margin:0;
  }
}
.calendar .aec * {
  box-sizing: border-box;
}
.calendar .aec .table-bordered {
  border: 1px solid #bbbbbb;
}
.calendar .aec .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
.aec .table > thead > tr > th, .aec .table > tbody > tr > th, .aec .table > tfoot > tr > th, .aec .table > thead > tr > td, .aec .table > tbody > tr > td, .aec .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #bbbbbb;
}
.aec .table-bordered > thead > tr > th, .aec .table-bordered > tbody > tr > th, .aec .table-bordered > tfoot > tr > th, .aec .table-bordered > thead > tr > td, .aec .table-bordered > tbody > tr > td, .aec .table-bordered > tfoot > tr > td {
  border: 1px solid #bbb;
}
.calendar .aec-calendar th, .calendar .aec-calendar td {
  width: 14%;
  background-color:#ffffff;
}
.calendar .aec-calendar th{
  font-size:14px;
  font-weight:bold;
}
.calendar p.aec-date{
  font-size:13px;
}
.calendar td.aec-empty-cell{
  background-color: #F4F4F4;
}
.calendar .table-borderless td.text-right .btn-group{
  display:none;
}
.calendar .aec-monthly-calendar td a{
  background-color:transparent;
  text-shadow:none;
  font-size:14px;
  line-height:1.2em;
  border-radius:5px;
  font-weight:400;
  color:#1a1a1a;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
  padding:8px;
  display:block;
  text-align:center;
}
.calendar .aec-monthly-calendar tr.aec-calendar-row td a{
 background-color:#d0f2ff;
}
.calendar .aec-monthly-calendar .table-bordered a:hover{
  background-color:#eceeee;
}
.calendar .aec-monthly-calendar hr{
  border-width:1px 0 0 0;
  border-color: #ffffff;
  height:1px;
}
.calendar select{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: inherit;
  height: 50px;
  padding: 10px;
  margin-left:10px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #cccccc;
  text-align:left;
  vertical-align:top;
  font-size:18px;
  outline: none !important;
}
.calendar select:focus{
  outline: none !important;
}
.calendar select:nth-of-type(2){
  font-size:16px;
}
.calendar .table-borderless{
  position:relative;
}
.calendar .table-borderless a.btn{
  position:absolute;
  top:10px;
}
.calendar .table-borderless a.btn:nth-of-type(1){
  left:25%;
  display:block;
}
.calendar .table-borderless a.btn:nth-of-type(2){
  right:25%;
}
.calendar .table-borderless a.btn:nth-of-type(1):before{
  content: "←";
  color: #3c3c3c;
  font-size: 28px;
  font-weight:bold;
  vertical-align: sub;
  -webkit-transition:-webkit-transform 0.2s;
  transition:transform 0.2s;
}
@media screen and (min-width: 1025px){
  .calendar .table-borderless a.btn:nth-of-type(1):hover{
    left:24.5%;
  }
}
.calendar .table-borderless a.btn:nth-of-type(2):before{
  content:"→";
  color: #3c3c3c;
  font-size: 28px;
  font-weight:bold;
  vertical-align: sub;
}
@media screen and (min-width: 1025px){
  .calendar .table-borderless a.btn:nth-of-type(2):hover{
    right:24.5%;	
  }
}
.calendar .table-borderless input.btn{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height:50px;
  width:50px;
  color:#3c3c3c;
  text-transform:uppercase;
  margin:0 5px;
  cursor:pointer;
  vertical-align:top;
  border:none;
  background-color:#fafafa;
  border:1px solid #fbfbfb;
  border-radius:50%;
  -webkit-transition:all 200ms ease-in;
  transition:all 200ms ease-in;
  font-weight:bold;
  font-size:18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calendar .table-borderless input.btn:hover{
  background-color:#1a1a1a;
  border-color:#1a1a1a;
  color:#ffffff;
}
.calendar .table-borderless td:last-child{
  width:20%;
}
@media screen and (max-width: 992px){
  .calendar .table-borderless a.btn:nth-of-type(1){
    left:10%;
  }
  .calendar .table-borderless a.btn:nth-of-type(2){
    right:10%;
  }
}

@media screen and (max-width: 767px) {
  .site-content .calendar .aec-calendar td{
    width:100%;
  }
  .calendar .aec-calendar td h2{
    margin:0;
    font-size:35px;
    line-height:34px;
  }
  .calendar .aec-calendar td p.aec-day{
    font-size:15px;
  }
  .calendar .aec-calendar .aec-section-2 p{
    margin-bottom:0;
  }
  .calendar .table-borderless a.btn:nth-of-type(1){
    left:-10px;
  }
  .calendar .table-borderless a.btn:nth-of-type(2){
    right:-10px;
  }
  .site-content .calendar .aec .table-borderless td:first-child,
  .site-content .calendar .aec .table-borderless td:last-child{
    width:4%;
  }
  .site-content .calendar .aec .table-borderless td:nth-child(2){
    width:92%;
  }
  .calendar .aec-calendar .aec-section-1, .calendar .aec-calendar .aec-section-2{
    padding:8px 8px 4px;
  }
}

@media screen and (max-width: 480px) {
  .calendar select{
    font-size:14px;
	padding:10px 6px;
    height:44px;
	margin:0;
  }
  .calendar select:nth-of-type(2){
    font-size:12px;
  }
  .calendar .table-borderless input.btn{
    height:44px;
    width:44px;
	padding:0;
	border:none;
	font-size:14px;
  }
  .calendar .table-borderless input.btn:hover{
	background:none;
	color:#3c3c3c;
  }
}


/* 11. Refugiul Saruni ----------------
--------------------------------------*/
.video-container{
  height: 100vh;
  position:relative;
  border-top:1px solid transparent;
  overflow: hidden;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap-intro{
  position: relative;
  text-align: center;
  min-width: auto;
  width: 100%;
  z-index:2;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  -webkit-transform: translate3d(0px, 0px, 0px); 
  transform: translate3d(0px, 0px, 0px); 
  opacity: 1;
}
.wrap-intro h2{
  font-family:Caveat, Arial, sans-serif;
  font-size:4em;
  line-height:1em;
  color:#ffffff;
  margin:0;
  opacity: 0;
  -webkit-animation: slide-up 1s 3.2s forwards cubic-bezier(.215,.61,.355,1);
  animation: slide-up 1s 3.2s forwards cubic-bezier(.215,.61,.355,1);
  position: relative;
  top: -.5rem;
  -webkit-transform:translateY(1.5rem);
  transform:translateY(1.5rem);
}
.logo-saruni{
  width:250px;
  height:250px;
  position:relative; 
  margin:0 auto 30px; 
  opacity:0;
  -webkit-transition:all 3s cubic-bezier(.8,0,.2,1);
  transition:all 3s cubic-bezier(.8,0,.2,1);
  -webkit-animation: fade-in 3s 1s ease forwards;  
  animation: fade-in 3s 1s ease forwards;  
}
.logo-saruni svg{
  position:absolute;	
}
svg.border{
  width:250px;
  height:250px;
  left:0px; 
  top:0;
  fill:transparent;
  z-index:12;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.logo-saruni svg.border circle{
  stroke-dasharray: 777;
  stroke-dashoffset:777;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: outline 1s 2s forwards ease;
  animation: outline 1s 2s forwards ease;
}
@media all and (-ms-high-contrast:none){
  .logo-saruni svg.border circle{
    stroke-dasharray:0;	
  }
}


.bg-image{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: url(assets/images/refugiul-saruni.jpg) no-repeat center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  display:-ms-flexbox;
  display:flex;
  justify-content:center;
  align-items:center;
  opacity:0;
  -webkit-animation: fade-in 1s ease forwards; 
  animation: fade-in 1s ease forwards; 
}

.video{
  position:absolute;
  height:100vh;
  width:100%;
  overflow: hidden;
  z-index:1;
  opacity:0;
  -webkit-animation: fade-in 2s 5s forwards cubic-bezier(.215,.61,.355,1);
  animation: fade-in 2s 5s forwards cubic-bezier(.215,.61,.355,1);
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
}
.video.show-video:after{
  content: "";
  background-color:#000000;
  opacity: .4;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
video {
  min-width: 100%;
  min-height: 100%;
  min-height:100vh;
  opacity:0;
  -webkit-transition:opacity 2s cubic-bezier(.215,.61,.355,1);
  transition:opacity 2s cubic-bezier(.215,.61,.355,1);
}
@media only screen and (max-width: 1024px) {
  video{
    height:100vh;
	width:auto;
  }
}


.video.show-video video{
  opacity:1;	
}
.video.hide-video video{
  opacity:0;
}
.video-container .copyright{
  position:absolute;
  right:25px;
  bottom:20px;
  z-index:999;
  color:#ffffff;
  opacity:0;
  -webkit-transition:opacity 2s cubic-bezier(.215,.61,.355,1);
  transition:opacity 2s cubic-bezier(.215,.61,.355,1);
}
.show-video .copyright{
  opacity:1;
}
.video-container .copyright span{
  font-size:15px;
  opacity:0.4;
}
.video-container .copyright strong{
  font-size:17px;
  opacity:0.8;
}

.roll{
  z-index:10;
  position: absolute;
  left: 50%;
  bottom:10px;
  width:44px;
  height:44px;
  margin-left:-22px;
  text-align:center;
  cursor:pointer;
  opacity:1;
}
.roll svg{
  width:24px;
  stroke: #f8f8f8;
  stroke-width: 2px;
  fill: transparent; 
}
.roll:hover svg{
  -webkit-animation: bounce 1.5s 0s infinite linear;
  animation: bounce 1.5s 0s infinite linear;
  display: inline-block;
}

.text-block{
  clear:both;
}
.text-block.left{
  float: left;
  width:50%;
}
.text-block.right{
  float: right;
  width:50%;
}

@media only screen and (max-width: 767px) {
  .text-block.left,
  .text-block.right{
    float: none;
    width:100%;
  } 
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-top:50px;
  padding-bottom:50px;
}
.saruni-slide img{
  width:100%; 
  height:auto;
}
.gallery-inner {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  justify-content: space-between;
  clear:both;
}
.gallery-inner-wrapper{
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  width: 59%;
}
.gallery-inner-wrapper:first-child{
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%;
}
.gallery-item{
  flex: 0 33%;
  height: 20.9vw;
  margin-bottom: 10px;
  display: block;
  overflow:hidden;
  position:relative;
}
.gallery-inner-wrapper:first-child .gallery-item{
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  height:auto;
}
.gallery-inner-wrapper:last-child .gallery-item:nth-of-type(2), .gallery-inner-wrapper:last-child .gallery-item:nth-of-type(3){
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
}
.gallery-item img{
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  will-change: transform;
  max-width: none;
  width: 100.5%;
  -o-object-fit:cover;
  object-fit: cover;
  height: 100%;
}

@media only screen and (max-width: 767px){
  .gallery-inner-wrapper {
    width: 100%;
  }
  .gallery-inner-wrapper:first-child{
    width:100%;
    height: 80vw;
    margin-bottom:10px;
  }
  .gallery-inner {
    flex-direction:column;
  }
  .gallery-item{
    height:33vw;
  }
  .gallery-inner-wrapper:first-child .gallery-item{
	margin-bottom:0;	
  }
}
.hover-overlay{
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background .35s;
  transition: background .35s;
  opacity:1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display:block;
}
@media screen and (min-width: 1025px){
  .gallery-item:hover .hover-overlay{
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.title-overlay{
  position:absolute;  
  left:30px; 
  bottom:30px;
  z-index:99;
  opacity:0;
  -webkit-transition: opacity .35s cubic-bezier(.400,.03,.500,.900);
  transition: opacity .35s cubic-bezier(.400,.03,.500,.900);
  font-size: 30px;
  line-height: 1.12em;
  color:#ffffff;  
  font-weight:300;
}
.gallery-item:hover .title-overlay{
  opacity:1;
}
.near-saruni{
  padding:50px 0 0px;
  background: url(assets/images/bg-flowers.png) no-repeat right;	
  background-size:contain;
}
.access{
  padding:50px 0 90px;
  background: url(assets/images/bg-access.png) no-repeat left bottom;	
  background-size:contain;
}
.access a.map{
  margin-top:4px;    
  display:inline-block;  
}

@media screen and (max-width: 1280px){
  .near-saruni{
    background-size:50%;
	background-position:right top;
  }
  .access{
    background-size:70%;
  }
  .title-overlay{
	bottom:25px;
  }
}
@media screen and (max-width: 1024px){
  .title-overlay{
	left:15px;
	bottom:15px;
	opacity:1;
	font-size:20px;
	font-weight:400;
  }
  .gallery-item:hover .hover-overlay{
    opacity:1;
	-webkit-transform:translate3d(0,50%,0);
	transform:translate3d(0,50%,0);
  }
}

@media screen and (max-width: 767px){
  .near-saruni{
	background-size:240px;	
	background-position:right -22px;
  }
  .access{
    padding:0 0 120px; 
    background-size: 50%;	
  }
  .access .text-block p.map{
	  float:right;
  }
  .access a.map{
	margin-top:10px;
  }
}

@media screen and (max-width: 600px){
  .near-saruni{
	background-size:200px;	
	background-position:right -16px;
  }
  .access{
	padding:0 0 75px; 
  }
  .access .text-block p.map{
	width:60%;
  }
  .access .text-block p.map strong{
	display:block;
  }
  .access a.map{
	margin-top:0px;
  }
  .title-overlay{
    font-size:18px;
	left:15px;
  }
}

@media screen and (max-width: 480px){
  .access .text-block p.map{
	width:100%;
  }
  .access{
	padding:0 0 210px; 
	background-size:320px;
  }
}


/* 12. Stiri ----------------------------
----------------------------------------*/
.news-list .thumbnail{
  margin-bottom:30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,0.2);
}
.news-list .thumbnail > a{
  height:260px;
  overflow: hidden;
  display: block;
  background-color:grey;
  position:relative;
}
.news-list .thumbnail > a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
}
.news-list .thumbnail > a:hover:before {	
  background-color: rgba(0, 0, 0, 0.2);
}
.news-list .thumbnail > a img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height:260px;
  -o-object-fit:cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .caption {
  padding: 30px;
  margin-top:20px;
  position:relative;
}
.news-list .caption h3{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:22px;
  line-height:1.3em;
  font-weight:600;
  padding-top:15px;
}
.news-list .caption h3 a:link, .news-list .caption h3 a:visited{
  color:#272727;	
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.news-list .caption h3 a:hover, .news-list .caption h3 a:active{
  color:#595959;	
}
@media screen and (min-width: 767px){
  .news-list .caption h3{
    height:100px;
	overflow:hidden;
  }
}

.news-list .caption .aec-date:nth-of-type(4),
.news-list .caption .aec-hyphen-separator,
.news-list .caption p:nth-of-type(2),
.news-list  .aec-social{
  display:none;
}
.news-list .caption p.aec-no-margin-bottom{
  position:absolute;
  left:30px;
  top:0;
  color:#828a90;
  font-weight:400;
  float:left;
  font-size:16px;
}
.news-list .caption .aec-block p{
  margin-bottom:0;
  margin-top:15px;
}
.news-list .caption .aec-block a{
   font-weight:400;
   position:relative;
   font-size:16px;
}
.news-list .caption .aec-block a:after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.news-list .caption .aec-block a:hover:after{
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}
.news-page{
  text-align:center;
}
.news-page .aec-events{
  text-align:left;
}

/* 13. Stiri Details ----------------------------
------------------------------------------------*/
.news-details{
  max-width:675px;
  margin:0 auto;
  position: relative;
  padding-bottom:40px;
}
@media screen and (min-width: 1281px){
  .news-details .aec-social{
    position: absolute;
    left:-150px;
    top:10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
  .news-details .aec-social	{
	position: absolute;
	left:-90px;
	top:10px;
  }
}
@media screen and (max-width: 1024px){
  .news-details .aec-social	{
	position:static;
  }
}

.news-details .aec-social .aec-facebook:link, .news-details .aec-social .aec-facebook:visited,
.news-details .aec-social .aec-twitter:link, .news-details .aec-social .aec-twitter:visited{
  width:40px;
  height:40px;
  text-indent:-99999px;
  display:block;
  background-color:transparent;
  color:#272727;
  border:1px solid #c4c4c4;
  border-radius:50%;
  position:relative;
  margin-bottom:10px;
  -webkit-transition:all .5s cubic-bezier(.19,1,.22,1);
  transition:all .5s cubic-bezier(.19,1,.22,1);
}
@media screen and (max-width: 1024px){
  .news-details .aec-social .aec-facebook:link, .news-details .aec-social .aec-facebook:visited,
  .news-details .aec-social .aec-twitter:link, .news-details .aec-social .aec-twitter:visited{
    display:inline-block;
	margin-bottom:0;
	margin-right:10px;
  }	
}

.news-details .aec-social .aec-facebook:before,
.news-details .aec-social .aec-twitter:before{
  font-family: FontAwesome;
  color: #272727;
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: 13px;
  text-indent:0;
  -webkit-transition:all .5s cubic-bezier(.19,1,.22,1);
  transition:all .5s cubic-bezier(.19,1,.22,1);
}
.news-details .aec-social .aec-facebook:before{
  content: "\f09a";
}
.news-details .aec-social .aec-twitter:before{
  content: "\f099";
  left:10px;
}
@media screen and (min-width: 1025px){
  .news-details .aec-social .aec-facebook:hover, .news-details .aec-social .aec-facebook:active{
    background-color:#4267b2;
    border-color:#4267b2;  
  }
  .news-details .aec-social .aec-twitter:hover, .news-details .aec-social .aec-twitter:active{
    background-color:#38A1F3;
    border-color:#38A1F3;  
  }
  .news-details .aec-social .aec-facebook:hover:before,
  .news-details .aec-social .aec-twitter:hover:before{
    color:#ffffff;
  }
}
.aec-single-event{
  position:relative;
  padding-top:25px;
}
.aec-single-event .panel-heading,
.aec-single-event .panel-body p.aec-no-margin{
  display:none;
}
.aec-single-event .col-md-3{
  position:absolute;
  top:0;
  left:0;
}
.panel-default{
  float:left;
}
.aec-single-event img{
  margin-top:25px;
}

/*Date*/
.panel-body p{
  float:left;
  position:relative;
  padding-right:12px;
  font-weight:400;
  font-size:18px;
  color:#828a90;
}
.panel-body p:last-child{
  padding-left:4px;
}
.panel-body p:nth-child(2):before{
  content:"-";
  position:absolute;
  top: 0;
  right:0;
}

@media screen and (max-width: 480px) {
  .panel-body p{
	font-size:15px;
	letter-spacing:-0.5px;
  }  
}

/*Stiri Details Navigation */
.post-navigation .nav-links{
  clear:both;
  padding-top:30px;
}
.post-navigation .nav-links a:link, .post-navigation .nav-links a:visited{
  width:100%;
  display:block;
  border:1px solid #e6e6e6;
  padding:20px;
  color:#272727;
  -webkit-transition:color 0.2s linear;
  transition:color 0.2s linear;
}
.post-navigation .nav-links a:hover, .post-navigation .nav-links a:active{
  color: #595959;	
}
.post-navigation .nav-previous,
.post-navigation .nav-allnews,
.post-navigation .nav-next{
  width:33.333%;
  text-align:center;
  font-weight:600;
  text-transform:uppercase;
  font-size:0.9em;
  min-height:64px;
}
.post-navigation .nav-next{
  float:right;
}
.post-navigation .nav-previous, .nav-allnews{
  float:left;
}
.secondary nav .screen-reader-text,
.secondary .nav-links .nav-title{
  display:none;
}
.post-navigation .nav-subtitle{
  position:relative;
  text-align:center;
  display:block;
  font-weight:600;
}

@media screen and (max-width: 600px){
  .post-navigation .nav-subtitle{
    text-indent:-99999px;
  }
  .post-navigation .nav-previous .nav-subtitle:before,
  .post-navigation .nav-next .nav-subtitle:before{
    text-indent:0;
  }
}
.post-navigation .nav-subtitle:before{
  font-family: FontAwesome;
  color: #272727;
  font-size:22px;
  position:absolute;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.post-navigation .nav-previous .nav-subtitle:before{
  content: "←";
  left:6px;
  top:0px;
}
.post-navigation .nav-next .nav-subtitle:before{
  content: "→";
  right:8px;
  top:0px;
}
.post-navigation .nav-previous .nav-subtitle:hover:before{
  -webkit-transform: translateX(-0.4rem);
  transform: translateX(-0.4rem);
}
.post-navigation .nav-next .nav-subtitle:hover:before{
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}

/*Pagination*/
.navigation.pagination {
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
  clear:both;
}
.page-numbers {
  color: #283d57;
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align:center;
}
.pagination .page-numbers.current {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  color: #ffffff !important;
}
.pagination .page-numbers .icon{
	display:none;
}
.pagination a.prev,
.pagination a.next{
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.pagination a.prev:before,
.pagination a.next:before{
  color: #272727;
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  position:absolute;
}
.pagination a.prev:before{
  content: "←";
  left: 6px;
  top: 0px;
}
.pagination a.next:before{
  content: "→";
  right: 6px;
  top: 0px;
}
.pagination a.prev:hover:before{
  -webkit-transform: translateX(-0.4rem);
  transform: translateX(-0.4rem);
}
.pagination a.next:hover:before{
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}


/* 14. Despre Noi ----------------------
---------------------------------------*/
/*aici
.aboutus-slider{
  clear:both;
}
.aboutus-slider .metaslider .caption-wrap{
  top:0;
  left:initial;
  left:unset;
  left:100%;
  right:-100%;
}
.aboutus-slider .metaslider .flex-control-nav{
  bottom:40px;
  right:-100%;
}
.aboutus-slider .metaslider .caption-wrap{
  opacity:1;
  background:#f2f2f2;
}
.aboutus-slider .metaslider .caption{
  padding:10% 15%;
  color:#3c3c3c; 
}
.aboutus-slider .metaslider .caption h4{
  margin-left:2px;
}

@media screen and (min-width: 768px) and (max-width: 1200px){
 .aboutus-slider .metaslider .caption{
    padding:2% 10%;
    min-height:400px;
  }
}
@media screen and (max-width: 767px){
  .aboutus-slider .metaslider .caption{
    padding: 20px 50px;    	
	min-height:390px;
  }
}
@media screen and (max-width: 600px){
  .aboutus-slider .metaslider .caption{
    padding: 5% 30px;    	
  }
}
@media screen and (max-width: 600px){
  .aboutus-slider .metaslider .caption{
    min-height:480px;	
  }
}
@media screen and (max-width: 360px){
  .aboutus-slider .metaslider .caption{
    min-height:520px;	
  }	
}

.aboutus-slider .metaslider .caption h2{
  margin-bottom:40px;
  margin-top:20px;
}
.aboutus-slider .metaslider .caption h4{
  font-weight:400;
  opacity:0.8;
  font-size:16px;
}
.aboutus-slider .metaslider .slides .caption p{
  margin-bottom:26px;
  line-height:1.9rem;
}
@media screen and (max-width: 360px){
  .aboutus-slider .metaslider .slides .caption p{
    line-height:1.8rem;
	margin-bottom:10px;
  }
}
.aboutus-slider .flex-control-paging li{
  vertical-align:middle;
}
.aboutus-slider .flex-control-paging li a{
  background-color: #f5f5f5;
  width:8px;
  height:8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:1px solid  #16282f;
}
.aboutus-slider .flex-control-paging li a.flex-active{
  background-color: #16282f;
  width:14px;
  height:14px;
}
.aboutus-slider  .flex-control-paging li a:hover{
  background-color:#3c3c3c;
}
.aboutus-section1{
  padding-top:30px;
  padding-bottom:30px;
}
.aboutus-section1 .intro-text{
  width:50%;
  text-align: left;
  float:left;
  padding-top:20px;
  opacity:0;
  -webkit-transition:opacity .5s linear, transform .5s ease;
  transition:opacity .5s linear, transform .5s ease;
  -webkit-transform: translateY(15px);  
  transform: translateY(15px);  
  -webkit-animation:slide-up 1s  ease forwards;
  animation:slide-up 1s  ease forwards;
}
.aboutus-section1 .intro-text .inner{
  float:right;
  width:82%;
}
.aboutus-section1 .callout{
  width:40%;
  float:right;
  opacity:0;
  -webkit-transition:opacity .5s linear, transform .5s ease;
  transition:opacity .5s linear, transform .5s ease;
  -webkit-transform: translateY(15px);  
  transform: translateY(15px);  
  -webkit-animation:slide-up 1s .1s ease forwards;
  animation:slide-up 1s .1s ease forwards;
}
.aboutus-section1 .callout h1{
  max-width:380px;
  margin-left:6%; 
}
.aboutus-section1 .callout h1 span{
  display:block;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .aboutus-section1 .intro-text{
	width:58%;
  }
}
@media screen and (max-width: 768px){
  .aboutus-slider .metaslider .caption h2{
	margin-bottom:20px;		
  }
}
aici/*

/*About Us - Photos */
.intro-photos{
  padding:50px 0 30px;
  clear:both;
  opacity:0;
  -webkit-transition:opacity .5s ease;
  transition:opacity .5s ease;
  -webkit-animation:fade-in 1s .4s ease forwards;
  animation:fade-in 1.2s .4s ease forwards;
}
.intro-photos li{
  float:left;
  width:25%;
  padding:10px;
}
.intro-photos li img{
  width:100%;
  margin:10px 0;
}
.intro-photos li:nth-child(1){
  width:30%;
}
.intro-photos li:nth-child(2){
  width:15%;
  margin-top:20px;
}
.intro-photos li:nth-child(3){
  width:25%;
}
.intro-photos li:nth-child(4){
 margin-top:10px;
 width:30%;
}
.intro-photos div{
  overflow: hidden;
  position:relative;
}
.intro-photos li:nth-child(1) div{
  height:380px;
}
.intro-photos li .relative img:last-child{
  position:absolute;
  left:0;
  top:0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.intro-photos li .relative img:last-child{
  -webkit-animation: fade-in-out 6s ease-in-out infinite alternate;
  animation: fade-in-out 6s ease-in-out infinite alternate;
}
.intro-photos .landscape-wide img{
  width:100%;
  height:auto;
}
.intro-photos li:nth-child(3) div{
  height:340px;
}
.intro-photos li:nth-child(4) div{
  height:180px;
}
.intro-photos li:nth-child(4) div:first-child{
  width:70%;
  height:180px;
}
.intro-photos li:nth-child(4) .relative img:last-child{
  -webkit-animation-delay:2s;
  animation-delay:2s;
  -webkit-animation-duration:6s;
  animation-duration:6s;
}
.intro-photos li:nth-child(3) .relative img:last-child{
  -webkit-animation-delay:3s;
  animation-delay:3s;
}

@media screen and (max-width: 1280px){
  .intro-photos li:nth-child(4) div{
	max-height:150px;
  }
  .intro-photos li:nth-child(4) div:first-child{
	max-height:170px;
  }
}

@media screen and (max-width: 1140px){
  .intro-photos li:nth-child(4) div:first-child{
	max-height:160px;
  }	
}
@media screen and (max-width: 1024px){
  .intro-photos li:nth-child(4) div{
	max-height:140px;
  }
  .intro-photos li:nth-child(4) div:first-child{
	max-height:100px;
  }
}
@media screen and (max-width: 992px){
  .intro-photos li:nth-child(4) div{
	max-height:120px;
  }	
}

@media screen and (max-width: 767px) {
  .intro-photos li img{
    margin:0;
  }
  .intro-photos li:nth-child(1){
    width:100%;
  }
  .intro-photos li:nth-child(2),
  .intro-photos li:nth-child(3),
  .intro-photos li:nth-child(4){
    width:33.3%;
	margin-top:0;
  }
  .intro-photos li:nth-child(4) div:first-child{
	max-height:none;
	max-height:unset;
	width:100%;
	height:auto;
  }
  .intro-photos li:nth-child(4) .relative,
  .intro-photos li:nth-child(2) .square:last-child,
  .intro-photos li div.square img:last-child{
    display:none;
  }
}

@media screen and (max-width: 480px) {
  .intro-photos li img{
    margin:6px 0px;
  }
  .intro-photos li:nth-child(1) div{
	max-height:280px;
	height:auto;
  }
  .intro-photos li{
    padding:0;
  }
  .intro-photos li:nth-child(4){
	display:none;
  }
  .intro-photos li:nth-child(2),
  .intro-photos li:nth-child(3){
    width:50%;	
    height:auto;	
  }  	
  .intro-photos li:nth-child(2) div{
	margin-right:3px;  
  }
  .intro-photos li:nth-child(3) div{
	margin-left:3px; 
    height:auto;	
  }
}

.aboutus-section2{
  clear:both;
  padding:40px 80px;
}
.text-content{
  width:50%;
  float:left;
}
.text-content .inner{
  margin-right:20%;
}
.text-callout{
  width:50%;
  float:left;
}
.text-callout2,.text-content{
	width:100%;
	clear: left;
} 
.text-callout.left h2{
  max-width:420px;
  float:right;
  margin-right:20%;
}
.aboutus-section3{
  text-align:center;
  background-color: #f1f1f1;
  	width:100%;
	clear: left;
	padding: 20px 0;
}
.aboutus-section3 .inner{
  margin:70px 28% 80px;
}
.aboutus-section3 p{
  margin-bottom:25px;
}
.aboutus-section3 svg{
  opacity:0;
  transition: opacity .2s linear;
  fill:#272727;
}
.aboutus-section3 .inView svg{
  transition-delay: 1s;
  opacity:1;
  height:100px;
}

.aboutus-section3 .inView .road{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1300;
  animation: outline 1s 1.4s linear forwards;
}
@media all and (-ms-high-contrast:none){
  .aboutus-section3 .inView .road{
	stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 1280px){
  .aboutus-section1 .intro-text .inner{
	width:90%;
  }
  .text-content .inner{
	width:100%;
  }
  .aboutus-section2{
	  padding:40px 80px 40px;
  }
}
@media screen and (max-width: 1024px){
  .intro-photos li:nth-child(1) div,
  .intro-photos li:nth-child(3), 
  .intro-photos li:nth-child(3) div{
    height:auto;
  }
  .aboutus-section2{
	padding:40px 30px 40px;
  }
  .aboutus-section1 .intro-text .inner{
	width:95%;
  }	
}
@media screen and (max-width: 767px) {
  .aboutus-section1 .intro-text .inner{
	width:100%;
  }
  .aboutus-section1 .callout{
	width:100%;
  }
  .aboutus-section1 .callout h1{
	max-width:none;
	margin-left:0;
  }
  .aboutus-section1 .intro-text{
	width:100%;
	margin:0;
	padding:0;
  }
  .aboutus-section1 .intro-text{
	width:100%;
	margin:0;
  }
  .aboutus-section2{
	padding:0 30px;
  }
  .text-callout{
	width:100%;
  }
  .text-callout.left h2, .text-content{
	width:100%;
	max-width:none;
	float:none;
	margin-right:0;  
  }
  .text-content .inner{
	margin-right:0;
  }
  .aboutus-section2 .text-callout{
	margin-top:30px;  
  }
  .aboutus-section2 .text-callout h2 br{
    display:none;		
  }
}
@media screen and (max-width: 600px) {
  .aboutus-section3 p a span{
    display:none;
  }
  .aboutus-section2 .text-callout h2 br{
    display:block;		
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .aboutus-section2{
	padding:60px 80px 40px;
  }
  .metaslider .slides img{
	max-height:400px !important;
	object-fit:cover;
  }
  .aboutus-section3 .inner{
	margin:70px 10% 80px;  
  }
}
@media screen and (max-width: 1024px){
  .metaslider-flex{
	width:100% !important;
  }
  .aboutus-slider .metaslider .caption-wrap{
	position:static;
  }
  .aboutus-slider .metaslider .flex-control-nav{
	right:0;
  }	
}
@media screen and (max-width: 767px){
  .aboutus-section3 .inner{
    width:auto;
	margin:20px 30px 40px;
  }
}
@media screen and (max-width: 600px){
  .aboutus-section3 .inner{
	margin: 10px 30px 40px;	
    
  }
}


/* 15. Implica-te 2% -------------------------
---------------------------------------------*/

.implica-intro{
  padding-top:80px;
  /*height:100vh;*/
  background-color:#00a6e5;
}
.implica-intro .intro-text {
  width: 48%;
  margin-right: 1%;
  text-align: left;
  float: left;
  color:#ffffff;
  margin-top:40px;
  opacity:0;
  -webkit-animation: fade-in 1s 0s ease forwards;	
  animation: fade-in 1s 0s ease forwards;	
 }
 
.implica-intro .intro-text .button{
  margin-top:18px;
}
.implica-intro .callout {
  float: right;
  background: url(assets/images/implica-bg.png) no-repeat center;
  background-size:100%;
  position:relative;
  opacity:0;
  -webkit-animation: fade-in 1s 0s ease forwards;	
  animation: fade-in 1s 0s ease forwards;	
  margin-top:50px;	
  -webkit-transition:all 3s cubic-bezier(.8,0,.2,1);
  transition:all 3s cubic-bezier(.8,0,.2,1);
}

@media screen and (min-width: 0px) {
  .implica-intro .callout{
	height:200px;
	width:286px;
  }
}
@media screen and (min-width: 321px) {
  .implica-intro .callout{
	height:200px;
	width:300px;
  }
}
@media screen and (min-width: 767px) {
  .implica-intro .callout{
	height:280px;
	width:450px;
  }
}
@media screen and (min-width: 1281px) {
  .implica-intro .callout{
	height:370px;
	width:600px;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1280px){
  .implica-intro .intro-text {
	width:46%;
  }
  .implica-intro h1, .implica-intro span.reveal, .implica-intro span.reveal-inner {
    font-size:46px;
  }
}
@media screen and (max-width: 1024px) {
  .implica-intro{
	height:auto;
	padding-bottom:20px;
  }
  .implica-intro .intro-text{
	width:100%;
	clear:both
  }
  .implica-intro .callout{
	float:none;
	margin:50px auto 0;
  }
}

.icon{
  position:absolute;
  width:40px;
  overflow:hidden;
}
.implica-intro svg{
  width:100%;
  fill:#0176dd;
  -webkit-transition:all 3s cubic-bezier(.8,0,.2,1);
  transition:all 3s cubic-bezier(.8,0,.2,1);
}
.shape1{
  top:24.3%;
  left:41%;
  width:40px;
  height:40px;
}
.shape1 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1s linear forwards;	
  animation: slide-in 1.5s 1s linear forwards;	
}
.shape2{
  top:3%;
  left:52%;
  height:40px;
}
.shape2 svg{
  -webkit-transform:translate3d(20px,50px,0px);
  transform:translate3d(20px,50px,0px);
  -webkit-animation: slide-in 1.5s 2.5s linear forwards;	
  animation: slide-in 1.5s 2.5s linear forwards;	
}
.shape3{
  top:3%;
  left:46%;
  width:30px;
  height:24px;
}
.shape3 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1.75s linear forwards;	
  animation: slide-in 1.5s 1.75s linear forwards;	
}
.shape4{
  top:18%;
  left:55%;
  width:22px;
  height:24px;
}
.shape4 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 2.8s linear forwards;	
  animation: slide-in 1.5s 2.8s linear forwards;	
}
.shape5{
  top: 24%;
  left: 49%;
  width: 32px;
  height:35px;
}
.shape5 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 2.2s linear forwards;	
  animation: slide-in 1.5s 2.2s linear forwards;	
}
.shape6{
  top:14%;
  left:39%;
  width:24px;
  height:32px;
}
.shape6 svg{
  -webkit-transform:translate3d(0,45px,0);
  transform:translate3d(0,45px,0);
  -webkit-animation: slide-in 1.5s 1.6s linear forwards;	
  animation: slide-in 1.5s 1.6s linear forwards;	
}
.shape7{
  top:9%;
  left:42%;
  width:16px;
  height:20px;
}
.shape7 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1.6s linear forwards;	
  animation: slide-in 1.5s 1.6s linear forwards;	
}
.shape8{
  top:5%;
  left:80%;
  width:34px;
  height:42px;
}
.shape8 svg{
  -webkit-transform:translate3d(0,50px,0);
  transform:translate3d(0,50px,0);
  -webkit-animation: slide-in 1.5s 2.1s linear forwards;	
  animation: slide-in 1.5s 2.1s linear forwards;	
}
.shape9{
  top: 15%;
  left: 73%;
  width: 36px;
  height:37px;
}
.shape9 svg{
  -webkit-transform:translate3d(0,50px,0);
  transform:translate3d(0,50px,0);
  -webkit-animation: slide-in 1.5s 1.3s linear forwards;	
  animation: slide-in 1.5s 1.3s linear forwards;	
}
.shape10{
  top: 62%;
  left: 62%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 20px;
  height:24px;
}
.shape10 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1.75s linear forwards;	
  animation: slide-in 1.5s 1.75s linear forwards;	
}
.shape11{
  top:71%;
  left:77%;
  height:38px;
}
.shape11 svg{
  -webkit-transform:translate3d(0px,50px,0);
  transform:translate3d(0px,50px,0);
  -webkit-animation: slide-in 1.5s 2.8s linear forwards;	
  animation: slide-in 1.5s 2.8s linear forwards;	
}
div.shape12{
  top: 48%;
  left: 65%;
  width: 26px;
  height:40px;
}
.shape12 svg{
  -webkit-transform:translate3d(0,50px,0);
  transform:translate3d(0,50px,0);
  -webkit-animation: slide-in 1.5s 1.3s linear forwards;	
  animation: slide-in 1.5s 1.3s linear forwards;	
}
.shape13{
  top:74%;
  left:48%;
  width:20px;
  height:24px;
}
.shape13 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1.8s linear forwards;	
  animation: slide-in 1.5s 1.8s linear forwards;	
}
.shape14{
  top:80%;
  left:81%;
  width:70px;
  height:24px;
}
.shape14 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 2.4s linear forwards;	
  animation: slide-in 1.5s 2.4s linear forwards;	
}
div.shape15{
  top:78%;
  left:46%;
  width:62px;
  height:24px;
}
.shape15 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 2s linear forwards;	
  animation: slide-in 1.5s 2s linear forwards;	
}
div.shape16{
  top: 51%;
  left: 61%;
  width: 20px;
  height:26px;
}
.shape16 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 1.5s linear forwards;	
  animation: slide-in 1.6s 1.5s linear forwards;	
}
div.shape17{
  top:46%;
  left:84%;
  height:40px;
}
.shape17 svg{
  -webkit-transform:translate3d(0px,50px,0);
  transform:translate3d(0px,50px,0);
  -webkit-animation: slide-in 1.6s 2.6s linear forwards;	
  animation: slide-in 1.6s 2.6s linear forwards;	
}
div.shape18{
  top:53%;
  left:80%;
  width:12px;
  height:36px;
}
.shape18 svg{
  -webkit-transform:translate3d(0,50px,0);
  transform:translate3d(0,50px,0);
  -webkit-animation: slide-in 1.6s 2.4s linear forwards;	
  animation: slide-in 1.6s 2.4s linear forwards;	
}
div.shape19{
  top:59%;
  left:78%;
  width:9px;
  height:26px;
}
.shape19 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 1.4s linear forwards;	
  animation: slide-in 1.6s 1.4s linear forwards;	
}
div.shape20{
  top: 19%;
  left: 77%;
  width: 48px;
  height:43px;
}
.shape20 svg{
  -webkit-transform:translate3d(0,54px,0);
  transform:translate3d(0,54px,0);
  -webkit-animation: slide-in 1.6s 1.4s linear forwards;	
  animation: slide-in 1.6s 1.4s linear forwards;	
}
div.shape21{
  top: 52%;
  left: 93%;
  width: 23px;
  height:22px;
}
.shape21 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 1.6s linear forwards;	
  animation: slide-in 1.6s 1.6s linear forwards;	
}
div.shape22{
  top: 62%;
  left: 95%;
  width: 25px;
  height:22px;
}
.shape22 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 2.2s linear forwards;	
  animation: slide-in 1.6s 2.2s linear forwards;	
}
div.shape23{
  top: 71%;
  left: 91%;
  width: 37px;
  height:32px;
}
.shape23 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 2.8s linear forwards;	
  animation: slide-in 1.6s 2.8s linear forwards;	
}
div.shape24{
  top: 69%;
  left: 52%;
  width: 60px;
  height:30px;
}
.shape24 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 1.2s linear forwards;	
  animation: slide-in 1.6s 1.2s linear forwards;	
}
div.shape25{
  top: 60%;
  left: 55%;
  width: 25px;
  height:24px;
}
.shape25 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 2.2s linear forwards;	
  animation: slide-in 1.6s 2.2s linear forwards;	
}
div.shape26{
  top: 30%;
  left: 71%;
  width: 10px;
  height:30px;
}
.shape26 svg{
  -webkit-transform:translate3d(0,45px,0);
  transform:translate3d(0,45px,0);
  -webkit-animation: slide-in 1.6s 1.2s linear forwards;	
  animation: slide-in 1.6s 1.2s linear forwards;	
}
div.shape27{
  top: 34%;
  left: 73%;
  width: 12px;
  height:36px;
}
.shape27 svg{
  -webkit-transform:translate3d(0,50px,0);
  transform:translate3d(0,50px,0);
  -webkit-animation: slide-in 1.6s 3.4s linear forwards;	
  animation: slide-in 1.6s 3.4s linear forwards;	
}
div.shape28{
  top: 38%;
  left:64%;
  height:24px;
}
.shape28 svg{
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.6s 2.3s linear forwards;	
  animation: slide-in 1.6s 2.3s linear forwards;	
}

@media screen and (max-width: 1280px){
  div.shape1{
	top: 24%;
	left: 40%;
	width: 32px;
	height: 32px;
  }
  div.shape2{
	top: 3%;
	left: 52%;
	width: 35px;
	height: 35px;
  }
  div.shape3{
	top: 1%;
	left: 46%;
	width: 27px;
	height: 18px;
  }
  div.shape4{
	top: 19%;
	left: 54%;
	width: 22px;
	height: 24px;
  }
  div.shape5{
	top: 24%;
	left: 47%;
	width: 25px;
	height: 31px;
  }
  div.shape6{
	top: 12%;
	left: 39%;
	width: 21px;
	height: 28px;
  }
  div.shape7{
	top: 6%;
	left: 43%;
	width: 11px;
	height: 21px;
  }
  div.shape9{
	top: 15%;
	left: 72%;
	width: 31px;
	height: 31px;
  }
  div.shape11{
	top: 71%;
	left: 77%;
	width: 30px;
	height:30px;
  }
  div.shape12{
	top: 50%;
	left: 65%;
	width: 20px;
	height:40px;
  }
  div.shape13{
	top: 72%;
	left: 46%;
	width: 20px;
	height: 23px;
  }
  div.shape14{
	top: 79.4%;
	left: 80%;
	width: 61px;
  }
  div.shape15{
	top: 77%;
	left: 45%;
	width: 58px;
	height: 23px;
  }
  div.shape16{
	top: 51%;
	left: 61%;
	width: 16px;
	height: 21px;
  }
  div.shape17{
	width:34px;
  }
  div.shape18{
    width:10px;
  }
  div.shape19{
	width:8px;
  }
  div.shape20{
	top: 19%;
	left: 76%;
	width: 37px;
	height: 41px;
  }
  div.shape21{
    width:20px;
  }
  div.shape22{
	top: 62%;
	left: 95%;
	width: 22px;
  }
  div.shape23{
	top: 71%;
	left: 90%;
	width: 31px;
  }
  div.shape24{
	top: 66%;
	left: 51%;
	width: 54px;
	height: 30px;
  }
  div.shape25{
	top: 57%;
	left: 55%;
	width: 24px;
	height:22px;
  }
  div.shape26{
	top: 30%;
	left: 72%;
	width:8px;
  }
  div.shape27{
	top: 34%;
	left: 74%;
  }
  div.shape28{
	top: 37%;
	left: 63%;
  }
}

@media screen and (max-width: 767px){
  div.shape1{
	width: 24px;
	height: 25px;
  }
  div.shape2{
	top: 7%;
	left: 52%;
	width: 25px;
	height: 27px;
  }
  div.shape3{
	top: 0%;
	left: 47%;
	width: 14px;
	height: 22px;
  }
  div.shape4{
	top: 17%;
	left: 54%;
	width: 15px;
	height: 21px;
  }
  div.shape5{
	width: 20px;
	height: 24px;
  }
  div.shape6{
	top: 13%;
	left: 39%;
	width: 16px;
	height: 22px;
  }
  div.shape7{
	top: 6%;
	left: 43%;
	width: 11px;
	height: 21px;
  }
  div.shape8{
	top: 8%;
	left: 80%;
	width: 20px;
	height:25px;
  }
  div.shape9{
	top: 15%;
	left: 72%;
	width: 22px;
	height: 24px;
  }
  div.shape10{
	top: 49%;
	left: 65%;
	width: 16px;
  }
  div.shape11{
	top: 69%;
	left: 77%;
	width: 22px;
	height:22px;
  }
  div.shape12{
	display:none;
  }
  div.shape13{
	top: 68%;
	left: 47%;
	width: 14px;
	height: 20px;
  }
  div.shape14{
	top: 73%;
	left: 80%;
	width: 40px;
  }
  div.shape15{
	top: 72%;
	left: 45%;
	width: 37px;
	height: 22px;
  }
  div.shape16{
    display:none;
  }
  div.shape17{
	width:26px;
	top:44%;
  }
  div.shape18{
    width:8px;
	top:51%;
  }
  div.shape19{
	width:6px;
	top:57%;
  }
  div.shape20{
	top: 20%;
	left: 76%;
	width: 28px;
	height: 26px;
  }
  div.shape21{
    width:16px;
	top:50%;
  }
  div.shape22{
	top: 58%;
	left: 95%;
	width: 17px;
  }
  div.shape23{
	top: 68%;
	left: 90%;
	width: 23px;
  }
  div.shape24{
	top: 63%;
	left: 51%;
	width: 40px;
	height: 21px;
  }
  div.shape25{
	top: 51%;
	left: 55%;
	width: 24px;
	height:22px;
  }
  div.shape26{
	top: 31%;
	left: 72%;
	width:6px;
  }
  div.shape27{
	top: 35%;
	left: 75%;
	width:7px;
  }
  div.shape28{
	top: 37%;
	left: 62%;
	width:30px;
  }	
}

/* Implica-te - Steps */
.steps-list{
  clear:both;
}
.step-item .container{
  border-top:3px solid #e6dddf;
}
.step-item:first-child .container{
  border-top:none;
}
.list-number{
  font-size:100px;
  line-height:1em;
  padding:50px;
  font-weight:bold;
  color:#272727;
  -webkit-transform:translate3d(0,40px,0);
  transform:translate3d(0,40px,0);
  -webkit-animation: slide-in 1.5s 1.75s linear forwards;	
  animation: slide-in 1.5s 1.75s linear forwards;	
}
.list-text{
  padding:50px 50px 50px 20px;
}

.center-buttons{	
  text-align:center;
  padding:50px;
  display: flex;
  width:100%;
  align-items: center;
  justify-content: center;
}
.center-buttons a{	
 margin-right:10px;
}


.steps-buttons{
  background:#00aeed;	
  text-align:center;
  padding:50px;
}
.steps-buttons a{
  margin:0 20px;
}

@media screen and (max-width: 1024px){
  .steps-buttons{
	padding:30px 0;
  }
  .steps-buttons a{
	margin:10px 20px;
  }
    .center-buttons{	
  flex-direction: column;
}
  .center-buttons a{	
  margin-top:10px;
}
}

@media screen and (max-width: 767px){ 
  .list-number{
	padding:20px 0 0;
	font-size:52px;
  }
  .list-text{
	padding:24px 0px 20px 20px;
  }
  .steps-buttons .button{
	padding:12px 40px;
	margin:10px 0;
  }

}



/* 16. Blog ----------------------------
---------------------------------------*/
.has-sidebar #secondary {
  float: right;
  padding-top: 0;
  width: 26%;
}
@media screen and (max-width: 1024px){
  .has-sidebar #secondary {
	float: left;
	width: 60%;
  }	
}
@media screen and (max-width: 767px){
  .has-sidebar #secondary {
	width: 75%;
  }	
}
@media screen and (max-width: 600px){
  .has-sidebar #secondary {
	width: 100%;
  }	
}
.blog-list-content #secondary{
  display:none;
}
.search-form {
  position: relative;
}
.search-form  label{
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  height:50px;
}
.search-form  span{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-field {
  width: 100%;
  padding-right: 60px;
  max-width: 100%;
  padding:1rem;
  -webkit-appearance: textfield;
  -webkit-transition: border-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out;
  background: #fafafa;
  color: #13171a;
  text-shadow: none;
  border:2px solid #272727;
  border-radius:4px;
  -webkit-appearance: none;
  height:50px;
}
.search-submit {
  background: #fbfbfb;
  color: #13171a;
  text-shadow: none;
  border: 2px solid #272727;
  position: absolute;
  right: -1px;
  bottom: 0;
  top: 0;
  height: 100%;
  color: #272727;
  line-height: 1.2;
  backface-visibility: hidden;
  padding: 1rem 1.5rem;
  -webkit-transition:all 200ms ease-in;
  transition:all 200ms ease-in;
  cursor:pointer;
  border-radius:0 4px 4px 0;
  height:50px;
}
.search-submit:hover {
  background: #272727;
  color: #ffffff;
}
.search-submit svg{
  display: inline-block;
  font-size: inherit;
  height: 18px;
  width:18px;
  overflow: visible;
  vertical-align: -.125em;
  position:static;
}
.search-submit:hover svg{
  fill:#ffffff;
}
.widget{
  padding:30px 0;
  border-bottom: 2px solid #272727;
}
.widget-title{
  margin-bottom:20px;
}
.widget li{
  line-height:22px;
  margin:5px 0;
}
.widget a:link, .widget a:visited{
  font-size:16px;
  position:relative;
  padding-left:9px;
  display: inline-block;
}
.widget a:before{
  content: '› ';
  position:absolute;
  left:0;
  top:-2px;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  font-size:18px;
}
.widget a:hover:before {
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}

/*Blog List */
.blog-list-content #primary{
  margin:0 15px;
}
.blog-list-content .blog-list{
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity .8s cubic-bezier(.23,1,.32,1);
  transition: opacity .8s cubic-bezier(.23,1,.32,1);
}
.blog-list-content .blog-list.fade-in-element{
  -webkit-animation: slide-in .8s cubic-bezier(.23,1,.32,1) forwards;
  animation: slide-in .8s cubic-bezier(.23,1,.32,1) forwards;
}
.blog-list-content .blog-list.fade-in-element:nth-of-type(3n+1){
  -webkit-animation-duration:0.8s;
  animation-duration:0.8s;
}
.blog-list-content .blog-list.fade-in-element:nth-of-type(3n+2){
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.blog-list-content .blog-list.fade-in-element:nth-of-type(3n){
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}
.blog-list-content .blog-list .entry-content,
.blog-list-content .blog-list .screen-reader-text{
  display:none;
}
.blog-list-content .blog-list{
  display: inline-block;
  vertical-align: top;
  width: 31.4%;
  float: left;
  position: relative;
  background: #cfcfcf;
  text-align: center;
  color: #fff;
  overflow: hidden;
  height: 380px;
  margin-bottom: 34px;
  background-color:#272727;
  -webkit-transition:background .25s ease;
  transition:background .25s ease;
}
.blog-list-content .blog-list:hover{
  background-color: rgba(35,35,35,0.4);	
}

.blog-list-content .blog-list:nth-of-type(3n+1),
.blog-list-content .blog-list:nth-of-type(3n+2){
  margin-right:2.8%;
}

@media screen and (max-width: 1150px){
  .blog-list-content .blog-list{
	width:48%;
  }
  .blog-list-content .blog-list:nth-of-type(2n+1){
	margin-right:4%;
  }
  .blog-list-content .blog-list:nth-of-type(2n){
	margin-right:0;
  }
  .blog-list-content #primary{
	margin:0;
  }
}

@media screen and (max-width: 767px){
  .site-content .blog-list-content .blog-list{
	width:100%;
	margin-right:0;
  }
  
  
  h1 span.reveal-inner{
  font-size:55px;
}
}

.blog-list-content .blog-list .entry-header{
  position:absolute;
  width:100%;
  top:50%;
  z-index:99;
  -webkit-transform:translateY(-40%);
  transform:translateY(-40%);
  padding:0;	
}
.blog-list-content .blog-list h2 a:link, .blog-list h2 a:visited{
  color:#ffffff;
  padding:30px 20px 20px 20px;
  transition: all 0.2s cubic-bezier(0,0,.2,.5);
  position:relative;
}
.blog-list-content .blog-list:hover h2 a{
  padding-top:0; 
}
.blog-list-content .blog-list h2 a:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:40px;
  height:2px;
  background-color:#ffffff;
  margin-left:-20px;
}

.blog-list-content .blog-list h2{
  line-height:1em;
  margin:0;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
  font-size:30px;
}

.blog-list-content header a{
  display:block;
  padding:5px 0;
}
.blog-list-content .blog-list time{
  color:#ffffff;
  font-size:18px;
}
.blog-list-content .post-thumbnail span.post-bgimage{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0.6;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: 50%;
  -webkit-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out;
  filter: saturate(90%);
}
.blog-list-content .blog-list:hover .post-thumbnail span.post-bgimage{
  filter: saturate(100%);
  opacity:1;
}
.blog-list-content .post-thumbnail a{
  position: absolute;
  z-index:10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*.blog-list-content .post-thumbnail a:before{
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(35,35,35,0.45);
  -webkit-transition:background-color 0.25s cubic-bezier(0, 0.78, 0.25, 1);
  transition:background-color 0.25s cubic-bezier(0, 0.78, 0.25, 1);
  display:block;
  z-index:4;	
}
.blog-list-content .post-thumbnail a:hover:before{
  background-color: rgba(35,35,35,0.2);	
}*/


/* 17. Blog Details -------------------------------
--------------------------------------------------*/
.blog-details-content .blog-details,
.search-list{
  width:62%;
  float:left;
}
@media screen and (max-width: 1024px){
  .blog-details-content .blog-details,
  .search-list{
	width:100%;
	float:none;
  }	
}
.blog-details-content .screen-reader-text, 
time.updated, .byline, .screen-reader-text{
  display:none;
}
.blog-details-content .entry-header{
  margin-bottom:5px;
}
.posted-on{
  padding:5px 0 0;
  display:block;
}
.posted-on a:link, .posted-on a:visited,
.search-list .entry-meta a:link, .search-list .entry-meta a:visited{
  color:#828a90;
  font-size:18px;
}
.blog-inner{
  position:relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top:15px;
}
.blog-inner .fade-text{
  height:auto;
  margin-bottom:50px;
  -webkit-transition:max-height 0.6s ease-out; 
  transition:max-height 0.6s ease-out; 
}
.blog-inner .fade-text.show-fade{
  max-height:195px;
  overflow:hidden;
}
.blog-inner .fade-text.expand{
  max-height:1800px;
  -webkit-transition:max-height 0.3s ease-out;
  transition:max-height 0.3s ease-out;
  margin-bottom:30px;
}
.blog-inner .show-more{ 
  position: absolute; 
  top: 88px; 
  left: 0;
  width: 100%; 
  text-align: left; 
  margin: 0; 
  padding: 110px 0 5px; 
  background: linear-gradient(to bottom, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
  cursor:pointer;
  font-weight:bold;
  font-size:16px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.blog-inner .show-more:hover{
  color:#595959;
}
.blog-details .wp-block-gallery{
  border:1px solid transparent;
  display:-ms-flexbox;
}
.blog-inner .wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  display:-ms-flexbox;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}

/*Blog - Search Page*/
.search-list h2.entry-title{
  margin-top:5px;
  margin-bottom:20px;
  line-height:1em;
}
.search-list h2.entry-title a:link, .search-list h2.entry-title a:visited{
  color:#272727;	
}
.search-list p.link-more{
  margin-top:10px;
}
.search-list p.link-more a{
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.search-list article{
  border-bottom:1px solid #a7a7a7;
  padding-bottom:35px;
  margin-bottom:35px;
}
.search-list article:last-child{
  border:none;
}
.search-list p{
  margin-bottom:0;
}

/*Lightbox*/
body #slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui{
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size: 14px;
  line-height:1.75rem;
  color:#828a90;
  font-style:normal;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag{
  background: url(assets/images/ui_close.png) no-repeat left top;	
  background-size:24px;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag{
  background: url(assets/images/ui_slideshow_play.png) no-repeat left top;	
  background-size:24px;	
}
body #slb_viewer_wrap .slb_theme_slb_default.slideshow_active .slb_controls .slb_slideshow .slb_template_tag{
  background: url(assets/images/ui_slideshow_pause.png) no-repeat left top;	
  background-size:24px;		
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag{
  background-image: url(assets/images/nav_next.png);	
  background-size:16px;
  opacity:1;  
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag{
  background-image: url(assets/images/nav_prev.png);	
  background-size:16px;
  opacity:1;	
}



/* 18. 404 page -------------------------
----------------------------------------*/

.error-404{
  text-align:center;
}
.error-404 div{
  padding:50px 0;
}
.error-404 h1{
  opacity:0.3;
  font-size:100px;
  line-height:50px;
  padding-bottom:0;
}
.error-404 p{
  opacity:0.6;
}
.error-404 strong {
  display: inline-block;
  margin: 0 5px;
  -webkit-animation: show-up 0.5s 0.2s both ease-in-out;
  animation: show-up 0.5s 0.2s both ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.error-404 strong:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.error-404 strong:last-child {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}








