/* Add here all your CSS customizations */

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

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

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

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

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

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

}

html {
/*background-color: #ddd;*/
background-image:url(../img/symphony.png);
background-repeat:repeat;
}

body {
	color: #fff;
}

.djl-z {
	z-index: !important 9999;
}

.djl-font {
	font-family: 'open_sansextrabold', Ariel;
	font-size: 27px;
	line-height: 37px;
	color: #012351;
}

.djl-font-1 {
	font-family: 'open_sansBold_italic', Ariel;
	font-size: 14px;
	line-height: 20px;
	color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight:800;
}

.djl-font-2 {
	font-family: 'open_sanslight', Ariel;
	font-size: 34px;
	line-height: 44px;
	color: #012351;
}

.djl-font-3 {
	font-family: 'open_sansbold', Ariel;
	font-size: 36px;
	line-height: 46px;
	color: #012351;
}

.djl-font-4 {
	font-family: 'open_sansregular', Ariel;
	font-size: 24px;
	line-height: 34px;
	color: #012351;
}

.djl-font-5 {
	font-family: 'open_sansbold_italic', Ariel;
	font-size: 24px;
	line-height: 34px;
	color: #012351;
}

.djl-font-7 {
	color: #222;
	background-color:#777;
	background-image:url(../img/symphony.png);
}

.djl-font-8 {
	font-size: 1.8em;
}

.djl-font-9 {
	font-size: 1.8em;
	color: #fff;
	margin: 5px 0px 5px 0px;
}

h3,
h4,
h5 {
	color: #012351;
}

p {
	color: #555;
}

li {
	color: #777;
}

a {
	color: #012351;
}

label {
	color:#777;
}

a:hover {
	color: #1a3862;
}

a:active {
	color: #674397;
}

.alternative-font {
	color: #012351;
}

p.drop-caps:first-child:first-letter {
	color: #012351;
}

p.drop-caps.secundary:first-child:first-letter {
	background-color: #012351;
}

ul.nav-pills > li.active > a {
	background-color: #012351;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #012351;
}

.sort-source-wrapper .nav > li.active > a {
	color: #012351;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #012351;
}
/* Labels */
.label-primary {
	background-color: #012351;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #012351;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #012351;
	border-color: #012351;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #012351;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #012351;
	border-color: #012351;
}

.btn-primary,
.pagination > .active > a,
body.dark .pagination > .active > a {
	border-color: #fff !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #510701;
	background-image:url(../img/dark_red_texture.jpg);
}

.btn-primary:hover,
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #fff !important;
	background-color: #621f1a;
	background-image:url(../img/dark_red_texture_03.jpg);
}

.btn-primary:active,
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.btn-primary:focus,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus {
	border-color: #eee;
	background-color: #674397;
}

.btn-info,
.pagination > .active > a,
body.dark .pagination > .active > a {
	border-color: #fff !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.btn-info:hover,
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #fff !important;
	background-color: #013478;
}

