@import url('../../../css/reset.css');
@import url('../../../css/bootstrap-glyphicons.css');
@import url('../../../css/docs.css');
@import url('../../../css/font-awesome/css/font-awesome.min.css');
@import url('../../../css/social-buttons.css');
/* DO NOT REMOVE OR CHANGE ABOVE THIS LINE 
************************************************/


@media (min-width:960px) {

/*fix to make dropdowns activate on hover only on desktops
******************************************/
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	margin:-3px 0 0 0;
	border-top:none;
}
a.menu:after, .dropdown-toggle:after {
	content: none;
}
/*****************************************/

}
.page{
	padding:0;
	margin:0 0 0 0;
}
.adminBar{
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
ul.adminNav li a{
	font-size:12px !important;
}
.adminPage{
	width:95%;
	padding:20px 10px 10px 0;
	margin:-18px auto 0 auto;
	border:1px solid #666;
	border-top:none;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	box-shadow:0px 0px 10px 3px #ccc;
	-moz-box-shadow:0px 0px 10px 3px #ccc;
	-webkit-box-shadow:0px 0px 10px 3px #ccc;
	background-color:#fff;
}
.social{
	text-align:center;
	margin:10px;
}
.social img{
	width:30px;
}
.debugger{
	position:fixed;
	bottom:0;
	background-color:#333;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 10px;
	margin:0;
	height:20px;
	line-height:20px;
	overflow:hidden;
	box-shadow:0px 0px 10px 3px #000;
	-moz-box-shadow:0px 0px 10px 3px #000;
	-webkit-box-shadow:0px 0px 10px 3px #000;
	border-top:1px solid #666;
	z-index:9999;
}
.debugger h3{
	margin:0 0 20px 0;
	font-size:18px;
	line-height:20px;
}
.debugger a{
	float:right;
	margin:0 20px 0 0;
	font-size:14px;
	color:#006;
}
.theme-thumb{
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:150px;
	padding:10px;
	text-align:center;
	margin:0 10px 10px 0;
}
.theme-thumb-active{
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:150px;
	padding:10px;
	text-align:center;
	margin:0 10px 10px 0;
	background-color:#FFC;
}
.theme-thumb img{
	width:130px;
	height:100px;
}
table.calendar{
	background-color:#F4F4F4;
}
td.cal_heading{
	border:1px solid #ECEEFD;
	text-align:center;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	background-color:#4446AC;
	color:#fff;
}
b.cal_title{
	font-size:10px;
}
td.cal_cell{
	height:97px;
	width:97px;
	border:1px solid #ECEEFD;
}
.rowSelected{
	background-color:#ECEEFD;
}
td.cal_cell.active{
	background-color:#33C;
}
.cal_cell_content{
	margin:0;
	height:100%;
	background-color:#ECEEFD;
}

/*--------Custom Styling-----------*/

h1, .h1 {
	font-size: 32px;
}

.topnav {
	overflow:auto;
}

.topnavleft {
	padding-right: 0px;
}

.topnavright {
	padding: 10px 0px 10px 0;
	background: #CCC;
	}
	
.topnavbar li {
	float: right;
	display: block;	
}

.topnavbar li a {
	padding: 15px;
	color: #000;
}

#header {
	background: #f1f1f1;
	padding-bottom: 20px;
}

.navbar {
	margin: 0 0 10px 0;
}

.navbar-nav li a {
	padding: 10px 10px;
}

.navbar-default {
	background: #830051;
}

.logo img{
	margin: 0 auto;
}

.carousel-caption {
	display: none;
}

.main {
	width: 80%;
	margin: 0 auto;
	display: block;
	overflow: auto;
	margin-top: 10px;
	}
	
.box-links {
	width: 100%;
	overflow: auto;
	clear:both;
	margin-top: 10px;
	padding: 10px 0 20px;
	background: #f1f1f1;
}

.inner-box-links {
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.inner-box-links img {
	margin-top: 10px;
}

.inner-box-links img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */	
}
	
.btn-primary {	
    text-align:center;
	padding: 5px 0px;
	border-radius: 5px;
	background: #cb60b3;
    background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #c146a1), color-stop(51%, #a80077), color-stop(100%, #db36a4));
    background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -o-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -ms-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );
    -webkit-transition: ease-in-out all .35s;
    -moz-transition: ease-in-out all .35s;
    -o-transition: ease-in-out all .35s;
    transition: ease-in-out all .35s;
}

.btn-primary:hover {
	background: #db36a4; 
	background: -moz-linear-gradient(top, #db36a4 0%, #a80077 49%, #c146a1 50%, #cb60b3 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db36a4), color-stop(49%, #a80077), color-stop(50%, #c146a1), color-stop(100%, #cb60b3)); 
	background: -webkit-linear-gradient(top, #db36a4 0%, #a80077 49%, #c146a1 50%, #cb60b3 100%);
	background: -o-linear-gradient(top, #db36a4 0%, #a80077 49%, #c146a1 50%, #cb60b3 100%);
	background: -ms-linear-gradient(top, #db36a4 0%, #a80077 49%, #c146a1 50%, #cb60b3 100%);
	background: linear-gradient(to bottom, #db36a4 0%, #a80077 49%, #c146a1 50%, #cb60b3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db36a4', endColorstr='#cb60b3', GradientType=0 );
}

.btn-primary a {
	color: #fff;
}
		
.top-footer{
	width: 100%;
	overflow: auto;
	clear:both;
	margin-top: 10px;
	padding: 10px 0 20px;
	background: #fff;
}
	
.inner-top-footer {
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.inner-top-footer h3 {
	color: #fff;
	background: #830051;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.features ul {
	list-style-position: inside;
}

#carousel-testimonials .carousel-item {
	min-height: 200px;
	
}

#carousel-testimonials .carousel-caption {	
	bottom: 50%;	
	transform: translateY(50%);
	display: block;
	padding: 0px;
	text-shadow:none;
	color: #000;
}

#carousel-testimonials .carousel-control {
	display:none;
}


.contact-container {
	padding: 20px;
	background: #f1f1f1;
}
	
.bottom-fixed {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
}

/*** responsive google map ****/


    .google-maps {
        position: relative;
        padding-bottom: 40%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
	.google-maps2 {
        position: relative;
        padding-bottom: 66%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

	
	