@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.text-muted{
	text-align:end;font-size:.75em;margin-top:1px;
}
.h4{margin-top:1.8em;}
.backgrnd{
	background-image: url("../img/orange-background.jpg"); background-repeat: repeat-y; background-size:cover; overflow-x:hidden;
}
.input-group{
	margin-top:0.5em;
}
.center{
	position: absolute;
    top: 30%;
    left: 0;
	width: 100%;
}
.distance{
	margin:0 18% 0 18%;
}
.distance-small{
	margin:0 1% 0 1%;
}
a.resultlink{
	color:#f04824;
}
a.resultlink:hover, .db_resultlink:hover{
	color:#f26722;
}
.fa-clone, .fa-chart-bar{
	margin-left:0.7em;
	cursor: pointer;
}
.fa-clone:hover, .fa-chart-bar:hover{
	color:#f26722;
}
.form-control:focus, btn:focus, .smallinput:focus {
	border: 1px solid #f04824 !important;
	box-shadow: 0 0 2px #f04824 !important;
	-moz-box-shadow: 0 0 2px #f04824 !important;
	-webkit-box-shadow: 0 0 2px #f04824 !important;
}
.titel{
	font-family: 'Exo 2', sans-serif;
	font-size: 38px;
	line-height: 32px;
	margin: 0 0 18px 0;
	color: #fff;
	font-weight: 400;
	margin-top:10px;
}
.subtitel{
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	color: #fff;
	margin: 0 0 38px 0;
}
.shorten-btn{
	background-color:#f04824;
	border:none;
	font-family: 'Exo 2', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:8.5px 6px;
	font-size:15px;
	border-radius: 0px 10px 10px 0px;
}
.shorten-btn:hover, .signup-btn:hover{
	background-color:#f26722;
	color:#fff;
}
#shorten-input{
	padding:18px;
	font-size:15px;
	border-radius: 10px 0px 0px 10px;
}
.results{
	margin-top:10px;
	background:#fefefe;
	padding:10px;
	border-radius: 10px;
	font-family: 'Exo 2', sans-serif;
	color:darkgrey;
}
.sl_result{
	margin-top:0.25em;
	color:#f04824;
}
.restitle{
	color:#000;
}
.header{
	font-family: 'Exo 2', sans-serif;
	color:#000000;
	font-size:2em;
}
.signup-btn{
	background-color:#f04824;
	border:none;
	font-family: 'Exo 2', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:8.5px 6px;
	font-size:12px;
	border-radius: 10px;
	margin-top:16px;
	width:50%;
}
.xsbtn{
	position:relative;
	top:-2px;
	border:1px solid #f26722;
	color:#f26722;
	margin-left:12px;
	text-transform:uppercase;
}
.xsbtn:hover{
	background-color:#f26722;
	border:1px solid #f26722;
	color:#fff;
}
#db_error_msg{
	color:red;
	margin-left:24px;
}
.sidemenu_header{
	padding:12px;color:#7b7175;
}
#side-menu>.active{
	background-color:#fff;
}
.db_datum{
	color:#897f83;
	font-size:0.75em;
}
.db_titel{
	color:#111;
	font-size:1em;
}
.db_titel_large{
	color:#111;
	font-size:1.5em;
	margin:0 0 8px 0;
}
.db_resultlink, .db_resultlink:visited {
	color:#f04824;
	font-size:.95em;
}
.db_shortlink{
	padding:20px 0;
	border-bottom:1px solid lightgrey;
}
.db_views{
	text-align:right;
	color:#897f83;
	font-size:0.9em;
	margin-top:3px;
}
.text_center{
	text-align:center;
}
#error,#success{
	text-align:center;
	border-radius:0;
	font-size:1.2em;
}
::selection {
  background: #f78d1f;
  color:#fff;
}
::-moz-selection {
  background: #f78d1f;
    color:#fff;
}
.clearable{
  background: #fff url(../img/close.gif) no-repeat right -35px center;
  border: 1px solid #999;
  padding: 3px 30px 3px 4px;
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x{
	background-position: right 5px center;
}
.clearable.onX{
	cursor: pointer;
}
.clearable::-ms-clear{
	display: none; width:0; height:0;
}
div.normal{
	margin-top:24px;
	font-family: 'Exo 2', sans-serif;
	color:#000000;
	font-size:1.2em;
}
h2{
	font-family: 'Exo 2', sans-serif;
	color:#000000;
	font-size:1.75em;
}
.help{
	margin-top:12px;
	color:drakgrey;
	font-family: 'Exo 2', sans-serif;
}
/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: black;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 10px;
}
#gdpr-cookie-message h4 {
	color: red;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
	color: red;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: white;
	font-size: 12px;
	line-height: 1.07em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: red;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: red;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
	text-transform: uppercase;
	border: none;
	background: red;
	color: white;
	font-size: 12px;
	padding: 6px;
	border-radius: 3px;
	margin-top: 0px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: red;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: red;
	display:none;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}



