
	-------------------------------------------------------------------------------------------- ***/



/*** COLORING BORDER
------------------------------------------------------------------------- ***/
.border-white { border-color: white; }

/* BACKGROUND COLOR
------------------------------------------------------------------------- ***/
.bg-white       { background-color: white !important; }
.bg-white25			{ background-color: rgba(255, 255, 255, .25); }
.bg-white50			{ background-color: rgba(255, 255, 255, .50); }
.bg-white75			{ background-color: rgba(255, 255, 255, .75); }

.bg-gray-light 		{ background-color: #EDEFF2 !important; }
.bg-gray-medium 	{ background-color: #e2e4e8 !important; }
.bg-gray-strong 	{ background-color: #dadce1 !important; }

.bg-yellow-light 	{ background-color: #FEFBEA !important; }
.bg-yellow-medium 	{ background-color: #FDF7D5 !important; }
.bg-yellow-strong 	{ background-color: #FDF3BF !important; }

.bg-blue-light 		{ background-color: #E9F3FD !important; }
.bg-blue-medium 	{ background-color: #D4E6F9 !important; }
.bg-blue-strong 	{ background-color: #BFD9F4 !important; }

.bg-green-light 	{ background-color: #E6F6E5 !important; }
.bg-green-medium 	{ background-color: #D1EED0 !important; }
.bg-green-strong 	{ background-color: #BCE5BB !important; }

/* HR coloring */
.bg-gray-light > hr 	 { border-top-color: #d9dadc; }
.bg-gray-medium > hr 	 { border-top-color: #cbced2; border-bottom-color: #f3f4f4; }
.bg-gray-strong > hr 	 { border-top-color: #c2c3c7; border-bottom-color: #eeefef; }
.bg-yellow-light > hr  	 { border-top-color: #f0eaca; border-bottom-color: #ffffff; }
.bg-yellow-medium > hr 	 { border-top-color: #ede19a; border-bottom-color: #ffffff; }
.bg-yellow-strong > hr 	 { border-top-color: #ecd978; border-bottom-color: #ffffff; }
.bg-blue-light > hr 	 { border-top-color: #ccd9e3; }
.bg-blue-medium > hr 	 { border-top-color: #c2d3e0; border-bottom-color: #f3f8fd; }
.bg-blue-strong > hr 	 { border-top-color: #b1c5d8; border-bottom-color: #eef4fb; }
.bg-green-light > hr	 { border-top-color: #c7ddc4; }
.bg-green-medium > hr	 { border-top-color: #bfd7bc; border-bottom-color: #f2fbee; }
.bg-green-strong > hr	 { border-top-color: #adc9ad; border-bottom-color: #e9f5e4; }



/*
.bg-blue-light > .list-bordered li,
.bg-blue-medium > .list-bordered li,
.bg-blue-strong > .list-bordered li {
  border-bottom-color: rgba( 0, 0, 0, 0.1);
  border-top-color: rgba( 255, 255, 255, 0.5);
}*/

/*** BACKGROUND GRADIENT
------------------------------------------------------------------------- ***/
.bgr-blue {
		background: #1b6db5;
	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b8ce2), color-stop(100%,#1b6db5));
		background: -webkit-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background:    -moz-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 	-ms-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 	 -o-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 		linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b8ce2', endColorstr='#1b6db5',GradientType=0 );
		border-top-color:#1b6db5;
}
.bgr-black {
		background: #202020;

		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#202020));
		background: -webkit-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background:   -moz-linear-gradient(top,  #3d3d3d 0%, #202020 100%);
		background:     -ms-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background: 	 -o-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background: 		linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#202020',GradientType=0 );
		border-top-color:#202020;
}
.bgr-green {
		background: #1d7813;
	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9c29), color-stop(100%,#1d7813));
		background: -webkit-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background:    -moz-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background: 	-ms-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background: 	 -o-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background:         linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9c29', endColorstr='#1d7813',GradientType=0 );
		border-top-color:#1d7813;
}
.bgr-orange {
		background: #d47301;

		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49a39), color-stop(100%,#d47301));
		background: -webkit-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background:    -moz-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background: 	-ms-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background:	 	 -o-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background: 		linear-gradient(top, #f49a39 0%, #d47301 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a39', endColorstr='#d47301',GradientType=0 );
		border-top-color:#d47301;
}
.bgr-red {
		background: #b51c23;

		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e93d3d), color-stop(100%,#b51c23));
		background: -webkit-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background:    -moz-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 	-ms-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 	 -o-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 		linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93d3d', endColorstr='#b51c23',GradientType=0 );
		border-top-color:#b51c23;
}
.bgr-yellow {
		background: #d7b302;
	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fddf55), color-stop(100%,#d7b302));
		background: -webkit-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background:    -moz-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background: 	-ms-linear-gradient(top, #fddf55 0% ,#d7b302 100%);
		background: 	 -o-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background: 		linear-gradient(top, #fddf55 0%, #d7b302 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf55', endColorstr='#d7b302',GradientType=0 );
		border-top-color:#d7b302;
}

/*** MY BUTTON
------------------------------------------------------------------------- ***/
/* btn boo 
 --------------------------- */
.btn-boo {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #d4d9e1;
  *background-color: #cbd0da;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cbd0da));
  background-image: -webkit-linear-gradient(top, #ffffff, #cbd0da);
  background-image:    -moz-linear-gradient(top, #ffffff, #cbd0da);
  background-image:      -o-linear-gradient(top, #ffffff, #cbd0da);
  background-image:   linear-gradient(to bottom, #ffffff, #cbd0da);
  background-repeat: repeat-x;
  border-color: #c3c9d3 #c3c9d3 #bac1cb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.30);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcbd0da', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-boo:hover,
.btn-boo:active,
.btn-boo.active,
.btn-boo.disabled,
.btn-boo[disabled] {
  color: #333333;
  background: #e3e7ee;
  *background: #ced3db;
}

.btn-boo:active,
.btn-boo.active {
  background: #cbd0da \9;
}

.btn-boo:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e3e7ee;
  *background-color: #ced3db;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

/* btn blue 
 --------------------------- */
.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #2b96e2;
  *background-color: #006bb7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32aaff), to(#006bb7));
  background-image: -webkit-linear-gradient(top, #32aaff, #006bb7);
  background-image:    -moz-linear-gradient(top, #32aaff, #006bb7);
  background-image:      -o-linear-gradient(top, #32aaff, #006bb7);
  background-image:   linear-gradient(to bottom, #32aaff, #006bb7);
  background-repeat: repeat-x;
  border-color: #006bb7 #006bb7 #0166ae;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff32aaff', endColorstr='#ff006bb7', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background: #006bb7;
  *background: #0a78c6;
}

.btn-blue:active,
.btn-blue.active {
  background: #006bb7 \9;
}

/* btn turgu 
 --------------------------- */
.btn-turgu {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #2698ba;
  *background-color: #1080a2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40c4ec), to(#1080a2));
  background-image: -webkit-linear-gradient(top, #40c4ec, #1080a2);
  background-image:    -moz-linear-gradient(top, #40c4ec, #1080a2);
  background-image:      -o-linear-gradient(top, #40c4ec, #1080a2);
  background-image:   linear-gradient(to bottom, #40c4ec, #1080a2);
  background-repeat: repeat-x;
  border-color: #1080a2 #1080a2 #0e7898;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff40c4ec', endColorstr='#ff1080a2', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-turgu:hover,
.btn-turgu:active,
.btn-turgu.active,
.btn-turgu.disabled,
.btn-turgu[disabled] {
  color: #ffffff;
  background: #1080a2;
  *background: #3186d3;
}

.btn-turgu:active,
.btn-turgu.active {
  background: #1080a2 \9;
}

/* btn green 
 --------------------------- */
.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #46ac32;
  *background-color: #3b9b28;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7BCA79), to(#3b9b28));
  background-image: -webkit-linear-gradient(top, #7BCA79, #3b9b28);
  background-image:    -moz-linear-gradient(top, #7BCA79, #3b9b28);
  background-image:      -o-linear-gradient(top, #7BCA79, #3b9b28);
  background-image:   linear-gradient(to bottom, #7BCA79, #3b9b28);
  background-repeat: repeat-x;
  border-color: #3b9b28 #3b9b28 #338a22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7BCA79', endColorstr='#ff3b9b28', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background: #3b9b28;
  *background: #3186d3;
}

.btn-green:active,
.btn-green.active {
  background: #3b9b28 \9;
}

/* btn yellow 
 --------------------------- */
.btn-yellow {
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background-color: #e7c106;
  *background-color: #d6b200;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffea84), to(#d6b200));
  background-image: -webkit-linear-gradient(top, #ffea84, #d6b200);
  background-image:    -moz-linear-gradient(top, #ffea84, #d6b200);
  background-image:      -o-linear-gradient(top, #ffea84, #d6b200);
  background-image:   linear-gradient(to bottom, #ffea84, #d6b200);
  background-repeat: repeat-x;
  border-color: #d6b200 #d6b200 #c5a402;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffea84', endColorstr='#ffd6b200', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #222222;
  background: #d6b200;
  *background: #3186d3;
}

.btn-yellow:active,
.btn-yellow.active {
  background: #d6b200 \9;
}

/* btn red 
 --------------------------- */
.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #ba3737;
  *background-color: #981E1e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb5656), to(#981e1e));
  background-image: -webkit-linear-gradient(top, #eb5656, #981e1e);
  background-image:    -moz-linear-gradient(top, #eb5656, #981e1e);
  background-image:      -o-linear-gradient(top, #eb5656, #981e1e);
  background-image:   linear-gradient(to bottom, #eb5656, #981e1e);
  background-repeat: repeat-x;
  border-color: #981e1e #981e1e #7d1717;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffeb5656', endColorstr='#ff981e1e', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background: #981E1e;
  *background: #a82020;
}

.btn-red:active,
.btn-red.active {
  background: #981E1e \9;
}

/* btn black 
 --------------------------- */
.btn-black {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
	background-color: #262626;
 	*background-color: #141414;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#797979), to(#141414));
	background-image: -webkit-linear-gradient(top, #797979, #141414);
	background-image: -o-linear-gradient(top, #797979, #141414);
	background-image: linear-gradient(to bottom, #797979, #141414);
	background-image: -moz-linear-gradient(top, #797979, #141414);
	background-repeat: repeat-x;
	border-color: #141414 #141414 #111111;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
 	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff797979', endColorstr='#ff141414', GradientType=0);
 	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-black:hover,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
	color: #ffffff;
	background: #141414;
 	*background: #252628;
}

.btn-black:active,
.btn-black.active {
	background: #141414 \9;
}

/* btn navi 
 --------------------------- */
.btn-navi {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
	background-color: #62676a;
 	*background-color: #353839;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84898d), to(#353839));
	background-image: -webkit-linear-gradient(top, #84898d, #353839);
	background-image: -o-linear-gradient(top, #84898d, #353839);
	background-image: linear-gradient(to bottom, #84898d, #353839);
	background-image: -moz-linear-gradient(top, #84898d, #353839);
	background-repeat: repeat-x;
	border-color: #353839 #353839 #141516;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
 	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff84898d', endColorstr='#ff353839', GradientType=0);
 	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-navi:hover,
.btn-navi:active,
.btn-navi.active,
.btn-navi.disabled,
.btn-navi[disabled] {
	color: #ffffff;
	background: #353839;
 	*background: #252628;
}

.btn-navi:active,
.btn-navi.active {
	background: #1c1e1f \9;
}

/* btn sky 
 --------------------------- */
.btn-sky {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #57aefc;
  *background-color: #3594E9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99D1FC), to(#3594E9));
  background-image: -webkit-linear-gradient(top, #99D1FC, #3594E9);
  background-image:    -moz-linear-gradient(top, #99D1FC, #3594E9);
  background-image:      -o-linear-gradient(top, #99D1FC, #3594E9);
  background-image:   linear-gradient(to bottom, #99D1FC, #3594E9);
  background-repeat: repeat-x;
  border-color: #33a5e0 #33a5e0 #2d9bd4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff99D1FC', endColorstr='#ff3594E9', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-sky:hover,
.btn-sky:active,
.btn-sky.active,
.btn-sky.disabled,
.btn-sky[disabled] {
  color: #ffffff;
  background: #3594E9;
  *background: #3186d3;
}

.btn-sky:active,
.btn-sky.active {
  background: #003399 \9;
}

/* btn Orange 
 --------------------------- */
.btn-orange {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #f79526;
  *background-color: #d07107;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffad51), to(#d07107));
  background-image: -webkit-linear-gradient(top, #ffad51, #d07107);
  background-image:    -moz-linear-gradient(top, #ffad51, #d07107);
  background-image:      -o-linear-gradient(top, #ffad51, #d07107);
  background-image:   linear-gradient(to bottom, #ffad51, #d07107);
  background-repeat: repeat-x;
  border-color: #d07107 #d07107 #c76c06;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffad51', endColorstr='#ffd07107', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #ffffff;
  background: #d07107;
  *background: #e3841a;
}

.btn-orange:active,
.btn-orange.active {
  background: #d07107 \9;
}

/* btn slategray 
 --------------------------- */
.btn-slategray {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #8394a6;
  *background-color: #577a8d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a96ad), to(#3b5b6c));
  background-image: -webkit-linear-gradient(top, #6a96ad, #3b5b6c);
  background-image:    -moz-linear-gradient(top, #6a96ad, #3b5b6c);
  background-image:      -o-linear-gradient(top, #6a96ad, #3b5b6c);
  background-image:   linear-gradient(to bottom, #8eadbd, #3b5b6c);
  background-repeat: repeat-x;
  border-color: #608091 #608091 #577687;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6a96ad', endColorstr='#ff3b5b6c', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-slategray:hover,
.btn-slategray:active,
.btn-slategray1.active,
.btn-slategray.disabled,
.btn-slategray[disabled] {
  color: #ffffff;
  background: #3b5b6c;
  *background: #4a6e81;
}

.btn-slategray:active,
.btn-slategray.active {
  background: #3b5b6c \9;
}

/* btn redlight 
 --------------------------- */
.btn-redlight {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #c21419;
  *background-color: #a80005;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb5656), to(#a80005));
  background-image: -webkit-linear-gradient(top, #fe4248, #a80005);
  background-image:    -moz-linear-gradient(top, #fe4248, #a80005);
  background-image:      -o-linear-gradient(top, #fe4248, #a80005);
  background-image:   linear-gradient(to bottom, #fe4248, #a80005);
  background-repeat: repeat-x;
  border-color: #a80005 #a80005 #9b0206;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffeb5656', endColorstr='#ffa80005', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-redlight:hover,
.btn-redlight:active,
.btn-redlight.active,
.btn-redlight.disabled,
.btn-redlight[disabled] {
  color: #ffffff;
  background: #a80005;
  *background: #b30308;
}

.btn-redlight:active,
.btn-redlight.active {
  background: #a80005 \9;
}



/* btn behance 
 --------------------------- */
.btn-behance {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #0546ff;
  *background-color: #053eff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0581ff), to(#053eff));
  background-image: -webkit-linear-gradient(top, #0581ff, #053eff);
  background-image:    -moz-linear-gradient(top, #0581ff, #053eff);
  background-image:      -o-linear-gradient(top, #0581ff, #053eff);
  background-image:   linear-gradient(to bottom, #0581ff, #053eff);
  background-repeat: repeat-x;
  border-color: #053eff #053eff #0437e4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0581ff', endColorstr='#ff053eff', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-behance:hover,
.btn-behance:active,
.btn-behance.active,
.btn-behance.disabled,
.btn-behance[disabled] {
  color: #ffffff;
  background: #053eff;
  *background: #052eff;
}

.btn-behance:active,
.btn-behance.active {
  background: #053eff \9;
}

/* btn dribbble 
 --------------------------- */
.btn-dribbble {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #f65694;
  *background-color: #e54885;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6eaf), to(#ea4c89));
  background-image: -webkit-linear-gradient(top, #ff6eaf, #e54885);
  background-image:    -moz-linear-gradient(top, #ff6eaf, #e54885);
  background-image:      -o-linear-gradient(top, #ff6eaf, #e54885);
  background-image:   linear-gradient(to bottom, #ff6eaf, #e54885);
  background-repeat: repeat-x;
  border-color: #e54885 #e54885 #d9427c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffff6eaf', endColorstr='#ffea4c89', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-dribbble:hover,
.btn-dribbble:active,
.btn-dribbble.active,
.btn-dribbble.disabled,
.btn-dribbble[disabled] {
  color: #ffffff;
  background: #e54885;
  *background: #f65694;
}

.btn-dribbble:active,
.btn-dribbble.active {
  background: #e54885 \9;
}

/* btn envato 
 --------------------------- */
.btn-envato {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #6da44c;
  *background-color: #528036;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7bac5c), to(#528036));
  background-image: -webkit-linear-gradient(top, #7bac5c, #528036);
  background-image:    -moz-linear-gradient(top, #7bac5c, #528036);
  background-image:      -o-linear-gradient(top, #7bac5c, #528036);
  background-image:   linear-gradient(to bottom, #7bac5c, #528036);
  background-repeat: repeat-x;
  border-color: #528036 #528036 #4b7632;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7bac5c', endColorstr='#ff528036', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-envato:hover,
.btn-envatoe:active,
.btn-envato.active,
.btn-envato.disabled,
.btn-envato[disabled] {
  color: #ffffff;
  background: #528036;
  *background: #5a8b3b;
}

.btn-envato:active,
.btn-envato.active {
  background: #528036 \9;
}

/* btn facebook 
 --------------------------- */
.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #5675b6;
  *background-color: #3b5998;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c8ccf), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #6c8ccf, #3b5998);
  background-image:    -moz-linear-gradient(top, #6c8ccf, #3b5998);
  background-image:      -o-linear-gradient(top, #6c8ccf, #3b5998);
  background-image:   linear-gradient(to bottom, #6c8ccf, #3b5998);
  background-repeat: repeat-x;
  border-color: #3b5998 #3b5998 #37538e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6c8ccf', endColorstr='#ff3b5998', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background: #3b5998;
  *background: #37538e;
}

.btn-facebook:active,
.btn-facebook.active {
  background: #3b5998 \9;
}

/* btn flickr 
 --------------------------- */
.btn-flickr {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #007cdc;
  *background-color: #0063dc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b92fd), to(#0063dc));
  background-image: -webkit-linear-gradient(top, #3b92fd, #0063dc);
  background-image:    -moz-linear-gradient(top, #3b92fd, #0063dc);
  background-image:      -o-linear-gradient(top, #3b92fd, #0063dc);
  background-image:   linear-gradient(to bottom, #3b92fd, #0063dc);
  background-repeat: repeat-x;
  border-color: #0063dc #0063dc #025bc8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3b92fd', endColorstr='#ff0063dc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-flickr:hover,
.btn-flickr:active,
.btn-flickr.active,
.btn-flickr.disabled,
.btn-flickr[disabled] {
  color: #ffffff;
  background: #0063dc;
  *background: #007cdc;
}

.btn-flickr:active,
.btn-flickr.active {
  background: #0063dc \9;
}

/* btn github 
 --------------------------- */
.btn-github {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #6ea3d7;
  *background-color: #4183c4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ba7e3), to(#4183c4));
  background-image: -webkit-linear-gradient(top, #6ba7e3, #4183C4);
  background-image:    -moz-linear-gradient(top, #6ba7e3, #4183C4);
  background-image:      -o-linear-gradient(top, #6ba7e3, #4183C4);
  background-image:   linear-gradient(to bottom, #6ba7e3, #4183C4);
  background-repeat: repeat-x;
  border-color: #4183c4 #4183c4 #3e7dbc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6ba7e3', endColorstr='#ff4183c4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-github:hover,
.btn-github:active,
.btn-github.active,
.btn-github.disabled,
.btn-github[disabled] {
  color: #ffffff;
  background-color: #4183c4;
  *background-color: #6ea3d7;
}

.btn-github:active,
.btn-github.active {
  background-color: #4183c4 \9;
}

/* btn google+ 
 --------------------------- */
.btn-googlea {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
  background-color: #e65e4e;
  *background-color: #db4a39;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef7e73), to(#db4a39));
  background-image: -webkit-linear-gradient(top, #ef7e73, #db4a39);
  background-image:    -moz-linear-gradient(top, #ef7e73, #db4a39);
  background-image:      -o-linear-gradient(top, #ef7e73, #db4a39);
  background-image:   linear-gradient(to bottom, #ef7e73, #db4a39);
  background-repeat: repeat-x;
  border-color: #db4a39 #db4a39 #d24737;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.30);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffef7e73', endColorstr='#ffdb4a39', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-googlea:hover,
.btn-googlea:active,
.btn-googlea.active,
.btn-googlea.disabled,
.btn-googlea[disabled] {
  color: #ffffff;
  background: #db4a39;
  *background: #e65e4e;
}

.btn-googlea:active,
.btn-googlea.active {
  background: #db4a39 \9;
}

/* btn html5 
 --------------------------- */
.btn-html {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #f57446;
  *background-color: #e05828;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f48660), to(#e05828));
  background-image: -webkit-linear-gradient(top, #f48660, #e05828);
  background-image:    -moz-linear-gradient(top, #f48660, #e05828);
  background-image:      -o-linear-gradient(top, #f48660, #e05828);
  background-image:   linear-gradient(to bottom, #f48660, #e05828);
  background-repeat: repeat-x;
  border-color: #e05828 #e05828 #d75223;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.30);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff48660', endColorstr='#ffe05828', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-html:hover,
.btn-html:active,
.btn-html.active,
.btn-html.disabled,
.btn-html[disabled] {
  color: #ffffff;
  background: #e05828;
  *background: #f57446;
}

.btn-html:active,
.btn-html.active {
  background: #e05828 \9;
}

/* btn lastfm 
 --------------------------- */
.btn-lastfm {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #df0e1c;
  *background-color: #c3000d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f13d49), to(#c3000d));
  background-image: -webkit-linear-gradient(top, #f13d49, #c3000d);
  background-image:    -moz-linear-gradient(top, #f13d49, #c3000d);
  background-image:      -o-linear-gradient(top, #f13d49, #c3000d);
  background-image:   linear-gradient(to bottom, #f13d49, #c3000d);
  background-repeat: repeat-x;
  border-color: #c3000d #c3000d #b8010d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.30);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff13d49', endColorstr='#ffc3000d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-lastfm:hover,
.btn-lastfm:active,
.btn-lastfm.active,
.btn-lastfm.disabled,
.btn-lastfm[disabled] {
  color: #ffffff;
  background: #c3000d;
  *background: #cd0210;
}

.btn-lastfm:active,
.btn-lastfm.active {
  background: #c3000d \9;
}

/* btn linkedin 
 --------------------------- */
.btn-linkedin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #228fc3;
  *background-color: #0e76a8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4faad5), to(#0e76a8));
  background-image: -webkit-linear-gradient(top, #4faad5, #0e76a8);
  background-image:    -moz-linear-gradient(top, #4faad5, #0e76a8);
  background-image:      -o-linear-gradient(top, #4faad5, #0e76a8);
  background-image:   linear-gradient(to bottom, #4faad5, #0e76a8);
  background-repeat: repeat-x;
  border-color: #0e76a8 #0e76a8 #0d6d9b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff4faad5', endColorstr='#ff0e76a8', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-linkedin:hover,
.btn-linkedin:active,
.btn-linkedin.active,
.btn-linkedin.disabled,
.btn-linkedin[disabled] {
  color: #ffffff;
  background: #0e76a8;
  *background: #228fc3;
}

.btn-linkedin:active,
.btn-linkedin.active {
  background: #0e76a8 \9;
}

/* btn paypal 
 --------------------------- */
.btn-paypal {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #315c92;
  *background-color: #1e477a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6892b5), to(#1e477a));
  background-image: -webkit-linear-gradient(top, #6892b5, #1e477a);
  background-image:    -moz-linear-gradient(top, #6892b5, #1e477a);
  background-image:      -o-linear-gradient(top, #6892b5, #1e477a);
  background-image:   linear-gradient(to bottom, #6892b5, #1e477a);
  background-repeat: repeat-x;
  border-color: #1e477a #1e477a #1b406f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6892b5', endColorstr='#ff1e477a', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-paypal:hover,
.btn-paypal:active,
.btn-paypal.active,
.btn-paypal.disabled,
.btn-paypal[disabled] {
  color: #ffffff;
  background: #1e477a;
  *background: #315c92;
}

.btn-paypal:active,
.btn-paypal.active {
  background: #1e477a \9;
}

/* btn skype 
 --------------------------- */
.btn-skype {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #18b8f4;
  *background-color: #00aff0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d1f5), to(#00aff0));
  background-image: -webkit-linear-gradient(top, #70d1f5, #00aff0);
  background-image:    -moz-linear-gradient(top, #70d1f5, #00aff0);
  background-image:      -o-linear-gradient(top, #70d1f5, #00aff0);
  background-image:   linear-gradient(to bottom, #70d1f5, #00aff0);
  background-repeat: repeat-x;
  border-color: #00aff0 #00aff0 #04a8e5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff70d1f5', endColorstr='#ff00aff0', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-skype:hover,
.btn-skypel:active,
.btn-skype.active,
.btn-skype.disabled,
.btn-skype[disabled] {
  color: #ffffff;
  background: #00aff0;
  *background: #18b8f4;
}

.btn-skype:active,
.btn-skype.active {
  background: #00aff0 \9;
}

/* btn wordpress 
 --------------------------- */
.btn-wordpress {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #2f89b1;
  *background-color: #21759b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58a6c9), to(#21759b));
  background-image: -webkit-linear-gradient(top, #58a6c9, #21759b);
  background-image:    -moz-linear-gradient(top, #58a6c9, #21759b);
  background-image:      -o-linear-gradient(top, #58a6c9, #21759b);
  background-image:   linear-gradient(to bottom, #58a6c9, #21759b);
  background-repeat: repeat-x;
  border-color: #21759b #21759b #1d6c8f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff58a6c9', endColorstr='#ff21759b', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-wordpress:hover,
.btn-wordpress:active,
.btn-wordpress.active,
.btn-wordpress.disabled,
.btn-wordpress[disabled] {
  color: #ffffff;
  background: #21759b;
  *background: #2f89b1;
}

.btn-wordpress:active,
.btn-wordpress.active {
  background: #21759b \9;
}

/* btn youtube 
 --------------------------- */
.btn-youtube {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #a42b27;
  *background-color: #942420;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce332d), to(#942420));
  background-image: -webkit-linear-gradient(top, #ce332d, #942420);
  background-image:    -moz-linear-gradient(top, #ce332d, #942420);
  background-image:      -o-linear-gradient(top, #ce332d, #942420);
  background-image:   linear-gradient(to bottom, #ce332d, #942420);
  background-repeat: repeat-x;
  border-color: #942420 #942420 #811e1b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffce332d', endColorstr='#ff942420', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-youtube:hover,
.btn-youtube:active,
.btn-youtube.active,
.btn-youtube.disabled,
.btn-youtube[disabled] {
  color: #ffffff;
  background: #942420;
  *background: #d03c37;
}

.btn-youtube:active,
.btn-youtube.active {
  background: #942420 \9;
}

/* btn twitter 
 --------------------------- */
.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #019AD2;
  *background-color: #019AD2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33BCEF), to(#019AD2));
  background-image: -webkit-linear-gradient(top, #33BCEF, #019AD2);
  background-image:    -moz-linear-gradient(top, #33BCEF, #019AD2);
  background-image:      -o-linear-gradient(top, #33BCEF, #019AD2);
  background-image:   linear-gradient(to bottom, #33BCEF, #019AD2);
  background-repeat: repeat-x;
  border-color: #019AD2 #019AD2 #0271BF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff33BCEF', endColorstr='#ff019AD2', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background: #019AD2;
  *background: #0271BF;
}

.btn-twitter:active,
.btn-twitter.active {
  background: #096EB3 \9;
}



.btn-group .btn-blue .caret,
.btn-group .btn-turgu .caret,
.btn-group .btn-green .caret,
.btn-orange .caret,
.btn-red .caret,
.btn-black .caret,
.btn-sky .caret,
.btn-slategray .caret,
.btn-redlight .caret,
.btn-navi .caret,
.btn-behance .caret,
.btn-dribbble .caret,
.btn-envato .caret,
.btn-facebook .caret,
.btn-flickr .caret,
.btn-github .caret,
.btn-googlea .caret,
.btn-html .caret,
.btn-lastfm .caret,
.btn-linkedin .caret,
.btn-paypal .caret,
.btn-skype .caret,
.btn-wordpress .caret,
.btn-youtube .caret {
 border-top-color: #fff;
}

/*** BASE COLOR
------------------------------------------------------------------------- ***/
.text-color 		{ color:#333333 !important}
 
.text-aliceblue 	{ color:#f0f8ff !important}
.text-antiquewhite 	{ color:#faebd7 !important}
.text-aqua 			{ color:#00ffff !important}
.text-aquamarine 	{ color:#7fffd4 !important}
.text-azure 		{ color:#f0ffff !important}
.text-beige 		{ color:#f5f5dc !important}
.text-bisque 		{ color:#ffe4c4 !important}
.text-black 		{ color:#000000 !important}
.text-blanchedalmond { color:#ffebcd !important}
.text-blue 			{ color:#0000ff !important}
.text-blueviolet 	{ color:#8a2be2 !important}
.text-brown 		{ color:#a52a2a !important}
.text-burlywood 	{ color:#deb887 !important}
.text-cadetblue 	{ color:#5f9ea0 !important}
.text-chartreuse 	{ color:#7fff00 !important}
.text-chocolate 	{ color:#d2691e !important}
.text-coral 		{ color:#ff7f50 !important}
.text-cornflowerblue { color:#6495ed !important}
.text-cornsilk 		{ color:#fff8dc !important}
.text-crimson 		{ color:#dc143c !important}
.text-cyan 			{ color:#00ffff !important}
.text-darkblue 		{ color:#00008b !important}
.text-darkcyan 		{ color:#008b8b !important}
.text-darkgoldenrod { color:#b8860b !important}
.text-darkgray 		{ color:#a9a9a9 !important}
.text-darkgreen 	{ color:#006400 !important}
.text-darkgrey 		{ color:#a9a9a9 !important}
.text-darkkhaki 	{ color:#bdb76b !important}
.text-darkmagenta 	{ color:#8b008b !important}
.text-darkolivegreen { color:#556b2f !important}
.text-darkorange 	{ color:#ff8c00 !important}
.text-darkorchid 	{ color:#9932cc !important}
.text-darkred 		{ color:#8b0000 !important}
.text-darksalmon 	{ color:#e9967a !important}
.text-darkseagreen 	{ color:#8fbc8f !important}
.text-darkslateblue { color:#483d8b !important}
.text-darkslategray { color:#2f4f4f !important}
.text-darkslategrey { color:#2f4f4f !important}
.text-darkturquoise { color:#00ced1 !important}
.text-darkviolet 	{ color:#9400d3 !important}
.text-deeppink 		{ color:#ff1493 !important}
.text-deepskyblue 	{ color:#00bfff !important}
.text-dimgray 		{ color:#696969 !important}
.text-dodgerblue 	{ color:#1e90ff !important}
.text-firebrick 	{ color:#b22222 !important}
.text-floralwhite 	{ color:#fffaf0 !important}
.text-forestgreen 	{ color:#228b22 !important}
.text-fuchsia 		{ color:#ff00ff !important}
.text-gainsboro 	{ color:#dcdcdc !important}
.text-ghostwhite 	{ color:#f8f8ff !important}
.text-gold 			{ color:#ffd700 !important}
.text-goldenrod 	{ color:#daa520 !important}
.text-gray 			{ color:#808080 !important}
.text-green 		{ color:#008000 !important}
.text-greenyellow 	{ color:#adff2f !important}
.text-grey 			{ color:#808080 !important}
.text-honeydew 		{ color:#f0fff0 !important}
.text-hotpink 		{ color:#ff69b4 !important}
.text-indianred 	{ color:#cd5c5c !important}
.text-indigo 		{ color:#4b0082 !important}
.text-ivory 		{ color:#fffff0 !important}
.text-khaki 		{ color:#f0e68c !important}
.text-lavender 		{ color:#e6e6fa !important}
.text-lavenderblush { color:#fff0f5 !important}
.text-lawngreen 	{ color:#7cfc00 !important}
.text-lemonchiffon 	{ color:#fffacd !important}
.text-lightblue 	{ color:#add8e6 !important}
.text-lightcoral 	{ color:#f08080 !important}
.text-lightcyan 	{ color:#e0ffff !important}
.text-lightgoldenrodyellow { color:#fafad2 !important}
.text-lightgray 	{ color:#d3d3d3 !important}
.text-lightgreen 	{ color:#90ee90 !important}
.text-lightgrey 	{ color:#d3d3d3 !important}
.text-lightpink 	{ color:#ffb6c1 !important}
.text-lightsalmon 	{ color:#ffa07a !important}
.text-lightseagreen { color:#20b2aa !important}
.text-lightskyblue 	{ color:#87cefa !important}
.text-lightslategray { color:#778899 !important}
.text-lightslategrey { color:#778899 !important}
.text-lightsteelblue { color:#b0c4de !important}
.text-lightyellow 	{ color:#ffffe0 !important}
.text-lime 			{ color:#00ff00 !important}
.text-limegreen 	{ color:#32cd32 !important}
.text-linen 		{ color:#faf0e6 !important}
.text-magenta 		{ color:#ff00ff !important}
.text-maroon 		{ color:#800000 !important}
.text-mediumaquamarine { color:#66cdaa !important}
.text-mediumblue 	{ color:#0000cd !important}
.text-mediumorchid 	{ color:#ba55d3 !important}
.text-mediumpurple 	{ color:#9370d8 !important}
.text-mediumseagreen { color:#3cb371 !important}
.text-mediumslateblue { color:#7b68ee !important}
.text-mediumspringgreen { color:#00fa9a !important}
.text-mediumturquoise { color:#48d1cc !important}
.text-mediumvioletred { color:#c71585 !important}
.text-midnightblue 	{ color:#191970 !important}
.text-mintcream 	{ color:#f5fffa !important}
.text-mistyrose 	{ color:#ffe4e1 !important}
.text-moccasin 		{ color:#ffe4b5 !important}
.text-navajowhite 	{ color:#ffdead !important}
.text-navy 			{ color:#000080 !important}
.text-oldlace 		{ color:#fdf5e6 !important}
.text-olive 		{ color:#808000 !important}
.text-olivedrab 	{ color:#6b8e23 !important}
.text-orange 		{ color:#ffa500 !important}
.text-orangered 	{ color:#ff4500 !important}
.text-orchid 		{ color:#da70d6 !important}
.text-palegoldenrod { color:#eee8aa !important}
.text-palegreen 	{ color:#98fb98 !important}
.text-paleturquoise { color:#afeeee !important}
.text-palevioletred { color:#d87093 !important}
.text-papayawhip 	{ color:#ffefd5 !important}
.text-peachpuff 	{ color:#ffdab9 !important}
.text-peru 			{ color:#cd853f !important}
.text-pink 			{ color:#ffc0cb !important}
.text-plum 			{ color:#dda0dd !important}
.text-powderblue 	{ color:#b0e0e6 !important}
.text-purple 		{ color:#800080 !important}
.text-red 			{ color:#ff0000 !important}
.text-rosybrown 	{ color:#bc8f8f !important}
.text-royalblue 	{ color:#4169e1 !important}
.text-saddlebrown 	{ color:#8b4513 !important}
.text-salmon 		{ color:#fa8072 !important}
.text-sandybrown 	{ color:#f4a460 !important}
.text-seagreen 		{ color:#2e8b57 !important}
.text-seashell 		{ color:#fff5ee !important}
.text-sienna 		{ color:#a0522d !important}
.text-silver 		{ color:#c0c0c0 !important}
.text-skyblue 		{ color:#87ceeb !important}
.text-slateblue 	{ color:#6a5acd !important}
.text-slategray 	{ color:#708090 !important}
.text-slategrey 	{ color:#708090 !important}
.text-snow 			{ color:#fffafa !important}
.text-springgreen 	{ color:#00ff7f !important}
.text-steelblue 	{ color:#4682b4 !important}
.text-tan 			{ color:#d2b48c !important}
.text-teal 			{ color:#008080 !important}
.text-thistle 		{ color:#d8bfd8 !important}
.text-tomato 		{ color:#ff6347 !important}
.text-turquoise 	{ color:#40e0d0 !important}
.text-violet 		{ color:#ee82ee !important}
.text-wheat 		{ color:#f5deb3 !important}
.text-white 		{ color:#ffffff !important}
.text-whitesmoke 	{ color:#f5f5f5 !important}
.text-yellow 		{ color:#ffff00 !important}
.text-yellowgreen 	{ color:#9acd32 !important}

.text-lightslategrey   { color:#778899 !important}

.text-forest-green 	{ color:#228B22 !important}
.text-boo-green		{ color:#77A170 !important}

.text-warning 	{ color:#F89406;}
.text-important 	{ color:#B94A48;}





