@font-face {
    font-family: 'aaarghnormal';
    src: url('../fonts/aaargh-webfont.woff2') format('woff2'),
         url('../fonts/aaargh-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  height: 100%;
  width: 100%;
   }

body {
font-family: 'Lato', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #fffff1;
  padding: 0;
  overflow-x: hidden;
}
img{max-width:100%;height:auto;}
.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 1600;
    color: #000;
    background: #fffff1;
}
.loading-overlay{
	position: fixed;
	z-index: 10000;
	background: #fffff1;
	width: 100%;
	height: 100%;
}
.loading-overlay .loader{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 11000;
	color: #d2f2ed;
}
.hoverable:hover {
    transition: box-shadow .45s;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.bg-primary{
	background-color: #000;
	color:#fffff1;
}


.h1 {
  margin-bottom: 20px; }

a {
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #7ad3c1;
	}
a.is-checked{
	font-weight: 700;
}
.site-logo a{
	    font-family: 'aaarghnormal';
	    text-transform: uppercase;
	    margin-bottom: 0;
	    display: inline-block;
	    margin-top:0;
}
hr {
  border-top: 1px solid #872718; }

.img-responsive {
  max-width: 100%; }

.headline {
  font-size: 15px;
  text-transform: uppercase; }
.page-header{
border-top: 1px solid #eee;
}
.navbar-default {
     background: transparent;
     border: none;
}

#swipebox-top-bar{
	font-size: 12px;
    line-height: 1.5;
    font-family: 'Lato' sans-serif;
    color:#000!important;
}
#swipebox-overlay, #swipebox-bottom-bar, #swipebox-top-bar{ background: #fffff1;
text-shadow: 0px 0px 0px #000;
    opacity: 1;
    color:#000!important;
}
#swipebox-top-bar {
    top: 0!important;
    padding: 10px 0;
}
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 70%;
	max-width:80%;
}
#swipebox-top-bar p{margin: 0 0 0;}

/*Owl*/
.owl-carousel{margin-top: 50px;}
.owl-dots{display: none;}
.owl-nav{
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -47px!important;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]{
  color: #0fc8e4;
    font-size: 66px;
    line-height: 66px;
    padding:0;
    background: rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0,0,0,0);
    color: #0cb0c9;
    text-decoration: none;
}
.owl-prev{ position: absolute;
    left: -34px;
  }
    .owl-next{position: absolute;
        right: -34px;}
/* OBRA BUTTONS */
.filters a {
  display: inline-block;
  background: none;
  border: none;
  color: #222;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding-left: 0;
  margin-left: -5px;
  padding: 1px 5px;
}
.filters a:hover{
	font-weight: 700;
}

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both; }

.filters {
  margin-bottom: 20px; overflow: auto;
  background: #d2f2ed;
  padding: 12px 0 10px;
}
.filters h3{
	text-transform: uppercase;
	font-weight: 700;
}
.grid {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.obra,.grid-sizer{
	width: 25%;
	text-align: center;
}
.obra img{
	max-width: 97%;
	margin-bottom: 10px;
}
.obra.table{
	margin-bottom: 0;
}


/* ui group */
.ui-group h3 {
  margin-right: 0.2em;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 2px; }

.ui-group {
  text-align: center;
  padding: 0!important;
}
  .ui-group ul {
  	text-align: center;
  		width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    list-style: none;}

    .ui-group ul li {

      padding-left: 0;display: inline;
       }

/*Footer*/
footer {
/*  background: #eee;*/
  padding: 40px 0; overflow: auto;
}

.home footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}
a.icon:before {
  font-family: FontAwesome;
  text-decoration: none;
  color: #7ad3c1;
  font-size: 22px;
  padding-right: 5px; }
a.icon:hover:before {
  color: #72d1dd; }

a.icon.icon-instagram:before {
  content: "\f16d";
  margin-right: 3px; }
.social-media a{
	color: #72d1dd;
	font-size: 20px;
}
.navbar-nav>li>a{
	text-transform: uppercase;
}
.scrollToTop{
	display: none;
	height: 30px;
	width: 30px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: center;
	background: #000;
	color: #7ad3c1;
}
.scrollToTop:hover{

	background: #7ad3c1;
	color: #000;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .obra {
    width: 25%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    background-position: center 150px; }

  .obra {
    width: 50%; }

  footer {
    text-align: center; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .obra {
    width: 50%; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .obra {
    width: 100%; } }
@media only screen and (min-width: 767px) {

		.navbar-default ul{
				margin-top: 30px;
				}
			.navbar-default li{
				display: inline;
				float: left;
				padding-right: 10px;
			}
			.navbar-default{
				margin-top: 20px;

			}
			.navbar-default ul{
				text-align: center;
					width: 100%;
					margin-top: 0;
			}
			.navbar-default li{
				padding: 2px 7px;

			}

			.navbar-nav>li>a:hover{

						background: #7ad3c1;

				}

				.navbar-nav {
				    width: 100%;
				    text-align: center;

				  }
				 .navbar-nav > li {
				     float: none;
				     display: inline-block;
				   }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	    color: #0fc8e4;
	    background: transparent;
	}
	.navbar-nav>li>a:hover{

				background: #7ad3c1;

		}
		.gutter-lg{
			padding: 40px 0 100px;
		}
	.site-logo a{

	    padding-top: 20px;

}
	}
  @media only screen and (min-width: 991px) {
  /*aside{
  	.content{position: fixed;width: 16.666666666666664%;}
  }*/ }
