html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

/* @group General Styles */

body {
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Just Vector';
    src: url('font/justvectorv2-webfont.eot');
    src: url('font/justvectorv2-webfont.eot?#iefix') format('eot'),
         url('font/justvectorv2-webfont.woff') format('woff'),
         url('font/justvectorv2-webfont.ttf') format('truetype'),
         url('font/justvectorv2-webfont.svg#webfontkw9J4lGf') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Social Icons */

#socialIcons {
    font-size: 1.8em;
    font-style: normal;
    width: 100%;
    text-align: center;
    padding-top: 8px;

    
    
}

#socialIcons a {
    padding: 15px;
    text-decoration: none;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
		
	
}

#socialIcons: before {
 	    content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
        
         border-width: 0 10px 10px 0;
        border-right-color: #000000;
        left: 10;

}

#socialIcons: after {
	  content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
        
         border-width: 0 0 10px 10px;
        border-left-color: #000000;
        right: 10;
}


#socialIcons a:hover {

	visibility: visible;
	
	opacity: .8;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}

span.social {
	display: inline;
	  font-family: 'just vector';
	
}

header span.social {
	display: inline-block;
    font-family: 'just vector';
    font-size: 25px;
    font-style: normal;
    height: 26px;
    line-height: 30px;
}

header span.social a {
	color: gray;
}

.ie9 aside span.social {
    font-size: 0.95em;
}
.ie7 aside span.social {
    display: inline;
    float: none;
}

/* end Social Icons */



/* @group Layout */

#container {

}

.clearer {
	clear: both;
}

#pageHeader {
	width: auto;
	margin: 0 auto;
}

#pageHeader img {
	background-position: center center;
    clear: both;
    float: none;
    margin: 0 43%;
    text-align: center;
}

#pageHeader h1 {
	font-size: 3.5em;
	text-align: center;
}

#pageHeader h2 {
	text-align: center;
	font-size: .8em;
	letter-spacing: 1px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 5px;
	width: auto;
}

#banner {
	background: #eeeeee;
	width: auto;
	
}

 
#featureImg {
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: auto;
	background-color: grey;
}


#flexslider {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#extraContainer1 {
	width: 100%;
	height: auto;
	

}


#main {
	height: auto;
	width: auto;
}


#contentContainer {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

#contentContainer #content {
}

#content {
	width: 100%;
	
}

#sidebarContainer {
	width: 100%;
	height: auto;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}

.sideHeader {
	border-top: 1px solid black;
}

#extraContainer2 {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #333333;
	height: auto;
}

#footer { 
	width: auto;
	height: auto;
	
}

#footer p {
	width: auto;
	margin: 0 auto;
	text-align: center;
	font-size: .6em;
	letter-spacing: .5px;
	padding-bottom: 7px;


}


#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	width: 100%;
	margin: 0 auto;
	letter-spacing: .7px;
	text-align: center;
	border-top: 1px solid white;
	padding-top: 6px;
	
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
	text-decoration: none;
	
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

/* Toolbar Styles */

#navcontainer {
	display: none;
}

[role='main'] {
	margin: 5% auto;
}
[role='navigation'] {
	margin: 0 auto;
	width: auto;
	background-color: #333;
	font-family: arial;
}
.js [role='navigation'] {
	display: none;	
}
.menu-button {
	display: block;
	padding: 1em;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 93% 18px;
}

