﻿.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.socialSide				{ position:fixed; right:0; top:35%; z-index:9999;}
.socialSide	a:hover 	{ opacity:0.7;}
.carosImg				{margin:0; padding:0;}

.socialSidel				{ position:fixed; left:0; top:35%; z-index:9999;}
.socialSidel	a:hover 	{ opacity:0.7;}
.carosImgl				{margin:0; padding:0;}


/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px 20px 30px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000 !important;
    text-decoration: none;
    cursor: pointer;
}

#myModal1 .modal-header {
	min-height: 16.43px;
	padding: 15px 0px 20px 25px;
	border-bottom: 1px solid #e5e5e5;
	background-color:#554276;
}
#myModal1 .modal-dialog {
	padding-left: 0;
}
#myModal1	.modal-content {
	width:575px;}

/*#myModal1 .modal-dialog { border: 10px solid #FFFFFF;}*/

#myModal1 h4.modal-title { color:#fff; text-shadow:#000 1px 1px 2px; font-size: 20px;}
#myModal1 .close {
	float: right;
	text-align:right;
	padding:1px 12px 1px 12px !important;
	margin-top:-40px;
	margin-right:0px !important;
	color: #C20001;
	font-size: 40px;
	background-color: #fff !important;
	border-radius: 50%;
}
#myModal1 .close:hover, .close:focus {
	color: #000 !important;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: .8;
}
#myModal1 button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.formHome	{font-size: 15px; color: #000;}
.pophelpno	{ font-size:16px; font-weight:bold; color: #351D05;}



.close {
	float: right;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	margin-top:-40px;
	margin-right: 115px !important;
}
.close:hover, .close:focus {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: .9;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	/*margin: 10px;
	border:10px solid rgba(0,0,0,0.5);
	border-radius:10px;*/
	padding-left:70px;
}
.modal-content {
	width:350px;
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	*box-shadow: 0 3px 9px rgba(0,0,0,.5)*/
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999989;
	background-color: #000000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color:#FFA500;
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (max-width:467px) {
.modal-dialog {
	width: 250px !important;
	margin: 10px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 200px
}
.one_third2 {
	width: 100px !important;
}
.carousel-caption {
    position: static;
}
}
@media (max-width:767px) {
.modal-dialog {
	width: 450px;
	margin: 20px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 200px
}
.one_third2 {
	width: 100% !important;
}
}
@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}

#flashimg img { width: 100%; height: 350px;}
#slideshow {height: 350px !important;}