﻿/* Global Styles */
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
html {
	position: relative;
	min-height: 100%;
}
#Main img {
	max-width: 100% !important;
	height: auto !important;
	border:8px solid #FDFDFD;
	z-index:10;
	box-shadow:0px 0px 2px 0px rgba(0,0,0,.55);
	
}

#Main .embed-responsive-16by9 {
	box-shadow: 0px 0px 2px 0px black;
	border: 3px grey;
}

@media(max-width:768px) {
#Main img {
	float: none !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
}
.modal-body p, .post-item p, .navbar-custom .dropdown-menu li, .navbar-shrink li {
	opacity: 1 !important;
	transform: none !important;
}

@media(max-width:768px) {
.navbar-custom li, .dropdown-toggle .fas {
	opacity: 1 !important;
	transform: none !important;
}
}
#Main .sr h1, #Main .sr h2, #Main .sr h3, #Main .sr p, .sr .fas, .fam, #Main .navbar-custom .sr li, #Main .sr li, #Main .sr .fa .sr .divider {
	visibility: hidden;
}
/*----Stand Up-----*/


body {
	line-height: 18px;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-shadow: 1px 1px 0px #ffffff;
	background: url(tempimg/top-pattern.png);
	background-attachment: fixed;
	background-color: #134E91;
}
/*------------Gen--------*/
a {
	text-decoration: none;
	color: #00b7f3;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #808080;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h3 a, h4 a, h5 a, h6 a {
	color: #808080;
}
h1 {
	 font-size: 24px; font-family: 'Arvo', Arial, sans-serif; text-shadow: 1px 1px 0px #ffffff; padding-bottom: 10px; color: #343434;
}
h2 {
	font-family: 'Arvo', Arial, sans-serif;
	font-size: 24px;
}
h2 a{
	font-family: 'Arvo', Arial, sans-serif;
	font-size: 24px;
	color:black;
}
h2 a:hover{
	text-decoration:none;
	color:black;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #9A9A9A;
    margin: 1em 0;
    padding: 0; 
}
p {
	padding-bottom: 10px;
	line-height: 24px;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
/*---------------*/	
#quote {
	padding: 60px 40px 13px;
	text-align: center;
}
p#tagline-quote {
	color: #777676;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 20px;
	text-shadow: 1px 1px 0px #ffffff;
	line-height: 30px;
}
.pageHead {
	background-color: rgb(19, 78, 145);
}
.pageHeadIn {
	background: url(/tempimg/top-pattern.png);
	text-align: center;
	padding: 23px;
}
.pageHeadIn .logo {
	width: 100%;
	max-width: 1024px;
}
.topMenuBox {
	padding-top: 23px;
}
#content-area {
	background: url(tempimg/content-bg.png);
	border-bottom: 1px solid #ffffff;
}
#top-shadow {
	background: url(tempimg/top-shadow.png) repeat-x top left;
}

