﻿@font-face {
    font-family: 'gidolinyaregular';
    src: url('fonts/Gidolinya-Regular.woff2') format('woff2'),
         url('fonts/Gidolinya-Regular.woff') format('woff'),
         url('fonts/Gidolinya-Regular.ttf') format('truetype');
         url('fonts/Gidolinya-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'gidolinyaregular';
}

#bg { 
	position: fixed;
	top: 0;
	left: 0;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

.page_title {
    text-align: center;
    color: #009dc8;
    font-size: 50px;
}

.blankspace {
    height: 1000px;
    background-color: #fff;
    position: relative;
}


/* HEADER */

div#header_menu {
    position: relative;
    background-color: #fff;
    margin-top: 100vh;
    margin-bottom: 0;
    box-shadow: 0 2px 60px 0 rgb(0, 0, 0),0 2px 33px -5px rgb(0, 0, 0);
}

img.bsblogo_header {
    width: 95px;
    float: left;
}

.bsblogo.section {
    float: left;
}

nav {
    color: #009dc8;
    background-color: #fff;
    width: 100%;
    /* height: 56px; 
    line-height: 56px; */
}

nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #009dc8;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 10%;
}

nav ul a:hover {
    background-color: rgb(0, 171, 205);
    color: #fff;
    border-radius: 10%;
}

.fixed_navbar {
	position:fixed;
	top:0;
	z-index:1000;
}

.sticky_offset {
	padding-top: 120px;
}

@media only screen and (min-width: 601px) {
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 67px;
    /* line-height: 64px; */
}
}

.wrap-scrolldownhoney {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 80vh;
    transform: translate(-50%, -50%);
}
.wrap-scrolldownhoney .scrolldownhoney {
    border: 3px solid #fff;
    border-radius: 30px;
    height: 46px;
    margin: 0 auto 8px;
    text-align: center;
    width: 30px;
}
.scroll_down_text {
    color: #fff;
}
.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c1,
.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c2 {
  animation-duration: 1.5s;
  animation-name: scrolldownhoney;
  animation-iteration-count: infinite;
  fill: #fff;
}
.wrap-scrolldownhoney .scrolldownhoney-c2 {
  animation-delay: 0.75s;
}
@-moz-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-o-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}

/* PORTFOLIO */

div#portfolio {
    position: relative;
    background-color: #fff;
}

#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding:5px 20px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	
#filters li span.active {
    background: #009dc8;
    color: #fff;
}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

.portfolio-wrapper {
overflow:hidden;
position: relative !important;
background: #666;
cursor:pointer;
}

.portfolio img {
max-width:100%;
position: relative;
top:0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
}

.portfolio .label {
position: absolute;
width: 100%;
height: 100%;
bottom: -100%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
background: #009dc8;
width: 100%;
height:100%;
position: absolute;
top:0;
left:0;
}

.portfolio .label-text {
color: #fff;
position: relative;
z-index: 500;
padding: 5px 8px;
width: 100%;
}

.text-title {
font-size: 20px;
}

.portfolio .text-category {
display: block;
font-size: 13px;
}

.portfolio:hover .label {
bottom:0;
}
.portfolio:hover img {
top:-30px;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
width: 768px; 
}
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
}




/* PORTFOLIO PAGE */

#portf_page > div#header_menu {
    margin-top: 0vh;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.parallax {
  height: 75vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
    color: rgba(0,171,204,0.75);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
}

@media all and (min-width: 600px) {
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

.title_and_description {
    margin-top: 75vh;
}
.portf_text_title {
    font-size: 45px;
    text-align: center;
    color: #009dc8;
    padding: 2%;
}
.portf_text_description {
    font-size: 20px;
    text-align: justify;
}



/* FOOTER */

footer.page-footer {
    margin-top: 0;
    padding-top: 20px;
    background-color: #009dc8;
    position: relative;
}

th.footer_icon {
    color: #fff;
}
td.footer_contact {
    color: #fff;
}

.btn_footer {
    color: #009dc8;
    background-color: #ffffff;
    float: right;
}
.btn_footer:hover {
    background-color: #57e7fa;
    color: #fff;
}

input#first_name {
    color: #fff;
}

input#email {
    color: #fff;
}

a.follow_us_link {
    color: #fff;
    line-height: 60px;
    font-size: 20px;
    float: right;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.input-field label {
    color: #ffffff;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

.soc {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 23px;
    padding: 0.75rem;
    text-align: center;
    float: right;
}
.soc li {
    display: inline-block;
    margin: 0;
    margin: 0;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
    position: relative;
    height: 39px;
    height: 2.6rem;
    width: 39px;
    width: 2.6rem;
}
.soc svg {
  height: 100%;
  width: 100%;
}
.soc em {
  font-size: 14px;
  line-height: 1.5;
  margin-top: -0.75em;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-1:hover, .icon-2:hover, .icon-3:hover, .icon-4:hover, .icon-5:hover, .icon-6:hover, .icon-7:hover, .icon-8:hover, .icon-9:hover, .icon-10:hover, .icon-11:hover, .icon-12:hover, .icon-13:hover, .icon-14:hover, .icon-15:hover, .icon-16:hover, .icon-17:hover, .icon-18:hover, .icon-19:hover, .icon-20:hover, .icon-21:hover, .icon-22:hover, .icon-23:hover, .icon-24:hover, .icon-25:hover, .icon-26:hover, .icon-27:hover, .icon-28:hover, .icon-29:hover, .icon-30:hover {
  border-radius: 100%;
      color: #009dc8;
    fill: #009dc8;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.icon-10 {
    color: #ffffff;
    fill: #ffffff;
}
.icon-10:hover {
    background: #ffffff;
}






/* MOBILE STYLE */

@media only screen and (max-width : 992px) {
      img#bg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
img.bsblogo_header {
    width: 60px;
    float: left;
}
.bsblogo.section {
    float: left;
}
nav .button-collapse {
    float: right;
    position: relative;
    z-index: 1;
    height: 56px;
    color: #009dc8;
}
nav ul a:hover {
    background-color: rgb(0, 171, 205) !important;
    color: #fff;
    border-radius: 0%;
}
div#page_body {
    overflow: hidden;
}
.filter_container {
    overflow-x: scroll;
}
ul#filters {
    width: 151%;
}
    }