.content-wrapper {
	float: left;
	margin-top: 78px;
	width: 100%;
	padding-top: 5px;
    min-height: 70vh;
}
@media screen and (min-width: 600px) {
    .content-wrapper {
        padding-top: 30px;
        margin-top: 128px;
    }
}
.block-wraper .card-image img{
    height: 252px;
}
@media screen and (min-width: 992px) {
    .block-wraper .card-image img{
        height: 252px;
    }
}
@media screen and (min-width: 600px) {
    .block-wraper .card-image img{
        height: 252px;
    }
}
.content {display:none;}
.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}
.mg-right10 {
    margin-right: 10px;
}
.footer {
    /*position: fixed;*/
    float: left;
    width: 100%;
    bottom: 0;
    height: 60px;
    padding-top: 14px;
    background: #ccc;
    color: #00BCD4 !important;
}
.footer a.grey-text.text-lighten-4 {
    color: #00BCD4 !important;
}
.desktop i {
    height: 0px !important;
    line-height: 45px !important;
    font-size: 1.4rem !important;
    margin:0 auto;
}
.desktop .text{
    top: 12px !important;
    position: relative;
}
@media only screen and (min-width: 1350px) {
    .container {
      width: 70% !important;  
    }
}
@media only screen and (min-width: 993px) {
    .container {
      width: 80% !important;  
    }
}
img.responsive, .example-image {
    max-width: 100%;
}
.title1 {
    height: 40px;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    background: #bbdefb;
    margin-top: 30px;
}
.width2 {
    width: 390px !important;
}
.grid-item {
    width: 195px;
    border: 2px solid #4CA2CF;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
}
.grid-item .col-md-12{
    width: 100%;
    padding:0px !important;
}
.width2 { width: 390px; }
.grid-item .caption{
    width: 100%;
    text-align: center;
    padding:10px 0px 10px 0px !important;
    background: #4CA2CF;
    color:#fff;
    float:left;
}
@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0px !important;
    }
    nav ul a {
        font-size: 11px !important;
    }
    .about-img {
        /*max-height: 320px;*/
        width: 100%;
    }
    iframe {
        max-width: 100% !important;
        height: 250px !important;
    }
}


nav .brand-logo {
    float: left;
    position: relative !important;
}

@media (max-width: 767px) {
    .grid-item,
    .grid-item.width2{
        width: 100% !important;
    }
    .grid-item .img-para,
    .grid-item.width2 .img-para{
        width: 100% !important;
        float:left;
    }

    .nav-bar .nav-wrapper ul {
        width: 100%;
    }
    .nav-bar .nav-wrapper ul li {
        width: 20% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center !important;
    }
}
.card:hover {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
.card {
	transition: .2s ease-out;
}
.mg-bot30 {
	margin-bottom: 30px;
}
.collection .collection-item.avatar {
	min-height: 50px !important;
}
.secondary-content {
	color: #00BCD4;
}
.collection .collection-item.avatar .title {
    line-height: 29px;
}
.collection .collection-item.avatar .circle1 {
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
#slider .slides img {
    height: 220px !important;
}
#carousel .slides img {
    height: 110px !important;
}
i.left {
    margin-right: 5px !important;
}

@media screen and (min-width: 600px) {
    #slider .slides img {
        height: 450px !important;
    }
    #carousel .slides img {
        height: 120px !important;
    }
}