.container .logoarea {
    display: block;
    margin: auto;
    float: none;
}

.navcontainer {
	background: #2E3191;
}

.fullwidth{
	width: 100% !important;	
}

.floatright{
	float:	right !important;
}

.navcontainer .ccm-search-block-text{
	margin-top:	2px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

header{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

div.ccm-page header nav ul li {
    padding: 2px;
    line-height: 25px;
	padding-bottom:0 !important;
}

div.ccm-page header nav ul{
	float:none;
}

form.ccm-search-block-form:before {
    font-size: 18px !important;
    padding: 5px 0;
}

div.ccm-page header{
	background:none;
}

div.ccm-page hr {
    margin: 45px 0 !important;
}


.navblock nav{
    float: left;
}

.navcontainer .floatright input{
	float:right;
    width: 100%;
}

main {
    /* background: red !Important; */
    /* padding-top: 20px; */
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #b5d0e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#b5d0e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#b5d0e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5d0e5',GradientType=0 );
    background-position: fixed;
    background-attachment: fixed;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
}

main .container {
    background: white;
}

div.ccm-page .ccm-image-slider-container{
	margin-bottom:0px !important;
}

div.ccm-page main{
	Padding-bottom:0 !important;
}

main > .container:last-child {
    padding-bottom: 20px;
}

.darkbg {
    background: #2E3191;
	padding:10px;
	color:#fff;
}

.ccm-block-testimonial img {
    border-radius: 50% !important;
	width: 200px;
	max-width:100%;
    max-height: 200px;
    margin: auto;
	border:2px solid #2E3191;
}

div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text{
	width: 100% !important;
}

h1.page-title {
    padding: 0;
    margin: 0;
    background: #eee;
    padding: 0 20px;
    margin: 15px 0;
}

div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
    color: #fff !important;
    background: #2e3192;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

div.ccm-page div.feature-home-page div.ccm-block-feature-item{
	padding-left: 60px !important;
}

.btn-success,
div.ccm-page .btn-success {
    color: #fff !important;
    background-color: #09f !important;
    border-color: #2E3191 !important;
}

div.ccm-page .btn-success:hover, 
div.ccm-page .btn-success:focus, 
div.ccm-page .btn-success:active, 
div.ccm-page .btn-success.active, .
open > .dropdown-togglediv.ccm-page .btn-success {
    color: #fff !important;
    background-color: #2E3191 !important;
    border-color:  #09f !important;
}

div.ccm-page img {
	margin:auto;
}

.ccm-custom-style-container.container {
    max-width: 100%;
}

.ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon{
    background: #09f !important;
}
.ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon:hover{
    background: #2E3191 !important;
}

footer.darkbg a:hover {
    color: white !important;
}

/*.easy-gallery-boxes .info{
	margin:0 !important;
	display:none !important;
}*/

.easy-gallery-boxes .info {
    margin: 5px !important;
    text-align: center;
}

.ccm-image-slider-text {
    width: 55% !important;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2{
    margin-bottom: 10px !important;
}

.navcontainer .page-title {
    display: none !important;
}


.file-picker-block li.list-group-item {
    display: inline-block;
    max-width: 300px;
    width: 22%;
    min-width: 200px;
    text-align: center;
    max-height: 100px;
    min-height: 100px;
    /* float: left; */
    margin: 1%;
}

.file-picker-block li h4.list-group-item-heading {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.file-picker-block .btn-open-file {
    background: #eee;
    padding: 5px 15px;
    border-radius: 5px;
}

.file-picker-block h3.file-picker-title {
	font-size: 18px;
    color: #09f;
    text-transform: uppercase;
    background: #eee;
    padding: 10px 20px;
}

.file-picker-block h4.list-group-item-heading a {
    color: #2e3191 !important;
}