/* Add here all your CSS customizations */


/* Add here all your CSS customizations */
.bor-gra {
	content: "";
	position: absolute;
    background: -moz-linear-gradient(90deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
    background: -o-linear-gradient(90deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
}



.bor-gra-t {

	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
    background: linear-gradient(0deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
}

.bor-gra-b {
	width: 100%;
	height: 50px;
	left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(13,93,94,0) 0%, rgba(13,93,94,1) 100%);
}

.Zbor-gra-l {
	width: 150px;
	height: 100%;
	left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(13,93,94,0) 70%, rgba(13,93,94,1) 100%);
}

.Zbor-gra-r {
	width: 150px;
	height: 100%;
	right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(13,93,94,0) 70%, rgba(13,93,94,1) 100%);
}



    html .RadSearchBox  .rsbInput  
    {
        height: 55px;
    }


    html .RadSearchBox .rsbInput {
        height: 50px;
        font-size: 32px;
        padding:5px 0px;
    }


    html .RadSearchBox .rsbButton {
        height: 50px;
        width:60px;
        background-color:#ccc;
        margin:1px;
    }

    .rsbIcon rsbIconSearch { 
    }


.thumb-info .thumb-info-title {
    bottom: 10%;
    padding: 9px 11px 9px;
    max-width: 90%;
}

 .thumb-info .thumb-info-type {
     display:none;
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
    line-height:20px;
}


 .home-intro p em {
    color: #c23043;
}
.home-intro p em {
    color: #00aaff;
}
.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}