/*******************************************/
/*    DizzleWorx CMS v1.1                  */          
/*    This code is for proprietary use     */
/*    only. But you can get most of it     */
/*    online.                              */
/*                                         */
/*    custom.css                           */
/*                                         */
/*	  Coded & developed by Brandon Worf    */
/*                                         */
/*    Copyright (c) 2014 Brandon Worf      */
/*    No use without permission.           */
/*                                         */
/*******************************************/

/* GLOBAL STYLES
-------------------------------------------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
	font-family: 'French-Canon-SC';
	src:url('font/IM-FELL-French-Canon-SC.ttf.woff') format('woff'),
		url('font/IM-FELL-French-Canon-SC.ttf.svg#IM-FELL-French-Canon-SC') format('svg'),
		url('font/IM-FELL-French-Canon-SC.ttf.eot'),
		url('font/IM-FELL-French-Canon-SC.ttf.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'varela_roundregular';
    src: url('font/VarelaRound-Regular-webfont.eot');
    src: url('font/VarelaRound-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/VarelaRound-Regular-webfont.woff') format('woff'),
         url('font/VarelaRound-Regular-webfont.ttf') format('truetype'),
         url('font/VarelaRound-Regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  Layout  
-------------------------------------------------*/
body {
	position: relative;
	padding-top: 50px;
	background: url(../img/bg-linen-dark.jpg) repeat;
}

/* Footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 0 0;
}

.dark {
	background-color: rgba(25,25,25,0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*  Typography  */
p {
	font-size: 16px;
	line-height: 26px;
}	
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'French-Canon-SC'; }

