/*******************************************
***          YT Framework: css          ***
*******************************************/

[dir="rtl"] .chzn-container .chzn-drop, [dir="rtl"] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
    left: auto;
    right: -9999px;
}
[dir="rtl"] .chzn-container.chzn-with-drop .chzn-drop {
  right: 0;
}

/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}



/* 3 kolorowe boxy */



.home-layout1 .home-ps-content2 .custom-box div.col-sm-3 .custom-box-title h3 {
	padding-left: 30px;
}

.home-3-boxes .box-blue .custom-box-title {
	background-color: #015e88;
}

.home-3-boxes .box-green .custom-box-title {
	background-color: #137e41;
}

.home-3-boxes .box-red .custom-box-title {
	background-color: #991b01;
}



.home-3-boxes .box-blue {
	background-color: #029de2;
}

.home-3-boxes .box-green {
	background-color: #1eaa5a;
}

.home-3-boxes .box-red {
	background-color: #cc2604;
}

.home-3-boxes .join a {
	color: #555;
	background: white;
	padding: 2px 10px;
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin: 4px;
	margin-right: 10px;
	
}

.home-3-boxes .join a:hover {
	color: #000;
	background: #888;
	
	
}

