article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

header.topbar {
        width: 1024px !important;
    }
    
body.fullscreen header {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

@font-face {
font-family: SlimJoe;
src: url("SlimJoe.otf") format("opentype");
}

@font-face {
font-family: Raleway;
src: url("Raleway-Regular.ttf") format("opentype");
}

.global-nav {
    background: rgba(254, 254, 254, 0.98);
/* 	background:  #f3f8f8; */
    border-bottom: 1px solid #dfecec;
    height: 50px;
    position: relative;
}
.global-nav nav {
    position: relative;
    width: 540px !important;
    margin: 0 auto;
    padding: 0 10px;
}
.global-nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-nav nav li {
    float: left;
    display: block;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-width: 0 1px 0 1px;
    text-align: center;
    position: relative;
}
.global-nav nav li:hover {
    background: #fff;
    border-left-color: #e0eded;
    border-right-color: #e0eded;
    padding-bottom: 5px;
}
.global-nav nav li.active {
    background: #fff;
    padding-bottom: 5px;
}
.global-nav nav li.active a:after {
    top: 0;
    width: 4px;
    width: 102%;
    content: '';
    left: -1%;
    display: block;
    position: absolute;
    border-top: 4px solid #90abb0;
}
.global-nav nav li a {
    text-decoration: none;
    display: block;
    padding: 8px 5px;
    color: #787878;
/*     color: black; */
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
}
.global-nav .btn-search {
    display: block;
    position: absolute;
    right: -40px;
    top: 15px;
    text-indent: -9999px;
    overflow: hidden;
    height: 20px;
    width: 30px;
}

.section{
	background: #f3f8f8;
/* 	background: rgba(254, 254, 254, 0.98); */
}
.column {
/* 	margin: 15px 15px 0; */
/* 	margin-left: auto; */
/*     margin-right: auto; */
	width: 1080px;
/*     border-right: 1px solid #fff; */
    display: table-cell;
	padding: 0;
}
.column:last-child {
/* 	padding-bottom: 60px; */
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
/* 	margin-left: auto; */
/*     margin-right: auto; */
	position: relative;
	float: left;
	width: 330px;
	height: 220px;
/* 	margin: 0 0 0 25px; */
	padding: 0;
}

.image-hover span {
    display: block;
    width: 100%;
}

.center {
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
}
.name {
	font-size: 20px;
}
.subtitle {
    font-size: 14px;
}
.column div:first-child {
/* 	margin-left: 0; */
}
.column div span {
	display: block;
    width: 100%;
}

.display-block {
    margin: 0 auto;
    width: 1030px;
}

.image:hover .title,  .image:focus .title {
    opacity: 1;
    filter: alpha(opacity=100);
}
.image img {
    display: block;
    z-index: 1;
}
.image .title {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    top: 0;
    left: 0;
    width: 330px;
    height: 220px;
    text-decoration: none;
    color: #666666;
}

.image-cell {
	float: left;
    height: 220px;
    overflow: hidden;
    margin: 10px 10px 0 0;
}

.category-block {
    width: 970px;
    padding: 0 40px 0 0;
/*     margin: 0 auto; */
    height: 40px;
    line-height: 42px;
    background: #ffffff  repeat-x;
    font-weight: 400;
    text-align: right;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.category-name {
    background: none;
    border-bottom: none;
    color: #8f9c9e;
    font-size: 16px;
    margin: 0;
    padding: 0 !important;
    text-decoration: none;
}

.category-name a {
    color: #8f9c9e;
    text-decoration: none;
}
.category-name a:hover {
    color: #000;
    text-decoration: none;
}

.album-content{
	margin: 0 auto;
    width: 980px;	
    max-width: 980px;
}
.album-content .grid-item{
	width: 305px;
	margin-bottom: 30px;
}
.album-content .grid-item img {
    width: 305px;
    border: 1px solid rgba(63, 63, 62, 0.4);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.album-content .grid-item img:hover {
    -webkit-box-shadow: 1px 0px 0px 11px #ffffff, 1px 0px 0px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0px 0px 11px #ffffff, 1px 0px 0px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 0px 11px #ffffff, 1px 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.album-content .album-story {
    width: 640px;
    background: #fff;
    border: 8px solid #e7f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    float: left;
}
.album-content .album-story .album-story-content {
    border: 1px solid #e5e5e5;
/*     padding: 50px 0; */
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.album-content .album-story .album-story-content img{
	 width: 640px;
}
/* .album-content .album-story .title-post { */
/*     font-size: 32px; */
/*     line-height: auto; */
/*     color: #728080; */
/*     margin: 0 0 10px 0; */
/*     position: relative; */
/* } */
/* .album-content .album-story .category-title { */
/*     display: block; */
/*     color: #808080; */
/*     font-family: "PT Serif", Serif, Georgia, Arial; */
/*     font-size: 16px; */
/*     margin: 0 0 20px 0; */
/*     font-weight: 300; */
/*     line-height: 24px; */
/*     font-style: italic; */
/* } */

footer {
    height: 180px;
    padding-top: 30px;
/*     background: #f3f8f8 repeat 0 0; */
    background: rgba(254, 254, 254, 0.98) repeat 0 0;
    color: #333;
    border-top: 1px solid #e1eeee;
    position: relative;
    width: 100%;
}
footer .footer-content {
    height: 100%;
    min-height: 100%;
    height: auto !important;
    width: 1011px;
    margin: 0 auto;
    position: relative;
}
footer h4 {
    font-size: 16px;
    line-height: 26px;
    color: #65777a;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: "PT Serif", Serif, Georgia, Arial;
    text-transform: capitalize;
}
footer p {
    margin: 0;
    line-height: 22px;
}
footer .get-in-touch {
    width: 300px;
    float: left;
    margin: 0 0 0 50px;
    font-size: 14px;
    color: #333;
    font-family: "Raleway",Helvetica,Arial;
}
footer .get-in-touch a {
    text-decoration: none;
    color: #333;
}
footer .get-in-touch a hover {
    color: #65777a;
}
footer .logo-bottom {
    width: 330px;
    float: left;
}
footer .social {
    width: 330px;
    float: left;
    margin: 0 60px;
}
footer .social .bs {
    margin: 30px 0 0 32px;
}
footer .social .socmed a {
    text-indent: -10000em;
    overflow: hidden;
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(144, 171, 176, 0.3);
    -moz-box-shadow: 0 0 10px rgba(144, 171, 176, 0.3);
    box-shadow: 0 0 10px rgba(144, 171, 176, 0.3);
    border: 1px solid #d8e0e0;
    background: #f8fbfb;
    cursor: pointer;
}
footer .social .socmed a:hover {
    -webkit-box-shadow: 0px 0px 0px 5px #d7e6e8;
    -moz-box-shadow: 0px 0px 0px 5px #d7e6e8;
    box-shadow: 0px 0px 0px 5px #d7e6e8;
}
footer .social .socmed a:active {
    -webkit-box-shadow: 0px 0px 0px 3px #d7e6e8;
    -moz-box-shadow: 0px 0px 0px 3px #d7e6e8;
    box-shadow: 0px 0px 0px 3px #d7e6e8;
}
footer .social .socmed a:last-child {
    margin-right: 0;
}
footer .social .btn {
    height: 48px;
    width: 48px;
    display: block;
}
footer .social .btn.fb {
    background-position: 18px 15px;
}
footer .social .btn.tw {
    background-position: -52px 15px;
}
footer .social .btn.vimeo {
    background-position: -122px 14px;
    margin-right: 0;
}
footer .social .btn.vimeo {
    background-position: -120px 14px;
    margin-right: 0;
}
footer .social .btn.ig {
    background-position: -189px 14px;
    margin-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#nav-toggle {
	display:none;
}

@media (max-width:1020px){
	
.display-block{
	width:666px;
	margin:auto;
	padding-left:10px;
	box-sizing:border-box;
}

.column div{
	float:left;
	width:318px;
}

.image img{
	width: 100%;
}

.category-block{
	width:100%;
	    box-sizing: border-box;
}
	
footer .get-in-touch{
	width:33%;
	margin-left: 1%;
    text-align: center;
}

footer .logo-bottom{
	width:33%;
		
}
.footer-column.column3 {
    float: left;
    width: 33%;
}

footer .footer-content{
	width:100%;
}



}

@media (max-width:810px){

.width800{
	width:100% !important;
}
	
.album-list {
    width: 100%;
	padding: 0 5px;
	box-sizing:border-box;
	margin-bottom: -20px;

}

.album-list img {
    width: 100% !important;
}
	
}

@media (max-width:667px){
	
.display-block{
	width:330px;
	margin:auto;
	padding-left:0;
	
}

.column div{
	float:none;
	width:100%;
	margin:10px 0 0 0;
}



}

@media (max-width:550px){
	
#top-bar img{
	height:56px !important;
	padding-top:10px !important;
	box-sizing: border-box;
}

div#slider1_container {
    margin-top: 10px !important;
}


	
.global-nav{
	height:auto;
	 padding: 20px 0;

}	
	
.global-nav nav{
	width:100% !important;
	padding:0 0;
	
}

.global-nav nav li{
	width:100%;
	float:none;
	padding: 4px 0;
	    background: #f3f8f8;
    border-top: 1px solid #ddd;
}

.global-nav nav li a{
	color:#333;
}
	
footer {
	height:auto;
}

footer .footer-content{
	width:100%;
	text-align: center;
	float:none;

}

div#block-block-21 {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}

footer .get-in-touch{
	width:100%;
	float:none;
	margin:0 auto;
	border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

footer .get-in-touch h4{
	margin-right:0;
}

footer .logo-bottom{
	    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	float:none;
	    width: 100%;
}

.footer-column.column3 {
    margin-top: 20px;
    text-align: center;
	border-bottom: 1px dotted #ddd;
	float:none;
	width:100%;
}

.footer-column.column3 .content div{
	margin-top: 20px;
    text-align: center;
	    padding-left: 15px;
    box-sizing: border-box;
}

footer h4{
	margin-right: 10px;
}
.footer-column.column3 .content div img{
	
	float:none !important;
}

div#copy-right :nth-child(1) {
    float: none !important;
}

div#copy-right :nth-child(2){
	padding-left:40px;
}

div#copy-right {
    padding-top: 10px; 
}

div#copy-right div {
    padding-top: 5px;
}

.album-content .grid-item img{
	    width: 100%;
}
.grid-item {
    position: static !important;
}

.album-content .grid-item {
    padding: 0 5px;
    box-sizing: border-box;
	width:100%;
	margin-bottom: 15px;
}

.album-content .album-story .album-story-content img{
	width:100%;
}

.album-content{
	width:100%;
	height:auto !important;
}

#nav-toggle {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 92%;
    height: 40px;
    padding: 2px 4%;
	background:#f3f8f8;
}
#nav-toggle img{
	margin-top:10px;
}

#access {
    display: none;
    margin-top: 0;
}


}

@media (max-width:330px){
	
.display-block{
	width:100%;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.column div{
	float:none;
	width:100%;
	margin:10px 0 0 0;
	height:210px;
}

.image img{
	width: 100%;
	height:210px;
}
	
}