.menu-button: after {
	background: red;	
}
[role='navigation']:after { /* clearfix */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

[role='navigation'] li {
	position: relative;
	list-style: none;
	display: block;	
	background-color: #333;	
	width: 100%;		
}

[role='navigation'] li.item-with-ul {	
	background-color: #222;			
}

[role='navigation'] li a {
	
	display: block;
	border-bottom: 1px solid #111;	
	text-decoration: none;	
	font-size: 1.1em;	
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
}

[role='navigation'] li a: hover {
	  text-shadow: none;  
    -webkit-transition: 500ms linear 0s;  
    -moz-transition: 500ms linear 0s;  
    -o-transition: 500ms linear 0s;  
    transition: 500ms linear 0s;  
    outline: 0 none;  

}

[role='navigation'] li a.link-with-ul {
	border-right: 1px solid #222;		
}

[role='navigation'] .top-level a {
	position: relative;
	display: block;
	background-color: #333;
	padding: 1em;
	z-index: 2;
}
[role='navigation'] li ul {
	width: 100%;			
}
[role='navigation'] li ul li {
	float: none;
	width: 100%;			
}

[role='navigation'] li ul li a {
	display: block;
	background-color: #333;
	text-decoration: none;
	font-size: 1em;
	padding-left: 25px;
	font-style: italic;
			
}



[role='navigation'] li ul {
	position: relative;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;	 				
}

[role='navigation'] .item-with-ul {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 93% 18px;	
}

.sub-menu {
	display: none;
}
.site-footer {
	margin: 1em 0;
	overflow: hidden;
}
.site-footer li {
	list-style: none;
	margin: 0;
	display: block;
	float: left;
}
.site-footer li a {
	padding: .5em .5em .5em 0;
}


/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */

.imageStyle {
	max-width: 100%;
	height: auto;
}

embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.blog-entry {
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
    margin-left: 4px;
    line-height: 18px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    background: white;
    
}
.blog-entry-title {
    float: left;
    font-size: 1em;
}

.blog-permalink {
	
	
}
.blog-entry-title a {
    line-height: 1.5em;
    font-size: 1em;
    
}
.blog-entry-title, .blog-archive-month {
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 8px;
    margin-top: 10px;
    width: 100%;

}
.blog-entry-title, .blog-archive-month {
    margin-right: 100px;
    padding: 7px 0 0;
}
.blog-entry-title a {
    text-decoration: none;
}
.blog-entry-title a:hover {
    text-decoration: underline;
}
.blog-entry-date {   
    float: left;
    font-size: 1em;
    background-color: #e8e8e8;
    width: 100%;
    margin-bottom: 5px;
}
.blog-entry-body {
    clear: both;
    background: white;
}
.blog-entry-comments {
    margin-top: 7px;
}
p.blog-entry-tags {
    font-size: 10px;
    margin-top: 7px;
}
#blog-archives, #blog-categories, #blog-rss-feeds {
    margin-top: 12px;
   
    
}
#blog-categories:before {
    content: "Categories:";
    display: block;
    font-size: 1.5em;
    margin-bottom: 5px;
    padding: 6px 0px 6px 0px;
    margin-left: 10px;
    margin-right: 10px;
      background-color: #e8e8e8;
	margin-top: -20px;
}

.blog-category-link-enabled {
	line-height: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

#blog-archives:before {
    content: "Archives:";
    display: block;
 font-size: 1.5em;
    margin-bottom: 5px;
    padding: 6px 0px 6px 0px;
     margin-left: 10px;
    margin-right: 10px;
      background-color: #e8e8e8;
}
#blog-archives br {
    display: none;
    
}
.blog-archive-link-enabled:after {
    content: ", ";
    
}
.blog-archive-link-enabled {
    margin-right: 5px;

 	margin-left: 10px;
	margin-right: 10px;
}
.blog-archive-link-disabled:after {
    content: ", ";
}
.blog-archive-link-disabled {
    display: inline;
    margin-right: 5px;
    
}
.blog-archive-headings-wrapper {
    margin-bottom: 24px;
}
ul.blog-tag-cloud {
    display: block;
    margin: 0 0 18px;
    padding: 18px 0 0;
    text-align: justify;
}
ul.blog-tag-cloud:before {
    content: "Tag cloud:";
    display: block;
     font-size: 1.3em;
    margin-bottom: 5px;
}
ul.blog-tag-cloud li {
    display: inline;
    padding-right: 5px;
}
ul.blog-tag-cloud li a:after {
    content: ", ";
}
.blog-tag-size-1 {
    font-size: 0.8em;
}
.blog-tag-size-2 {
    font-size: 0.85em;
}
.blog-tag-size-3 {
    font-size: 0.9em;
}
.blog-tag-size-4 {
    font-size: 0.95em;
}
.blog-tag-size-5 {
    font-size: 1em;
}
.blog-tag-size-6 {
    font-size: 1.05em;
}
.blog-tag-size-7 {
    font-size: 1.1em;
}
.blog-tag-size-8 {
    font-size: 1.15em;
}
.blog-tag-size-9 {
    font-size: 1.2em;
}
.blog-tag-size-10 {
    font-size: 1.25em;
}
.blog-tag-size-11 {
    font-size: 1.3em;
}
.blog-tag-size-12 {
    font-size: 1.35em;
}
.blog-tag-size-13 {
    font-size: 1.4em;
}
.blog-tag-size-14 {
    font-size: 1.45em;
}
.blog-tag-size-15 {
    font-size: 1.5em;
}
.blog-tag-size-16 {
    font-size: 1.55em;
}
.blog-tag-size-17 {
    font-size: 1.6em;
}
.blog-tag-size-18 {
    font-size: 1.65em;
}
.blog-tag-size-19 {
    font-size: 1.7em;
}
.blog-tag-size-20 {
    font-size: 1.75em;
}
#blog-rss-feeds {
    padding-bottom: 10px;
}
#blog-rss-feeds:before {
    content: "Feeds:";
    display: block;
      font-size: 1.5em;
    margin-bottom: 5px;
    padding: 6px 0px 6px 0px;
     margin-left: 10px;
    margin-right: 10px;
    background-color: #e8e8e8;
}
.blog-rss-link {
      background-image: url(images/rss_feed1.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
}
.blog-comments-rss-link {
  background-image: url(images/rss_feed1.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
    
   
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	line-height: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 50px;
	margin-bottom: 30px;
	
}

.filesharing-item {
	margin-left: 20px;
	padding-bottom: 20px;



}

.filesharing-item-title a:link {
	margin-bottom: 30px;
	font-size: 1.4em;
}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	margin-left: 10px;
	margin-right: 10px;

}
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	width: auto;
	height: auto;
	font-size: 1.5em;
	text-align: center;

}