.progress-bar-primary {
	background-color: #012351;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

.btn-success:hover {
	border-color: #51b451;
	background-color: #51b451;
}

.btn-success:active,
.btn-success:focus {
	border-color: #3f923f;
	background-color: #3f923f;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

.btn-warning:hover {
	border-color: #efa740;
	background-color: #efa740;
}

.btn-warning:active,
.btn-warning:focus {
	border-color: #e89113;
	background-color: #e89113;
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

.btn-danger:hover {
	border-color: #d64742;
	background-color: #d64742;
}

.btn-danger:active,
.btn-danger:focus {
	border-color: #bd2d29;
	background-color: #bd2d29;
}

.product-thumb-info {
	
background-color:#012351;
}

.product-thumb-info:hover {
	
background-color:#222;
}

.product-thumb-info a {
	
color:#fff;
}

/*.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.btn-info:hover {
	border-color: #70c8e2;
	background-color: #70c8e2;
}*/

.btn-info:active,
.btn-info:focus {
	border-color: #eee;
	background-color: #013c8b;
}

.btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

.btn-dark:hover {
	border-color: #242424;
	background-color: #242424;
}

.btn-dark:active,
.btn-dark:focus {
	border-color: #0a0a0a;
	background-color: #0a0a0a;
}

.shop ul.products .product span {
    text-decoration: none;
}
.product-thumb-info span {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

section.highlight {
	background-color: #012351 !important;
	background-image:url(../img/royal_blue_texture_02.jpg);
	border-color: #222 !important;
	border-left: none;
	border-right: none;
}
section.highlight2 {
	background-color: #222 !important;
	background-image:url(../img/gray_texture_01.jpg);
	border-color: #222 !important;
	border-left: none;
	border-right: none;
}

section.page-top h1 {
	border-bottom-color: #012351;
}

section.toggle label {
	color: #012351;
	border-left-color: #012351;
}

section.toggle.active > label {
	background-color: #012351;
	border-color: #012351;
	color: #FFF;
}

section.page-top.custom-product {
	background-color: #674397;
	border-top-color: #6e48a2;
}

.feature-box .feature-box-icon {
	background-color: #012351;
}

.feature-box.secundary .feature-box-icon i.fa {
	color: #012351;
}

.thumb-info .thumb-info-type {
	background-color: #012351;
}

.thumb-info .thumb-info-action-icon {
	background-color: #012351;
}

.thumb-info-social-icons a {
	background-color: #012351;
}

.thumbnail .zoom {
	background-color: #012351;
}

.img-thumbnail .zoom {
	background-color: #012351;
}

.inverted {
	background-color: #012351;
}

.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
	color: #012351;
}

.tabs ul.nav-tabs a:hover,
.tabs ul.nav-tabs a:focus {
	border-top-color: #012351;
}

.tabs ul.nav-tabs li.active a {
	border-top-color: #012351;
	color: #012351;
}

.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
	border-top-color: #012351;
}

.tabs.tabs-bottom ul.nav-tabs li a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a,
.tabs.tabs-bottom ul.nav-tabs li.active a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a:focus {
	border-bottom-color: #012351;
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
	border-left-color: #012351;
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
	border-right-color: #012351;
}

ul.list.icons li i {
	color: #012351;
}

i.icon-featured {
	background-color: #012351;
}

.parallax blockquote i.fa-quote-left {
	color: #012351;
}

section.video blockquote i.fa-quote-left {
	color: #012351;
}

.panel-group .panel-heading a {
	color: #012351;
}

.panel-group.secundary .panel-heading {
	background-color: #012351 !important;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li > a:hover,
#header nav ul.nav-main li.dropdown:hover a {
	color: #FFF;
	background-color: #012351 !important;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
	background-color: #8d6abd !important;
}

#header nav ul.nav-main ul.dropdown-menu {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #012351;
	border-color: #012351;
}

#header nav ul.nav-main ul.dropdown-menu:hover {
	border-color: #1a3862;
	background-color: #1a3862;
}

#header nav ul.nav-main ul.dropdown-menu:active,
#header nav ul.nav-main ul.dropdown-menu:focus {
	border-color: #674397;
	background-color: #674397;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
	background: none !important;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: #1a3862 !important;
}

@media (min-width: 992px) {
	#header.single-menu nav ul.nav-main li.active > a {
		border-top: 5px solid #012351;
	}

	#header.darken-top-border {
		border-top: 5px solid #674397 !important;
	}

	#header.colored .header-top {
		background-color: #012351;
	}

	#header.colored .header-top ul.nav-top li a:hover {
		background-color: #1a3862 !important;
	}

	#header.flat-menu nav ul.nav-main li > a,
  #header.flat-menu nav ul.nav-main li.active > a {
		color: #666;
	}

	#header.flat-menu nav ul.nav-main li.active > a {
		color: #fff;
		background-color: #012351 !important;
	}

	#header.flat-menu nav ul.nav-main li > a:hover,
  #header.flat-menu nav ul.nav-main li.dropdown:hover a {
		color: #FFF;
		background-color: #012351 !important;
	}

	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		border-top-color: #012351;
	}
}

