﻿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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q { quotes: none;}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-weight: 500;
	font-size: 16px;
	background-color: #2b2b2b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	line-height: 1.428571429;
  	
  	margin: 0;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-family: 'Ledger', serif;
	margin: 0 0 10px 0;
	font-weight: normal;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< 	HEADER	 >>>>>>>>>>>>>>>>>>>>>>>>>> */

.page-container {
	overflow: hidden;
	background-color: #fff;
	color: #0f0f0f;
}



.site-background {
	position:fixed;
	top: -4px; 
	bottom: 0;
	width: 100%;
	z-index: 0;
	left: 0;
	left: calc((100% - ) / 2);
}

.site-background::after {
	content: '';
	position: absolute;
	height: 100px;
	width: 100%;
	display: block;
	background-repeat: repeat-x;

}

.site-background::after {
	bottom: 0;
	background-image: url(images/fade-out.png);
}


.background-image {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.header, 
.content-background,
.content-section {
	position: relative;	
	z-index: 9;
}

.container {
	width: 100%;
}

.site-header {
	margin: 20px auto;
	width: 90%;
	max-width: 1280px;
	text-align: right;
	position: relative;
}

.hidden-title {
	text-indent: -9999px;
	position: absolute;
	top: -5000px;
}

.site-title {
	font-size: 2.5em;
	margin-bottom: 0px;
}


.logo-image {
	position:  absolute;
	top:  -70px;
	right:  0;
	width:  100px;
	height:  auto;
}

.menu-title {
	position: absolute;
	right: 25px;
	top: 0;
	margin: 0;
	line-height: 62px;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< 	MENU BAR	 >>>>>>>>>>>>>>>>>>>>>>>>>> */


.navigation {
	padding: 0;
	background: #ffffff;
}

.menu-toggle {
	padding: 25px;
	display: none;
	font-size: 18px;
} 

.nav-menu {
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.nav-menu li {
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
}

.nav-menu li a {
	padding: 25px;
	display: block;
	color: #000000;
	font-weight: 600;
	line-height: 0.8em;
	-webkit-transition: all 1.2s ease-in;
	   -moz-transition: all 1.2s ease-in;
		 -o-transition: all 1.2s ease-in;
			transition: all 1.2s ease-in;
}


.nav-menu li a:hover {
	background: #000000;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}



/*<<<<<<<<<<<<<<<<<<<<<<<<<< 	PAGE	 >>>>>>>>>>>>>>>>>>>>>>>>>> */


.content-background {
	margin-top: 980px;
}

.home-box {
	margin: 100px auto;
	max-width: 960px;
	width: 75%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	
}

.wht {
	background-image: url(images/wht65.png);
}

.quote {
	padding: 12px 20px;
	font-style: italic;
}

.quote span {
	display: block;
	text-align: right;
	font-weight: 600;
	padding: 12px 20px 0;
	font-style: normal;
}

.tag-wrap {
	margin: 100px auto;	
	text-align: center;
	width: 100%;
}

.tagline {
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;	
	padding: 40px 80px;
	max-width: 1440px;
	display: inline-block;
	font-size: 3.5em;
	font-family: 'Ledger', serif;
	color: #ffffff;
}

.below-content {
	margin-top: 60px;
	padding: 25px 0 10px;
}

.strapline {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
	font-size: 12px;
}

.social {
	text-align: right;
	float: right;
	width: 300px;
	margin: 4px 0;
}

.social-icon {
	display: block;
	width: 23px;
	line-height: 23px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	float: right;
	font-size: 14px;
	margin-left: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	  	 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;	
}

.nnm {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
	color: #000;
	padding: 24px 0 0;
	opacity: 0.3;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	  	 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;	
}

.nnm img {
	max-width: 50px;
	height: auto;
	vertical-align: top;
}

.admin-link {
	float: left;
	display: block;
	font-size: 18px;
	color: #151515;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	  	 -o-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;		
}

.below-content:hover .nnm {
	opacity: 1;
}

.title {
	font-size: 2em;
	padding: 20px 25px 15px;
	border-bottom: 1px solid #2B2B2B;
	margin-bottom: 0;
}


.txt-content {
	padding: 36px 25px 12px;
	background: #ffffff;
	opacity: 0.7;
	margin: 0;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
}

.txt-content p {
	margin-bottom: 24px;
}

.txt-content span {
	display: block;
	text-align: right;
	font-style: italic;
}

.about-social {
	text-align: center;
	padding-top: 12px;
}

.about-social .social-icon {
	float: none;
	display: inline-block;
	margin: 2px;
	font-size: 20px;
	width: 32px;
	line-height: 32px;	
}



/*<<<<<<<<<<<<<<<<<<<<<<<<<< 	PORTFOLIO	 >>>>>>>>>>>>>>>>>>>>>>>>>> */



.gallery {
 max-width: 1600px;
 width: 94%;
 margin: 100px auto 36px;
}

.gallery-wrap {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.image-frame { padding: 20px 10px 0; }	

.thumbnail {
	display: block;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #D9D9D9;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.thumbnail:hover {
	background: #fff;
}




.gbut {
	vertical-align: top;
	margin-top: 10px;
}


.gallery-item {
	padding: 0 10px!important;
}

.contact-wrap {
	padding: 36px 25px 12px;
	background: #ffffff;
	opacity: 0.9;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;	
}
.contact-form {
	margin: 20px auto 0;
	float: none;
}

.half {
	width: 50%;
	float: left;
}
.whole { clear: both; }
.rght { text-align: right;}

.inputs {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;	
	background: #0C0C0C;
	border: 1px solid #010101;
	padding: 10px;
	margin-bottom: 20px;
	color: #f5f5f5;
	width: 98%;

}

.inputs-txt {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0C0C0C;
	border: 1px solid #010101;
	padding: 10px;	
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
		color: #f5f5f5;
}

.contact-form input::-webkit-input-placeholder {
   font-style: italic;
}

.contact-form input:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

.contact-form input::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic; 
}

.contact-form input:-ms-input-placeholder {  
   font-style: italic;  
}
.contact-form textarea::-webkit-input-placeholder {
   font-style: italic;
}

.contact-form textarea:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic; 
}

.contact-form textarea:-ms-input-placeholder {  
   font-style: italic;  
}

.contact-form input[type="radio"] {
    -webkit-appearance: none;
	background-color: #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 32px;
	width: 33px;
	float: left;
	margin-right: 4px;
}


.contact-form input[type="radio"]:checked {
	background-color: #FFF613;
	background-size: 100%;
	background-repeat: no-repeat;
	outline: none;

}
.contact-form .captcha-0 { background-image: url(icons/icon_1.png); }
.contact-form .captcha-1 { background-image: url(icons/icon_2.png); }
.contact-form .captcha-2 { background-image: url(icons/icon_3.png); }
.contact-form .captcha-3 { background-image: url(icons/icon_4.png); }
.contact-form .captcha-4 { background-image: url(icons/icon_5.png); }
.contact-form .captcha-5 { background-image: url(icons/icon_6.png); }
.contact-form .captcha-6 { background-image: url(icons/icon_7.png); }
.contact-form .captcha-7 { background-image: url(icons/icon_8.png); }

.contact-form label {
	
	margin: 20px 0 0 10px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}





.lb-prev {
  left: 0;
  float: left;
}

.lb-prev:hover {
	background: url(js/img/prev.png) left 48% no-repeat,url(images/blk30.png);
}


.lb-next {
  right: 0;
  float: right;
}

.lb-next:hover {
  background: url(js/img/next.png) right 48% no-repeat,url(images/blk30.png);
}

.form-signin.col-xs-9.col-sm-5 {
	float: none;
}

.sign-in-error {
	margin: 20px;
	color: #FFF613;
	font-size: 18px;
}


#console {
	margin: 36px 0;
}

.orng-btn {
	background-color: #f0ad4e;
	color: #fff;
	font-size: 22px;
	border: 0;
	outline: none;
	margin: 0 25px 25px;
	padding: 6px 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.orng-btn a { color: #ffffff; }
.orng-btn a:hover { color: #454545; }
/*****	RECURRING CLASSES	*****/


img { border: none; }

.blk {	background-image: url(images/blk70.png);	}

.clear {
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
}
.brd {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ADMIN SECTION */

.admin-section {
	color: #f3f3f3;
	background: #2b2b2b;	
}

.admin-section .site-background {
	display: none;

}
.setup-form {
	list-style-type: none;
}
.setup-form li {
	margin-bottom: 36px;
	position: relative;
}
.setup-form label {
	width: 110px;
}
.setup-form span {
	position: absolute;
	bottom: -16px;
	left: 0;
	font-size: 0.7em;
}
.tbuh p {
	padding: 6px 20px 0;
	font-size: 0.75em;
}
.setup-form li input,
.setup-form li .about-txt {
	width: 50%;
	width: calc(90% - 135px);
	margin-left: 10%;
	padding: 5px;
}

.about-text {
	height: 110px;
}
.admin-wrap .jumbotron {
	border-bottom: 1px solid #cccccc;
	border-radius: 0!important;
	padding-top: 24px;
}

.admin-title .view-me {
	display: block;
	max-width: 180px;
	padding: 0.6em;
	margin: 0.6em 0.6em 0.6em 0;
}
.uplbtn .view-me {
	padding: 0.3em;
	margin: 0;
}
.upload-form-single {
	background-color: #404040;
	border: 1px solid #6C6C6C;
	padding: 0 20px 20px;
	margin: 20px 25px;
}

.uplwr {
	display: none;
	margin-top: 20px;
}

.uplbtn {
	cursor: pointer;
	margin-bottom: 0;
}





.admin-quote .edit-btn,
.admin-title .edit-btn,
.admin-tag .edit-btn,
.about-us .edit-btn,
.admin-author .edit-btn {
	display: block;
	background: #B10E05;
}



.social-edit .edit-btn {
	width: 26px;
	left: 0;
	top: 0;
	position: absolute;
}
.social-edit span {
	padding-left: 22px;
	line-height: 25px;
}

.social-edit {
	margin-top: 20px;
}

.admin-top .edit-btn:hover {
	background: #710903;
}

.logo-thumb {
	display: block;
	margin: 0 auto 6px;
	max-width: 50%;
	height: auto;
}

.new-gallery-section form { position: relative; }
.view-me .fa { padding-top: 3px;}
.view-me { padding-bottom: 0;}
.delete-btn { background: #B10E05; }
.delete-btn:hover { background: #710903; }
.view-me, .blue { background-color: #138CFD; }
.view-me:hover,
.dark-blue { background: #09457D; color: #ffffff; }
.edit-btn { background: #E4621D; }
.edit-btn:hover { background: #CA571A; }

.admin-top .select {
	color: #B10E05;
	background: #ffffff;
	box-shadow: 0 1px 3px #000000;	
}


.title-wrap { margin: 8px 0 4px; display: inline-block; max-width: 80%; max-width: calc(100% - 196px);}
.title-wrap span { vertical-align: top;}

.title-link {
	margin: 0 0 0 12px;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0;
	vertical-align: top;
	display: inline-block;
	max-width: 78%;
	line-height: 0.8em;
	color: #ffffff;
}
.title-link:hover { color: #138CFD; }

.img-no {
	float: right;
	padding: 0.6em 0.6em;
}

.gallery-section .list-group-item .inline-form {
	display: none;
}


.home-link {
	color: #ffffff;
	padding: 0.3em 0.6em;
	margin-right: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1em;
	font-size: 1em;
}
.home-link:hover,
.logout:hover {
	color: #ffffff;
}

.logout {
	padding: 0.3em 0.6em;
	float: right;
	font-size: 1em;
	line-height: 1em;
}

.image-details { margin-bottom: 10px; margin-top: 5px;}
.image-details .label { margin-right: 12px; }
.image-name-label { display: inline-block; margin-top: 4px; }
.list-group-thumbnail { 
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}

.gli {
	color: #1C1C1C;
}

.bg-img {
	background-color: #B10E05;
}

.gllry-itm .inline-form {
	margin-top: 10px;
	display: none;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #404040;
  border: 1px solid #6C6C6C;

}



.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-thumbnail { height: auto; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #404040;
  border: 1px solid #6C6C6C;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.label {
  display: inline;
  padding: .4em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 101;
}

.gallery-list-name { margin-bottom: 5px; }
.list-group-item .label-warning { margin-right: 5px; }
.gallery-list-name .align-right {
	text-align: right;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.gallery-list-name .label-default { margin-right: 10px; }


.gtitle { margin-right: 10px; }
.ginput {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 2px 3px;
	width: 100%;
	max-width: 351px;
}

.login-frame {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
}

.login-wrap {
	display: table;
}

.login-wrap .inner {
	display: table-cell;
	vertical-align: middle;
}

.form-outline {
	width: 72.5%;
	min-width: 280px;
	max-width: 560px;
	padding: 20px 0;
	border: 1px solid #757575;
}

.form-wrap {
	padding: 25px 10px;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< 	RESPONSIVE	 >>>>>>>>>>>>>>>>>>>>>>>>>> */

@media (max-width: 1599px) {
	.menu-title { visibility: hidden; }
}


@media (max-width: 1080px) {
	.nav-menu { text-align: left;}
	.tagline { font-size: 2.4em; }
}

@media (max-width: 959px) {
	.nav-menu li a { padding: 25px 15px;}
}
@media (max-width: 744px) {
	.site-header { z-index: 0;}
	.header {  z-index: 999;}
	.navigation {
		-webkit-transition: all 0.1s ease-out;
		   -moz-transition: all 0.1s ease-out;
			 -o-transition: all 0.1s ease-out;
				transition: all 0.1s ease-out;
		opacity: 0.75;
		position: relative;
		z-index: 1;

	}
	.navigation:hover { opacity: 1;}
	.nav-menu li { display: block; }
	.nav-menu {display: none; background: #ffffff; position: absolute;}
	.menu-toggle { display: block;}
	.menu-title { visibility: visible; font-size: 28px; z-index: 3; line-height: 75px;}
	.tagline { padding: 40px; font-size: 2em;}
	
	
}

@media (max-width: 328px) {
	.menu-title { visibility: hidden; }
}