/* RESPONSIVES */
/* Larger than iPhone */
@media (min-width: 800px) {
	.distance-null{
		margin-left:0;
	}
	.top-null{
		margin-top:0;
	}
	.distance{
		margin:0 18% 0 18%;
	}
	.distance-wide{
		margin:0 32% 0 32%;
	}
	.distance-small{
		margin:0 8% 0 8%;
	}
	.results{
		margin-top:30px;
		background:#fefefe;
		padding:20px;
		border-radius: 10px;
		font-family: 'Exo 2', sans-serif;
		color:darkgrey;
	}
	.sl_result{
		margin-top:1em;
		color:#f04824;
	}
	.titel{
		font-family: 'Exo 2', sans-serif;
		font-size: 60px;
		line-height: 54px;
		margin: 0 0 18px 0;
		color: #fff;
		font-weight: 400;
	}
	.subtitel{
		font-family: 'Exo 2', sans-serif;
		font-size: 20px;
		color: #fff;
		margin: 0 0 38px 0;
	}
	.shorten-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:17px;
		font-size:20px;
		border-radius: 0px 10px 10px 0px;
	}
	#shorten-input{
		padding:30px;
		font-size:20px;
		border-radius: 10px 0px 0px 10px;
	}
	.signup-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:17px;
		font-size:16px;
		border-radius: 10px;
		margin-top:48px;
		width:75%;
	}
	.header{
		font-family: 'Exo 2', sans-serif;
		color:#000000;
		font-size:2.9em;
		font-weight: 400;
	}
	div.darkgrey{
		margin-top:14px;
		font-family: 'Exo 2', sans-serif;
		color:darkgrey;
		font-size:1.2em;
	}
	.input-group{
		width:75%;
		margin-top:32px;
		margin-bottom:0;
	}
	.top-null{
		margin-top:0;
	}
	.text-muted{
		width:100%;
	}
	#cssmenu > ul > li.active > a {
		color:#fff;
	}
	#cssmenu > ul > li.active > a.rightmenu {
		color:#fff;
	}
	#cssmenu > ul > li > a {
		padding: 20px;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: #fac93c;
		-webkit-transition: color .2s ease;
		-moz-transition: color .2s ease;
		-ms-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
	}
	#cssmenu > ul > li > a.rightmenu {
		padding: 20px;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: #f04625;
		-webkit-transition: color .2s ease;
		-moz-transition: color .2s ease;
		-ms-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
	}
	
	#cssmenu ul ul li a {
		width: 107px;
		height:32px;
		padding: 9px 20px;
		border-bottom: 2px solid orange;
		font-size: 14px;
		background: #f04625;
		text-decoration: none;
		text-transform: uppercase;
		color: #fac93c;
		-webkit-transition: color 0.2s ease;
		-moz-transition: color 0.2s ease;
		-ms-transition: color 0.2s ease;
		-o-transition: color 0.2s ease;
		transition: color 0.2s ease;
		z-index:10000;
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li a:hover {
	  color: #ffffff;
	}

	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 30px;
		bottom: 30px;
		max-width: 375px;
		background-color: black;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 30px;
	}
	#gdpr-cookie-message h4 {
		color: red;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message h5 {
		color: red;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 15px;
		line-height: 1.5em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: red;
		text-decoration: none;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: red;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		text-transform: uppercase;
		border: none;
		background: red;
		color: white;
		font-size: 15px;
		padding: 7px;
		border-radius: 3px;
		margin-top: 12px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: red;
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: white;
		color: red;
		display:none;
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}
}