blockquote.testimonial {
	background: #1a3862;
}

.testimonial-arrow-down {
	border-top-color: #1a3862;
}

.featured-box-secundary i.icon-featured {
	background-color: #012351;
}

.featured-box-secundary h4 {
	color: #012351;
}

.featured-box-secundary .box-content {
	border-top-color: #012351;
}

.pricing-table .most-popular {
	border-color: #012351;
}

.pricing-table .most-popular h3 {
	background-color: #012351;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #012351;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #012351;
}

ul.history li .featured-box .box-content {
	border-top-color: #012351;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #012351;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #012351;
}

.slider .tp-bannertimer {
	background-color: #012351;
}

.home-intro p em {
	color: #ddd;
}

.home-concept strong {
	color: #012351;
}

.shop ul.products li.product .onsale {
	background-color: #012351;
	border-bottom-color: #603e8d;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #012351;
}

#footer .footer-ribbon {
	background: #012351;
}

#footer .footer-ribbon:before {
	border-right-color: #fff;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #012351 !important;
}

#footer.color {
	background: #012351;
	border-top-color: #012351;
}

#footer.color .footer-ribbon {
	background: #5b3b86;
}

#footer.color .footer-ribbon:before {
	border-right-color: #372451;
}

#footer.color .footer-copyright {
	background: #674397;
	border-top-color: #674397;
}

html.boxed .body {
	border-top-color: #012351;
}

.home-intro {
	/*background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);*/
	background-color: #222;
	background-image:url(../img/texture_black_2.png);
}

#footer {
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.thumb-info:hover .thumb-info-action {
	filter: alpha(opacity=50);
	opacity: .5;
}

.djl-bk {
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.djl-bk2 {
background-color: #510701;
	background-image:url(../img/dark_red_texture.jpg);
	color:#eee;
}

.djl-bk3 {
background-color: #fff;
	background-image:url(../img/rockywall.png);
}

.djl-bk4 {
background-color: #eee;
	background-image:url(../img/gold.jpg);
	border: #222 2px solid;
}

.djl-bk5 {
background-color: #eee;
	background-image:url(../img/stone.jpg);
	border-top: #222 5px solid;
	border-bottom: #222 5px solid;
}

.djl-bk4 p {
	color:#000;
	font-weight:600;
}

.djl-bk6 p {
	color:#fff;
	font-weight:600;
}

.djl-bk6 {
background-color: #222;
	background-image:url(../img/gray_texture_01.jpg);
	border: #ddd 2px solid;
}

.djl-bk7 {
background-color: #faf0db;
background-image:url(../img/paper.jpg);
-webkit-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
}

section.featured.djl-bk8 {
background: #ddd;
background-image: url(../img/bk-quotes.jpg);
-webkit-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
height: 650px;
}

section.featured.djl-bk8 h2, section.featured.djl-bk8 p, section.featured.djl-bk8 small {
color: #fff;
}

.djl-bk7b {
background-color: #eee;
	background-image:url(../img/paper.jpg);
}

section.djl-bk3 {
background-color: #fff;
	background-image:url(../img/stone.jpg);
}

blockquote.testimonial-carousel p {
	color:#eee;
	margin: 10px 0;
	font-family: 'open_sansBold_italic', Ariel;
	font-size: 14px;
	font-weight:800;
	line-height: 20px;
	
}

.owl-theme .owl-controls .owl-page span{
	background: #ccc;
	border:#fff 2px solid;
}

footer p {
	color: #fff;
}

.parallax {
	border-top: 10px solid #ddd;
	border-bottom: 10px solid #ddd;
}

h2.word-rotator-title .word-rotate {
	max-height: 40px;
	line-height: 40px;
}

#footer .footer-copyright p {
	color: #ccc;
}

