/* CSS Document */

/* STYLE THREE BACKGROUNDS FOR IMAGE BASED BACKGROUND WEBSITES*/


body{
	background-color:#fff !important;	
	font-size:16px !important;
	background-image: url("../images/background-phone.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
}
body h3,body h2,body h1{
		color:#734e71;	
}

@media (min-width: 768px) and (max-width: 1200px) {
body{
	background-image: url("../images/background-tablet.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	}
}
@media (min-width: 1200px){
body{
	background-image: url("../images/background-desktop.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
		}
}
@media (min-width: 1921px){
	body{
		zoom:1.2 !important;
		background-size: 100% !important;
}}
@media (min-width: 2600px){
	body{
		zoom:1.4 !important;
}}
@media (min-width: 3000px){
	body{
		zoom:2.0 !important;
}}

@media (max-width: 500px){
body div{
	/*padding:3px !important;*/	
}
 .carousel-indicators{
		display:none !important;
}
}


.carousel-indicators{
		bottom: 5px !important;
}




.header{
	min-width:465px;	

}
.header-div{
	overflow:hidden !important;
}

hr{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	height: 0px !important;
	border: 1px solid #6C6C6C !important;
	/*border: 1px solid #fff !important;*/
	-webkit-box-shadow: 2px 2px 3px 2px rgba(25, 25, 25, 0.2);
	box-shadow: 2px 2px 3px 2px rgba(25, 25, 25, 0.2);
}

.navbar, .navbar-default, .navbar-collapse, .nav{
	background-color: transparent  !important;
	z-index: 120;
}


.nav > li.dropdown.open { 
position: static; 
}
.nav > li.dropdown.open .dropdown-menu {
	display:block; 
	width: 100%;
	 text-align: center; 
	 left:0; right:0;
	  }


.nav{
	background-color: transparent  !important;
	color:#734e71;
	font-size: 18px !important;
	font-weight: bold !important;
	font-variant:small-caps !important;
	z-index: 120;
	}
	
.nav a{
	background-color: transparent  !important;
	color: #734e71 !important;
	font-size: 20px !important;
	margin-top:6px !important;
	margin-bottom:6px !important;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.dropdown-menu {
	color: #734e71;
	background-color: rgba(237,237,237,0.60) !important;
}
.dropdown-menu a {
	color: #734e71;
	background-color: rgba(237,237,237,0.1) !important;
}
.dropdown-menu > li > a:hover,  .dropdown-menu > li > a:focus,  .dropdown-menu a:focus {
	color: #734e71;
	background-color: rgba(237,237,237,0.85) !important;
}

.footer{
	background-color: rgba(255,255,255,0.3);	
	
}
.footer h3{
	color: #734e71;
	font-weight:bold !important;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.faq{
	color: #734e71;
}

.panel {
	background-color: rgba(241,241,241,0.2) !important;
}
.panel-default > .panel-heading {
  color: #734e71;
  background-color: rgba(241,241,241,0.2) !important;
}
.carousel-caption{
	border-radius: 5px;
	background-color: rgba(219,219,219,0.50);
	padding-top: 0px;
	padding-bottom: 11px
}
.carousel-caption h3{
	font-size:32px;
	color:#734e71 !important;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	
	
}
@media (max-width:550px){
.carousel-caption h3{
	font-size:18px;	
}
.carousel-caption p{
	display:none !important;
}}

.carousel-indicators{
	color:#734e71 !important;
	
}
.carousel .carousel-indicators li {
    background-color:#734e71 !important;
}