/* iPhone X Landscape */
@media (width: 812px) {
	.backgrnd{
		background-image: url("../img/orange-background.jpg"); background-repeat: repeat-y; background-size:cover; overflow-x:hidden;
	}
	.input-group{
		margin-top:0.5em;
	}
	.center{
		position: absolute;
		top: 30%;
		left: 0;
		width: 100%;
	}
	.distance{
		margin:0 18% 0 18%;
	}
	.distance-small{
		margin:0 1% 0 1%;
	}
	a.resultlink{
		color:#f04824;
	}
	a.resultlink:hover, .db_resultlink:hover{
		color:#f26722;
	}
	.fa-clone, .fa-chart-bar{
		margin-left:0.7em;
		cursor: pointer;
	}
	.fa-clone:hover, .fa-chart-bar:hover{
		color:#f26722;
	}
	.form-control:focus, btn:focus, .smallinput:focus {
		border: 1px solid #f04824 !important;
		box-shadow: 0 0 2px #f04824 !important;
		-moz-box-shadow: 0 0 2px #f04824 !important;
		-webkit-box-shadow: 0 0 2px #f04824 !important;
	}
	.titel{
		font-family: 'Exo 2', sans-serif;
		font-size: 38px;
		line-height: 32px;
		margin: 0 0 18px 0;
		color: #fff;
		font-weight: 400;
		margin-top:10px;
	}
	.subtitel{
		font-family: 'Exo 2', sans-serif;
		font-size: 20px;
		color: #fff;
		margin: 0 0 38px 0;
	}
	.shorten-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:8.5px 6px;
		font-size:15px;
		border-radius: 0px 10px 10px 0px;
	}
	.shorten-btn:hover, .signup-btn:hover{
		background-color:#f26722;
		color:#fff;
	}
	#shorten-input{
		padding:18px;
		font-size:15px;
		border-radius: 10px 0px 0px 10px;
	}
	.results{
		margin-top:10px;
		background:#fefefe;
		padding:10px;
		border-radius: 10px;
		font-family: 'Exo 2', sans-serif;
		color:darkgrey;
	}
	.sl_result{
		margin-top:0.25em;
		color:#f04824;
	}
	.restitle{
		color:#000;
	}
	.header{
		font-family: 'Exo 2', sans-serif;
		color:#000000;
		font-size:2em;
	}
	.signup-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:8.5px 6px;
		font-size:12px;
		border-radius: 10px;
		margin-top:16px;
		width:50%;
	}
	.xsbtn{
		position:relative;
		top:-2px;
		border:1px solid #f26722;
		color:#f26722;
		margin-left:12px;
		text-transform:uppercase;
	}
	.xsbtn:hover{
		background-color:#f26722;
		border:1px solid #f26722;
		color:#fff;
	}
	#db_error_msg{
		color:red;
		margin-left:24px;
	}
	.sidemenu_header{
		padding:12px;color:#7b7175;
	}
	#side-menu>.active{
		background-color:#fff;
	}
	.db_datum{
		color:#897f83;
		font-size:0.75em;
	}
	.db_titel{
		color:#111;
		font-size:1em;
	}
	.db_titel_large{
		color:#111;
		font-size:1.5em;
		margin:0 0 8px 0;
	}
	.db_resultlink, .db_resultlink:visited {
		color:#f04824;
		font-size:.95em;
	}
	.db_shortlink{
		padding:20px 0;
		border-bottom:1px solid lightgrey;
	}
	.db_views{
		text-align:right;
		color:#897f83;
		font-size:0.9em;
		margin-top:3px;
	}
	.text_center{
		text-align:center;
	}
	#error,#success{
		text-align:center;
		border-radius:0;
		font-size:1.2em;
	}
	::selection {
	  background: #f78d1f;
	  color:#fff;
	}
	::-moz-selection {
	  background: #f78d1f;
		color:#fff;
	}
	.clearable{
	  background: #fff url(../img/close.gif) no-repeat right -35px center;
	  border: 1px solid #999;
	  padding: 3px 30px 3px 4px;
	  border-radius: 3px;
	  transition: background 0.4s;
	}
	.clearable.x{
		background-position: right 5px center;
	}
	.clearable.onX{
		cursor: pointer;
	}
	.clearable::-ms-clear{
		display: none; width:0; height:0;
	}
	div.normal{
		margin-top:24px;
		font-family: 'Exo 2', sans-serif;
		color:#000000;
		font-size:1.2em;
	}
	h2{
		font-family: 'Exo 2', sans-serif;
		color:#000000;
		font-size:1.75em;
	}
	.help{
		margin-top:12px;
		color:drakgrey;
		font-family: 'Exo 2', sans-serif;
	}
	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 10px;
		bottom: 10px;
		max-width: 100%;
		background-color: black;
		padding: 10px;
		border-radius: 10px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 10px;
	}
	#gdpr-cookie-message h4 {
		color: red;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	#gdpr-cookie-message h5 {
		color: red;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 12px;
		line-height: 1.07em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: red;
		text-decoration: none;
		font-size: 12px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: red;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		text-transform: uppercase;
		border: none;
		background: red;
		color: white;
		font-size: 12px;
		padding: 6px;
		border-radius: 3px;
		margin-top: 0px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: red;
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: white;
		color: red;
		display:none;
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}
}

/* iPad */
@media (min-width: 768px) and (max-width: 812px) {
	.top-null{
		margin-top:32px;
	}
	.left-right-null{
		padding-left:0;
		padding-right:0;
	}
}

