/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */
.searchWrapper {background:#EDEDED;border-radius:3px;padding:20px;}
.letter a {color:white;padding:3px;margin-right:2px;border:1 px solid #ccc;background:#333;color:white;padding-left:8px;padding-right:8px;}
.letter a:hover {background:#ccc;color:black;}
.some-css-selector {font-size:13px;}





/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {
.logox {position:absolute;left:0px;top:-23px;width:189px!important}
}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {
  .logox {position:absolute;left:0px;top:-23px;width:189px!important}
}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {
.logox {position:absolute;left:0px;top:0px;width:189px!important;padding:0!important;margin:0!important;}
}


/** Tablets+  **/
@media (max-width: 992px) {
.logox {position:absolute;left:0px;top:-15px;width:189px!important}
}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}