Your IP : 216.73.216.111
// Color
// -------------------------
$green : #78ae00 !default;
$green-dark : #1cb936 !default;
$white : #fff !default;
$black : #000 !default;
$nocolor : transparent !default;
$yellow : #fdff39 !default;
$yellow-dark : #f2cb2e !default;
$red : #ff003a !default;
$red-dark : #ce4f3e !default;
$orange : #e93434 !default;
$blue : #177bd1 !default;
$dark : #093452 !default;
$dark-better : #0c304a !default;
$dark : #121B1F !default;
$cyan : #01a3d4 !default;
$turquoise : #9c619c !default;
$brown-light : #eb5454 !default;
$gray-base : #121212 !default;
$gray-text : #999999 !default;
$light-gray : lighten($gray-base, 85%) !default; // EBEBEB
$dark-gray : lighten($gray-base, 30%) !default;
$cd-topbar-bg : #3B424C !default;
// Align
// -------------------------
$align-center : center !important;
$align-left : left !important;
$align-right : right !important;
//Font
//--------------------------
$font-family-second : "Source Sans Pro" !default;
$font-family-three : "Source Sans Pro" !default;
$font-weight-base : 400 !default;
$font-awesome : 'FontAwesome' !default;
// Text transform
// -------------------------
$text-none : none !important;
$text-uppercase : uppercase !important;
$text-capitalize : capitalize !important;
$text-lowercase : lowercase !important;
$text-inherit : inherit !important;
// Theme Margin, Padding
// -------------------------
$theme-margin : 30px !default;
$theme-padding : 30px !default;
// border
$border-color : #e5e3e3 !default;
// Themes colors
// -------------------------
$theme-color : #ffcd00 !default;
$theme-color-second : #1b251f !default;
$theme-color-default : $theme-color !default;
$theme-color-secondary : #181818 !default;
$theme-color-third : #54b551 !default;