/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.ApColumn .widget-category_image .cate_content .cat_name{
    overflow:visible !important;
}

.block-category .category-cover{
    display:none !important;
}

.breadcrumb {
    display:none !important;
}

.breadcrumb + *{
margin-top:40px
}

.ApColumn .widget-category_image .title_block{
    opacity: 0.5;
}

.ApColumn .widget-category_image .gr-image ul li img{
    width: 450px;
}

.contact-rich .block .data,
.contact-rich .block .data a,
.form-control-label{
    color:#2969c9 !important;
}

.form-control,
.form-control-select{
background-color:#8bb0e8;
color:white;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.btn{
    color:white;
    background: #2969c9 !important;
}

.btn:hover{
    background-color: #505f74;
}