@CHARSET "US-ASCII";

@IMPORT
	url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999;
}

#spin {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* For minimum width of table columns */
.min-width{
	min-width: 130px;
}

.min-width1{
	min-width: 230px;
}

body {
	margin-top: 75px;
	font-family: proxima_nova_rgregular, 'Helvetica Neue', Helvetica,
		Calibri, Arial, sans-serif;
}

.baseFont {
	font-family: proxima_nova_rgregular, 'Helvetica Neue', Helvetica,
		Calibri, Arial, sans-serif;
}

.table {
	font-family: proxima_nova_rgregular, 'Helvetica Neue', Helvetica,
		Calibri, Arial, sans-serif;
	text-align: center;
}

.table thead tr th{
	text-align: center;
}

.table tbody tr td{
	/*text-align: center;*/
}

/* Changes for BootStrap Date Picker */
.datetimepicker {
	margin-top: 75px;
}

/* Vertical Line */
.verticalLine {
	padding-left: 0px;
	color: none;
	background: none;
	border-left: 1px solid #666;
}

/* Body Buttons */
.btn {
	background-color: #cb202d;
	padding: 4px 12px 4px;
	border-radius: 3px;
	text-align: center;
	color: #fff !important;
	transition: .15s ease-out all;
	-moz-transition: .15s ease-out all;
	-webkit-transition: .15s ease-out all;
	-o-transition: .15s ease-out all;
	margin-right: 6px;
	font-family: proxima_nova_rgregular, 'Helvetica Neue', Helvetica,
		Calibri, Arial, sans-serif;
	height: 30px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-default{
	text-shadow: none;
    background-image: none;
}

.btn-default:HOVER{
	text-shadow: none;
    background-image: none;
}


.btn-primary {
	background-color: #286091;
	border-color: #245580;
	background-image: url('');
}

.btn-blue{
	background:#0072bc;
	border-color:#0072bc;
}
.btn-blue:active{
	background:#0072bc;
	border-color:#0072bc;
}
.btn-blue:hover, .btn-blue:focus{
	background:#0059BC;
	border-color:#0059BC;
}
.btn.btn-green{
	color:#fff;
	background-color:#39b54a;
	border-color:#39b54a;
}
.btn.btn-green:hover, .btn.btn-green:focus{
	border-color:rgba(39, 145, 33, 0.9);;
	background-color:rgba(39, 145, 33, 0.9);;
}

.btn.btn-yellow{
	color:#fff;
	background-color:#ffd35d;
	border-color:#ffd35d;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus{
	border-color:#f9b72b;
	background-color:#f9b72b;
}
	
.btn.btn-red{
	color:#fff;
	background-color:#cb202d;
	border-color:#cb202d;
}

.btn.btn-red:hover, .btn.btn-red:focus{
	border-color:#bc212d;
	background-color:#bc212d;
}

.btn.btn-white{
	background-color: #fff;
    color: #000 !important;
    border-color:#dedede;
}
.btn.btn-white:hover{
	border-color:#9a9a9a;
	color:#2d2d2d !important;
}

.btn.btn-orange{
	color:#fff;
	background-color:#f2cc4f;
	border-color:#f2cc4f;
}

.btn.btn-grey{
	color:#666 !important;
	background-color:#E4E4E2;
}

.btn.btn-grey:hover, .btn.btn-grey:focus{
	background-color:#cbcbcb;
}

.btn-success {
	background-color: #469C46;
	border-color: #3e8f3e;
	background-image: url('');
}

.btn-warning {
	background-color: #EB9316;
	border-color: #e38d13;
	background-image: url('');
}

.btn-info {
	background-color: #52BCDC;
	border-color: #28a4c9;
	background-image: url('');
}

.pagination>.active>a{
	color: #666 !important;
    background-color: #e4e4e2;
    border-left-color: #e4e4e2;
    border-right-color: #e4e4e2;
    border-color: #ddd;
}

.pagination>.active>a:hover, .pagination>.active>a:focus{
	color: #666 !important;
    background-color: #e4e4e2;
    border-left-color: #e4e4e2;
    border-right-color: #e4e4e2;
    border-color: #ddd;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
{
	background-color: #e4e4e2;
}

.lead {
	margin-bottom: 0;
}

footer {
	margin: 10px 0;
}

img {
	width: 100%;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

ul.list-inline li:hover {
	cursor: pointer;
}

ul.list-inline li span {
	display: block;
	text-align: center;
}

ul.list-inline li img {
	width: 150px;
	height: 150px;
	padding: 20px;
}

.chooseCombo {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.viewMenuProd {
	width: 50%;
	margin-left: 50%;
	margin-bottom: 5%;
	margin-top: 5%;
	font-weight: 600;
	font-family: Roboto;
}

/* Used in addDiscounts.php to add Previous - Next button in the discounting form */
button.navtoggle {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 15px;
	background-color: white;
	color: #337ab7;
	border: 1px solid #ddd;
	cursor: pointer;
	box-sizing: border-box;
}
/* Used in editMenuComboProducts.php to edit price text field in the discounting form */
.menuComboProdPrice {
	width: 70%;
}

.viewProducts {
	width: 100%;
	height: 1000px;
	overflow-y: scroll
}

/* Naman Khator CSS */
.widget {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-size: cover;
	background-color: #fff;
	transition: all .2s;
	min-height: 100px;
	/* margin: 8px; */
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0
		rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

.box-1,.box-2,.box-3,.box-4 {
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-1 {
	border-color: rgb(255, 80, 63);
	color: rgb(255, 255, 255);
	background-color: rgb(255, 80, 63);
}

.box-2 {
	border-color: rgb(253, 197, 84);
	color: rgb(255, 255, 255);
	background-color: rgb(253, 197, 84);
}

.box-3 {
	border-color: rgb(145, 223, 243);
	color: rgb(255, 255, 255);
	background-color: rgb(145, 223, 243);
}

.box-4 {
	border-color: rgb(0, 150, 136);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 150, 136);
}

.box-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.text {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

.box-text {
	font-weight: 100 !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -.005em;
	line-height: 25px;
	color: white;
}

.chartDiv {
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top:7px;
	margin-bottom:7px;
}

/* Header */
@media ( min-width :768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header
		{
		margin-right: -55px;
		margin-left: -55px;
	}
}

.glyphicon-large {
	font-size: 25px;
	opacity: .5 !important;
	color: inherit;
}

.navbar-nav>li>a {
	text-shadow: none;
	color: #fff;
	text-decoration: none;
}

.navbar-nav>li>a:HOVER,.navbar-nav>a:ACTIVE,.navbar-nav>a:FOCUS {
	background-color: #282626;
}

.dropdown>ul>li {
	height: 150px;
	width: 36px;
	color: rgb(45, 45, 42);
	cursor: pointer;
	display: list-item;
	font-family: proxima_nova_rgregular, 'Helvetica Neue', Helvetica,
		Calibri, Arial, sans-serif;
	font-size: 13.3333330154419px;
	height: auto;
	line-height: 18.6666660308838px;
	list-style-type: none;
	text-align: left;
	width: auto;
	zoom: 1;
}

.dropdown>ul>li>a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	text-decoration: none;
	width: auto;
	zoom: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.glyphicon-dropbox {
	color: #8D8D85;
	margin-right: 10px;
}

/* Dashboard */
.bg-danger {
	background-color: #fc8675 !important;
	color: #fff !important;
}

.bg-info {
	background-color: #6bafbd;
	color: #fff;
}

.bg-warning {
	background-color: #f3ce85;
	color: #fff;
}

.bg-success {
	background-color: #65cea7;
	color: #fff;
}

.bg-normal {
	background-color: #db6739;
	color: #fff;
}

.bg-default {
	background-color: #4279BD;
	color: #fff;
}

.panel-stat3 {
	min-height: 170px;
	position: relative;
	overflow: hidden;
	padding: 25px 20px;
	margin-bottom: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.m-top-none {
	margin-top: 0;
}

.m-left-xs {
	margin-left: 5px;
}

.panel-stat3 .stat-icon {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 30px;
	opacity: .3;
}

.stat-icon1 {
	opacity: .5;
	color: inhe
}

.panel-stat3 h2 {
	font-size: 20px;
}

.panel-stat3 .refresh-button {
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	color: rgba(0, 0, 0, .3);
}

.loading-overlay {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	text-align: center;
}

/* Sidebar */
.mbot2 {
	margin-bottom: 40px;
}

.tabs {
	margin-bottom: 40px;
}

.tabs__item.selected {
	font-weight: 600;
}

.tabs__item:first-child {
	border-top: 1px solid #f0f0f0;
}

.tabs li {
	cursor: pointer;
	list-style-type: none;
	text-align: left;
}

.tabs li.selected a {
	color: #2d2d2d;
}

.tabs li a {
	font-size: 10pt;
	display: block;
	text-decoration: none;
	color: #7d7d7d;
}

.tabs__link {
	border-bottom: 1px solid #f0f0f0;
	font-size: 10pt;
	padding: 8px 5px 8px 0;
}

.wrapper {
	zoom: 1;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1140px;
}

.help-box {
	cursor: pointer;
	border-color: rgb(66, 133, 244);
	color: rgb(255, 255, 255);
	background-color: rgba(66, 133, 244, 0.81);
	width: 28%;
	margin-left: -5%;
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 15%;
}

.help-box>a>span {
	font-size: 20px;
}

/* Footer */
#footer {
	background-color: #2d2d2d;
	bottom: 0px;
	margin-bottom: -10%;
}

#body {
	margin-bottom: 5%;
}

.footer-bottom {
	font-size: 10px;
	padding: 4px 0;
	color: #2d2d2d;
	background-color: rgba(154, 154, 154, .3);
	line-height: 15px;
}

#footer .footer-column {
	display: inline-block;
	margin: 19px 20px 20px;
	text-align: left;
	vertical-align: top;
}

#footer h3 {
	margin: 20px 0 10px;
	color: #fff;
	font-weight: 400;
}

#footer li {
	padding: 0 0 10px;
}

#footer li a {
	font-size: 13px;
}

#footer a {
	color: #9a9a9a;
}

