/*
	@author 	Martin Galovic @galovik (martingalovic.com)
	@created 	2015-11-01 21:58:01
 */
html,
body {
	background: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	margin: 40px 0 100px 0;
}

.box {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.box .content {
	padding: 20px;
	color: #fff;
}
.contact-box {
	background: url('../img/blue_pattern.png');
	box-shadow: inset 0px 0px 1px #fff;
	border: 1px solid #bebebe;
}
.contact-box .vip-icon {
	width: 149px;
	height: 149px;
	background: url('../img/vip_icon.png');
	position: absolute;
	top: 15px;
	right: 20px;
	opacity: .3;
}
.contact-box .row {
	margin-bottom: 3px;
}
.contact-box .row span,
.contact-box .row span a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.contact-box .row span a:hover {
	text-decoration: none;
}
.contact-box small {
	display: block;
	margin-top: 20px;
	color: #eee;
	font-size: 11px;
}
.message-box {
	background: url('../img/yellow_pattern.png');
	box-shadow: inset 0px 0px 1px #fff;
	border: 1px solid #bebebe;
}
.message-box h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0;
}
.message-box .content img {
	max-width: 100%;
}
.message-box .info-text {
	color: #321501;
}
.message-box .info-text a {
	color: #912200;	
	text-decoration: underline;
}
.order-box {
	border: 1px solid #d9d9d9;
	background: #fff;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.16);
}
.order-box .content {
	color: #4c4c4c;
}
.input-holder {
	background: #e1e1e1;
	padding: 1px;
}
input.text {
	width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.1);
    font-size: 13px;
    padding: 9px 10px;
    line-height: 1;
    outline: 0;
}
.button {
	display: inline-block;
	width: auto;
	outline: 0;
	font-size: 14px;
	line-height: 1;
	padding: 10px 24px;
	border: 1px solid #ff8100;
	border-bottom: 1px solid #ff4800;
	color: #fff;
	border-radius: 3px;
	font-weight: 800;
	box-shadow: 1px 1px 0px #cfcfcf,
				2px 2px 0px #efefef,
				inset 0px 1px 0px #ffc000;
	text-shadow: 0px -1px 0px #ff5000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa400+0,ff7800+100 */
	background: rgb(255,164,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,0,1) 0%, rgba(255,120,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,164,0,1)), color-stop(100%,rgba(255,120,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,164,0,1) 0%,rgba(255,120,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,164,0,1) 0%,rgba(255,120,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,164,0,1) 0%,rgba(255,120,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,164,0,1) 0%,rgba(255,120,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ff7800',GradientType=0 ); /* IE6-9 */
}
footer {
	width: 100%;
	margin-top: 20px;
	color: #8d8d8d;
	text-align: center;
}
footer a,
footer a:hover {
	color: #ff9600;
}
.text-danger {
	color: #e74c3c;
}
.loader-image {
	display: block;
	margin: 20px auto 0 auto;
}
.text-center {
	text-align: center;
}

/** Notification **/
.notif{
  position: relative;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #dddddd;
  border-left-width:5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 1.15em;
}
.notif .close{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  line-height: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.notif .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.notif strong{
  font-weight: bold;
  color:inherit;
}
.notif.error, .notif.success, .notif.msg, .notif.notice{
  padding:10px;
  margin-bottom:10px;
  border:1px solid #dddddd;
  border-left-width:5px;
}

.notif.success {
  background:#32C832;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #274409;
}
.notif.error {
  background:#DD4946;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#680300;
}
.notif.msg {
  background:#9BD8FF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#205791;
}
.notif.notice{
  background:#FFEE7F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#514721;
}
.notif a {
  color:rgb(30,30,30);
}
.notif a:hover {
  color: #D0302C;
}