/*

Template:  Chondo Hotel
Author: Hastech
Version: 1
Design and Developed by: Hastech

NOTE: This is color stylesheet of Color Scheme.

*/


/*************************
		General
*************************/


/** selection **/

*::-moz-selection {
    background: #50C1F0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #50C1F0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #50C1F0;
    color: #fff;
    text-shadow: none;
}

.news-desc .read-more > a {
    background: #3ac4fa;
}


