/* ================================================================ *\
	#Adjustments
\* ================================================================ */

/* Lists and Images */
.content ul { margin-left: 20px; padding-bottom: 15px; font-size: 17.5px; }
.content ul li { list-style-type: disc; }
.content ul ul { padding-bottom: 0; }
.content ul ul li { list-style-type: circle; }
.content ol { margin-left: 20px; padding-bottom: 15px; font-size: 17.5px; }
.content ol li { list-style-type: decimal; }
.content ol ol { padding-bottom: 0; }
.content ol ol li { list-style-type: lower-alpha; }
.content dl dt { font-weight: bold; margin-left: 20px; }
.content dl dd { font-style: italic; margin-left: 40px; margin-bottom: 15px; }
.content img { max-width: 100% !important; height: auto !important; }
.content iframe { max-width: 100%; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eee; }

/* Header */
#header {background: url("/_assets/bankshot/img/textures/textwin4.png");border-bottom: 3px solid;border-image: url("/_assets/bankshot/img/textures/textwin4.png");}
#header .logo {padding: 5px;margin: 0px -32px -25px 0;background: url("/_assets/bankshot/img/textures/logotexture8.png");border-image: url("/_assets/bankshot/img/textures/logotexture7.png"); box-shadow: 3px 3px 10px 0px black;  -webkit-box-shadow: 3px 3px 10px 0px black; }
#header .header-top.color {background: url(/_assets/bankshot/img/textures/footer2.png);background-color: #363c43 !important;}
#header nav ul.nav-main li.active > a { color: white !important; font-size: 1.3em; background: #12a428; }
#header nav ul.nav-main li a { color: #fff; }
#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus { color: #2d343e; }
#header nav ul.nav-main > li > a:before { background: none; }
@media (max-width: 991px) {
	#header .social-icons, #header .search { display: block; }
	#header .nav-main-collapse {/* background: #00cd0a; */background: url("/_assets/bankshot/img/textures/textwin4.png");}
	.btn-responsive-nav { background: #272d35; }
	#header .logo { margin: 7px -32px -25px 0;}
	#header .nav-main ul li { border-bottom: 1px solid #00b409; }
}
@media (max-width: 600px) {
	#header nav ul.nav-top li { display: block; margin-top: 3px; }
}
section.page-top .page-top-info h2 { background: none; }
#header .search a { width: auto; color: #fff; font-size: 1.1em; font-weight: 100; text-decoration: none; }
#header .search a:hover, #header .search a:active { color: #000; text-decoration: none; }
#header input[type=search] { height: 45px; }
#header label { color: #fff; }

/* Sub Page Wood Header */
section.page-top .slider-container + .page-top-info { margin-top: -100px; }
section.page-top { margin-bottom: 10px; }
@media (max-width: 767px) {
	section.page-top .page-top-info h2 { color: #272d35; }
}

/* Homepage */
.portfolio-item, .thumb-info, .thumb-info-image, .thumb-info-image .img-responsive { width: 100%; }
@media (max-width: 767px) {
	.sort-destination.full-width .isotope-item { width: 100%; }
}

/* Blog */
ul.social_icons { margin-left: 0; }
ul.social_icons li { display: inline-block; }
.post-comments { width: 100% !important; }

/* Buttons */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #009a08; background-color: #00cd0a; }

/* Galleries */
.thumb-info .thumb-info-title {min-height: 70px;background: url(/_assets/bankshot/img/textures/footer1.png);}

/* Counters */
.counters .appear-animation:before { content: '$'; font-weight: 600; font-size: 60px; line-height: 60px; }
.counters strong { display: inline; }

/* Slider */
.owl-carousel .owl-item { text-align: center; }

/* Helpers */
.m-no { margin: 0 !important; }
.m-xs { margin: 7px !important; }
.m-sm { margin: 15px !important; }
.m-md { margin: 22px !important; }
.m-lg { margin: 30px !important; }
.mt-no { margin-top: 0 !important; }
.mt-xs { margin-top: 7px !important; }
.mt-sm { margin-top: 15px !important; }
.mt-md { margin-top: 22px !important; }
.mt-lg { margin-top: 30px !important; }
.mb-no { margin-bottom: 0 !important; }
.mb-xs { margin-bottom: 7px !important; }
.mb-sm { margin-bottom: 15px !important; }
.mb-md { margin-bottom: 22px !important; }
.mb-lg { margin-bottom: 30px !important; }
.ml-no { margin-left: 0 !important; }
.ml-xs { margin-left: 7px !important; }
.ml-sm { margin-left: 15px !important; }
.ml-md { margin-left: 22px !important; }
.ml-lg { margin-left: 30px !important; }
.mr-no { margin-right: 0 !important; }
.mr-xs { margin-right: 7px !important; }
.mr-sm { margin-right: 15px !important; }
.mr-md { margin-right: 22px !important; }
.mr-lg { margin-right: 30px !important; }
.m-auto { margin: 0 auto !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.p-no {padding: 0 !important;}
.p-xs { padding: 7px !important; }
.p-sm { padding: 15px !important; }
.p-md { padding: 22px !important; }
.p-lg { padding: 30px !important; }
.pt-no { padding-top: 0 !important; }
.pt-xs { padding-top: 7px !important; }
.pt-sm { padding-top: 15px !important; }
.pt-md { padding-top: 22px !important; }
.pt-lg { padding-top: 30px !important; }
.pb-no { padding-bottom: 0 !important; }
.pb-xs { padding-bottom: 7px !important; }
.pb-sm { padding-bottom: 15px !important; }
.pb-md { padding-bottom: 22px !important; }
.pb-lg { padding-bottom: 30px !important; }
.pl-no { padding-left: 0 !important; }
.pl-xs { padding-left: 7px !important; }
.pl-sm { padding-left: 15px !important; }
.pl-md { padding-left: 22px !important; }
.pl-lg { padding-left: 30px !important; }
.pr-no { padding-right: 0 !important; }
.pr-xs { padding-right: 7px !important; }
.pr-sm { padding-right: 15px !important; }
.pr-md { padding-right: 22px !important; }
.pr-lg { padding-right: 30px !important; }
.hover-only { display: none !important; }
.hover-only:hover, .carousel:hover .hover-only { display: block !important; }
.img-thumb { width: 73px; height: 60px !important; }
.fade-on-hover:hover { opacity: 0.7 !important; }
.no-text-decoration, .no-text-decoration a { text-decoration: none !important; }
iframe { max-width: 100% !important; }

@media print {

}