/*--Generic Link styling--*/
a {
	color: #69f;
	text-decoration: none;
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
a:hover, a:focus {
	color: #ddd;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
.no-indent { margin-left: -20px; }
.contact li {
	font-size: 20px;
	line-height: 36px;
}
.copyright {
	color: #444;
	font-size: 12px;
}

/*  Layout Elements  */
.jumbotron {
	background-color: rgba(25,25,25,0.7);
	margin-top: 40px;
}
.blog {
	padding-bottom: 50px;
}
.blog-footer  {
	font-size: 14px;
	line-height: 40px;
}
.blog-small {
	font-size: 12px;
}

.panel { margin-bottom: 30px; }
.panel-default .panel-title {
	font-size: 22px;
}
hr, .featurette-divider {
	border-top: 1px solid #222;
	border-bottom: 1px solid #111;
}

.featurette-divider { margin: 80px 0; }

/*-- Form Styling -- */
form { margin-bottom: 50px; }
.form-signin {
	max-width: 330px;
	padding: 10px 10px 60px 10px;
	margin: 0 auto 20px auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox { margin-bottom: 10px; }
.form-signin .checkbox { font-weight: normal; }
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus { z-index: 2; }
.form-group-alt {
	margin-bottom: 10px;
	width: 100%;
}

/** jQuery Form Validation **/
/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #fff;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/*-- Button Styling --*/
.btn {
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active, .btn.active { background-color: #cccccc \9; }
.btn:first-child { *margin-left: 0; }
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary {
	color: #333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #6685ff;
	background-image: -moz-linear-gradient(top, #6699ff, #6666ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6699ff), to(#6666ff));
	background-image: -webkit-linear-gradient(top, #6699ff, #6666ff);
	background-image: -o-linear-gradient(top, #6699ff, #6666ff);
	background-image: linear-gradient(to bottom, #6699ff, #6666ff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6699ff', endColorstr='#ff6666ff', GradientType=0);
	border-color: #6666ff #6666ff #1919ff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #6666ff;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #6666ff;
	*background-color: #4c4cff;
}
.btn-primary:active,
.btn-primary.active { background-color: #3333ff \9; }
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active { background-color: #c67605 \9; }
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active { background-color: #942a25 \9; }
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active, .btn-success.active { background-color: #408140 \9; }
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active, .btn-info.active { background-color: #24748c \9; }
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222222;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; }
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #69f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
	color: #1966ff;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
button.close {
	color: #ccc;
	text-shadow: none;
}

/*  TABLE STYLING  */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { border-top: 1px solid #222; }
.table > thead > tr > th { border-bottom: 2px solid #222; }
.table > tbody + tbody { border-top: 2px solid #222; }
.table .table {	background-color: #333; }
.table-bordered { border: 1px solid #222; }
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { border: 1px solid #222; }
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { background-color: #333; }
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { background-color: #393939; }

/*-- Page Tabs --*/
.tab-custom { margin-bottom: 60px; }

/*-- Thumbnail Elements --*/
.img-thumbnail {
	margin: 0 16px;
}
.img-thumbnail-custom {
	background-color: transparent;
	max-width: 400px;
	border: transparent;
}
.thumbnail-custom {
	display: block;
	position: relative;
	height: 400px;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.thumbnail_portrait {
	width: 100%;
	margin: -25% 0 0;
}
.thumbnail_landscape {
	height: 100%;
	margin: 0 0 0 -25%;
}
.thumbnail-custom .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 8px 0;
	background: rgba(0,0,0,0.75)
}
.thumbnail-custom .caption > p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}
.thumbnail-custom .caption > h3 { margin-top: 0; }
.thumbnail-custom .gal-cat > a { margin-left: 15px; }
.thumbnail-edit {
	height: 360px;
	margin: 0 0 30px 0;
}

/* Social Media and contact */
ul.social {
	margin: auto;
	text-align: center;
}
ul.social li {
	display: inline-block;
	width: 70px;
}
ul.social > li > a {
	transition: all 1s ease-in-out;
}
ul.social li.email { background: url(../img/email-off.png) bottom no-repeat; }
ul.social li.email:hover { background: url(../img/email.png) bottom no-repeat; }
ul.social li.phone { background: url(../img/phone-off.png) bottom no-repeat; }
ul.social li.phone:hover { background: url(../img/phone.png) bottom no-repeat; }
ul.social li.facebook { background: url(../img/facebook-off.png) bottom no-repeat; }
ul.social li.facebook:hover { background: url(../img/facebook.png) bottom no-repeat; }
ul.social li.twitter { background: url(../img/twitter-off.png) bottom no-repeat; }
ul.social li.twitter:hover { background: url(../img/twitter.png) bottom no-repeat; }
ul.social li.linkedin { background: url(../img/linkedin-off.png) bottom no-repeat; }
ul.social li.linkedin:hover { background: url(../img/linkedin.png) bottom no-repeat; }
ul.social li.deviantart { background: url(../img/deviantart-off.png) bottom no-repeat; }
ul.social li.deviantart:hover { background: url(../img/deviantart.png) bottom no-repeat; }
ul.social li.flickr { background: url(../img/flickr-off.png) bottom no-repeat; }
ul.social li.flickr:hover { background: url(../img/flickr.png) bottom no-repeat; }
ul.social li.pinterest { background: url(../img/pinterest-off.png) bottom no-repeat; }
ul.social li.pinterest:hover { background: url(../img/pinterest.png) bottom no-repeat; }
ul.social li.modelmayhem { background: url(../img/modelmayhem-off.png) bottom no-repeat; }
ul.social li.modelmayhem:hover { background: url(../img/modelmayhem.png) bottom no-repeat; }
.img-clear { margin-top: 10px; }

/* Pre-loader for image rollovers or other content */
.pre-loader {
    display: none;
    margin: -5000px;
}

/*----MAIN MENU
----------------------------------------*/
.nav {
	font-family: 'French-Canon-SC', serif;
	font-size: 22px;
}
.navbar { margin: auto; }
.navbar-nav {
	text-align: center;
	font-weight: normal;
	width: 100%;
}
.navbar-nav .divider-vertical { height: 50px; margin: 0; }
.navbar-nav .navitem-custom { min-width: 11.675%; }

.navbar-collapse .nav > li > a {
	font-weight: normal;
}

.navbar, .nav-stacked > li > a {
	border: 1px solid rgba(46, 46, 46, 0.9);
	background-color: #1b1b1b;
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.nav-stacked > li > a {
	font-size: 16px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.nav-stacked > li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #252525;
	background: -moz-linear-gradient(top, #353535, #252525);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#252525));
	background: -webkit-linear-gradient(top, #353535, #252525);
	background: -o-linear-gradient(top, #353535, #252525);
	background: linear-gradient(to bottom, #353535, #252525);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff353535', endColorstr='#ff252525', GradientType=0);
}

/*-----Page Menus for Weddings/Portraits/etc.-----*/
.left-nav { padding: 15px 15px 65px 0; }
.page-nav {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'French-Canon-SC', serif;
	font-size: 22px;
}
.page-nav > li {
	display: block;
	margin: auto;
}
.page-nav > li > a {
	display: block;
	margin: auto;
	text-align: left;
	background: #222;
	padding: 18px;
}

.page-nav > li > a:hover {
	background: #69f;
	color: #222;
	transition: all 0.3s linear 0s;
}

.page-nav > li.active > a {
	background: #69f;
	color: #222;
}

/* SLICK SLIDESHOW
-------------------------------------------------- */

/* Slideshow base class */
.slideshow { width: 100%; }
.slick-slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Panels, collapses */
.panel { background-color: #222; }
.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #191919; }
.panel-title > a { color: #69f; }
.panel-default { border-color: #191919; }
.panel-default > .panel-heading {
	color: #ddd;
	background-color: #222;
	border-color: #191919;
}
.panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #191919; }
.panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #191919; }
/* Footer Menu */
.foot-menu {
	font-size: 14px;
	font-family: 'French-Canon-SC';
	text-align: right;
}
.foot-menu a { color: #ccc; }
.foot-menu a:hover, .foot-menu a:focus { color: #69f; }
.foot-menu a:active { color: #333; }


/*  Pagination  */
.pagination > li > a,
.pagination > li > span {
	color: #ddd;
	background-color: #222;
	border: 1px solid #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #444;
	border-color: #555;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #69f;
	cursor: default;
	background-color: #333;
	border-color: #333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #222;
	border-color: #333;
}
.pagination-centered { margin: inherit auto; }
.pagination-right { text-align: right; }

.modal-content {
	background-color: #444;
	background-clip: padding-box;
	border: 1px solid #555;
	border: 1px solid rgba(0, 0, 0, .4);
}
.modal-header { border-bottom: 1px solid #555; }
.modal-footer { border-top: 1px solid #555; }

#ajaxloader {
	display: none;
	padding: 20px;
}

/*----Google Recaptcha
----------------------------------------*/
.recaptcha {
	width: 300px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 6px;
	background: #333;
	border: 1px solid #151515;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.recaptcha_only_if_image, recaptcha_only_if_audio { display: inline; }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-right: 15px;
	padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 { font-weight: normal; }
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

/* Featurettes
------------------------- */
.featurette-divider { margin: 80px 0; }
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1549px) {
	.navbar-nav .navitem-custom { min-width: 11.15%; }
	
	.thumbnail_portrait {
		margin: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.navbar-nav .navitem-custom {
		min-width: 11%;
		font-size: 19px;
	}
	
	.thumbnail_portrait {
		margin: -25% 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-collapse .nav > li > a { padding: 15px 10px; }
	.navbar-nav .navitem-custom {
		min-width: 9%; font-size: 17px;
	}
	
	.left-nav { padding: 0; }
	.right-content { padding: 15px; }
	
	.page-nav > li {
		width: 50.1%;
		display: inline-block;
		margin: 0 -2.5px;
	}
	
	.page-nav > li > a {
		width: 100%;
		text-align: center;
	}
	
	.contact li {
		font-size: 17px;
		line-height: 30px;
	}
	/*
	.thumbnail-custom {
		margin-left: auto;
		margin-right: auto;
		height: 410px;
	}
	.thumbnail_landscape { left: -20%; }*/
	
	.form-horizontal { margin-left: -90px; }
}

@media only screen and (max-width: 767px) {
	.navbar-collapse .nav > li > a {
		text-align: right;
		font-size: 18px;
		padding: 8px 15px;
	}
	/*
	.thumbnail-custom {
		margin-left: auto;
		margin-right: auto;
		height: 500px;
	}
	.thumbnail_landscape { 
		left: 0; 
		width: 100%;
		height: auto;
	}*/
	.form-signin { max-width: 100%; }
}

@media only screen and (max-width: 549px) {
	.left-nav { padding: 0; }
	.page-nav > li { width: 100%; }
	.right-content { padding: 15px; }
	.thumbnail-custom {
		height: auto;
	}
	.thumbnail_portrait {
		margin: -50% 0 0;
	}
	.thumbnail_landscape {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.form-signin { max-width: 100%; }
}