.clear {
	clear: both;
}

.pbot0 {
	padding-bottom: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
	zoom: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media ( min-width : 641px) .col-m-3 {
	width:18.75%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

@media ( min-width : 641px) .col-m-1 , . col-m-10 , . col-m-11 , . col-m-12 , .
		col-m-13 , . col-m-14 , . col-m-15 , . col-m-16 , . col-m-2 , .
		col-m-3 , . col-m-4 , . col-m-5 , . col-m-6 , . col-m-7 , . col-m-8 ,
		. col-m-9 {
	float:left;
}

.col-s-5 {
	width: 31.25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-s-1,.col-s-10,.col-s-11,.col-s-12,.col-s-13,.col-s-14,.col-s-15,.col-s-16,.col-s-2,.col-s-3,.col-s-4,.col-s-5,.col-s-6,.col-s-7,.col-s-8,.col-s-9
	{
	float: left;
}

.col-l-1,.col-l-10,.col-l-11,.col-l-12,.col-l-13,.col-l-14,.col-l-15,.col-l-16,.col-l-2,.col-l-3,.col-l-4,.col-l-5,.col-l-6,.col-l-7,.col-l-8,.col-l-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-m-1,.col-m-10,.col-m-11,.col-m-12,.col-m-13,.col-m-14,.col-m-15,.col-m-16,.col-m-2,.col-m-3,.col-m-4,.col-m-5,.col-m-6,.col-m-7,.col-m-8,.col-m-9,.col-s-1,.col-s-10,.col-s-11,.col-s-12,.col-s-13,.col-s-14,.col-s-15,.col-s-16,.col-s-2,.col-s-3,.col-s-4,.col-s-5,.col-s-6,.col-s-7,.col-s-8,.col-s-9
	{
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-l-1,.col-l-10,.col-l-11,.col-l-12,.col-l-13,.col-l-14,.col-l-15,.col-l-16,.col-l-2,.col-l-3,.col-l-4,.col-l-5,.col-l-6,.col-l-7,.col-l-8,.col-l-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-m-1,.col-m-10,.col-m-11,.col-m-12,.col-m-13,.col-m-14,.col-m-15,.col-m-16,.col-m-2,.col-m-3,.col-m-4,.col-m-5,.col-m-6,.col-m-7,.col-m-8,.col-m-9,.col-s-1,.col-s-10,.col-s-11,.col-s-12,.col-s-13,.col-s-14,.col-s-15,.col-s-16,.col-s-2,.col-s-3,.col-s-4,.col-s-5,.col-s-6,.col-s-7,.col-s-8,.col-s-9
	{
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

[tabindex] {
	outline: 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

menu,ol,ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

menu,ol,ul {
	padding: 0 0 0 10px;
}

dl,menu,ol,ul {
	margin: 1em 0 0 0;
}

a {
	text-decoration: none;
}

.addModSizePrice {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom: 1%;
	padding-top: 3%;
	padding-bottom: 2%;

}

table.addModSizePrice {
	width: 60%;
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 1%;
}

table.viewPay {
	width: 60%;
	margin-left: 1%;
	margin-right: 10%;
}
/* Toggle.css*/
.checkbox label .toggle,.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px
}

.toggle {
	position: relative;
	overflow: hidden
}

.toggle input[type=checkbox] {
	display: none
}

.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left .35s;
	-webkit-transition: left .35s;
	-moz-user-select: none;
	-webkit-user-select: none
}

.toggle.off .toggle-group {
	left: -100%
}

.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0
}

.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0
}

.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	border-width: 0 1px
}

.toggle.btn {
	min-width: 59px;
	min-height: 34px
}

.toggle-on.btn {
	padding-right: 24px
}

.toggle-off.btn {
	padding-left: 24px
}

.toggle.btn-lg {
	min-width: 79px;
	min-height: 45px
}

.toggle-on.btn-lg {
	padding-right: 31px
}

.toggle-off.btn-lg {
	padding-left: 31px
}

.toggle-handle.btn-lg {
	width: 40px
}

.toggle.btn-sm {
	min-width: 50px;
	min-height: 30px
}

.toggle-on.btn-sm {
	padding-right: 20px
}

.toggle-off.btn-sm {
	padding-left: 20px
}

.toggle.btn-xs {
	min-width: 35px;
	min-height: 22px
}

.toggle-on.btn-xs {
	padding-right: 12px
}

.toggle-off.btn-xs {
	padding-left: 12px
}
.btn-default1{
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	text-shadow: 0 1px 0 #fff;
	background-repeat: repeat-x;
	border-color: #ccc;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	cursor: pointer !important;
	outline: 0;
	box-sizing: border-box;
}

/* Cart Items */
.cartDiv{
	padding: 0;
	border: 1px solid #dedddd;
	margin-left: 5%;
}

.cartDiv:hover{
	border: 1px solid #4285F4;
}

.cartDivHead{
	font-size: 14px;
	background: #f5f5f5;
	padding: 5px;
	color: #8a8a8a;
	font-weight: bold;
}

.cartDivBody{
	min-height: 50px;
	padding: 5px;
	color: #8a8a8a;
	font-size: 12px;
}

.cartDivRow{
	width: 100%;
	height: 50px;
	overflow-y: auto;
}

.cartDivRowInput{
	width: 80%;
}

.cartDivRowInput[disabled], .cartDivRowInput[readonly]{
    background-color: #eee;
    opacity: 1;
}


/* Dashboard Divs */
.dashboardDiv{
	padding: 0;
	border: 1px solid #dedddd;
	height: 100%;
	min-height: 215px;
}

.dashboardDivHead{
	font-size: 14px;
	background: #fff;
	padding: 5px;
	color: #000;
	min-height: 35px;
	font-weight: bold;
}

.dashboardDivBody{
	min-height: 180px;
	padding: 5px;
	color: #8a8a8a;
	font-size: 12px;
}

@media screen and (max-width: 600px) {
  #sidebar {
    display: none;
  }
  #sidebar div div div img {
    display: none;
  }
}