.owl-theme .owl-controls .owl-page span {
	height: 10px;
	width: 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.img-rounded {
	padding-bottom:30px;
}

.breadcrumb > li a {
	color:#fff;
}
.breadcrumb > .active {
	color: #ddd;
}
.page-top {
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
	color:fff;
}
.gmap_marker {
	color:#000;
}

.djl-blk-bg {
	background-image:none;
	text-height: 20px;
}

.djl-blk-bg a {
	color:#fff;
	text-decoration:underline;
	font-size:22px;
}

.djl-blk-bg a:hover {
	color:#eee;
}

.pricing-table .plan-ribbon {
	color:#fff;
	background-image: -webkit-linear-gradient(top, #621f1a, #510701);
	background-image: linear-gradient(to bottom, #621f1a, #510701);
}

.pricing-table h3 {
	background-image:url(../img/symphony.png);
	border:#222 2px solid;
}

.most-popular h3 {
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.footer-copyright a {
	color: #000;
}

h2.short {
	font-size: 30px;
}

blockquote.testimonial-carousel:before {

	content:no-open-quote;
}

blockquote.testimonial-carousel:after {

	content:no-close-quote;
}

#header nav ul.nav-top li a, #header nav ul.nav-top li span {
	color: #222;
}

.home-intro p {
	font-size: 1.2em;
	font-weight: normal;
}

.home-intro .get-started {
	margin-top: 5px;
	margin-bottom: 5px;
}

.page-top h1 {
	margin: 0 0 10px;
}

#footer .footer-ribbon span {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.2em;
}

#footer .footer-ribbon {
	margin: -110px 0 0 14px;
}

#footer .footer-ribbon:before {
border-right-color: rgba(0,0,0,0);
}

.page-top {
margin-bottom: 10px;
padding: 10px 0;
}

.google-map {
	margin: -10px 0 30px 0;
}

.parallax blockquote p {
		font-size: 1.2em;
		line-height: 1.4;
}

.slider-container .bottom-label {
	color: #eee;
	background-color: rgba(0,0,0,.8);
	border: 1px solid #eee;
	line-height: 29px;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-right: 13px;
	font-style:italic;
	text-align:center;
}

.slider-container .main-label {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #510701;
	background-image:url(../img/dark_red_texture.jpg);
	border: 2px solid #eee;
	color: #eee;
	line-height: 68px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.slider-container .featured-label {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #510701;
	background-image:url(../img/dark_red_texture.jpg);
	border: 2px solid #eee;
	color: #eee;
	line-height: 58px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.slider-container .main-label-2 {
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
	color: #eee;
	border: solid 2px #eee;
	font-size: 42px;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	line-height: 48px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.slider-container {
border-top: 5px #222 solid;
}

.container-djl {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

blockquote.testimonial:before {
	content:no-open-quote;
}

blockquote.testimonial:after {
	content:no-close-quote;
}

blockquote.testimonial p {
padding-top: 5px;
}

.home-concept strong {
font-family: "Open Sans", cursive;
}

/* Primary */
.featured-box-primary i.icon-featured {
	background-color: #222;
}

.featured-box-primary h4 {
	color: #222;
}

.featured-box-primary .box-content {
	border-top-color: #222;
}

body.sticky-menu-active #header {
	min-height: 140px;
}

ul.history li .thumb {
	background: transparent url(../img/history-thumb.png) no-repeat 0 0;
	width: 327px;
	height: 260px;
	margin: 0 0 30px;
	padding: 0;
	float: left;
}

ul.history li .thumb img {
	border-radius: 250px;
	margin: 7px 8px;
	width: 245px;
	height: 245px;
}

ul.history li .featured-box {
	text-align: left;
	margin-left: 325px;
	margin-bottom: 50px;
	min-height: 115px;
}

.post-block {
	border-top: none;
}

.djl-bottom-border {
	border-bottom: 5px #222 solid;
}

#header.colored .header-top {
background-image:url(../img/royal_blue_texture_02.jpg);
}

#header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle, #header.flat-menu nav ul.nav-main li a {
  border-radius: 6px;
  padding-bottom: 38px;
}

#header.colored nav ul.nav-main li a {
  padding-bottom: 38px;
  padding-top: 40px;
    margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

#header nav ul.nav-main li a {
  font-size: 13px;
  line-height: 20px;
}

