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

body {
  background: #000000;
	font-family: 'Montserrat', sans-serif;
  color: #465665;
  margin:auto 0;
  text-align:center;
}
p { margin: 0 0 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  width: 100%;
  padding: 0	;
}

.title {
  font-weight: 700;
}

.desc {
  font-size: 1em;
  font-style: italic;
  font-family: Georgia, serif;
}

.title,
.desc,
.intro {
  text-align: center;
}
.logo{ max-width: 190px;  padding: 16px 10px 0 10px;
}
.tag{ max-width: 100%;  padding: 0px 10px 16px 10px;
	
}
.tag p{text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .05em;
}
.tagsep{
	color: #ff0000;
}
a {
  color: #5b7083;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.intro {
  margin: 1.75em 0 .75em;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  margin-bottom: 1.75em;
}
.intro a {
  opacity: .7;
}
.intro a:hover {
  opacity: 1;
}
.intro h3 {
  font-size: .825em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: .25em .75em .75em;
}
.intro h3 a {
  font-weight: 400;
}

.reel {
	background-image: url("../images/reel-banner.jpg");
	background-size: cover;
	width: 100%;
	height: 30%;
	min-height: 100px;
	display: block;
}
a.viewreel {
	 opacity: 1;
}

a.viewreel:hover{
	 opacity: .8;
}
.back-to-article {
  font-weight: 700;
  display: block;
  margin: 2em 0 0;
  padding: 1.25em;
  text-align: center;
  color: #CAD0DC;
  border: 3px solid #D1D8DE;
}
.back-to-article:hover {
  color: #465665;
  border-color: #5b7083;
}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 30px;
  position:relative;
}
.masonry .brick img {
	display:block;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.masonry .brick:hover img {
  opacity: 1;
}

.masonry .brick .link {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
	height:100%;
    right: 0px;
    color: #ffffff;
   background-color:rgba(0,0,0,0.7);;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 800ms ;
    -moz-transition: opacity 800ms ;
    -o-transition: opacity 800ms ;
    transition: opacity 800ms 	;
font-family: 'Montserrat', sans-serif;
font-size:20px;
display:block;

    
}
.category{ font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:18px;
color:#919689;
}
.masonry .brick .titlelink {
    opacity: 0;
    position: absolute;
	text-align:center;
   bottom: 24%;
    left: 0px;
    right: 0px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: opacity 800ms ;
    -moz-transition: opacity 800ms ;
    -o-transition: opacity 800ms ;
    transition: opacity 800ms 	;
font-family: 'Montserrat', sans-serif;
font-size:20px;
padding:90px;

}
 .masonry .brick:hover .titlelink {
    opacity: 1;
}

.masonry .brick .titlelinkshort {
    opacity: 0;
    position: absolute;
	text-align:center;
   bottom: 22%;
    left: 0px;
    right: 0px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: opacity 800ms ;
    -moz-transition: opacity 800ms ;
    -o-transition: opacity 800ms ;
    transition: opacity 800ms 	;
font-family: 'Montserrat', sans-serif;
font-size:20px;
padding:30px;
}

 .masonry .brick:hover .titlelinkshort {
    opacity: 1;
}

 .masonry .brick:hover .link {
    opacity: 1;
}

.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  background-color:#333;
	overflow: hidden;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 30px 0;
}
#mobilelogo{
	display:none;
}
#desktoplogo{
	display:block;
}
header{
	margin:auto 0;
	text-align:center;
	background-color: #000000;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:260px;
	
}
.blackband{
	background-color:#000;
/*	min-height:100px;
*/	width:100%;
	margin:auto 0;
	text-align:center;
	
}
.greyband{
	background-color:#252525;
width:100%;
	margin:auto 0;
	text-align:center;
	
}
.info{
	max-width:1000px;
	margin:auto ;
	text-align:center;
	color:#fff;
	padding:20px 10px;
	background-color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:0px;

	
}
.left{ width:45%;
text-align:left;
display:inline-block;
vertical-align:top;
margin-right:20px;
	font-weight:700;	


}
.right{ width:45%;
text-align:left;
display:inline-block;
vertical-align:top;
	font-weight:400;
	color:#919689;
		
}
.about{ width:49%;
text-align:left;
display:inline-block;
vertical-align:top;
margin-right:36px;
	font-weight:700;
	font-size:22px;
	padding:20px 20px 20px 0px;


}
.services{ width:45%;
text-align:left;
display:inline-block;
vertical-align:top;
	font-weight:400;
	color:#919689;
	padding:24px 0;
		
}
.details{
	display:inline-block;
	max-width:1000px;
	
}