#top-shadow .container {
	background: url(tempimg/top-shadow-container.png) no-repeat top center;
	padding-top: 5px;
}
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#SKWDLogo {
	position: relative;
	text-align:right;
	
}
#SKWDLogo img{
	margin-top:-18px;
	
}
#CopyLine {
	color: white;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #7ac5ec;
	text-shadow: 1px 1px 0px #ffffff;
}
#FootSpot {
	position: absolute;
	left: 0px;
	top: -30px;
}
#footer {
	background: #134E91 url(tempimg/footer-bg.png) repeat-x;
}
#footer-pattern {
	background: url(tempimg/top-pattern.png);
	background-attachment: fixed;
}
#footer-bottom {
	background: url(tempimg/bottom-menu-bg.png) repeat-x top left;
	padding-bottom: 20px;
}
#footer-bottom .container {
	padding-top: 30px;
	background: url(tempimg/footer-container-bg.png) no-repeat 0px 2px;
}
.foot-item {
	display: inline-block;
	padding: 12px;
}
.foot-item a {
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
}
/*---------------------[SEARCH]-------------------*/
/*------------------------------------------------*/	
#search-form {
	float: right;
	background: url(tempimg/search-bg.png) no-repeat;
	width: 144;
	height: 25px;
	margin-top: 10px;
}
#search-form #searchinput {
	background: none;
	border: none !important;
	float: left;
	margin: 4px 7px 0 0px;
	width: 100px;
	padding-left: 9px;
	font-size: 11px;
	font-family: Georgia, serif;
	color: #bebebe;
	text-shadow: 1px 1px 0px #ffffff;
	font-style: italic;
}
#search-form input:focus {
	border: none !important;
	border-color: lime;
	text-decoration: none;
}
:focus {
	outline: 0;
}
#search-form {
	margin-top: 5px;
	margin-right: 30px;
}
#searchsubmit {
	margin-top: 7px;
	margin-right: 5px
}
/*---------------------[MENU]-------------------*/
/*------------------------------------------------*/	
.tItem {
	display: inline-block;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.tItem a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.tItem a:hover {
	text-decoration: none;
}
.slogan {
	float: left;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #78a9d0;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.menuBox {
	border-top: 5px #E9E9E9 solid;
	border-bottom: 5px #E9E9E9 solid;
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
}
.navbar-custom .nav li a {
	color: black;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-custom .active {
	background: linear-gradient(#F4F4F4, #EAEAEA);
	font-style: italic;
}
.navbar-custom .active a {
	color: #7AC5EC !important;
	font-weight: bold;
	font-family: Georgia, serif !important;
	text-shadow: 1px 1px 0px #ffffff;
}
.navbar-custom .active a:hover {
	background: linear-gradient(#F4F4F4, #EAEAEA);
}
.navbar-custom .nav li a:hover {
	color: #CDBEBE !important;
	background-color: transparent !important;
}
.navbar-header .icon-bar {
	background-color: #134E91;
}
.navbar-toggle {
	border-color: #134E91;
	padding: 8px;
}
/*Slider*/
.containerD {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#featured {
	background: url(tempimg/featured-top-bg.png) no-repeat top center;
	padding-top: 51px;
}
#featured-bottom {
	background: url(tempimg/featured-bottom-bg.png) no-repeat bottom center;
	padding-bottom: 45px;
	position: relative;
}
h3#recommended {
	background: url(tempimg/recommended-button.png) no-repeat right bottom;
	color: #b3b3b3;
	text-shadow: 1px 1px 0px #ffffff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 17px;
	position: absolute;
	height: 35px;
	left: 393px;
	top: -59px;
}
h3#recommended span {
	background: url(tempimg/recommended-button.png) no-repeat;
	display: block;
	padding-left: 20px;
	padding-right: 6px;
	height: 35px;
	padding-top: 14px;
}
a#left-arrow, a#right-arrow {
	position: absolute;
	top: 134px;
	width: 26px;
	height: 37px;
	text-indent: -9999px;
}
a#left-arrow {
	background: url(tempimg/featured-arrows.png) no-repeat;
	left: 0px;
}
a#left-arrow:hover {
	background-position: bottom left;
}
a#right-arrow {
	background: url(tempimg/featured-arrows.png) no-repeat top right;
	right: 0px;
}
a#right-arrow:hover {
	background-position: bottom right;
}
#featured-slides {
	margin: 0 70px;
}
.slide {
	padding: 38px 0;
	
}
.featured-img {
	display: block;
	float: left;
	position: relative;

	margin-right: 48px;
	background: url(tempimg/featured-img-overlay.png) no-repeat;
}
.featured-image{
		width:320px;
	height:204px;
	background-size:cover;
}
.pngimage {
	background: none !important;
}
.featured-img {
	height: 224px;
	width: 340px;
}
.featured-img .featured-image {
	margin-top: 10px;
	margin-left: 10px;
}
.pngimage .featured-image {
	margin: 0 !important;
}
.featured-img span.overlay {
	background: url(tempimg/featured-overlay.png) no-repeat;
	display: block;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 321px;
	height: 205px;
}
.featured-description {
	width: 430px;
	float: right;
}
h2.featured-title {
	font-family: 'Arvo', Arial, sans-serif;
	font-size: 24px;
}
h2.featured-title a {
	text-decoration: none;
	color: #343434;
}
p.featured-meta {
	color: #aaaaaa;
	font-style: italic;
	font-family: Georgia, serif;
}
p.featured-meta a {
	color: #838383;
	text-decoration: none;
}
.entry p.featured-meta {
	padding-bottom: 6px;
}
a.readmore {
	display: block;
	background: url(tempimg/readmore.png) no-repeat bottom right;
	padding: 0 19px 0 0;
	color: white;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 34px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 283px;
	left: 300px;
}
a.readmore span {
	display: block;
	background: url(tempimg/readmore.png) no-repeat;
	height: 38px;
	padding: 0 0 0 19px;
}
a.readmore:hover {
	color: #eee;
}