.album-description {
	text-align: center;
	width: auto;
	height: auto;
	font-size: 1.5em;
}


.album-wrapper {
	width: auto;
	margin-left: 35px;

}

.thumbnail-wrap {
	float: left;
	display: inline-block;
	width: 100%;


}

.thumbnail-frame {
	
	
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
	
}

.thumbnail-frame a img:hover {
}

.thumbnail-caption {
	margin: 0;
	font-size: 1em;
	height: auto;
	text-align: center;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
    background-color: black;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.photo-background img {
    width: 100%;
}
.photo-background p {
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.photo-navigation {
    border-top: medium none;
    font-size: 1.5em;
    height: 111px;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    width: 96%;
}
.photo-links {
    font-size: 1em;
    top: 100px;
}
.photo-navigation a:link, .photo-navigation a:visited {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}
.photo-navigation a:hover {
    color: #878787;
    text-decoration: none;
}
.photo-frame {
    margin-top: 11px;
}
.photo-background p.photo-title {
    font-size: .9em;
    line-height: 26px;
    padding-bottom: 7px;
    text-align: center;
}
.photo-background p.photo-caption {
    font-family: Times New Roman,Times;
    font-size: 0.5em;
    font-style: italic;
    line-height: 16px;
    margin: 21px 0 0;
}
img.photo-frame {
    clear: both;
    height: auto;
    max-width: 100%;
    position: relative;
    top: 10px;
    width: 100%;
}



/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	width: 100%;
	text-align: center;

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	width: auto;
	 
	text-align: center;
	font-size: 1.8em;
	padding-right: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.movie-page-description {
	text-align: center;
 
	width: auto;
	padding-right: 35px;
	font-size: 1em;
}

.movie-page {
	width: 100%;
}
.movie-thumbnail-frame {
	padding: 0;
	width: 100%:
 
	
	
}

.movie-thumbnail-frame a img {
	width: 325px;
	height: 185px;
	padding-left: 12px;
	
	
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	text-align: center;
	padding-left: 17px;


}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
	margin-top: 21px;
	text-align: center;
	font-size: 1.4em;
	margin-left: 45px;
} 

.required-text {
	margin-left: 45px;
	padding-left: 45px;
} 

form label {
	margin-left: 45px;
}

.form-input-field {
	width: 100%;
	margin-left: 45px;
	
} 

.form-input-button {
	background-color: white;
	border: 1px solid #dfdfdf;
	margin-left: 45px;
} 

.form-input-button:hover{
	border: 1px solid #dfdfdf;
}
/* @end */