#header nav ul.nav-main ul.dropdown-menu > li > a {
  border-radius: 6px;
  font-size: 13px;
  line-height: 30px;
}

#header.flat-menu nav ul.nav-main ul.dropdown-menu {
	border-radius: 6px;
	border: #bbb 2px solid;
}

body.sticky-menu-active #header.flat-menu ul.nav-main > li > a {
	min-height: 28px;
	  margin-top: 8px;
} 

a.dropdown-toggle.sticky-menu-active {
	height: 73px;
}

.page-not-found h2 {
	color: #012351;
}

.page-not-found h2 {
	font-size: 90px;
	font-weight: 400;
	letter-spacing: -6px;
	line-height: 90px;
}

.thumb-info .thumb-info-title {
	bottom: 3%;
	background: rgba(36, 27, 28, 0.7);
}

#header.colored .header-top a {
	font-weight: 800;
}

.home-intro .learn-more {
	font-weight: 800;
	font-size: 1.2em;
}

.input-djl {
	color: #000;
}

.shorter2 {
	color: #fff;
}

.djl-img {
	padding: 15px;
	max-height: 380px;
	border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top right, #eeeeee 0%, #cccccc 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #eeeeee 0%, #cccccc 100%);
    border-image: linear-gradient(to bottom left, #eeeeee 0%, #cccccc 100%);
    border-image-slice: 1;
	background-color:#012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.djl-space {
	padding-bottom: 60px;
}

.djl-product {
	margin: 2px;
}

.mc-field-group {
	Margin-bottom: 20px;
	font-size:18px;
}
.mc-field-group label {
	color: #fff;
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
	padding: 6px;
	margin-right: 10px;
	border-radius: 8px;
}
div.mc-field-group input {
	color: #012351;
	border-radius: 8px;
	border: #012351 2px solid;
}

#mce-MMERGE3-country {
	color: #012351;
	border: #012351 2px solid;
}

#mc-embedded-subscribe {
	background-color: #510701;
	background-image:url(../img/dark_red_texture.jpg);
	font-size: 24;
	padding: 6px;
	border-radius: 8px;
}

