div#k2FilterSelectors {
    max-width: 700px;
    margin: 30px auto 0px;
}

form#filterForK2Module683Form {
    max-width: auto;
    margin: 0 auto;
}
form#filterForK2Module683Form .select2-container .select2-selection--single {
    height: 50px;
}
form#filterForK2Module683Form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}
form#filterForK2Module683Form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
form#filterForK2Module683Form .select2-container:first-of-type .select2-selection--single {
    border-radius: 2px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: 0px;
}

.chosen-container-single .chosen-search input[type="text"]{
	display:none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.filter_field_text.field_text.k2FilterSelect.selectContainerLast, .filter_field_cats.field_chosenm.k2FilterSelect.selectContainerLast {
    float: left;
}

.k2FilterSelectInner label{
	display:none;
}

.title-proffs-heder{
	padding:100px 0px 0px 0px;	
}

.chosen-container-single .chosen-single{
    border: solid 2px #e6e6e6;
    background-color: #fff;
	background:#fff;
	border-radius: 4px;
    font-size: 18px;
    text-align: right;
    color: #232222;
	box-shadow:none;
	height: auto;
	padding:12px 10px;
	
}
.filter_field_cats.field_chosens.k2FilterSelect.selectContainerLast {
    margin: 0px 0px 0px 15px;
	float:right;
}



.processTextSearch{
	border: solid 2px #e6e6e6;
	background-color: #FFFFFF; 
    background-image:transparent;
}

div#gkMainbodyBottom .box h3.header {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #212f3f;
}


.chosen-container-multi .chosen-choices{  
    width: 100%;
    border-radius: 4px;
    padding: 10px 0px;
	border: solid 2px #e6e6e6;
}

.chosen-container-single .chosen-single div b {
    background: url(/images/muvtal_icons/open_blue.png) no-repeat 1px 21px;
    width: 30px;
}

.chosen-with-drop .chosen-container-single .chosen-single div b:active {
 	background: url(/images/muvtal_icons/open_blue.png) no-repeat 1px 21px;
    width: 30px;
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);  
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #e6e6e6; 
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; 
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; 
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#ffffff 20%, #ffffff 80%); 
    background-image: -moz-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#ffffff 20%, #ffffff 80%);
    background-image: linear-gradient(#ffffff 20%, #ffffff 80%); 
    box-shadow: 0 1px 0 #fff inset; */
}

#field_text_683{  
    width: 100%;
    border-radius: 2px;
	outline: none;
	font-size: 18px;
	color: #232222;
	/*margin: 0px 10px !important;*/
	margin: 0px !important;
    padding: 15px 20px 12px 0px;
	border: solid 1px #ccd4dd;
	box-sizing: border-box;
}


.itemsContainerWrap .itemView  .itemBlock h2{
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  height: 60px;
  overflow: hidden;
}

.itemImageBlock{
  margin: 0 0 0px; 
}

.itemBody {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.itemList article {
   padding-top: 0px; 
}

.caption {
    width: 100%;
    height: 253px;
    margin: 0;
    position: absolute;
    bottom: 36%;
    padding: 20px;
    background: rgba(17, 156, 251, 0.8);
    overflow: hidden;
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transform: translateY(100%);
}

.itemBody:hover .caption {
    transform: translateY(36%);
}

.itemBody .caption .caption-title{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
}

.itemBody .caption .itemIntroText {
	font-size: 16px;
	text-align: right;
	color: #ffffff;
	font-weight:300;
}

.itemBody .caption .read-more-button{
	padding: 10px 40px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    border-radius: 2px;
    color: #ffffff;
    border: solid 1px #ffffff;
}


.itemBody .caption .read-more-button:hover{
	background-color:#ffffff;
	color:rgba(17, 156, 251, 0.8) !important;
    border: solid 1px #ffffff;
}
.itemBody .caption .read-more-button:hover{
	color:rgba(17, 156, 251, 0.8) !important;
}


.container-button-all-articles {
    width: auto;
    margin: 55px auto 0px;
    display: table;
}

.container-button-all-articles button.btn-default.bg-red {
    padding: 22px 45px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
	display: initial;
}


.container-button-all-articles button.btn-default.bg-red:hover {
	border:1px solid #fa266d;
	background-color:#fa266d;
    color: #fff;
}

.itemList {
    margin: 50px 0px 0px 0px;
}

.itemContainer {
    float: right;
}

.itemContainer.itemContainerLast {
    width: 33.2%;
}
#field_cats_683_chosen {
	display:none;	
}
/*form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/images/muvtal_icons/open_blue.png);
    border-color: none;
    border-style: none;
    border-width: 0;
    height: 9px;
    left: 50%;
    margin-left: 20px;
    margin-top: auto;
    top: calc( 50% - 4px);
    width: 12px;
}*/