/* Home */

.homeBlog {
	background-image:url(/tempimg/main-content.png); background-repeat:repeat-y; background-position:right; padding:0px;
}
.homeBlogIn{
	padding:30px; background-image:url(/tempimg/main-top.jpg); background-repeat:no-repeat;  background-position:top right;
}
.homeCol {
	padding:30px;
	
}
.smalltitle {  color:#b2b2b2; text-shadow: 1px 1px 0px #ffffff; text-transform: uppercase; font-size:12px; padding-bottom: 10px; margin-top:0px;  }


/* Blog Spec */

							.et-box { margin: 0px 0px 10px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); font-size: 14px; position: relative; }
	.et-box-content { text-shadow: 1px 1px 1px #ffffff; padding: 27px 43px 17px 66px; min-height: 35px; }
		.et-box-content strong { color: #000000; font-weight: bold; }
		.et-shadow { border: 1px solid #ddd; }
	.et-shadow .et-box-content { color: #737373; background: #fafafa; border: 1px solid #fafafa; -moz-box-shadow: inset 0 0 45px #e7e7e7; -webkit-box-shadow: inset 0 0 45px #e7e7e7; box-shadow: inset 0 0 45px #e7e7e7; }
		.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #737373; }

		.reply-container {  display: block; background: url(tempimg/readmore.png) no-repeat bottom right; float: right; padding: 0 19px 0 0; font-size: 16px; font-family: Georgia, serif; font-weight: normal; line-height: 34px; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);  }
			.reply-container a, .reply-container div { text-decoration:none !important; outline:none !important; display: block; background: url(tempimg/readmore.png) no-repeat !important; height: 38px; padding: 0 0 0 19px; color: #fff;  font-size:16px !important;}
			.reply-container a:hover, .reply-container div:hover { text-decoration:none !important; outline:none !important; color: #eee; text-decoration: none; cursor:pointer; }


						#breadcrumbs { font-size:14px; font-style: italic; font-family: Georgia, serif; padding:30px 0 30px; color: #777676; text-shadow: 1px 1px 0px #ffffff; background:url(tempimg/breadcrumbs-bg.png) no-repeat bottom left; margin-bottom: 50px; }
						#breadcrumbs a { color:#bdbdbd; text-decoration:none; }
							#breadcrumbs a:hover { color: #000000; }
						#breadcrumbs .raquo { color:#bdbdbd; }
/*--JPage Holder*/
	.holder {
	margin: 15px 0;
	
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 0px; }
.holder a.jp-next { margin-left: 0px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { padding-right: 55px; padding-top: 10px; }
	h3#comments, h3#reply-title span { font-size: 24px; color: #343434; font-family: 'Arvo', Arial, sans-serif; }
	.comment-body { position: relative; margin-bottom: 2px; background: url(tempimg/comment-top.png) no-repeat; padding-top: 6px; width: 568px; }


			.comment-bottom { background: url(tempimg/comment-bottom.png) no-repeat bottom left; padding-bottom: 32px; }
				.comment-container { background: url(tempimg/comment-bg.png) repeat-y; position: relative; padding: 15px 22px 10px 22px; }
					div.comment-date { font-size: 14px; color: #bcbcbc; font-family: Georgia, serif; font-style: italic; }
						.comment-meta { margin-bottom: 0px; position: relative; }
							.comment-meta_main { padding-right: 10px; }
							.comment-meta .rating-container { position: absolute; top: 0; right: 0; }
						span.fn { display: block; padding-bottom: 3px; font-family: 'Arvo', Arial, sans-serif; }
						span.fn, span.fn a { color: #343434; font-size: 18px; }
						span.fn a:hover { color: #000; text-decoration: none; }


		.reply-container { display: block; background: url(tempimg/readmore.png) no-repeat bottom right; float: right; padding: 0 19px 0 0; font-size: 16px; font-family: Georgia, serif; font-weight: normal; line-height: 34px; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); }
			.reply-container a { display: block; background: url(tempimg/readmore.png) no-repeat; height: 38px; padding: 0 0 0 19px; color: #fff; }
			.reply-container a:hover { color: #eee; text-decoration: none; }

		ol.commentlist { margin-top: 20px; }
		
		.commentlist li { margin-top: 0px;  list-style-type: none;}

#commentform textarea#comment { width: 96%; background: url(tempimg/white-overlay.png); border: 1px solid white; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
	#commentform input[type=text] { width: 38%; background: url(tempimg/white-overlay.png); border: 1px solid white; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
	#commentform textarea#comment, #commentform input[type=text] { padding: 10px 5px 10px 15px; color: #777676; }


	
		.depth-2 .comment-body { background: url(tempimg/comment-top-d2.png) no-repeat; }
		.depth-2 .comment-bottom { background: url(tempimg/comment-bottom-d2.png) no-repeat bottom left; }
			.depth-2 .comment-container { background: url(tempimg/comment-bg-d2.png) repeat-y; }

	p.form-submit { float: right; background: url(tempimg/readmore.png) no-repeat bottom right; padding-right: 4px; height: 28px;padding-right: 19px; }
		p.form-submit input#submit { background: url(tempimg/readmore.png) no-repeat; border: none; margin: 0; height: 37px; padding-left: 22px; padding-top: 0px; line-height: 18px; color: #fff; font-size: 16px; font-family: Georgia, serif; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }

	li.comment #respond textarea { width: 94% !important; }
	li.comment #respond input[type=text] { width: 48% !important; }

	.depth-2 .comment-body { width: 490px; }

	span#choose_rating { font-size: 14px; color: #343434; float: left; font-family: 'Arvo', Arial, sans-serif; display: block; margin: 4px 38px 0 0; }
	div#et-rating .rating-inner, .comment-meta .rating-inner { height: 17px; }


/* End Template */



/*----Prev  Down-----*/
/*
headpad {
	padding:100px;
}
 #Main {
	 padding-top:30px; 
 }
	a {
	text-decoration:none !important;
}
.homemain {
	padding-top:30px;
	
}
body{
	
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
	color:Black;
}
h1, h2, h3, h4, h5, strong {
	font-family: 'Libre Baskerville', serif;
	color:#705661;
	margin-bottom:25px;
}
h1 {
	font-size:30px;
}
h4 {
	color:#712133;
	margin-bottom:8px;
}
#headtop {
	position:relative;
	z-index:1000;
}
.picback {
	background-color:white;
	border-radius:20px;
	padding:15px;
	height:400px;
	margin-top:20px;
	
}
.picback p {
	font-size:14px; 
}
.picback h3 { 
	font-size:16px; 
}
.hero {
	position:relative;
	overflow:hidden;
	width:100%;
	
}
.heroinner {
		position:relative;
		margin-left:-23%;
	margin-right:-23%;
	text-align:center;
	
}
heroinner img {
	postion:relative;
	z-index:25;
	width:1920px;
	
}
.heroshadow {
	position:relative;
	
	width:100%;
	height:3px;
	background-color:#E3CDD7;
	z-index:50;
	box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
}

.icircle{
	position: relative;
	width: 75%;		
	background-color:#E3CDD7;
	margin:auto;
	border-radius:50%;
	max-width:200px;
}
.icircle:before{
	content: "";
	display:block;
	padding-top: 100%; 	
}
.icontent{
	position:absolute;
	top: 0;
	left: 0;
	right:0px;
	bottom:0px;
}
.icontent table {
	height:100%;
	width:100%;
	text-align:center;

}
.icontent i {
		font-size:24px;
		color:#705661;
		
}
.ititles {
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	font-family: 'Libre Baskerville', serif;
	
}
.ititles a {
	color:#712133 !important;
	font-size:24px;
}
#docbody {
	padding-top:0px;
	background-color:#F7F4F5;
}
.err {
	border-color:red;
}
header {
	position:relative;
	min-width:100%;
	background-color:white;
	border-bottom:1px solid #E3CDD7;
	top:0px;
	left:0px;
	height:40px;
	line-height:40px;
	font-size:14px;

	
}
.hitem {
	padding-left:10px;
}
.hitem .dropdown-menu {
	white-space: nowrap;
	padding-left:15px;
	padding-right:15px;
}

.hphone {
	
	right:-30px !important;
}
	.hphone:after {
		content: " ";
		display: block;
		position: absolute;
		width: 0; height: 0;
		right:26px; top: -20px;

		border:#E3CDD7 10px solid;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid transparent;
	}
	.hadmin {
	
	right:45px !important;
}
@media(max-width:768px) {
		.hadmin {
	
	right:-5px !important;
}
}
	.hadmin:after {
		content: " ";
		display: block;
		position: absolute;
		width: 0; height: 0;
		right:3px; top: -20px;
		border:#E3CDD7 10px solid;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid transparent;
	}
		
#box {
	
	min-width:100%;
	z-index:60;
	
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
	
	-webkit-transition: all 1s;
   	-moz-transition: all 1s;
    transition: all 1s;

  	position: absolute;
	
	background:white;
  	color: rgba(0,0,0, .8);
  	text-shadow: 0 1px 0 #fff;
  	line-height: 1.5;
  
}


#box:before, #box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 0%;
  width: 55%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0px 11px 15px 4px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

#box:after {
  transform: rotate(3deg);
  right: 0%;
  left: auto;
}
@media(max-width:768px) {
	#box:before, #box:after {
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.7);
	}
}

@media(min-width:1920px) {
	#docbody {
		 

}
}

.proIMG img{
	box-shadow:0px 0px 2px 0px black;
	border:3px grey;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:10px;

 	background-color:#712133;
	
	color:white;
}
.fp {
	padding-bottom:30px;
	padding-top:30px;
}
.fItem  {
	float:left;
	padding-right:15px;
	padding-left:15px;
	white-space: nowrap;
}
@media(min-width:992px) {
.fItem  {
	width:33%;
}
}
.fItem i {
	padding-right:6px;
	width:30px;
	text-align:center;
}
.fFirst {
	padding-left:0px;
}
.fLast {
	border-right:none;
}

.fItem a {
	color:white;
	text-decoration:none;
}
.MakerMark {
	position:absolute;
	right:15px;
	bottom:25px;
}
.MakerMark img {
	height:35px;
}
.SocF {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

.fpLast span {
	border-radius:50%;
	font-size:35px;
	line-height:50px;
	width:50px;
	text-align:center;
	color:black;
	background-color:white;
	margin-left:5px;
	margin-right:5px;
}
.fpLast span:hover {
	color:#3e2e18;
}

@media(max-width:992px) {
	.MakerMark {
	position:relative;
	bottom:0px;
	right:auto;
	padding:10px;
}
.MakerMark img {
	height:35px;
}

.fp {
	text-align:center;
	padding:10px;
	padding-bottom:0px;

}
.fpLast {
	padding-right:0px;
	text-align:center;

}
.fItem  {
	float:none;
	padding-right:15px;
	padding-left:15px;
	border-right:none;
	display:inline;
}

}
@media(max-width:768px) {
.fItem  {
	display:block;
}	
}

.HomeHead1 {
	background-image:url('/tempimg/BoxBacks.jpg');
	height:80px;
	border-radius:20px 20px 0px 0px;
	font-size:26px;
	font-weight:bold;
	color:white;
	line-height:50px;
	padding:15px;	
}
.HomeHead1 i{
	float:right;
	font-size:40px;
	line-height:51px;
}
.HomeHead2 {
	background-image:url('/tempimg/headback.png');
	height:80px;
	border-radius:20px 20px 0px 0px;
	font-size:26px;
	font-weight:bold;
	color:white;
	line-height:50px;
	padding:15px;	
}
.HomeBoxText {
	font-size:16px;
	padding:15px;	
}
.post-item {
	margin-bottom:10px;
	position:relative;
	color:#909090;
}
.post-item h2{
	font-size:20px;
	margin-bottom:5px;
}
.post-item a {
	font-size:16px;
	color:#82233C;
}
.post-item i {
	font-size:15px;
	position:absolute;
	left:0px;
	top:5px;
	float:left;
	color:#909090;
}

/*------------------------------NAV------------------------------*/
/*
.navbar-header .icon-bar{
	background-color:#705661;
}
.navbar-toggle{
	border-color:#705661;
	padding:8px;	
}
.navbar {
	
}
.navbar-custom  {
	padding:0px;
	background-color:white;

}
.navbar-custom .navbar-inner {
    
}
.navbar-custom .navbar-inner .nav {
    float: none;
	display:inline-block;

	
}

.navbar-custom  .nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	color: #705661;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;	
}
.navbar-custom .active {
	background-color:white !important;
}
.navbar-custom  .nav li a:hover {	
	color: #705661 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;		
}
.itemback a:hover {
background-image:none !important; background-color:none !important;  filter: none; background-color:#EAE0E3 !important;
}
.itemback a:focus {
	background-image:none !important; background-color:none !important;  filter: none; background-color:#EAE0E3 !important;
	color: #909090 !important;
}
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom  .nav li.active a {
	color: #909090;		
}
.navbar-nav .dropdown:hover a,
.navbar-custom .navbar-nav .open .dropdown-menu,
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav .open .dropdown-menu>li>a {
    color:#909090;	
  }
  .navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navlogo-holder{
	position:absolute;
	top:-10px;
	

}

@media(max-width:768px) {
	.dropdown-menu {
		border-bottom:2px solid white !important;
		border-radius:0px !important;
		background-color:white !important;
		
	}
	.dropdown-menu .divider{
		display:none;
	}
		.logos{
	
	height:40px;

}
.logol {
	display:none;
}
.logos {
	display:;
}
.navbar-custom .container {
	padding-right:20px !important;
}
}

@media(max-width:500px) {
.carousel-indicators {
	display:none;
}
}
@media(max-width:390px) {
	.logos{	
	height:30px;
}
.navlogo-holder{
	top:-5px;
	
}

}
@media(max-width:300px) {
	.logos{	
	height:22px;
}
.navlogo-holder{
	top:-3px;
}
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 1.5s;
        -moz-transition: padding 1.5s;
        transition: padding 1.5s;
    }
	.dropdown-menu {
		border-bottom:none;
		
	}
#logospace {
	position:relative;
	float:left;
	width:429px;
	height:40px; 
	z-index:70;
}
.logos {
	display:none;
}
.hero{
	margin-top:-30px;
}
    .navbar-custom.navbar-shrink {
        padding: 10px 0;

    }
		.navbar-shrink {
		
		}
	.navlogo{
			height:60px;
	        -webkit-transition: height 1.5s;
        -moz-transition: height 1.5s;
        transition: height 1.5s;
}

.navlogo-holder{
	top:-25px; 
}
.navlogo-shrink{
	-webkit-transition: height .1s;
        -moz-transition: height .1s;
        transition: height .1s;
	height:50px;
}
.navlogo-holder-shrink{
	position:absolute; 
	left:0px; 
	top:-20px; 
	
}

}
/*Slide Show */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*
#CarHolder {
	position:relative;
	overflow:hidden;
	width:100%;
}

.carousel {
	position:relative;
	width:150%;
	margin-left:-25%;
	margin-right:25%;
	
}


.carousel-inner{


}
.carousel .item {


}

.carousel-inner > .item > img {
	z-index:25;
	
	max-width:100%;
	margin:auto;
	
			
}
.carousel-inner  .item  img {
	z-index:25;
	
	max-width:100%;
	margin:auto;
	
}
@media (min-width: 768px) {
#CarHolder  {
	position:relative;
	margin-top:-30px;
}
}
@media (max-width: 768px) {
.smallMenu {
	padding-left:20px;
	padding-right:20px;
	
}
}


.divider {
	border: 0;
	margin: 60px 0;
	height: 4px;
	border-top: #E3CDD7 1px solid;
	border-bottom: #E3CDD7 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}
	.divider.half-margins {
		margin:30px 0;
	}

.divider .fa {
	background: #F7F4F5; 
	text-align: center;
	display: inline-block;
	height: 50px; line-height: 50px;
	text-align: center;
	width: 50px;
	font-size: 20px;
	position: absolute;
	top: -25px; left: 50%;
	margin: 0 auto 0 -25px;
	color:#705661;
	}
		.divider.styleColor .fa {
		color:#705661;
	}

.divider .hh {
	display: inline-block;
	height: 50px;
	width:100%;
	position: absolute;
	top: -25px; left: 0px;
}
.divider .hh .ha {
	color:#705661;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	margin:auto;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	background: #F7F4F5; 
}
	
*/
/* Global Styles */