/* iPhone 6 Portrait */
@media (max-width: 375px) {
	.left-right-null{
		padding-left:0;
		padding-right:0;
	}
	.reduce{
		margin:0 6% 0 6%;
	}
	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 10px;
		bottom: 10px;
		max-width: 375px;
		background-color: black;
		padding: 10px;
		border-radius: 10px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 10px;
	}
	#gdpr-cookie-message h4 {
		color: red;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message h5 {
		color: red;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 11px;
		line-height: 1.4em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: red;
		text-decoration: none;
		font-size: 11px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: red;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		text-transform: uppercase;
		border: none;
		background: red;
		color: white;
		font-size: 14px;
		padding: 7px;
		border-radius: 3px;
		margin-top: 12px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: red;
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: white;
		color: red;
		display:none;
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}
}


/* iPhone 6 PLUS Portrait */
@media (max-width: 414px) {
	.left-right-null{
		padding-left:0;
		padding-right:0;
	}
	.input-group{
		margin-top:1em;
	}
	.distance-wide{
		margin:0 8% 0 8%;
	}
	.results{
		margin-top:10px;
		background:#fefefe;
		padding:15px;
		border-radius: 10px;
		font-family: 'Exo 2', sans-serif;
		color:darkgrey;
	}
	.sl_result{
		margin-top:0.25em;
		color:#f04824;
	}
	.titel{
		font-family: 'Exo 2', sans-serif;
		font-size: 38px;
		line-height: 32px;
		margin: 0 0 18px 0;
		color: #fff;
		font-weight: 400;
	}
	.subtitel{
		font-family: 'Exo 2', sans-serif;
		font-size: 15px;
		color: #fff;
		margin: 0 0 28px 0;
	}
	.shorten-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:8.5px 6px;
		font-size:15px;
		border-radius: 0px 10px 10px 0px;
	}
	#shorten-input{
		padding:18px;
		font-size:15px;
		border-radius: 10px 0px 0px 10px;
	}
	.header{
		font-family: 'Exo 2', sans-serif;
		color:#000000;
		font-size:2em;
	}
	.signup-btn{
		background-color:#f04824;
		border:none;
		font-family: 'Exo 2', sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:8.5px 6px;
		font-size:12px;
		border-radius: 10px;
	}
	div.darkgrey{
		margin-top:14px;
		font-family: 'Exo 2', sans-serif;
		color:darkgrey;
		font-size:0.9em;
	}
	#cssmenu > ul > li.active > a {
		color:#fff;
	}
	#cssmenu > ul > li.active > a.rightmenu {
		color:#fff;
	}
	#cssmenu > ul > li > a {
		padding: 20px;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: #fac93c;
		-webkit-transition: color .2s ease;
		-moz-transition: color .2s ease;
		-ms-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
	}
	#cssmenu > ul > li > a.rightmenu {
		padding: 20px;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: #fac93c;
		-webkit-transition: color .2s ease;
		-moz-transition: color .2s ease;
		-ms-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
	}
	/* Cookie Dialog */
	#gdpr-cookie-message {
		position: fixed;
		right: 10px;
		bottom: 10px;
		max-width: 414px;
		background-color: black;
		padding: 10px;
		border-radius: 10px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.25);
		margin-left: 10px;
	}
	#gdpr-cookie-message h4 {
		color: red;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message h5 {
		color: red;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p, #gdpr-cookie-message ul {
		color: white;
		font-size: 13px;
		line-height: 1.4em;
	}
	#gdpr-cookie-message p:last-child {
		margin-bottom: 0;
		text-align: right;
	}
	#gdpr-cookie-message li {
		width: 49%;
		display: inline-block;
	}
	#gdpr-cookie-message a {
		color: red;
		text-decoration: none;
		font-size: 13px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message a:hover {
		color: white;
		border-bottom-color: red;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		text-transform: uppercase;
		border: none;
		background: red;
		color: white;
		font-size: 14px;
		padding: 7px;
		border-radius: 3px;
		margin-top: 12px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}
	#gdpr-cookie-message button:hover {
		background: white;
		color: red;
		transition: all 0.3s ease-in;
	}
	button#gdpr-cookie-advanced {
		background: white;
		color: red;
		display:none;
	}
	#gdpr-cookie-message button:disabled {
		opacity: 0.3;
	}
	#gdpr-cookie-message input[type="checkbox"] {
		float: none;
		margin-top: 0;
		margin-right: 5px;
	}
}


/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #f1781d;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #f1781d; 
    color: #f1781d;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #f1781d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1781d;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #f1781d;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/
#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}
#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #f1781d;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}