.product-thumb-info {
    background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.blueimp-gallery>.indicator>li {
	height: 30px;
	width: 30px;
	border-radius: 30px;
}

section.featured2 {
  background: #222;
  color: #ddd;
  border-top: 5px solid #ccc;
  margin: 35px 0;
  padding: 50px 0;
}

p.tall2 {
	color: #ddd;
}

.feature-box .feature-box-icon2 {
  background: #ddd;
  border-radius: 35px;
  color: #012351;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}

.smaller {
	margin: -35px 0;
}

.footer-ribbon {
	display: none;
}

.djl-collection .btn, .djl-collection2 .btn, .djl-collection3 .btn, .djl-collection4 .btn {
	float:right;
}

.djl-collection {
	border: #012351 solid 4px;
	background-color: #222;
	min-height: 290px;
	box-sizing:border-box;
}

.djl-col-img {
	background-image:url(../img/exhibits/300x300-bookshelf.jpg);
}

.djl-col-img2 {
	background-image:url(../img/exhibits/300x300-map.jpg);
}

.djl-col-img3 {
	background-image:url(../img/exhibits/300x300-painting.jpg);
}

.djl-col-img4 {
	background-image:url(../img/exhibits/300x300-saddle.jpg);
}

.djl-collection div.feature-box-icon, .djl-collection2 div.feature-box-icon, .djl-collection3 div.feature-box-icon, .djl-collection4 div.feature-box-icon
{
	margin-left: 5px;
}

.djl-collection .feature-box-icon, .djl-collection2 .feature-box-icon, .djl-collection3 .feature-box-icon, .djl-collection4 .feature-box-icon  {
	height: 40px;
	width: 40px;
	font-size: 37px;
    line-height: 40px;
}

.djl-outline {
	border: #222 solid 5px;
	background-color: #eee;
	padding-bottom: 20px;
	Margin-bottom: 20px;
	background-image:url(../symphony.png);
}

.djl-outline2 {
	border: #012351 solid 4px;
	background-color: #222;
	background-image:url(../img/338x338-flip-02.jpg);
	min-height: 290px;
	box-sizing:border-box;
}

.djl-outline3 {
	border: #012351 solid 4px;
	background-color: #222;
	background-image:url(../img/338x338-flip-08.jpg);
	min-height: 290px;
	box-sizing:border-box;
}

.djl-outline4 {
	border: #012351 solid 4px;
	background-color: #222;
	background-image:url(../img/338x338-flip-06.jpg);
	min-height: 290px;
	box-sizing:border-box;
}

.djl-outline5 {
	border: #222 solid 4px;
	background-color: #012351;
	padding-bottom: 20px;
	background-image:url(../img/royal_blue_texture_02.jpg);
}
.djl-outline6 {
	border: #012351 solid 4px;
	background-color: #222;
	background-image:url(../symphony.png);
	min-height: 20px;
	box-sizing:border-box;
	margin-bottom: 2px;
}

.djl-padding {
	padding-bottom: 0px;
	padding-top: 0px;
}

.djl-padding2 {
	padding-top: 20px;
}

.djl-padding3 {
	padding-bottom: 20px;
}

.djl-padding4 {
	padding-right: 40px;
}

.djl-padding5 {
	padding-right: 10px;
}

.djl-padding6 {
	padding-top: 20px;
	padding-left: 5px;
}

.djl-padding7 {
	padding-left: 5px;
} 

.djl-padding8 {
	padding-left: 20px;
	padding-right: 20px;
} 

.djl-padding9 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.djl-border {
	border: #222 solid 1px;
}

.djl-border2 {
	border: #012351 solid 3px;
	-webkit-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
box-shadow: -3px -3px 23px -5px rgba(0,0,0,0.75);
}

.djl-border3 {
	border: #012351 solid 2px;
}

.djl-border4 {
	border: #701501 solid 2px;
}

.djl-margin {
	margin-bottom: 15px;
}

.djl-margin2 {
	margin-bottom: 35px;
}

.djl-margin3 {
	margin-left: 5px;
}

.djl-margin4 {
	  margin: 35px 0 0px !important;
}

.djl-margin5 {
	margin-bottom: 0;
}

.djl-margin6 {
	margin-bottom: 35px;
	margin-top: 15px;
}

.djl-margin7 {
	margin-bottom: 50px;
}

.djl-margin8 {
	margin-bottom: 10px;
}

.djl-margin10 {
	width: 70%;
	margin-left: 15%;
}

.djl-margin11 {
	margin-right: 2px;
}
.djl-margin12 {
	margin-bottom: -50px;
}

.djl-sword {
	margin-top: 30px;
	margin-bottom: 30px;
}

.djl-outline .btn, .djl-outline2 .btn, .djl-outline3 .btn, .djl-outline4 .btn, .djl-outline5 .btn, .djl-outline6 .btn {
	float:right;
}

.djl-outline5 .btn, .djl-outline .btn {
	margin-right: 10%;
}

.djl-font6 {
	padding: 10px;
	padding-bottom: 20px;
}

h4.djl-font6 {
	line-height: 34px;
}

.djl-font6 h4, .djl-font6 p {
	color: #fff;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #510701;
	background-image:url(../img/royal_blue_texture_02.jpg);
	border: 2px solid #eee;
	line-height: 36px;
	padding: 6px;
} 

.djl-icon .icon-featured, .djl-icon2 .icon-featured {
  width: 190px;
  height: 190px;
  font-size: 170px;
  line-height: 174px;
  border: #CCC 10px solid;
}
/*.djl-icon2 .icon-featured {
	background-color: #777;
}*/

.djl-outline6 .icon-featured {
  width: 190px;
  height: 190px;
  font-size: 170px;
  line-height: 174px;
  border: #CCC 10px solid;
}

.djl-outline .icon-featured, .djl-outline5 .icon-featured {
  width: 110px;
  height: 110px;
  font-size: 90px;
  line-height: 94px;
  border: #CCC 10px solid;
}

.djl-ticket h3 {
	padding-top: 20px;
}

.djl-ticket2 h3 {
	padding-top: 20px;
	color: #ddd;
}

.djl-ticket2 h4, .djl-ticket2 h5 {
	color: #ddd;
	line-height: 24px;
}

.djl-ticket h4, .djl-ticket h5 {
	line-height: 24px;
}

.djl-outline2 .feature-box-icon, .djl-outline3 .feature-box-icon, .djl-outline4 .feature-box-icon  {
	height: 40px;
	width: 40px;
	font-size: 37px;
    line-height: 40px; 
}

.djl-outline2 div.feature-box-icon, .djl-outline3 div.feature-box-icon, .djl-outline4 div.feature-box-icon
{
	margin-left: 5px;
}

.djl-blue {
	color: #012351 !important;
}

.djl-black {
	color: #000 !important;
}

.djl-white {
	color: #fff !important;
}

.djl-col1 {
	background-color: #eee;
	border-left: 10px #012351 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}
.djl-col2 {
	background-color: #eee;
	border-left: 10px #501701 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}
.djl-col3 {
	background-color: #eee;
	border-left: 10px #222 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}

.djl-col4 {
	background-color: #eee;
	border-left: 10px #012351 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}
.djl-col5 {
	background-color: #eee;
	border-left: 10px #501701 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}
.djl-col6 {
	background-color: #eee;
	border-left: 10px #222 solid;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
	margin-bottom: 10px;
}

.djl-col7 {
	background-color: #eee;
	border: 5px #777 solid;
	margin-bottom: 30px;
}

.djl-col8 {
	background-color: #eee;
	border-left: 2px #012351 solid;
	border-right: 2px #012351 solid;
	border-bottom: 2px #012351 solid;
	border-top: 10px #222 solid;
}

.home-intro p {
    max-width: 1400px;
}

.home-concept .djl-height {
	height: 380px;
}

.nopadding {
  padding: 2px !important;
  margin: 0 !important;
  outline: 2px solid #333;
  background: #333;
}

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.9);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #012351;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.card.hovercard .cardheader {
    background: url("/img/team/background-01.jpg");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0,0,0,0.6);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
} 

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn-custom2 {
border-radius: 50%;
width:32px;
height:32px;
line-height:18px;
}

.product-thumb-info .product-thumb-info-content {
    padding: 3px 15px 3px 15px;
}

.btn-custom {
  background-color: hsl(0, 69%, 8%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#811717", endColorstr="#220606");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#811717), to(#220606));
  background-image: -moz-linear-gradient(top, #811717, #220606);
  background-image: -ms-linear-gradient(top, #811717, #220606);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #811717), color-stop(100%, #220606));
  background-image: -webkit-linear-gradient(top, #811717, #220606);
  background-image: -o-linear-gradient(top, #811717, #220606);
  background-image: linear-gradient(#811717, #220606);
  border-color: #220606 #220606 hsl(0, 69%, 2.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36);
  -webkit-font-smoothing: antialiased;
}

.btn-custom3 {
  background-color: hsl(0, 69%, 8%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012351", endColorstr="#220606");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#012351), to(#220606));
  background-image: -moz-linear-gradient(top, #012351, #220606);
  background-image: -ms-linear-gradient(top, #012351, #220606);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #012351), color-stop(100%, #220606));
  background-image: -webkit-linear-gradient(top, #012351, #220606);
  background-image: -o-linear-gradient(top, #012351, #220606);
  background-image: linear-gradient(#012351, #220606);
  border-color: #220606 #220606 hsl(0, 69%, 2.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36);
  -webkit-font-smoothing: antialiased;
}

section.featured.map2 {
	background-image: url(../img/map-bottom-02.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-top: 0;
	border-top: 0;
}
section.featured.map3 {
	background-image: url(../img/Png/windows.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-top: 0;
	border-top: 0;
}

.fc th, .fc td {
	color:#012351;
}

.fc-content, .fc-event {
	background-color: #012351;
	border: 1px solid #222;
}

.video-djl2 {
	max-width: 70%;
	display: block;
	margin: 0 auto;
}

.video-bk-djl {
	background-color: #012351;
	background-image:url(../img/royal_blue_texture_02.jpg);
}

.featured-box-quartenary i.icon-featured {
	background-color: #01512f;
}
.featured-box-quartenary h4 {
	color: #01512f;
}

.featured-box-quartenary .box-content {
	border-top-color: #01512f;
}
.featured-box-tertiary i.icon-featured {
	background-color: #510710;
}
.featured-box-tertiary h4 {
	color: #510710;
}

.featured-box-tertiary .box-content {
	border-top-color: #510710;
}

.djl-center {
	text-align: center;
}

.djl-rounded {
	border-radius: 40px;
}
.panel-body {
	color: #012351;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
.djl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #ddd;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #cccccc;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
	background: rgba(0,0,0,.7);
	height: 200px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.thumb-info .thumb-info-title, .thumb-info .thumb-info-title:hover {
    background: none;
	
}
.price {
	padding-right: 2em;
	text-align:center;
}

.owl-theme .owl-controls .owl-buttons div {
	background-color: #012351;
}

.ecwid-fieldLabel {
	background-color:#eee !important;
	color:#012351 !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
	padding-left: 8px !important;
	border-radius: 6px !important;
   font-size: 1.4em !important;
}

.cfgen-form-value {
	color: #012351;
}
.cfgen-submit {
	background-color: #012351;
}

/* Responsive */
@media (max-width: 768px) {
ul.history li .thumb {
		display: none;
}

ul.history li .featured-box {
		margin-left: 0;
}
ul.history li .featured2-box {
		margin-left: 0;
}
section.featured .recent-posts .date .day {
	background: #FFF;
}

.djl-outline2 {
	background-image:url(../img/800x533-tickets-01.jpg);
}

.djl-outline3 {
	background-image:url(../img/800x533-tickets-02.jpg);
}

.djl-outline4 {
	background-image:url(../img/800x533-tickets-03.jpg);
}

.djl-outline5 .btn, .djl-outline .btn, .djl-outline6 .btn {
	margin-right: 10%;
}

.djl-outline7 .btn, .djl-outline .btn {
	margin-right: 10%;
}

.video-djl2 {
	max-width: 100%;
}
#quote-carousel .carousel-indicators {
        bottom: -20px !important;  
}
#quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
}
#quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
}
}

@media (min-width: 768px) {
	.container-djl {
		width: 750px;
	}
	.lead {
		font-size: 20px;
	}
	 #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
}
@media (min-width: 992px) {
	.container-djl {
		width: 970px;
	}
}

@media (min-width: 1200px) {

.container {
width: 90%;
}

.container-djl {
		width: 1170px;
	}
}

@media (max-width: 479px) {

.google-map {
	display:none;
}

.page-not-found h2 {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 60px;
	}
}



/******************** MY ADDITIONS ********************/

.mbc-ampm {
	font-variant: small-caps;
}
.mbc-form-container {
	border: 1px solid #ccc;
	padding: 15px;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
}
.mbc-vol-doc-img {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.mbc-fs-form-container {
	border: 1px solid #ccc;
}
