@charset "UTF-8";
/*
* {
    margin:0;
    padding:0;
  }
*/
body {
    background-color: #4d3673;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 14px; 
}
img { max-width:100%; border: 0px; }
.logo img {
    max-width: 150px;
    margin: 20px auto;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.owl-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.orange-bar {
    background-color: orange;
    color: white;
    padding: 10px;
}

.mailing-list {
    text-align: center;
    padding: 20px 0;
}

.green-bar {
    background-color: green;
    color: white;
    padding: 20px 0;
}

.testimonial-card {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.testimonial-card p {
    font-size: 16px;
    font-weight: 600;
}

.content-section {
    padding: 20px;
}

.carousel-image {
    width: 100%;
}

.content-section p {
    text-align: justify;
}

#pageContentArea{
	min-height:200px;
	margin-top:20px;
	margin-bottom:20px;
}


strong { font-weight: bold; }


::-moz-selection { background: #fe503e; color: #fff; text-shadow: none; }
::selection { background: #fe503e; color: #fff; text-shadow: none; }


/***** Big links / buttons *****/

.btn-big-1 {
	display: inline-block;
    padding: 5px 22px;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.btn-big-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.btn-big-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.btn-big-2 {
    text-align: center;
    display: inline-block;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 16px;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.btn-big-2:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.btn-big-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.btn-big-3 {
	display: inline-block;
    padding: 25px 35px;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.btn-big-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.btn-big-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.table-bordered {
  border: 1px solid #4d3673;
}
.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 #4d3673;
}
.text-primary {
  color: #4d3673;
}
.bg-primary {
  color: #fff;
  background-color: #4d3673;
}
.btn-primary {
  color: #fff;
  background-color: #4d3673;
  border-color: #3C2958;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3C2958;
  border-color: #392754;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3C2958;
  border-color: #3C2958;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3C2958;
  border-color: #3C2958;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3C2958;
  border-color: #392754;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #4d3673;
  border-color: #3C2958;
}
.btn-primary .badge {
  color: #4d3673;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #4d3673;
  border-radius: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d3673;
  outline: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #4d3673;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #4d3673;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4d3673;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4d3673;
  border-color: #3C2958;
}
.label-primary {
  background-color: #4d3673;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4d3673;
  background-color: #fff;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4d3673;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4d3673;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4d3673;
  border-color: #4d3673;
}
.panel-primary {
  border-color: #4d3673;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4d3673;
  border-color: #4d3673;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4d3673;
}
.panel-primary > .panel-heading .badge {
  color: #4d3673;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4d3673;
}
.form-control {
    border:1px solid rgba(0,0,0,0.1);
    padding: 2px 10px;
    min-height: 45px;
    background-color:rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}
.form-control:focus {
  border-color: #7654af;
  outline: 0;
  background-color: lightblue;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(89, 63, 133, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(89, 63, 133, .6);
}
.form-horizontal .control-label {
    padding-top: 12px;
}
/***** Page title *****/

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

.page-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

.page-title-container p {
    margin-left: 5px;
    color: #ddd;
    font-size: 13px;
}

.page-container {
    background-color: #fff;
}
.wrapper-header {
	width:100%;
}

@media only screen and (max-width: 767px) {



.iframe {
    width: 100px;
   
}

.innerframe {
	width:1200px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}




.formdivider {
	width:100%;
	height:1px;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	display:block;
}

.tableLeftText {
	font-size:14px;
	text-align:right;
	padding-right:5px;
}

.tableLeftText2 {
	font-size:14px;
	text-align:left;
	padding-left:5px;
}

.tableCenterText {
	font-size:14px;
	text-align:center;
	
}

.sa table {
    border-collapse: collapse;
	
}

.sa table, .sa th, .sa td {
    border: 1px solid #4d3673;
}

.container-frame table {
color:#fff;
	
}

.container-frame table ,.container-frame th ,.container-frame td  {
    border: 0;
}

.sa tr:nth-child(even) {background-color: #f2f2f2}

.contentBox {
	width:100%;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
    border: 1px solid #4d3673;
    border-radius: 10px;
	margin-bottom:20px;
}



/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {

	
}
.h60{
    height:60px;
}
.h80{
    height:80px;
}
.footer{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}
.footer-link a{
    color: #4ea0be;
    text-decoration: none;
}
.footer-link a:hover, .footer-link a:focus {
    color: #a7e1f6;
    text-decoration: none;
}
@media (max-width: 767px) {
    .footer-link a{
        font-size: 10px;
    }
}

.scrollToTop{
	width:40px; 
	height:35px;
	line-height:35px;
	background: #eb3630; 
	font-size: 18px; 
	color: #ffffff; 
	border-left: solid 2px #febc04; border-right: solid 2px #febc04; border-top: solid 2px #febc04; 
	border-radius: 8px 8px 0px 0px; 
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:10px;
	display:none;
	z-index:100000;
}
.scrollToTop:hover{
	text-decoration:none;color: #febc04;background: #eb3659;opacity: 0.5; filter: alpha(opacity=50);
}

.checkbox input[type=checkbox].margin-checkbox{
	margin-left: -40px;
}
.checkbox label.no-padding-bold{
	padding-left: 0px;
	font-weight:bold;	
								
}
@media screen and (max-width: 729px) {
       .checkbox input[type=checkbox].margin-checkbox{
			margin-left: 0px;
		}
		.checkbox label.no-padding-bold{
			padding-left: 20px;
		}
} 