/*@import url('../fonts/texgyretermes_regular_macroman/stylesheet.css');
@import url('../fonts/texgyretermes_bold_macroman/stylesheet.css');*/

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
	font-family: 'texgyretermesregular', times, serif;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Header
--------------------------------------------- */
​.brand-heading {
	width: 600px;
	height: 83px;
	overflow: hidden;
	text-indent: -9000px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
	color: #01558B;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.phoneLink {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: none;
	color: #2900FC;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
	z-index: 900;
}

.navbar-brand {
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	text-shadow: 1px 1px 1px #000000;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
	position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: url(../img/slider/slide_01.jpg) no-repeat bottom center scroll;*/
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	overflow: hidden;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 40px;
}

#logo {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 825px;
    -webkit-animation: fadeInDrop 2s;
   	-moz-animation: fadeInDrop 2s;
   	-ms-animation: fadeInDrop 2s;   	
	-o-animation: fadeInDrop 2s;
  	animation: fadeInDrop 2s;
}
@keyframes fadeInDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes fadeInDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-webkit-keyframes fadeInDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-ms-keyframes fadeInDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-o-keyframes fadeInDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

.intro-text {
	text-transform: none;
	color: #fff;
    font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
}
.intro-text,
.page-scroll {
	-webkit-animation: fadein 5s;
   	-moz-animation: fadein 5s;
   	-ms-animation: fadein 5s;   	
	-o-animation: fadein 5s;
  	animation: fadein 5s;
}
.page-scroll {
	text-align: center;
}
@keyframes fadein {
    0% { opacity: 0; }
	25% { opacity: 0; }
    100%   { opacity: 1; }
}
@-moz-keyframes fadein {
    0% { opacity: 0; }
	25% { opacity: 0; }
    100%   { opacity: 1; }
}
@-webkit-keyframes fadein {
    0% { opacity: 0; }
	25% { opacity: 0; }
    100%   { opacity: 1; }
}
@-ms-keyframes fadein {
    0% { opacity: 0; }
	25% { opacity: 0; }
    100%   { opacity: 1; }
}​
@-o-keyframes fadein {
    0% { opacity: 0; }
	25% { opacity: 0; }
    100%   { opacity: 1; }
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
}

#introGrad {
	position: relative;
	top: -10px;
	width: 100%;
	height: 10px;
	z-index: 25;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.btn-circle {
    width: 75px;
    height: 75px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 3px solid #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
	text-algin: center;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	behavior: url(../PIE/PIE.php);
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.grey {
    border: 3px solid #999;
    color: #999;
}

.btn-circle.grey:hover,
.btn-circle.grey:focus {
    color: #999;
    background: rgba(204,204,204,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}


/* About Section 
------------------------------------------- */
#about {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}
.aboutimage {
	position: relative;
	width: 90%;
	max-width: 310px;
	float: right;
	margin: 0 0 10px 10px;
	z-index: 100;
	overflow: visible;
}
.aboutimage img {
	position: relative;
	margin: 0 0 3px 0;
	width: 100%;
	max-width: 310px;
}
.aboutimage .photocredit {
	position: relative;
	margin: 0;
	text-align: right;
	height: 12px;
	width: 90%;
	max-width: 305px;
	font-size: 9px;
	color: #999999;
}

/* Portfolio Section 
------------------------------------------------------------- */
#portfolio {
	position: relative;
	padding-top: 50px;
}
#portfolio h2 {
	text-shadow: 1px 1px 1px #000000;
}
.portfolio-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/bg_port_pine.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.portlink_pic {
	display: block;
	margin: 0 auto 20px auto;
}
.portlink_pic .portLink {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 550px;
	overflow: hidden;
}
.portlink_pic img {
	width: 100%;
}
.portLink:hover {
	cursor: pointer;
}
.portLink:hover img {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
}
.portLink .portlink_desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 13% 0 0 0;
	font-size: 50px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-webkit-transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.portlink_desc:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
	cursor: pointer;
}
#portGradtop {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 25px;
	z-index: 25;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#portGradbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	z-index: 25;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#portfolioSlides {
}
.carousel {
	height:100%;
}
.item,
.active,
.carousel-inner {
	height:100%;
}

.imageGallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.imageGallery li {
	position: relative;
	display: block;
	float: left;
	/*width: 19%;*/
	/*height: 165px;*/
	margin: 0;
	padding: 0;
}
.imageGallery li img.portPic {
	position: relative;
	/*max-width: 90%;*/
	max-height: 200px;
	margin: 10px;
}

/* Portfolio Navigation */
.portNav {
	background: url(../img/wood040.jpg) repeat;
	background: url(../img/wood039.jpg) repeat;
	text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	-webkit-box-shadow: inset 0 5px 15px 0 rgba(38,15,2,0.25), inset 0 -5px 15px 0 rgba(38,15,2,0.5);
	-moz-box-shadow: inset 0 5px 15px 0 rgba(38,15,2,0.25), inset 0 -5px 15px 0 rgba(38,15,2,0.5);
	box-shadow: inset 0 5px 15px 0 rgba(38,15,2,0.25), inset 0 -5px 15px 0 rgba(38,15,2,0.5);
	height: auto;
}
.portNav .navbar-brand {
	position: relative;
	float: left;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
}
.portNav .navbar {
	margin: 0;
	padding: 0;
	height: auto;
}
.portNav .navbar .nav.navbar-nav {
	margin: 0;
	padding: 0;
	height: auto;
}
.portNav .navbar li {
	/*display: table-cell;
	float: none;
    width: 20%;  /* (100 / numItems)% */
	background: transparrent;
	/*float: left;*/
	margin: 0;
	padding: 0;
	height: auto;
}
.portNav .navbar a { 
	display: block;
	float: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	margin: 0;
	width: 100%;
	height: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	/*line-height: 0.75em;*/
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.portNav .navbar a:hover,
.portNav .navbar a:focus {
	color: #fff;
    outline: 0;
    background-color: rgba(255,255,255,.2);
}


#areas {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Contact Section 
-------------------------------------------------------------- */
#contact {
	padding-bottom: 50px;
}

/* Footer
-------------------------------------------------------------- */
footer {
	background: #666;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 20px 0 200px 0;
	min-height: 600px;
	color: #ccc;
	-webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.25);
	box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.25);
}
footer a {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ccc;
}
#socialize {
	display: block;
	margin: 10px auto;
	max-width: 225px;
}
#socialize div {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

/* Images
-------------------------------------------------------------- */
img.imgShadow {
	-webkit-box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
	box-shadow:  -1px 1px 5px 1px #dadada;
    box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
}
a.polaroid img,
img.polaroid {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
	font-size: 75px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
	.portNav .navbar {
		padding-top: 35px;
		margin-bottom: 10px;
	}
	.portNav .port-navbar,
	.portNav .port-navbar li,
	.portNav .port-navbar li a {
		background: none;
	}
	.portNav .navbar-brand {
		position: relative;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		text-shadow: 1px 1px 1px #000000;
	}
	.portNav .navbar,
	.portNav .navbar li,
	.portNav .navbar li a {
		background: none;
	}
	.portNav .navbar a { 
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.page-scroll {
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-ms-animation: none !important;   	
		-o-animation: none !important;
		animation: none !important;
	}
	#about {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 650px) {
	.intro {
		background: url(../img/slider/slide_01.jpg) no-repeat bottom center scroll;
	}
	.cb-slideshow {
		background: url(../img/slider/slide_01.jpg) no-repeat bottom center scroll;
	}
	.cb-slideshow li {
		display: none;
	}
	.imageGallery li {
		width: auto;
	}
	.imageGallery li img.portPic {
		height: 150px;
	}
	.aboutimage {
		float: none;
		margin: 0 auto 10px auto;
	}
}

@media screen and (max-width: 480px) {
	.imageGallery li img.portPic {
		height: 100px;
	}
}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 240px) {
	.imageGallery li {
	}
}