unserver-unify
Version:
2,193 lines (1,768 loc) • 425 kB
CSS
@charset "UTF-8";
/*------------------------------------
Globals
------------------------------------*/
/* Text */
.g-word-break {
word-wrap: break-word;
}
/* Puller */
.g-pull-50x-up {
-webkit-transform: translateY(-51%);
-ms-transform: translateY(-51%);
transform: translateY(-51%);
}
.g-pull-50x-bottom {
-webkit-transform: translateY(51%);
-ms-transform: translateY(51%);
transform: translateY(51%);
}
.g-pull-50x-left {
-webkit-transform: translateX(-51%);
-ms-transform: translateX(-51%);
transform: translateX(-51%);
}
.g-pull-50x-right {
-webkit-transform: translateX(51%);
-ms-transform: translateX(51%);
transform: translateX(51%);
}
/* Link overlay */
/*------------------------------------
Background Attachment
------------------------------------*/
.g-bg-attachment-fixed {
background-attachment: fixed;
}
/*------------------------------------
Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
.g-bg-gray-light-gradient-v1--after::after {
background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7);
}
/* White v1 */
.g-bg-white-gradient-v1--after::after {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}
/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
.g-bg-gray-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(180deg, #fff, #dbdbdb);
}
/* Blue Pink Gradient */
.g-bg-bluepink-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}
/* Blue Gradient */
.g-bg-blue-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}
.g-bg-blue-lineargradient-v2 {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #429edc, #00629e);
}
.g-bg-blue-lineargradient-v3 {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}
.g-bg-blue-lineargradient-v4 {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}
.g-bg-blue-lineargradient-v5 {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #0050c2, #5180fa);
}
/* Orange Gradient */
.g-bg-orange-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}
.g-bg-orange-lineargradient-v2 {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #f5cd21, #c22821);
}
/* Yellow Gradient */
.g-bg-yellow-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #f59b00, #f5d400);
}
/* Dark Purple Gradient */
.g-bg-darkpurple-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #0b011d, #330c3c);
}
/* Blue Gray Gradient */
.g-bg-bluegray-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #1d253c, #3e4757);
}
/* Pink Gradient */
.g-bg-pink-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #b6003b, #ed1261);
}
/* Pink-v2 Gradient */
.g-bg-pink-lineargradient-v2 {
background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
background-repeat: no-repeat;
}
/* Red Gradient */
.g-bg-red-lineargradient {
background-repeat: repeat-x;
background-image: linear-gradient(225deg, #d70417, #9f041b);
}
/* Black Gradient */
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
background-repeat: repeat-x;
}
/* Green Gradient */
.g-bg-green-gradient-opacity-v1,
.g-bg-green-gradient-opacity-v1--after::after {
background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
background-repeat: repeat-x;
}
/* Purple Gradient */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
background-repeat: repeat-x;
}
/* Pink Light Gradient */
.g-bg-pink-gradient-opacity-v1,
.g-bg-pink-gradient-opacity-v1--after::after {
background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
background-repeat: repeat-x;
}
/* Cyan Gradient */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
background-repeat: repeat-x;
}
/* Purple Gradient */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
background-repeat: repeat-x;
background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7));
}
/* Primary Gradient */
.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
background-repeat: repeat-x;
background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7));
}
/* Gray Gradient */
.g-bg-gray-gradient-opacity-v1,
.g-bg-gray-gradient-opacity-v1--after::after {
background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
background-repeat: repeat-x;
}
/* White Gradient */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
background-repeat: repeat-x;
}
/* White Gradient */
.g-bg-white-gradient-opacity-v2,
.g-bg-white-gradient-opacity-v2--after::after {
background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background-repeat: repeat-x;
}
/* White Gradient */
.g-bg-white-gradient-opacity-v3,
.g-bg-white-gradient-opacity-v3--after::after {
background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
background-repeat: repeat-x;
}
/* White Gradient */
.g-bg-white-gradient-opacity-v4,
.g-bg-white-gradient-opacity-v4--after::after {
background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
background-repeat: repeat-x;
}
/* White Gradient */
.g-bg-white-gradient-opacity-v5,
.g-bg-white-gradient-opacity-v5--after::after {
background-image: linear-gradient(to right, white 47%, rgba(255, 255, 255, 0) 75%);
background-repeat: repeat-x;
}
/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v1,
.g-bg-bluegray-gradient-opacity-v1--after::after {
background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, transparent 100%);
background-repeat: repeat-x;
}
/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v2,
.g-bg-bluegray-gradient-opacity-v2--after::after {
background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, transparent 100%);
background-repeat: repeat-x;
}
/* Bluegray Gradient */
.g-bg-bluegray-gradient-opacity-v3,
.g-bg-bluegray-gradient-opacity-v3--after::after {
background-repeat: repeat-x;
background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734);
}
/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
.g-bg-lightblue-radialgradient-ellipse {
background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
background-repeat: no-repeat;
}
/* Gray Gradient */
.g-bg-gray-radialgradient-ellipse {
background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
background-repeat: no-repeat;
}
/* Gray Gradient */
.g-bg-graylight-radialgradient-ellipse {
background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
background-repeat: no-repeat;
}
/* Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
.g-bg-lightblue-radialgradient-circle {
background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
background-repeat: no-repeat;
}
/* Blue Gradient */
.g-bg-blue-radialgradient-circle {
background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
background-repeat: no-repeat;
}
/* Dark Gray Gradient */
.g-bg-darkgray-radialgradient-circle {
background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
background-repeat: no-repeat;
}
.g-bg-blue-radialgradient-circle-endless {
background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}
.g-bg-gray-verticalstripes-endless {
background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}
/*------------------------------------
Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
.g-bg-main {
background-color: #fff !important;
}
/* Main Secondary */
.g-bg-secondary {
background-color: #fafafa !important;
}
/* Primary Colors */
.g-bg-primary {
background-color: #72c02c !important;
}
.g-bg-primary--hover:hover {
background-color: #72c02c !important;
}
.u-block-hover:hover .g-bg-primary--hover {
background-color: #72c02c;
}
.g-parent:hover .g-bg-primary--parent-hover {
background-color: #72c02c !important;
}
.g-bg-primary--active.active,
.active .g-bg-primary--active {
background-color: #72c02c !important;
}
.g-parent.active .g-bg-primary--parent-active {
background-color: #72c02c !important;
}
.g-bg-primary--before::before, .g-bg-primary--after::after {
background-color: #72c02c !important;
}
.g-bg-primary-dark-v1 {
background-color: #6db82a !important;
}
.g-bg-primary-dark-v2 {
background-color: #66ab27 !important;
}
.g-bg-primary-dark-v3 {
background-color: #599722 !important;
}
.g-bg-primary-opacity-0_1 {
background-color: rgba(114, 192, 44, 0.1) !important;
}
.g-bg-primary-opacity-0_2 {
background-color: rgba(114, 192, 44, 0.2) !important;
}
.g-bg-primary-opacity-0_2--hover:hover {
background-color: rgba(114, 192, 44, 0.2) !important;
}
.g-bg-primary-opacity-0_2--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.2) !important;
}
.active .g-bg-primary-opacity-0_2--active {
background-color: rgba(114, 192, 44, 0.2) !important;
}
.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
background-color: rgba(114, 192, 44, 0.2) !important;
}
.g-bg-primary-opacity-0_3 {
background-color: rgba(114, 192, 44, 0.3) !important;
}
.g-bg-primary-opacity-0_3--hover:hover {
background-color: rgba(114, 192, 44, 0.3) !important;
}
.g-bg-primary-opacity-0_3--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.3) !important;
}
.active .g-bg-primary-opacity-0_3--active {
background-color: rgba(114, 192, 44, 0.3) !important;
}
.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
background-color: rgba(114, 192, 44, 0.3) !important;
}
.g-bg-primary-opacity-0_4 {
background-color: rgba(114, 192, 44, 0.4) !important;
}
.g-bg-primary-opacity-0_4--hover:hover {
background-color: rgba(114, 192, 44, 0.4) !important;
}
.g-bg-primary-opacity-0_4--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.4) !important;
}
.g-bg-primary-opacity-0_4--after::after {
background-color: rgba(114, 192, 44, 0.4) !important;
}
.g-bg-primary-opacity-0_6 {
background-color: rgba(114, 192, 44, 0.6) !important;
}
.g-bg-primary-opacity-0_6--hover:hover {
background-color: rgba(114, 192, 44, 0.6) !important;
}
.g-bg-primary-opacity-0_6--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.6) !important;
}
.g-bg-primary-opacity-0_6--after::after {
background-color: rgba(114, 192, 44, 0.6) !important;
}
.g-bg-primary-opacity-0_8 {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_8--hover:hover {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_8--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_9 {
background-color: rgba(114, 192, 44, 0.9) !important;
}
.g-bg-primary-opacity-0_9--hover:hover {
background-color: rgba(114, 192, 44, 0.9) !important;
}
.g-bg-primary-opacity-0_9--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.9) !important;
}
.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
background-color: rgba(114, 192, 44, 0.9) !important;
}
.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
background-color: rgba(114, 192, 44, 0.9) !important;
}
/* Black Colors */
.g-bg-black {
background-color: #000 !important;
}
.g-bg-black--hover:hover {
background-color: #000 !important;
}
.g-bg-black--after::after {
background-color: #000 !important;
}
.g-bg-black-opacity-0_1 {
background-color: rgba(0, 0, 0, 0.1) !important;
}
.g-bg-black-opacity-0_1--after::after {
background-color: rgba(0, 0, 0, 0.1) !important;
}
.g-bg-black-opacity-0_2 {
background-color: rgba(0, 0, 0, 0.2) !important;
}
.g-bg-black-opacity-0_2--after::after {
background-color: rgba(0, 0, 0, 0.2) !important;
}
.g-bg-black-opacity-0_3 {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.g-bg-black-opacity-0_3--hover:hover {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.g-bg-black-opacity-0_3--hover--after:hover::after {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.g-bg-black-opacity-0_4 {
background-color: rgba(0, 0, 0, 0.4) !important;
}
.g-bg-black-opacity-0_4--after::after {
background-color: rgba(0, 0, 0, 0.4) !important;
}
.g-bg-black-opacity-0_5 {
background-color: rgba(0, 0, 0, 0.5) !important;
}
.g-bg-black-opacity-0_5--hover:hover {
background-color: rgba(0, 0, 0, 0.5) !important;
}
.g-bg-black-opacity-0_5--after::after {
background-color: rgba(0, 0, 0, 0.5) !important;
}
.g-bg-black-opacity-0_6 {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.g-bg-black-opacity-0_6--hover:hover {
background-color: rgba(0, 0, 0, 0.7) !important;
}
.g-bg-black-opacity-0_6--after::after {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.g-bg-black-opacity-0_7 {
background-color: rgba(0, 0, 0, 0.7) !important;
}
.g-bg-black-opacity-0_7--hover:hover {
background-color: rgba(0, 0, 0, 0.7) !important;
}
.g-bg-black-opacity-0_7--after::after {
background-color: rgba(0, 0, 0, 0.7) !important;
}
.g-bg-black-opacity-0_8 {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.g-bg-black-opacity-0_8--after::after {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.g-bg-black-opacity-0_8--hover:hover {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.g-bg-black-opacity-0_9 {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.g-bg-black-opacity-0_9--after::after {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.g-bg-black-opacity-0_9--hover:hover {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.u-block-hover:hover .g-bg-black--hover {
background-color: #000 !important;
}
/* White Colors */
.g-bg-white {
background-color: #fff !important;
}
.g-bg-white--before::before, .g-bg-white--after::after {
background-color: #fff !important;
}
.g-bg-white--hover:hover, .g-bg-white--active.active {
background-color: #fff !important;
}
.g-parent:hover .g-bg-white--parent-hover {
background-color: #fff !important;
}
.g-bg-white--before::before, .g-bg-white--after::after {
background-color: #fff !important;
}
.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
background-color: rgba(255, 255, 255, 0) !important;
}
.g-bg-white-opacity-0_05 {
background-color: rgba(255, 255, 255, 0.05) !important;
}
.g-bg-white-opacity-0_1 {
background-color: rgba(255, 255, 255, 0.1) !important;
}
.g-bg-white-opacity-0_1--after::after {
background-color: rgba(255, 255, 255, 0.1) !important;
}
.g-bg-white-opacity-0_2 {
background-color: rgba(255, 255, 255, 0.2) !important;
}
.g-bg-white-opacity-0_2--hover:hover {
background-color: rgba(255, 255, 255, 0.2) !important;
}
.g-bg-white-opacity-0_3 {
background-color: rgba(255, 255, 255, 0.3) !important;
}
.g-bg-white-opacity-0_3--hover:hover {
background-color: rgba(255, 255, 255, 0.3) !important;
}
.g-bg-white-opacity-0_3--after::after {
background-color: rgba(255, 255, 255, 0.3) !important;
}
.g-bg-white-opacity-0_4 {
background-color: rgba(255, 255, 255, 0.4) !important;
}
.g-bg-white-opacity-0_4--hover:hover {
background-color: rgba(255, 255, 255, 0.4) !important;
}
.g-bg-white-opacity-0_5 {
background-color: rgba(255, 255, 255, 0.5) !important;
}
.g-bg-white-opacity-0_5--after::after {
background-color: rgba(255, 255, 255, 0.5) !important;
}
.g-bg-white-opacity-0_7 {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.g-bg-white-opacity-0_7--hover:hover {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.g-bg-white-opacity-0_7--after::after {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.g-bg-white-opacity-0_8 {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.g-bg-white-opacity-0_8--hover:hover {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.g-bg-white-opacity-0_8--after::after {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.g-bg-white-opacity-0_8--hover--after:hover::after {
background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-white-opacity-0_9 {
background-color: rgba(255, 255, 255, 0.9) !important;
}
.g-bg-white-opacity-0_9--hover:hover {
background-color: rgba(255, 255, 255, 0.9) !important;
}
.g-bg-white-opacity-0_9--after::after {
background-color: rgba(255, 255, 255, 0.9) !important;
}
/* Gray Colors */
.g-bg-gray-dark-v1 {
background-color: #111 !important;
}
.g-bg-gray-dark-v1--hover:hover {
background-color: #111 !important;
}
.g-bg-gray-dark-v2 {
background-color: #333 !important;
}
.g-bg-gray-dark-v2--hover:hover {
background-color: #333 !important;
}
.g-bg-gray-dark-v3 {
background-color: #555 !important;
}
.g-bg-gray-dark-v3--hover:hover {
background-color: #555 !important;
}
.g-bg-gray-dark-v4 {
background-color: #777 !important;
}
.g-bg-gray-dark-v4--hover:hover {
background-color: #777 !important;
}
.g-bg-gray-dark-v5 {
background-color: #999 !important;
}
.g-bg-gray-dark-v5--hover:hover {
background-color: #999 !important;
}
.g-bg-gray-light-v1 {
background-color: #bbb !important;
}
.g-bg-gray-light-v1--hover:hover {
background-color: #bbb !important;
}
.g-bg-gray-light-v2 {
background-color: #ccc !important;
}
.g-bg-gray-light-v2--hover:hover {
background-color: #ccc !important;
}
.g-bg-gray-light-v3 {
background-color: #ddd !important;
}
.g-bg-gray-light-v3--hover:hover {
background-color: #ddd !important;
}
.g-bg-gray-light-v4 {
background-color: #eee !important;
}
.g-bg-gray-light-v4--hover:hover {
background-color: #eee !important;
}
.g-bg-gray-light-v5 {
background-color: #f7f7f7 !important;
}
.g-bg-gray-light-v5--hover:hover {
background-color: #f7f7f7 !important;
}
.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
background-color: #f7f7f7 !important;
}
/* Transparent */
.g-bg-transparent {
background-color: transparent !important;
}
.g-bg-transparent--hover:hover {
background-color: transparent !important;
}
.g-bg-transparent--hover--after:hover::after {
background-color: transparent !important;
}
.g-parent:hover .g-bg-transparent--parent-hover {
background-color: transparent !important;
}
/* Complementary Colors
------------------------------------*/
/* Beige Colors */
.g-bg-beige {
background-color: #e5e1de !important;
}
/* Color Green */
.g-bg-green {
background-color: #72c02c !important;
}
.g-bg-green-opacity-0_1 {
background-color: rgba(114, 192, 44, 0.1) !important;
}
.g-bg-green--hover:hover {
background-color: #72c02c !important;
}
/* Color Blue */
.g-bg-blue {
background-color: #3398dc !important;
}
.g-bg-blue-opacity-0_1 {
background-color: rgba(51, 152, 220, 0.1) !important;
}
.g-bg-blue-opacity-0_7 {
background-color: rgba(51, 152, 220, 0.7) !important;
}
.g-bg-blue-opacity-0_9 {
background-color: rgba(51, 152, 220, 0.9) !important;
}
.g-bg-blue--hover:hover {
background-color: #3398dc !important;
}
/* Color Light Blue */
.g-bg-lightblue {
background-color: #edf2f8 !important;
}
.g-bg-lightblue-opacity-0_1 {
background-color: rgba(237, 242, 248, 0.1) !important;
}
.g-bg-lightblue-v1 {
background-color: #d6e2ee !important;
}
.g-bg-lightblue-v1-opacity-0_1 {
background-color: rgba(214, 226, 238, 0.1) !important;
}
/* Color Dark Blue */
.g-bg-darkblue {
background-color: #009 !important;
}
.g-bg-darkblue-opacity-0_1 {
background-color: rgba(0, 0, 153, 0.1) !important;
}
/* Color Indigo */
.g-bg-indigo {
background-color: #4263a3 !important;
}
.g-bg-indigo-opacity-0_1 {
background-color: rgba(66, 99, 163, 0.1) !important;
}
/* Color Red */
.g-bg-red {
background-color: #f00 !important;
}
.g-bg-red-opacity-0_1 {
background-color: rgba(255, 0, 0, 0.1) !important;
}
.g-bg-red-opacity-0_2 {
background-color: rgba(255, 0, 0, 0.2) !important;
}
.g-bg-red-opacity-0_5 {
background-color: rgba(255, 0, 0, 0.5) !important;
}
.g-bg-red-opacity-0_8 {
background-color: rgba(255, 0, 0, 0.8) !important;
}
.g-bg-red--hover:hover {
background-color: #f00 !important;
}
/* Color Light Red */
.g-bg-lightred {
background-color: #e64b3b !important;
}
.g-bg-lightred-opacity-0_1 {
background-color: rgba(230, 75, 59, 0.1) !important;
}
.g-bg-lightred--hover:hover {
background-color: #e64b3b !important;
}
/* Color Dark Red */
.g-bg-darkred {
background-color: #a10f2b !important;
}
.g-bg-darkred-opacity-0_1 {
background-color: rgba(161, 15, 43, 0.1) !important;
}
/* Color Purple */
.g-bg-purple {
background-color: #9a69cb !important;
}
.g-bg-purple-opacity-0_1 {
background-color: rgba(154, 105, 203, 0.1) !important;
}
.g-bg-purple-opacity-0_7 {
background-color: rgba(154, 105, 203, 0.7) !important;
}
.g-bg-purple-opacity-0_9 {
background-color: rgba(154, 105, 203, 0.9) !important;
}
.g-bg-purple-opacity-0_9--after::after {
background-color: rgba(154, 105, 203, 0.9) !important;
}
.g-bg-purple--hover:hover {
background-color: #9a69cb !important;
}
/* Color Dark Purple */
.g-bg-darkpurple {
background-color: #6639b6 !important;
}
.g-bg-darkpurple-opacity-0_1 {
background-color: rgba(102, 57, 182, 0.1) !important;
}
/* Color Pink */
.g-bg-pink {
background-color: #e81c62 !important;
}
.g-bg-pink-opacity-0_1 {
background-color: rgba(232, 28, 98, 0.1) !important;
}
.g-bg-pink-opacity-0_9 {
background-color: rgba(232, 28, 98, 0.9) !important;
}
.g-bg-pink--hover:hover {
background-color: #e81c62 !important;
}
.g-bg-pink--before::after, .g-bg-pink--after::after {
background-color: #e81c62 !important;
}
.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
background-color: #e81c62 !important;
}
/* Color Orange */
.g-bg-orange {
background-color: #e57d20 !important;
}
.g-bg-orange-opacity-0_1 {
background-color: rgba(229, 125, 32, 0.1) !important;
}
.g-bg-orange-opacity-0_2 {
background-color: rgba(229, 125, 32, 0.2) !important;
}
.g-bg-orange--hover:hover {
background-color: #e57d20 !important;
}
/* Color Deep Orange */
.g-bg-deeporange {
background-color: #fe541e !important;
}
.g-bg-deeporange-opacity-0_1 {
background-color: rgba(254, 84, 30, 0.1) !important;
}
.g-bg-deeporange--hover:hover {
background-color: #fe541e !important;
}
/* Color Yellow */
.g-bg-yellow {
background-color: #ebc71d !important;
}
.g-bg-yellow-opacity-0_1 {
background-color: rgba(235, 199, 29, 0.1) !important;
}
.g-bg-yellow-opacity-0_7 {
background: rgba(235, 199, 29, 0.7) !important;
}
.g-bg-yellow--hover:hover {
background-color: #ebc71d !important;
}
/* Color Aqua */
.g-bg-aqua {
background-color: #29d6e6 !important;
}
.g-bg-aqua-opacity-0_1 {
background-color: rgba(41, 214, 230, 0.1) !important;
}
.g-bg-aqua-opacity-0_9 {
background-color: rgba(41, 214, 230, 0.9) !important;
}
.g-bg-aqua--hover:hover {
background-color: #29d6e6 !important;
}
/* Color Cyan */
.g-bg-cyan {
background-color: #00bed6 !important;
}
.g-bg-cyan-opacity-0_1 {
background-color: rgba(0, 190, 214, 0.1) !important;
}
.g-bg-cyan-opacity-0_9 {
background-color: rgba(0, 190, 214, 0.9) !important;
}
.g-bg-cyan-opacity-0_9--after::after {
background-color: rgba(0, 190, 214, 0.9) !important;
}
.g-bg-cyan--hover:hover {
background-color: #00bed6 !important;
}
/* Color Teal */
.g-bg-teal {
background-color: #18ba9b !important;
}
.g-bg-teal-opacity-0_1 {
background-color: rgba(24, 186, 155, 0.1) !important;
}
.g-bg-teal-opacity-0_9 {
background-color: rgba(24, 186, 155, 0.9) !important;
}
.g-bg-teal-opacity-0_9--after::after {
background-color: rgba(24, 186, 155, 0.9) !important;
}
.g-bg-teal--hover:hover {
background-color: #18ba9b !important;
}
/* Color Brown */
.g-bg-brown {
background-color: #9c8061 !important;
}
.g-bg-brown-opacity-0_1 {
background-color: rgba(156, 128, 97, 0.1) !important;
}
.g-bg-brown--hover:hover {
background-color: #9c8061 !important;
}
/* Color Blue Gray */
.g-bg-bluegray {
background-color: #585f69 !important;
}
.g-bg-bluegray-opacity-0_1 {
background-color: rgba(88, 95, 105, 0.1) !important;
}
.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
background-color: rgba(88, 95, 105, 0.2) !important;
}
.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
background-color: rgba(88, 95, 105, 0.3) !important;
}
.g-bg-bluegray-opacity-0_5, .g-bg-bluegray-opacity-0_5--after::after {
background-color: rgba(88, 95, 105, 0.5) !important;
}
.g-bg-bluegray-opacity-0_7 {
background-color: rgba(88, 95, 105, 0.7) !important;
}
.g-bg-bluegray--hover:hover {
background-color: #585f69 !important;
}
.g-grayscale-100x {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
/* Firefox 10+, Firefox on Android */
filter: gray;
-webkit-filter: grayscale(100%);
}
.g-parent:hover .g-grayscale-0--parent-hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.g-grayscale-0--hover:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
/* O */
@media (min-width: 576px) {
.g-bg-transparent--sm {
background-color: transparent !important;
}
}
/*------------------------------------
Background Colors Extended
------------------------------------*/
.js-header-change-moment .g-bg-primary--scrolling {
background-color: #72c02c !important;
}
/*------------------------------------
Social Background Colors
------------------------------------*/
/* Facebook */
.g-bg-facebook {
background-color: #3b5998;
}
.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
background-color: #344e86 !important;
}
/* Twitter */
.g-bg-twitter {
background-color: #00acee;
}
.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
background-color: #009ad5 !important;
}
/* Skype */
.g-bg-skype {
background-color: #00aff0;
}
.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
background-color: #009cd7 !important;
}
/* Pinterest */
.g-bg-pinterest {
background-color: #c8232c;
}
.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
background-color: #b21f27 !important;
}
/* Vine */
.g-bg-vine {
background-color: #00bf8f;
}
.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
background-color: #00a67c !important;
}
/* Youtube */
.g-bg-youtube {
background-color: #c4302b;
}
.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
background-color: #af2b26 !important;
}
/* Google plus */
.g-bg-google-plus {
background-color: #dd4b39;
}
.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
background-color: #d73925 !important;
}
/* Dribbble */
.g-bg-dribbble {
background-color: #ea4c89;
}
.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
background-color: #e7357a !important;
}
/* VK */
.g-bg-vk {
background-color: #2b587a;
}
.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
background-color: #244a67 !important;
}
/* Linkedin */
.g-bg-linkedin {
background-color: #0e76a8;
}
.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
background-color: #0c6590 !important;
}
/* Instagram */
.g-bg-instagram {
background-color: #3f729b;
}
.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
background-color: #386589 !important;
}
/*------------------------------------
Images Grid
------------------------------------*/
.g-bg-grid-v1--before::before {
background-image: url(../img/bg/grid/wave.png);
}
.g-bg-grid-v2--before::after {
background-image: url(../img/bg/grid/tile-left.png);
}
.g-bg-grid-v3--before::after {
background-image: url(../img/bg/grid/tile-right.png);
}
.g-bg-grid-v4--before::after {
background-image: url(../img/bg/grid/diagonal-left.png);
}
.g-bg-grid-v5--before::after {
background-image: url(../img/bg/grid/diagonal-right.png);
}
.g-bg-grid-v6--before::after {
background-image: url(../img/bg/grid/zigzag-left.png);
}
.g-bg-grid-v7--before::after {
background-image: url(../img/bg/grid/zigzag-right.png);
}
/*------------------------------------
Covers
------------------------------------*/
.g-bg-cover {
position: relative;
}
.g-bg-cover::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.g-bg-cover-v1::after {
position: absolute;
top: 0.35714rem;
right: 0.35714rem;
bottom: 0.35714rem;
left: 0.35714rem;
}
.g-bg-cover__inner {
z-index: 1;
position: relative;
}
/*------------------------------------
Background Image Style
------------------------------------*/
.g-bg-img-hero {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/*------------------------------------
Background Patterns
------------------------------------*/
.g-bg-pattern-green {
background-image: url("../img/bg/pattern--green.png");
}
/*------------------------------------
Background Position
------------------------------------*/
.g-bg-pos-center {
background-position: center;
}
.g-bg-pos-left-center {
background-position: left center;
}
.g-bg-pos-top-center {
background-position: top center;
}
.g-bg-pos-bottom-center {
background-position: bottom center;
}
/*------------------------------------
Background Repeat
------------------------------------*/
.g-bg-no-repeat {
background-repeat: no-repeat;
}
/*------------------------------------
Background Size
------------------------------------*/
.g-bg-size-cover {
background-size: cover !important;
}
.g-bg-size-100x {
background-size: 100% !important;
}
.g-bg-size-100x--hover:hover {
background-size: 100% !important;
}
.g-parent:hover .g-bg-size-100x--parent-hover {
background-size: 100% !important;
}
.g-bg-size-120x {
background-size: 120% !important;
}
.g-bg-size-120x--hover {
background-size: 120% !important;
}
.g-parent:hover .g-bg-size-120x--parent-hover {
background-size: 120% !important;
}
.g-bg-repeat {
background-repeat: repeat !important;
/* P */
background-size: auto !important;
}
/* Primary Colors */
.g-fill-primary {
fill: #72c02c !important;
}
.g-fill-primary path,
.g-fill-primary polygon {
fill: #72c02c !important;
}
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
fill: #72c02c !important;
}
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
fill: #72c02c !important;
}
.g-fill-white {
fill: #fff !important;
}
.g-fill-white path,
.g-fill-white polygon {
fill: #fff !important;
}
.g-fill-white--opened-menu:not(.collapsed) path,
.g-fill-white--opened-menu:not(.collapsed) polygon {
fill: #fff !important;
}
*:not(.collapsed) > .g-fill-white--parent-opened-menu path,
*:not(.collapsed) > .g-fill-white--parent-opened-menu polygon {
fill: #fff !important;
}
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
fill: #fff !important;
}
*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
fill: #fff !important;
}
.g-fill-main {
fill: #555 !important;
}
.g-fill-main path,
.g-fill-main polygon {
fill: #555 !important;
}
.g-fill-main--opened-menu:not(.collapsed) path,
.g-fill-main--opened-menu:not(.collapsed) polygon {
fill: #555 !important;
}
*:not(.collapsed) > .g-fill-main--parent-opened-menu path,
*:not(.collapsed) > .g-fill-main--parent-opened-menu polygon {
fill: #555 !important;
}
.g-fill-main--hover:hover path,
.g-fill-main--hover:hover polygon {
fill: #555 !important;
}
*:hover > * > .g-fill-main--hover-parent svg path,
*:hover > * > .g-fill-main--hover-parent svg polygon {
fill: #fff !important;
}
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
fill: #eee !important;
}
.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
fill: #eee !important;
}
*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
fill: #eee !important;
}
.g-fill-red path,
.g-fill-red polygon {
fill: #f00 !important;
}
.g-fill-red--hover:hover path,
.g-fill-red--hover:hover polygon {
fill: #f00 !important;
}
*:hover > * > .g-fill-red--hover-parent path,
*:hover > * > .g-fill-red--hover-parent polygon {
fill: #f00 !important;
}
*:hover > .g-fill-red--parent-hover path,
*:hover > .g-fill-red--parent-hover polygon {
fill: #f00 !important;
}
*:hover > * > * > .g-fill-red--parent-parent-parent-hover path,
*:hover > * > * > .g-fill-red--parent-parent-parent-hover polygon {
fill: #f00 !important;
}
/*------------------------------------
Borders Default (solid)
------------------------------------*/
.g-brd-none {
/* P */
border: none !important;
}
.g-brd-x {
border-left: solid 1px transparent !important;
border-right: solid 1px transparent !important;
}
.g-brd-y {
border-top: solid 1px transparent !important;
border-bottom: solid 1px transparent !important;
}
.g-brd-around {
border: solid 1px transparent !important;
}
.g-brd-top {
border-top: solid 1px transparent !important;
}
.g-brd-right {
border-right: solid 1px transparent !important;
}
.g-brd-bottom {
border-bottom: solid 1px transparent !important;
}
.g-brd-left {
border-left: solid 1px transparent !important;
}
.g-brd-left-none {
border-left: none !important;
}
@media (min-width: 576px) {
.g-brd-around--sm {
border: solid 1px transparent !important;
}
.g-brd-top--sm {
border-top: solid 1px transparent !important;
}
.g-brd-right--sm {
border-right: solid 1px transparent !important;
}
.g-brd-bottom--sm {
border-bottom: solid 1px transparent !important;
}
.g-brd-left--sm {
border-left: solid 1px transparent !important;
}
}
@media (min-width: 768px) {
.g-brd-x--md {
border-left: solid 1px transparent !important;
border-right: solid 1px transparent !important;
}
.g-brd-around--md {
border: solid 1px transparent !important;
}
.g-brd-top--md {
border-top: solid 1px transparent !important;
}
.g-brd-right--md {
border-right: solid 1px transparent !important;
}
.g-brd-bottom--md {
border-bottom: solid 1px transparent !important;
}
.g-brd-left--md {
border-left: solid 1px transparent !important;
}
}
@media (min-width: 992px) {
/* P */
.g-brd-around--lg {
border: solid 1px transparent !important;
}
.g-brd-top--lg {
border-top: solid 1px transparent !important;
}
.g-brd-right--lg {
border-right: solid 1px transparent !important;
}
.g-brd-bottom--lg {
border-bottom: solid 1px transparent !important;
}
.g-brd-left--lg {
border-left: solid 1px transparent !important;
}
.g-brd-left-none--lg {
border-left: none !important;
}
.g-brd-x--lg {
border-left: solid 1px transparent;
border-right: solid 1px transparent;
}
.g-brd-none--lg {
border: none !important;
}
}
/*------------------------------------
Borders None
------------------------------------*/
.g-brd-around-none {
border-width: 0 !important;
}
.g-brd-top-none {
border-top: none !important;
}
.g-brd-right-none {
border-right: none !important;
}
.g-brd-bottom-none {
border-bottom: none !important;
}
.g-brd-left-none {
border-left: none !important;
}
@media (min-width: 576px) {
.g-brd-around-none--sm {
border: none !important;
}
.g-brd-top-none--sm {
border-top: none !important;
}
.g-brd-right-none--sm {
border-right: none !important;
}
.g-brd-bottom-none--sm {
border-bottom: none !important;
}
.g-brd-left-none--sm {
border-left: none !important;
}
}
@media (min-width: 768px) {
.g-brd-around-none--md {
border: none !important;
}
.g-brd-top-none--md {
border-top: none !important;
}
.g-brd-right-none--md {
border-right: none !important;
}
.g-brd-bottom-none--md {
border-bottom: none !important;
}
.g-brd-left-none--md {
border-left: none !important;
}
}
@media (min-width: 992px) {
.g-brd-around-none--lg {
border: none !important;
}
.g-brd-top-none--lg {
border-top: none !important;
}
.g-brd-right-none--lg {
border-right: none !important;
}
.g-brd-bottom-none--lg {
border-bottom: none !important;
}
.g-brd-left-none--lg {
border-left: none !important;
}
}
/*------------------------------------
Border Style
------------------------------------*/
.g-brd-style-solid {
border-style: solid !important;
}
.g-brd-style-dashed {
border-style: dashed !important;
}
.g-brd-style-dotted {
border-style: dotted !important;
}
/*------------------------------------
Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
.rounded-0 {
border-radius: 0 !important;
}
.g-rounded-50x {
border-radius: 50%;
}
.g-rounded-1 {
border-radius: 1px !important;
}
.g-rounded-2 {
border-radius: 2px !important;
}
.g-rounded-3 {
border-radius: 3px !important;
}
.g-rounded-4 {
border-radius: 4px !important;
}
.g-rounded-5 {
border-radius: 5px !important;
}
.g-rounded-6 {
border-radius: 6px !important;
}
.g-rounded-7 {
border-radius: 7px !important;
}
.g-rounded-10 {
border-radius: 10px !important;
}
.g-rounded-15 {
border-radius: 15px !important;
}
.g-rounded-20 {
border-radius: 20px !important;
}
.g-rounded-25 {
border-radius: 25px !important;
}
.g-rounded-30 {
border-radius: 30px !important;
}
.g-rounded-50 {
border-radius: 50px !important;
}
.g-rounded-100 {
border-radius: 100px !important;
}
.g-rounded-100--after::after {
border-radius: 100px !important;
}
/* Rounded Top */
.g-rounded-top-5 {
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}
/* Rounded Right */
.g-rounded-right-0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.g-rounded-right-3 {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.g-rounded-right-5 {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.g-rounded-right-20 {
border-bottom-right-radius: 20px !important;
border-top-right-radius: 20px !important;
}
.g-rounded-right-30 {
border-top-right-radius: 30px !important;
border-bottom-right-radius: 30px !important;
}
.g-rounded-right-50 {
border-top-right-radius: 50px !important;
border-bottom-right-radius: 50px !important;
}
/* Rounded Bottom */
.g-rounded-bottom-0 {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.g-rounded-bottom-3 {
border-bottom-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.g-rounded-bottom-4 {
border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.g-rounded-bottom-5 {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
/* Rounded Left */
.g-rounded-left-0 {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.g-rounded-left-3 {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}
.g-rounded-left-5 {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.g-rounded-left-20 {
border-bottom-left-radius: 20px !important;
border-top-left-radius: 20px !important;
}
.g-rounded-left-30 {
border-top-left-radius: 30px !important;
border-bottom-left-radius: 30px !important;
}
.g-rounded-left-50 {
border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;
}
.g-rounded-circle--before::before {
border-radius: 50% !important;
}
.g-rounded-circle--after::after {
border-radius: 50% !important;
}
@media (min-width: 768px) {
.g-rounded-0--md {
border-radius: 0 !important;
}
.g-rounded-left-0--md {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.g-rounded-right-0--md {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
}
@media (min-width: 992px) {
.g-rounded-left-5--lg-up {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.g-rounded-right-5--lg-up {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
}
/*------------------------------------
Borders Default (dashed)
------------------------------------*/
.g-brd-around--dashed {
border: dashed 1px transparent;
}
.g-brd-top--dashed {
border-top: dashed 1px transparent;
}
.g-brd-bottom--dashed {
border-bottom: dashed 1px transparent;
}
.g-brd-right--dashed {
border-right: dashed 1px transparent;
}
.g-brd-left--dashed {
border-left: dashed 1px transparent;
}
@media (min-width: 576px) {
.g-brd-around--dashed--sm {
border: dashed 1px transparent;
}
.g-brd-top--dashed--sm {
border-top: dashed 1px transparent;
}
.g-brd-bottom--dashed--sm {
border-bottom: dashed 1px transparent;
}
.g-brd-right--dashed--sm {
border-right: dashed 1px transparent;
}
.g-brd-left--dashed--sm {
border-left: dashed 1px transparent;
}
}
@media (min-width: 768px) {
.g-brd-around--dashed--md {
border: dashed 1px transparent;
}
.g-brd-top--dashed--md {
border-top: dashed 1px transparent;
}
.g-brd-bottom--dashed--md {
border-bottom: dashed 1px transparent;
}
.g-brd-right--dashed--md {
border-right: dashed 1px transparent;
}
.g-brd-left--dashed--md {
border-left: dashed 1px transparent;
}
}
/*------------------------------------
Borders Default (dotted)
------------------------------------*/
.g-brd-around--dotted {
border: dotted 1px transparent;
}
.g-brd-top--dotted {
border-top: dotted 1px transparent;
}
.g-brd-bottom--dotted {
border-bottom: dotted 1px transparent;
}
.g-brd-right--dotted {
border-right: dotted 1px transparent;
}
.g-brd-left--dotted {
border-left: dotted 1px transparent;
}
@media (min-width: 576px) {
.g-brd-around--dotted--sm {
border: dotted 1px transparent;
}
.g-brd-top--dotted--sm {
border-top: dotted 1px transparent;
}
.g-brd-bottom--dotted--sm {
border-bottom: dotted 1px transparent;
}
.g-brd-right--dotted--sm {
border-right: dotted 1px transparent;
}
.g-brd-left--dotted--sm {
border-left: dotted 1px transparent;
}
}
@media (min-width: 768px) {
.g-brd-around--dotted--md {
border: dotted 1px transparent;
}
.g-brd-top--dotted--md {
border-top: dotted 1px transparent;
}
.g-brd-bottom--dotted--md {
border-bottom: dotted 1px transparent;
}
.g-brd-right--dotted--md {
border-right: dotted 1px transparent;
}
.g-brd-left--dotted--md {
border-left: dotted 1px transparent;
}
}
/*------------------------------------
Border Width
------------------------------------*/
.g-brd-0 {
border-width: 0 !important;
}
.g-brd-1 {
border-width: 1px !important;
}
.g-brd-2 {
border-width: 2px !important;
}
.g-brd-3 {
border-width: 3px !important;
}
.g-brd-3--before::before {
border-width: 3px !important;
}
.g-brd-3--before--active.active::before {
border-width: 3px !important;
}
.g-brd-4 {
border-width: 4px !important;
}
.g-brd-5 {
border-width: 5px !important;
}
.g-brd-6 {
border-width: 6px !important;
}
.g-brd-7 {
border-width: 7px !important;
}
.g-brd-10 {
border-width: 10px !important;
}
.g-brd-12 {
border-width: 12px !important;
}
.g-brd-top-0 {
border-top-width: 0 !important;
}
.g-brd-top-2 {
border-top-width: 2px !important;
}
.g-brd-top-3 {
border-top-width: 3px !important;
}
.g-brd-top-5 {
border-top-width: 5px !important;
}
.g-brd-bottom-0 {
border-bottom-width: 0 !important;
}
.g-brd-bottom-2 {
border-bottom-width: 2px !important;
}
.g-brd-bottom-2--hover:hover {
border-bottom-width: 2px !important;
}
.g-parent:hover .g-brd-bottom-2--parent-hover {
border-bottom-width: 2px !important;
}
.g-brd-bottom-5 {
border-bottom-width: 5px !important;
}
.g-brd-left-0 {
border-left-width: 0 !important;
}
.g-brd-left-1 {
border-left-width: 1px !important;
}
.g-brd-left-2 {
border-left-width: 2px !important;
}
.g-brd-left-3 {
border-left-width: 3px !important;
}
.g-brd-left-4 {
border-left-width: 4px !important;
}
@media (min-width: 768px) {
.g-brd-0--md {
border-width: 0 !important;
}
.g-brd-1--md {
border-width: 1px !important;
}
.g-brd-2--md {
border-width: 2px !important;
}
.g-brd-3--md {
border-width: 3px !important;
}
.g-brd-4--md {
border-width: 4px !important;
}
.g-brd-5--md {
border-width: 5px !important;
}
.g-brd-6--md {
border-width: 6px !important;
}
.g-brd-10--md {
border-width: 10px !important;
}
.g-brd-top-0--md {
border-top-width: 0 !important;
}
.g-brd-top-2--md {
border-top-width: 2px !important;
}
.g-brd-top-3--md {
border-top-width: 3px !important;
}
.g-brd-top-5--md {
border-top-width: 5px !important;
}
.g-brd-bottom-0--md {
border-bottom-width: 0 !important;
}
.g-b