@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body{
    -webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Lato', sans-serif; font-weight: 400; 
	font-size:14px;
	color: #444444;
	overflow-x: hidden;
	background:#ffffff;
}
p {
	margin:0 0 20px 0;
	float:left;
}
a {
	text-decoration: none;
	color: #888888;
}
a:hover {
	color:#111111;
}
strong {
	font-family: 'Lato', sans-serif; font-weight: 900;
	text-transform:uppercase;
}
.row {
	display:inline-block;
	width:90%;
	padding:0 5%;
}

.logo {
	max-width:200px;
	padding:60px 0 0 0 !important;
}

[class*="col-"] {
  	padding: 0;
	position:relative;	
}
[class*="col-"] img {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.clear {
	clear:both;
}

@media all and ( min-width: 776px ) { 
.col-1-1 {
	float:left;
	width:100%;
}
.col-1-2 {
    float: left;
    width: 46%;
	margin:0 2% 4% 2%;
}
.col-1-3 {
   float: left;
   width: 23.33%;
   margin:0 10% 0 0;
}
.col-2-3 {
	float: left;
	width: 66.66%;
}
.col-1-4 {
   float: left;
   width: 21%;
   margin:0 2% 4% 2%;
}
.col-3-4 {
	float:left;
	width:75%;
}
.col-1-8 {
   float: left;
   width: 12.5%;
}

}
.right {
	float:right;
}
.des {
	width:100%;
}

#filterOptions {
	margin:0 2% 60px 2%;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif; font-weight: 300;
	font-size:13px;
}
#filterOptions li {
	float:left;
	padding:0 3% 3% 0;
}
ul#filterOptions li.active a { 
	color:#111111
}
#ourHolder p {
	font-size:20px;
	line-height:28px;
}
#ourHolder span {
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.open{
    top: 0;
	z-index:10;
}
.menu-btn{
    cursor: pointer;
    background-image: url('../images/btn-hamburger.png');
    height: 60px;
    width: 60px;
    background-size: cover;
    background-color: #000;
    display: inline;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
}
.close-btn{
    background-image: url('../images/btn-close.png');
	background-color: #ffffff;
}
.container {
	background-color: #ffffff;
}
nav{
    position: absolute;
    top: -2600px;
    left: 0;
    right: 0;
    background: #111111;
    transition: all 0.5s;
	color:#FFF;
}
.navcon {
	width:70%;
	padding:15%;
	overflow:hidden;
}
.navcon h1 {
	margin:0 0 50px 0;
	font-size:42px;
	width:50%;
}
.navcon h2 {
	font-family: 'Lato', sans-serif; font-weight: 300;
	font-size:28px;
	margin:0 0 10px 0;
}
.navcon p {
	letter-spacing:2px;
	line-height:24px;
	font-family: 'Lato', sans-serif; font-weight: 300;
	margin:0 0 30px 0;
}
.navcon p span {
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 15px 0;
	border-bottom:1px solid #ffffff;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #111111 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:1000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 0;
    bottom: 0;
  }
}