/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/* Custom Styles */
html, body {margin:0;padding:0;height:100%;}

h1,h2,h3,h4,h5,h6{font-weight: normal; line-height: normal;}
h1 {font-size: 38px;}
h2 {font-size: 34px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}

a{	text-decoration: none;	}
strong, b{font-weight: bolder; }
em, i{ font-style: italic;}
p{ padding: 10px 0;}
ul, ol {}
.clear{ clear:both; }
header { position:fixed; top:0; left:0; height:60px; width:100%; background:none; 
    /*box-shadow: 0px 0 25px 0px #aaa;*/ z-index:10; overflow:hidden; border:none; }


#wrapper { margin-top:60px; }


#mwrap, .mwrap {display:block; padding-top: 20px; cursor:pointer; position:absolute; left: 20px; width:auto;}
#lt, #lm, #lb, .lt, .lm, .lb {width: 35px;	height: 4px; margin-bottom: 3px; background-color: #000;}

.nwrapper { height:100%; z-index:10000; background-color:#fff;position: fixed;  left: 50%;  top: 0; overflow:auto;}

.nwrapper nav {position: relative;top: 20%;}
.nwrapper nav ul { margin: 0px 40px; }
.nwrapper nav ul li { text-align:center; display:none; list-style-type:none;   }
.nwrapper nav ul li ul li:first-child { }
.nwrapper nav li a { display: block; text-decoration: none; color:#333; padding:12px 0px; }
.nwrapper nav ul li > ul { display:none; }

.nwrapper {
    width: 0px;
    height: 100%;
   
    -webkit-transition: width .5s, height .5s, top .5s, left .5s;
    -moz-transition: width .5s, height .5s, top .5s, left .5s;
    -ms-transition: width .5s, height .5s, top .5s, left .5s;
    transition: width .5s, height .5s, top .5s, left .5s;
}
.nwrapper.hover {
   
    width: 30%;
    height: 100%;
    /* top: -50px; inital top- (intial top-height)/2) */
    left: 35%;  /*inital left- (intial left-width)/2) */
}

#container,[id^=extraContainer]:not(#extraContainer8):not(#extraContainer1) { overflow:hidden; }
section, aside {  padding-bottom: 32767px; margin-bottom: -32767px; }
aside img { max-width:100%; height:auto; }

footer { text-align:center; /*margin-top: 30px; padding-bottom:25px;*/ }
#footer {padding: 20px 15px 20px 15px;}
.overlay{ background: black; opacity: .5; position:fixed; top:0px; bottom:0px; left:0px; right:0px; z-index:5; }

#feature {position: relative; background:  url('./images/cbanner.jpg') no-repeat left top; margin-bottom:20px;}

#featureImg {width: 100%;height: auto;}
#logo img{max-width: 100%; height: auto; padding-top: 20px;}
#titlelogo { text-align:center; padding:20px;} 
#titlelogo a { text-decoration:none;  }
#titlelogo h1 { color:#999; margin-top:0px; margin-bottom:0px; }
#titlelogo h2 { font-size: 1em; position:relative; top:-7px; margin-bottom:10px; }
#feature.bghide{ background-image: none;	}
.hide { display:none!important; }
.show { display:block; }

[class*='close-'] { color: #777; font-family: Arial, Helvetica, sans-serif; font-size:24px; font-weight: bold; position: fixed; z-index:10000;
left: 15px; text-decoration: none; top: 15px; }

.close-thick:after { content: 'X'; }


section { height: 100%; }
section #padding, #extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7 { padding: 0px 50px; line-height: normal;   }

/*#padding h1 { padding-bottom:20px; }*/


#socialicons { text-align:center; position: absolute; right: 15px; width:auto;  }
#socialicons a { text-decoration:none;  color:#555;}
#socialicons ul { margin-top:10px; }
#socialicons ul li { display:inline; width:100%; }


#sideTitle { padding-top: 0px;margin-top: 0px; margin-bottom: 0px;padding-bottom: 20px;font-size: 30px;}

#contactimg { max-width:100%; margin-bottom: 50px; }


aside #sidecontent {  padding: 0px 50px; line-height: normal;}

a.social {font-family: 'SocialicoRegular';font-size: 50px;letter-spacing: 20px;line-height: normal;   }

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
	font-size: 40px;
	padding-left: 15px;
	/*letter-spacing: 20px;*/
	
}
@font-face {
    font-family: 'socialicoregular';
    src: url('fonts/socialico-webfont.eot');
    src: url('fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socialico-webfont.woff') format('woff'),
         url('fonts/socialico-webfont.ttf') format('truetype'),
         url('fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

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


@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

}

@font-face {
    font-family: 'theano_didotregular';
    src: url('fonts/theanodidot-regular-webfont.eot');
    src: url('fonts/theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theanodidot-regular-webfont.woff') format('woff'),
         url('fonts/theanodidot-regular-webfont.ttf') format('truetype'),
         url('fonts/theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}


@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('fonts/librebaskerville-regular-webfont.eot');
    src: url('fonts/librebaskerville-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/librebaskerville-regular-webfont.woff') format('woff'),
         url('fonts/librebaskerville-regular-webfont.ttf') format('truetype'),
         url('fonts/librebaskerville-regular-webfont.svg#libre_baskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}


@font-face {
    font-family: 'sansumiregular';
    src: url('fonts/Sansumi-Bold-webfont.eot');
    src: url('fonts/Sansumi-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansumi-Bold-webfont.woff') format('woff'),
         url('fonts/Sansumi-Bold-webfont.ttf') format('truetype'),
         url('fonts/Sansumi-Bold-webfont.svg#sansumiregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
	@font-face {
    font-family: 'bodonixtregular';
    src: url('fonts/BodoniXT-webfont.eot');
    src: url('fonts/BodoniXT-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BodoniXT-webfont.woff') format('woff'),
         url('fonts/BodoniXT-webfont.ttf') format('truetype'),
         url('fonts/BodoniXT-webfont.svg#bodonixtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.scrollup{width: 80px;height: 80px;position:fixed;bottom:50px;right: 10px; display: none; text-indent:-9999px; background: url('./images/up1.png') no-repeat; width: 70px;
right: 0; }

#themeOptions { position:fixed; }

/* Blog */

.blog-archive-background{}
.blog-entry-summary{}
.blog-archive-headings-wrapper{display: none;}
.blog-archive-entries-wrapper{}
.blog-archive-entries-wrapper .blog-entry{}
.blog-archive-month{}
.blog-archive-link{}
.blog-archive-link a:link,.blog-archive-link a:visited{}

.blog-entry{
	padding: 25px 50px 25px 50px;
	margin-bottom: 100px;
	}

.blog-entry:last-child{
	margin-bottom: 0;
	}

.blog-entry-body img {
	max-width: 100%;
	height: auto;
	}

.blog-entry-summary img {
	max-width: 100%;
	height: auto;
	}

.blog-entry-summary {
	padding-top: 25px;
	text-align: center;
	}

h1.blog-entry-title{
	padding-top: ;
	padding-bottom: 5px;
	text-align: center;
	font-size: 30px;
	}
	
h1.blog-entry-title a{
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}
	
h1.blog-entry-title a:hover{}
	
.blog-entry-date{
	font-size: 16px;
	text-align: center;
	}

.blog-entry-category{padding-left: 3px;}
.blog-entry-category a:link,.blog-entry-category a:visited{}
.blog-read-more{}

.blog-entry-body{
	overflow: hidden;
	padding-top: 25px;
	text-align: center;
	}

.blog-entry-comments{
	font-size:0.8em;
	text-align:right;
	}

p.blog-entry-tags{
	font-size:0.9em;
	margin: 25px 0 0 0; 
	padding-bottom: 0;
	text-align: center;
	}

#container .blog-read-more a {
	display: block;
}

.blog-read-more {
	display: block;
	padding: 10px;
	background-color: #333;
	width: 150px;
	text-align: center;
	margin: 30px auto;
	-webkit-transition: all 450ms;
	-moz-transition: all 450ms;
	-ms-transition: all 450ms;
	-o-transition: all 450ms;
	transition: all 450ms;
}

/* Blog Sidebar */

.plugin_sidebar{
display: inline-block;

}

#blog-categories{
	margin:1em 0 0;
	padding:1em 0 0;
	}
	
#blog-categories a{
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}
	
#blog-categories a:hover{}
	
#blog-categories:before{content:"Categories:";
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
	letter-spacing: 1px;
	/*margin-top: 10px;*/
	}

.blog-category-link-enabled{}
.blog-category-link-disabled{}

/* Archives */

#blog-archives{
	margin:1em 0 0;
	padding:1em 0 0;
	
	}

#blog-archives:before{content:"Archives:";
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
	letter-spacing: 1px; 
	}

#blog-archives br{display:none;}
.blog-archive-link-enabled:after{content:", ";}
.blog-archive-link-enabled{}
.blog-archive-link-disabled:after{content:", ";}
.blog-archive-link-disabled{display:inline;margin-right:5px;}

/*Tag Cloud */

ul.blog-tag-cloud{
	margin:1em 0 0;
	padding:1em 0 0;
	
	}
	
ul.blog-tag-cloud:before{content:"Tag cloud:";
	display:block;
	font-size:1.2em;
	letter-spacing: 1px;
	}
	
ul.blog-tag-cloud li{display:inline;margin:0 5px 0 0;padding:0;}
ul.blog-tag-cloud li a:after{content:",";}
ul.blog-tag-cloud li a{-webkit-transition: all 450ms; 
-moz-transition: all 450ms; 
-ms-transition: all 450ms; 
-o-transition: all 450ms; 
transition: all 450ms;}

ul.blog-tag-cloud li a:hover{}

.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;}

/* RSS feeds */

#blog-rss-feeds{
	margin:1em 0 0;
	padding:1em 0 0;
	}
	