.featured img { padding:20px 24px 20px 24px;
	
}
.featuredflush img { padding:0px;
	
}
.featured video { padding:20px 40px 20px 40px ;
	
}
.video{ width:100% !important; height: auto !important; max-width:1000px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.details img { width:50%; float:left; padding: 24px;
	
}
.more{ color:#FFFFFF; font-size:18px; font-family: 'Montserrat', sans-serif; padding:10px;
    vertical-align: middle;

}
.split{
	max-width:1000px;  padding: 20px 40px; margin: auto;
}

.contact{ background-color: #252525;
	margin-top: -20px;
	max-width:1000px;
	margin:auto ;
	text-align:center;
	color:#fff;
	padding:20px 10px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:0px;

}
.contactsocial{ width:60%;
text-align:center;
display:inline-block;
vertical-align:top;
margin-right:20px;
	font-weight:100;
	font-size:40px;
	padding:6px 0;
	color:#5d5d5d;
	line-height: 40px;


}
.services{ width:45%;
text-align:left;
display:inline-block;
vertical-align:top;
	font-weight:400;
	color:#919689;
	padding:24px 0;
		
}


.submit-button{
	background-color:#5d5d5d;
	color:#fff;
	width:100%;
	
}
.submit input {
color: #000;
background: #16c1f3;
border: 0px outset #57471c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
margin-top:0px;
width:100%;
}
input {
color: #000;
background: #fff;
border: 0px solid #fff;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:8px;
margin-bottom:8px;
width:100%;
}
textarea {
color: #000;
background: #fff;
border: 0px solid #fff;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:6px;
margin-bottom:8px;
width:100%;
}

.honey { display:none;}

.address a{font-size: 20px; color:#fff; line-height: 20px;padding-top: 6px;
}
.social{width: 70px; margin-right: 10px; margin-top: 20px;
	
}
.copyright{padding: 2px; font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:14px;
color:#5d5d5d;
}

.back a{position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	padding: 6px 20px;
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:14px;
	color:#919689;
	box-shadow: 0px 0px 2px #999;
}




@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .wrapper {
    width: 100%;
    padding: 0;
  }

  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
 
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 100%;
    padding: 0px;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
    #mobilelogo{
	display:block
}
#desktoplogo{
	display:none;
}

}
@media only screen and (max-width: 768px)  {
	  #mobilelogo{
	display:block
}
#desktoplogo{
	display:none;
}
.left{ width:90%; padding-bottom:20px;
}
.right{ width:90%; margin-left: -22px;
}

.about{ width:90%; padding-bottom:20px; margin-right:20px;
}
.services{ width:90%; margin-left: -22px;
}
	.contactsocial{ width:75%; padding-bottom:20px;
}
	
.social{width: 19%; margin-right: 10px; margin-top: 20px;
	}
.masonry .brick .link {
    opacity: 1;
    right: 0px;
    color: #ffffff;
	height:56px;
display:block;
}
.masonry .brick .titlelink {
    opacity: 1;
    position: absolute;
	text-align:center;
   bottom: 10%;
font-size:16px;
line-height:22px;
padding:0;   
}

.masonry .brick .titlelinkshort {
    opacity: 1;
   bottom: 10%;
font-size:16px; 
line-height:22px;
padding:0;  
  
}
.category{ 
font-size:16px;
}
.logo{ max-width: 125px;  padding: 16px 10px;
}
.tag{ display: none; max-width: 600px;  padding: 16px 10px;
}
header{ height:148px;
}
.featured img { padding:2% 4% ;
	
}
.featuredflush img { padding:0px;
	
}
.featured video { padding:2% 4%  ;
	
}
.details img { padding:2% 4%;
	
}
.more{
}
.split{ padding:2% 4% ;
}
	}