html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
}

a {
	color: #ad509c;
	text-decoration: none;
	outline: none !important;
}
a:hover {
        color: #ad509c;
	text-decoration: underline;
}

a.btn, .dropdown-menu a {
	text-decoration: none !important;
}

div.thumbnail {
	padding: 10px;
}
div.thumbnail h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}

.control-group {
	margin-bottom: 10px !important;
}

.form-horizontal .help-block {
	margin-top: 10px;
}

.required label {
	font-weight: bold !important;
}

.required .radio, .required .checkbox, .required .checkbox label {
	font-weight: normal !important;
}

.well, .thumbnail {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.well form {
	margin-bottom: 0;
}

.page-header {
	margin: 0 0 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #ad509c;
}

.page-header h1 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 5px;
	color: #ad509c;
}

h1 {
	font-size: 22px;
	line-height: 28px;
	color: #ad509c;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	color: #4e4e4e;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	color: #4e4e4e;
}

hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #4e4e4e;
}

td.nowrap {
	white-space: nowrap;
}

td p:last-child {
	margin-bottom: 0;
}

.table-borderless th, .table-borderless td {
	border-top: 0 !important;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#push {
	height: 60px;
}

#top-bar {
	line-height: 40px;
	background-color: #ad509c;
	color: #fdf8f2;
}
#top-bar a {
	color: #fdf8f2;
	margin: 0 5px;
}
#top-bar a:hover {
	color: #fff;
}
#top-bar .form-search {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 2px;
}
#top-bar .search-query {
	padding: 3px 10px;
}
#top-bar .input-append .btn {
	margin-top: 5px;
}

#header {
}

#logo {
	padding: 10px 0;
	text-align: center;
}

#content {
	padding: 20px 0;
}

#footer {
	height: 60px;
	background-color: #ad509c;
	color: #fdf8f2;
	line-height: 60px;
	text-align: center;
}
#footer a {
	color: #fdf8f2;
}
#footer a:hover {
	color: #fff;
}

.navbar {
        background-color: #4a4c67;
}
.navbar-inner {
        background-image: none;
        filter: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: #4a4c67;
}
.navbar .nav > li > a {
        text-shadow: none;
        color: #fff;
        padding: 15px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
        text-shadow: none;
	background-color: #ad509c;
        color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: #ad509c;
	color: #fff;
}
.dropdown-menu > li a,
.dropdown-submenu > a {
	background-color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
        background-image: none;
        filter: none;
        background-color: #ad509c;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
        background-image: none;
        filter: none;
        background-color: #ad509c;
}
@media (max-width: 979px) {
        .nav-collapse .nav > li > a,
        .nav-collapse .dropdown-menu a {
                color: #fff;
                font-weight: normal;
		background-color: #4a4c67;
        }
        .nav-collapse .nav > li > a:focus,
        .nav-collapse .nav > li > a:hover,
        .nav-collapse .dropdown-menu a:focus,
        .nav-collapse .dropdown-menu a:hover {
                background-color: #ad509c;
        }

	#top-bar .text-right {
		text-align: center !important;
	}
	#top-bar .pull-right {
		float: none !important;
	}
}

@media (max-width: 767px) {
	#header,
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		text-align: center;
	}
	.navbar .nav > li > a {
		padding: 10px;
	}
	#top-bar .text-right {
		text-align: center !important;
	}
	#top-bar .pull-right {
		float: none !important;
	}
	#top-carousel {
		margin-bottom: 20px;
	}
}

.btn-primary {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #8f2c74;
        *background-color: #8f2c74;
        background-image: -moz-linear-gradient(top, #ad509c, #8f2c74);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ad509c), to(#8f2c74));
        background-image: -webkit-linear-gradient(top, #ad509c, #8f2c74);
        background-image: -o-linear-gradient(top, #ad509c, #8f2c74);
        background-image: linear-gradient(to bottom, #ad509c, #8f2c74);
        background-repeat: repeat-x;
        border-color: #8f2c74;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad509c', endColorstr='#8f2c74', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
        color: #fff;
        background-color: #8f2c74;
        *background-color: #ad509c;
}

#top-carousel {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	-mox-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#top-carousel .carousel-cell {
	width: 100%;
	margin-right: 10px;
	text-align: center;
}
#top-carousel .flickity-page-dots {
	bottom: 10px;
}

#news .thumbnail {
	background-color: #fdf8f2;
	border: 7px solid #eec3d8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#news .thumbnail h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0;
}
#news .thumbnail h3 > a {
	color: #4e4e4e;
}
#news .thumbnail:hover {
	border-color: #ad509c;
}

.panel {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 4px solid #ad509c;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	-mox-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.panel img {
	display: block;
	margin: 0 auto;
}
.panel-heading {
	display: block;
	padding: 10px 15px;
	margin: -15px -15px 0px;
	font-size: 17.5px;
	font-weight: 500;      
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.panel-heading:hover {
	color: #ad509c;
}

.hover-effect {
	width: 100%;
	height: 200%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
border: 1px solid #ddd;
border-top: 4px solid #ad509c;
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
-mox-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hover-effect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hover-effect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.hover-effect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}

.hover-effect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 50px 0 0;
	padding: 7px 14px;
}

.hover-effect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hover-effect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hover-effect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hover-effect:hover h2,
.hover-effect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.img-responsive {
	width: 100%;
}

.contact-form-name {
    position: absolute !important;
    display: inline !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: .1 !important;
}