#blog-rss-feeds:before{content:"Feeds:";
	display:block;
	font-size:1.2em;
	margin-bottom: .25em;
	letter-spacing: 1px; 
	}

.blog-rss-link{
	background: url('images/rss-icon.png') no-repeat;
	background-position: 0 0px;
	display: inline-block; padding-left: 23px;
	}
	
.blog-comments-rss-link{}

/* @end */

/* @group Contact Form */

#padding .message-text{
	padding-bottom: 20px;

	font-size: 22px;
	text-align: left;
	line-height: 32px;
	}

form div .message-text {
display: block;
}

form div {
padding-top: 5px;
padding-bottom: 50px;
}

#padding .message-text {
background: none;
}

form div #padding .message-text {display: none;}
form div label {font-size: 0.9em;letter-spacing: 1px;}

.form-input-field {width: 85%;margin-top: 10px;padding: 9px;outline: none;border: 1px solid #ccc;color: #777;} 

.form-input-button {padding: 7px 28px 7px 28px;margin: 10px 10px 0 0;font-size: 0.75em;border: 1px solid #ccc;cursor: pointer;-webkit-appearance: none;-webkit-transition: all 450ms; -moz-transition: all 450ms; -ms-transition: all 450ms; -o-transition: all 450ms; transition: all 450ms;background-color: #353535;color:#fff;} 
.form-input-button:hover {background-color: rgba(0, 0, 0, .60);}

/* @end */

.album-title { font-size: 34px; padding-bottom: 0px; line-height: 32px; padding-top: 30px; text-align:center; }

.album-description {margin: 0% 12% 0% 12%;text-align:center; margin-bottom:30px; }

.album-wrapper { text-align:center; padding-top: 25px;}

.thumbnail-wrap { margin: 25px; float:none;  display:inline-block;  vertical-align:top; text-align:center; width:auto!important; height:auto!important; }
.thumbnail-frame  {}
.thumbnail-wrap:first-child {}

.thumbnail-wrap:last-child {margin-bottom: 100px;}
.thumbnail-wrap:hover{}
.thumbnail-frame {position:relative;}
.thumbnail-frame a {}
.thumbnail-frame a:hover {}

/*.thumbnail-frame a img { -webkit-transition: all 450ms;  -moz-transition: all 450ms;  -ms-transition: all 450ms;  -o-transition: all 450ms;  transition: all 450ms;  }

.thumbnail-frame a:hover img{ opacity: 0.2;}*/

.thumbnail-frame a { display:block; background-color: #fff; }
.thumbnail-frame a img { display:block; }

.thumbnail-frame img:hover {}
.ie8 .thumbnail-frame img:hover{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 	}


.thumbnail-frame:hover .thumbnail-caption {opacity: 1; top: 66%; height:25%;
}
 
 
 .thumbnail-caption  {    
	top: 84%;

	height:auto;
	padding-top:6%;
	background-color: rgba(0, 0, 0, .40);
	position: absolute;
	display:block;
    color:#000!important;
    left:0;
    width:100%;
    opacity: 0;
    text-align:center;
    vertical-align: middle;
    z-index:2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 
/* @end */


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

.photo-background {text-align: center; margin: 0 auto;}
.photo-background p {text-align: center; margin: 0; color: #373737;	}
.photo-header navigation {margin: 20px auto 0 auto; padding: 20px; border-top: none; height: 111px; position: relative; font-size: 2.5em; text-align: center;  }
.photo-navigation{}
.photo-navigation:hover p.photo-links {opacity: 1;}
p.photo-links {position: relative;}
.photo-links { bottom: 0px; font-size: 1em; -webkit-transition: all 450ms;  -moz-transition: all 450ms;  -ms-transition: all 450ms;  -o-transition: all 450ms;  transition: all 450ms; }
.photo-header navigation a:link, .photo-header navigation a:visited { color: #fff; text-decoration: none; line-height: 18px; font-size: .5em; }
.photo-header navigation a:hover { text-decoration: none; color: #878787; } 
.photo-frame{ margin-top: 11px; }
.photo-background p.photo-title { line-height: 20px; font-size: 1.5em; padding-top: 40px; }
.photo-background p.photo-caption { font-size: .5em; line-height: 16px; font-family: arial; text-align: center; }
p.photo-caption { font-size: 18px!important;}
img.photo-frame { clear: both; height: auto; max-width: 100%; position: relative; padding-bottom: 40px; }

/* @end */


/* Extra Containers */
#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7, #extraContainer8 {
	font-size: 16px;
	line-height: normal;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#extraContainer8{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
	color:#777;
	padding: 20px 0px;
	font-size: 32px;
	}
	
.ie8 section #padding, ie8 aside, .ie8 #extraContainer2, .ie8 #extraContainer3, .ie8 #extraContainer4, .ie8 #extraContainer5, .ie8 #extraContainer6,, .ie8 #extraContainer7, .ie8 #extraContainer8  {
	background-image: none!important;
}

@media only screen and (max-width: 1024px) {	
section #padding, aside, #extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7, #extraContainer8 {
	background-attachment: scroll!important;
	}

.nwrapper.hover {width: 35%; left: 32.5%;}

body{
	-webkit-text-size-adjust: none;
	}
	
}

@media only screen and (max-width: 768px) {
    .nwrapper {}
    
    a.symbol:before {padding-left: 10px;}
    .thumbnail-wrap {margin: 25px;}
    .nwrapper.hover {
        width:45%;
        left: 27.5%;  /*inital left- (intial left-width)/2) */
    }
}



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


#titlelogo h1, #tsbanner h1 { font-size:50px!important; }
#titlelogo h2 {margin: 0!important;}
#lt, #lm, #lb,.lt, .lm, .lb {
	width: 30px!important;
	height: 4px!important;
	margin-bottom: 3px!important;
}


section #padding, #extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7 { padding: 0px 25px;   }

section #padding h1, #extraContainer2 h1, #extraContainer3 h1, #extraContainer4 h1, #extraContainer5 h1, #extraContainer6 h1, #extraContainer7 h1, #extraContainer8 h1 {
	font-size: 30px!important;
}

#feature {
	margin-bottom: 10px;
}
#extraContainer8 {
	font-size: 24px;
}

#headwrap, .headwrap { position:static; }

.thumbnail-wrap{
	margin-right: 12px;
	margin-left: 12px;
}

.blog-entry {
	padding-left: 25px;
	padding-right: 25px;
}


footer {
	padding-left: 0!important;}

#asidewrap {
	margin: 25px!important;
}

aside #sidecontent {
	padding: 0!important;
}

}

@media only screen and (max-width: 600px) {
.nwrapper.hover {
        width:75%!important;
        left: 12.5%!important;  
    }
.thumbnail-wrap{margin-left: 0; margin-right: 0;
}

@media only screen and (max-width: 320px) {
#titlelogo h1, #tsbanner h1 { font-size:40px!important; }
}



}