/*----- Colored Css -----*/
/* Bu ayarlar, yalnızca temanın renklendirilmeisnde kullanılmaktadır. */


/* Background Settings */

.colored-bg {
	background-color:	rgba(46,166,191,1) !important;
}
.colored2-bg {
	background-color:#333 !important;
}
.colored3-bg {
	background:rgba(242,242,242,1) !important;
}
.colored4-bg {
	background:rgba(41,149,172,1) !important;
}
.colored5-bg {
	background:#666!important;
}
.colored6-bg {
	background: #248c64 !important;
}
.mask-bg {
	background: rgba(0,0,0,0.8) !important;
}
.starcolor {
	color:#dacf19;
}
@media screen and (max-width:992px) {

.res-colored-bg {
	background:rgba(46,166,191,1) !important;
}
.res-colored2-bg {
	background:#333 !important;
}
.res-colored3-bg {
	background:rgba(242,242,242,1) !important;
}
.res-colored4-bg {
	background:rgba(41,149,172,1) !important;
}
.res-colored5-bg {
	background:#666!important;
}
.res-colored6-bg {
	background: #248c64 !important;
}
}
/* Background Settings End */

/* Text Color Settings */
.colored {
	color:rgba(46,166,191,1) !important;
}
.colored2 {
	color:#333 !important;
}
.colored3 {
	color:rgba(242,242,242,1) !important;
}
.colored4 {
	color:rgba(41,149,172,1) !important;
}
.colored5 {
	color:#666!important;
}
.colored6 {
	color: #248c64 !important;
}

@media screen and (max-width:992px) {

.res-colored {
	color:rgba(46,166,191,1) !important;
}
.res-colored2 {
	color:#333 !important;
}
.res-colored3 {
	color:rgba(242,242,242,1) !important;
}
.res-colored4 {
	color:rgba(41,149,172,1) !important;
}
.res-colored5 {
	color:#666!important;
}
.res-colored6 {
	color: #248c64 !important;
}
}
/* Text Color Settings End */

/* Border Color Settings */
.bc-colored  {
	border-color:rgba(46,166,191,1) !important;
}
.bc-colored2 {
	border-color:#333 !important;
}
.bc-colored3 {
	border-color:rgba(242,242,242,1) !important;
}
.bc-colored4 {
	border-color:rgba(41,149,172,1) !important;
}
.bc-colored5 {
	border-color:#666!important;
}
.bc-colored6 {
	border-color:#248c64 !important;
}

/**/
.bc1 {
	border-color:rgba(0,0,0,0.1) !important;
}
.bc2 {
	border-color:rgba(255,255,255,0.1) !important;
}
.bc3 {
	border-color:rgba(255,255,255,0.3) !important;
}

@media screen and (max-width:992px) {

.res-bc-colored  {
	border-color:rgba(46,166,191,1) !important;
}
.res-bc-colored2 {
	border-color:#333 !important;
}
.res-bc-colored3 {
	border-color:rgba(242,242,242,1) !important;
}
.res-bc-colored4 {
	border-color:rgba(41,149,172,1) !important;
}
.res-bc-colored5 {
	border-color:#666!important;
}
.res-bc-colored6 {
	border-color:#248c64 !important;
}

/**/
.res-bc1 {
	border-color:rgba(0,0,0,0.1) !important;
}
.res-bc2 {
	border-color:rgba(255,255,255,0.1) !important;
}
.res-bc3 {
	border-color:rgba(255,255,255,0.3) !important;
}
}
/* Border Color Settings End */

/* Sosyal Medya Colord Settings */
.facebook {
	color:#3a5795;
}
.facebook-bg {
	background: #3a5795;
}

.twitter {
	color:#55acee;
}
.twitter-bg {
	background: #55acee;
}

.google {
	color:#d73d32;
}
.google-bg {
	background: #d73d32;
}

.instagram {
	color:#2e5e86;
}
.instagram-bg {
	background: #2e5e86;
}
.kale {
	color:#0d223b;
}
.kale-bg {
	background: #0d223b;
}
/* Sosyal Medya Colored Settings End */

/*----- Hover Settings -----*/

/* Background Hover */



/* Background Hover End */

/* Bağımsız Hover Settings */
.colored-hover:hover {
	background:	rgba(46,166,191,1) !important;
	opacity: 1 !important;
	color:#fff !important	;
}
.colored-hover:hover .colored {
	color: #fff !important	;
	opacity: 1 !important;
}
.colored-hover:hover span {
	color: #fff !important	;
	opacity: 0.9 !important;
}
.colored-hover2:hover {
	background:	rgba(42,151,173,1) !important;
}
.colored-hover3:hover {
	background-color:rgba(0,0,0,0.1) !important;
}
.colored-hover4:hover {
	background-color:rgba(255,255,255,0.5) !important;
}
.colored-hover-text:hover {
	color:rgba(46,166,191,1) !important;
	opacity: 1 !important;
}
.colored-hover-text3:hover {
	color:rgba(46,166,191,1) !important;
	opacity: 1 !important;
}
.colored-hover-text4:hover {
	color:#fff !important;
}
.colored-hover5:hover {
	background-color:#333 !important;
}
/* Bağımsız Hover Settings End */

/*----- Hover Settings End -----*/