.prodCats {
	height: auto;
	border: 1px solid black;
	padding-top: 10px;
	padding-bottom: 50px
}

.groupName {
	margin-bottom: 20px;
}

.trash {
	margin-left: 95%;
	margin-bottom: 12px;
}
.sizeList{
	height:300px;
	overflow-y:scroll;
}

.prodDesign{
	
	padding:4px;
	width:auto;
	height:auto;
	margin:4px;
}

.dashWidget {
	position: relative;
	background-size: cover;
	background-color: #fff;
	transition: all .2s;
	min-height: 100px;
	/* border: 1px solid #f5f5f5; */
	padding-left: 0px;
	padding-right: 0px;
	margin: 1%;
}

.select-style {
  padding: 0;
  margin: 0;
  width: 150px;
  overflow: hidden;
  background-color: #646D8E;
  background: #fff url("../img/arrowdown.png") no-repeat 90% 50%;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.dashBox{
	cursor: pointer;
}

.customHR{
	display: block;
    color: #f5f5f5;
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}

.sidebarText{
	padding-top: 15px;
	padding-left: 0px;
}

.subText{
	color: #A8A8A8;
	font-size: 14px;
}

.sidebarImage{
	padding-left: 0px;
    padding-right: 0px;
}

.c3{
	width: 100%;
}

.discountDivBody{
	min-height: 50px;
	padding: 5px;
	color: #8a8a8a;
	font-size: 14px;
	max-height: 300px;
	overflow-x: scroll;
}

.discountDivRow{
	width: 100%;
	padding: 5px;
	overflow-y: auto;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f0c7";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f0c7";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.text-red {
    color: #FF0500 !important;
}