/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By Andrea Galanti
 * Thanks for MaterializeCSS.com
 * Codyhouse.co
 */

.default_color{background-color: #0e5472 !important}

.default_color_text{color: #0e5472  !important}

.icon-block {
  padding: 0 15px;
}

#intro{padding-top: 4rem;}

#work{padding-top: 4rem;}

#index-banner {
	min-height: 370px;
	max-height: 370px;
	position: relative;
    background: url('../img/c.jpg') no-repeat center fixed;
    background-size: cover;
}

#nav_f{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
}

.text_h {
	padding: 5% 0;
	font-size: 6.0em;
	font-weight: 100;
	color:#424242;
}

.brand-logo{
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 100;
  padding: 0;
  font-style: bold;
}

.text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}

.span_h2 {font-weight: 300;color: #00a5e8 ;}

.text_b{color: #00a5e8 ;}

.in{font-weight: 400 !important; font-style: normal !important;}

.promo i {
	color: #00a5e8 ;
	font-size: 4rem;
	display: block;
}

.blue{
    color: #0e5472;
}

.card-content a {color: #00a5e8 ;}

.card-content a:hover {color: #00a5e8 ;}

#work{background: rgb(247, 247, 247);}

.text_pink{color:#EF9A9A;}

nav ul a {
    font-size: 0.9rem;
    color: #a1a1a1;
    letter-spacing: 2px;
    display: block;
    font-weight: 300;
    padding: 0px 13px;
}

nav ul a:hover {
    background: #00a5e8;
    color: white;
}

nav {
    background: transparent;
}

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #EEEEEE;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0e5472;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}


/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1200; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media only screen and (max-width: 480px) {
  .text_h {
  padding: 4% 0;
  font-size: 5em;
  font-weight: 100;
  color: #0e5472;
  }
}
.activator{
  height: 220px;
  width: 480px;
}

.active{
    color: #0e5472;
}




ul.list-group:after {
    clear: both;
    display: block;
    content: "";
}

.list-group-item {
    float: left;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*   FEEDBACK   */
#slideout {
    position: fixed;
    top: 40px;
    right: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #0e5472;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#slideout_inner {
    position: fixed;
    top: 40px;
    right: -250px;
    background: #0e5472;
    width: 200px;
    height: 340px;
    padding: 16px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: right;
    -webkit-border-radius: 0px 0 0 5px;
    -moz-border-radius: 0px 0 0 5px;
    border-radius: 0px 0 0 5px;
}
#slideout_inner textarea,input {
    color:white;
}
#slideout:hover {
    right: 200px;
}

#slideout:hover #slideout_inner {
    right: 0;
}


