
* {
	outline: 0 !important;	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	color: #555 !important;
	font-weight: normal !important;
	margin: 0 0 12px 0 !important;
}
p {
	color: #777;
	font-size: 12px;
	margin-bottom: 0 !important;
	line-height: 21px;
}
blockquote {
	padding: 0px 0px 0px 32px !important;
	border: 0 !important;
	background: url(../img/vertical-divider.png) repeat-y;
}
blockquote p {
	font-style: italic;
	font-size: 18px;
	color: #555;
}
p a {
	color: #333;
	border-bottom: 1px dotted #333;
}
p a:hover {
	color: #000 !important;
	border-bottom: 1px dotted #000 !important;
}
a, a:hover {
	text-decoration: none;
	cursor: pointer;
}
body {
	background: #efefef !important;
	font-family: 'Open Sans', sans-serif !important;
   background-image: url(../img/bg_content.png) !important;
}
.row {
	margin-bottom: 0px !important;
}
.bold-heading {
	font-family: 'oswald';
	color: #fff !important;
	display: block;
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -2px;

}
.heading {
	border-bottom: 1px dashed #ddd;
	font-weight: bold !important;
	padding-bottom: 12px;
}
.brand {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right:auto;
}
.relative {
	position: relative;
}
.double-padding {
	padding: 44px 44px 44px 44px !important;
}
.textcenter {
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.brand img {
	margin-top: 25px;
}
.row {
	margin-bottom: 70px;
}
.row-fluid {
	margin-bottom: 22px;
}
.drop-shadow {
	position:relative;
}
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    
    box-shadow:20px 0 10px #d3d0cb;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}
.features-active:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    
    box-shadow:20px 0 10px #d3d0cb;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}
.content {
	margin-top: 19px;
}
.content-heading {
	text-align: center;
	background: #efefef;
	padding: 0px 20px;
	color: #666;
}
.content-heading-stripes {
	width: 100%; height: 13px;
	background: #EFEFEF url('../img/stripes-divider.png') repeat-x;
	margin-top: -15px;
	margin-bottom: 13px;
	position: relative;
	z-index: -1;
}
.content-bubble {
	width: 100%;
	background: #fff;
	padding: 22px 22px 22px 22px;
}
.content-bubble-triangle {
   width: 0px;
   height: 0px;
   border-top:30px solid #fff;
   border-right:30px solid transparent;
   margin-top: 0px;
   left: 0;
   position: relative;
   margin-bottom: 22px;
}

.content-image {
	position: relative;
	min-height: 83px;
	background: #444;
}
.content-image img {
	width: 100%;
	z-index: 50;
	padding-top: 0;
	margin-top: 0;
}
.content-image-overlay {
	height: 100%; width: 100%;
	display: inline-block;
	position: absolute;
	background: url(../img/icon_view_green.png) no-repeat center center, url(../img/image_overlay.png);
	background-size: 0px 0px;
	opacity: 0;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.content-image-overlay:hover {
	height: 100%; width: 100%;
	display: inline-block;
	position: absolute;
	background: url(../img/icon_view_green.png) no-repeat center center, url(../img/image_overlay.png);
	background-size: 48px 48px;
	opacity: 1;
}


/* @group Form */
::-webkit-input-placeholder {
    color: #555 !important;
}
:-moz-placeholder {
    color: #555 !important;
}
::-moz-placeholder {
    color: #555 !important;
}
:-ms-input-placeholder {
    color: #555 !important;
}
label {
	font-size: 12px;
}
input {
	height: 40px !important;
}
input, textarea {
	background: #fff !important;
	padding-left: 12px !important;
	font-size: 12px !important;
	color: #bbb !important;
	width: 100%;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
input:hover, textarea:hover {
	cursor: pointer !important;
	border: 1px solid #555 !important;
	color: #777 !important;
}
input:focus, textarea:focus {
	cursor: text !important;
	color: #777 !important;
	box-shadow: none !important;
	border: 1px solid #777 !important;
}
.btn-full {
	width: 100%;
}
/* @end Form */

/* @group navigation */
/* =============================================================================
   NAVIGATION
   ========================================================================== */

.navbar ul {
	float: right !important;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;	
}
.navbar li {
	width: 103px !important;
	height: 100%;
	text-align: center;
	position: relative;
}

.navbar ul li:hover {
	width: 103px;
	background:  url("../img/navigation_hover.png") center center;
}

.navbar ul a {
	background:  url("../img/navigation_divider.png") no-repeat right;
	color: #ddd !important;
	text-shadow: #111 1px 1px 1px !important;	
}

.navbar ul a:hover {
	color: #fff !important;
}

.navbar ul .nav-active a {
	background: url("../img/navigation_active.png") !important;
	box-shadow: none !important;
	moz-box-shadow: none !important;
	webkit-box-shadow: none !important;
	color: #fff !important;
}

.dropdown-menu {
	min-width: 0px !important;
	border-radius: 0px !important;
	margin-top: -7px !important;
	background: #333 !important;
	background-image: url("../img/navigation_bg.png") !important;
	border: 0 !important;
	padding: 0 0 0 0 !important;
	border-top: 7px solid #222 !important;
}

.dropdown-menu li {
	text-align: left;
	width: 205px !important;
	padding: 12px 12px 12px 18px;
	color: #ccc;
	font-size: 12px;
	overflow: visible;
	cursor: pointer;
}
.dropdown-menu li a {
	background: none !important;
	padding-left: 0 !important;
}
.nav-active .dropdown-menu li a {
	background: none !important;
	padding-left: 0 !important;
}
.dropdown-menu li:hover {
	background: #222 !important;
}

.navbar .last a {
	background: none;
}

.navbar-inner {
	background: #290D01 !important;
	background-image: url("../img/navigation_bg.png"), url("../img/navigation_line.png") !important;
	background-position: center, center bottom !important;
	background-repeat: repeat, no-repeat !important;
	border: 0 !important;
	box-shadow: none !important;
	moz-box-shadow: none !important;
	webkit-box-shadow: none !important;
}

.nav-active:after {
	content: "";
	height: 7px;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: 110px;
	background: #86c543;
	position: absolute;
}
.nav-active {
	position: relative;
	margin-top: -22px;
}
.nav-active-arrow {
	width: 0px;
	height: 0px;
	border-top:22px solid #86c543;
	border-right:22px solid transparent;
	bottom: 0;
	top: 139px;
	margin-left: -81px;
	position: relative;
}
/* @end Navigation */

/* @group Slider */
/* =============================================================================
   SLIDER
   ========================================================================== */

.zoom-out {
	-moz-transform: scale(1);
}   
.slider {
	width: 100%;
	
	background: url(../img/slider_top.png) #333; 
	    background-size: cover;
    position: relative;
    background-position: center;
	position: relative;
	margin-top: 95px;
}
.slider-frame {
	height: 250px;
	background: red;
	/* COLOR */
	background: #9bdd4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #9bdd4f 0%, #86c543 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bdd4f), color-stop(100%,#86c543)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bdd4f 0%,#86c543 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdd4f', endColorstr='#86c543',GradientType=0 ); /* IE6-9 */
	border: 10px solid #3D3D3D;
	margin-bottom: 10px;
	
}
.slider-frame-image {
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center bottom;

}
.slider-highlight {
	color: #fff;
	font-style: italic;
	font-weight: bold;
}
.slider-heading {
	color: #ccc !important;
	text-align: center;
	text-shadow: 1px 2px #333;
}
.stripes-divider {
	background: url('../img/stripes_dark.png') center center repeat-x;
	width: 350px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
}
.slider-area {
	height: 100%;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 80px;
}
.slider-buttons {
	margin-top: 22px;
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/stripes_dark.png), url(../img/stripes_dark.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
}
.bold-slider {
	height: 280px;
}
/* @end Slider */

/* @group Main Bubble */
/* =============================================================================
   MAIN BUBBLE
   ========================================================================== */
   
.bubble {
	height: 80px;
	width: 100%;
	padding: 0px 22px 0px 56px;
	bottom: 0;
	position: absolute;
	-moz-box-shadow: 0px 0px 28px 2px #222;
	-webkit-box-shadow: 0px 0px 28px 2px #222;
	box-shadow: 0px 0px 28px 2px #222;
	
	/* COLOR */
	background: #9bdd4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #9bdd4f 0%, #86c543 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bdd4f), color-stop(100%,#86c543)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bdd4f 0%,#86c543 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdd4f', endColorstr='#86c543',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left, right, top;
		
	/* Animation */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-bubble .bubble {
	position: relative;
	top: 22px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-bubble .bubble-triangle {
	margin-top: 22px;
}
.bubble .btn {
	margin-top: 17px;
}
.bubble h4 {
	padding: 0 0 0 0;
	line-height: 80px;
	margin: 0 0 0 0 !important;
	font-weight: normal;
	color: #fff !important;
	font-size: 18px;
	text-shadow: 1px 1px #639a27;
}
.bubble-triangle {
   width: 0px;
   height: 0px;
   border-top:50px solid #86c543;
   border-right:50px solid transparent;
   margin-top: 0;
   position: absolute;
   z-index: 100;
}
.bubble-stripes {
	width: 100%; height: 50px;
	position: absolute;
	margin-top: -23px;
	background: url('../img/stripes-divider.png') repeat-x;
}
/* @end Main Bubble */

/* @group Search */
/* =============================================================================
   SEARCH
   ========================================================================== */
   
.search {
	margin: 0 0 0 0 !important;
	position: relative;
	right: -20px;
}
.search input {
	margin-top: 17px;
	width: 238px;
	height: 46px !important;
	background: url(../img/white_opacity.png) !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
	border: 1px solid transparent !important;
	color: #fff !important;
}
.search input:hover {
	border: 1px solid #eee !important;
}
.search input:focus {
	border: 1px solid #fff !important;
}
.search button {
	height: 46px;
	width: 46px;
	border: none;
	background: url(../img/icon_search.png) no-repeat center center;
	margin-top: 17px;
	position: relative;
	margin-left: -30px;
	right: 20px;
	opacity: 0.7;
}

.search button:hover {
	opacity: 1;
}
.search ::-webkit-input-placeholder { color: #fff !important; }
.search :-moz-placeholder { color: #fff !important; }
.search ::-moz-placeholder { color: #fff !important; }
.search :-ms-input-placeholder { color: #fff !important; }
 /* @end Search */
 
 /* @group Breadcrumb navigation */
 /* =============================================================================
   BREADCRUMB NAVIGATION
    ========================================================================== */
    
.breadcrumb-container {
	position: relative;
}
.breadcrumb {
	width: 100%;
	text-align: right;
	position: absolute;
	margin-top: -11px;
	right: 0;
	border-radius: 0;
	padding: 19px 22px 20px 22px;
	background: url(../img/breadcrumbs_bg.png) no-repeat right;
}
.breadcrumb:after {
	content: "";
	position: absolute;
	height: 60px;
	width: 50px;
	top: 0;
	right: -50px;
	background: url(../img/breadcrumbs_shadow.png) no-repeat left;
}
.breadcrumb li {
	font-size: 12px;
}

.breadcrumb a {
	color: #555;
}
/* @end Breadcrumb Navigation */

/* @group Content - Features */
/* =============================================================================
   FEATURES
   ========================================================================== */
   
.features {
	width: 100%;
	background: transparent;
	text-align: center;
	padding: 22px 22px 22px 22px;
	cursor: pointer;
	margin-bottom: 40px;
	position: relative;
}

.features-triangle {
   width: 0px;
   height: 0px;
   border-top: 30px solid #fff;
   border-right:30px solid transparent;
   
   margin-top: 22px;
   left: 0;
   position: absolute;
   opacity: 0;
}
.features-circle {
	height: 70px;
	width:70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 70px;
	background: #535252;
	margin-bottom: 22px;
	-moz-box-shadow:    inset 0 0 15px #222;
	-webkit-box-shadow: inset 0 0 15px #222;
	box-shadow:         inset 0 0 15px #222;
	line-height: 68px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.features-circle img {
	line-height: 80px;
}
.features:hover .features-circle {
	height: 70px;
	width:70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 70px;
	background: #86C543;
	margin-bottom: 22px;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg); /* Opera */
	-moz-box-shadow:    inset 0 0 15px #6B9937;
	-webkit-box-shadow: inset 0 0 15px #6B9937;
	box-shadow:         inset 0 0 15px #6B9937;
	line-height: 68px;
}
.features-active h4 {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.features-active {
	background: #fff !important;
}
.features-active .features-triangle {
	opacity: 1;
}
.features-active .features-circle {
	background: #86C543;
	-moz-box-shadow:    inset 0 0 15px #6B9937;
	-webkit-box-shadow: inset 0 0 15px #6B9937;
	box-shadow:         inset 0 0 15px #6B9937;
}
/* @end Content - Features */

/* @group Content - Portfolio */
/* =============================================================================
   PORTFOLIO
   ========================================================================== */
   
.portfolio-preview {
	height: 200px;
	width: 100%;
	background: #fff;
}
.portfolio-bubble {
	height: 150px;
	width: 100%;
	background: #fff;
}
.portfolio-triangle {
   width: 0px;
   height: 0px;
   border-top:30px solid #fff;
   border-right:30px solid transparent;
   top: 150px;
   position: relative;
}
.portfolio-view-nav {
	margin: 0 0 22px 0;
}
.portfolio-view-nav, .portfolio-view-nav li {
	list-style-type: none;
	display: inline-block;
}
.portfolio-view-nav li {
	margin-right: 11px;
}
/* @end Content - Portfolio */

/* @group Tabs */
/* =============================================================================
   TABS
   ========================================================================== */
.nav-tabs {
	margin: 0 0 0 0;
	border: 0;
}
.nav-tabs .active {
	position: relative;
}
.nav-tabs .active a {
	border: 0px !important;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	font-size: 12px;
	padding: 12px 24px;
	color: #888;
	background: #fff;
	margin: 0 0 0 0;
}
.nav-tabs .active:after {
	content: "";
	width: 10px;
	height: 43px;
	position: absolute;
	right: -10px;
	margin-top: -43px;
	background: url(../img/tab_shadow.png);
}
.nav-tabs li a {
	color: #999;
	border: 0px;
	border-radius: 0px;
	background: #f7f7f7;
	padding: 12px 24px;
	font-size: 12px;
	margin: 0 0 0 0;
}
.nav-tabs li a:hover {
	background: #fff;
}

/* @end Tabs */

/* @group Vertical Tabs */
/* =============================================================================
   VERTICAL TABS
   ========================================================================== */
.tab-content {
	overflow: visible;
}
.nav-list {
	overflow: hidden;
}
.nav-list li a  {
	padding: 14px 22px;
	font-size: 12px;
	color: #555;
	background: url(../img/vertical_tab_line_shadow.png) no-repeat, url(../img/vertical_tab_divider.png) no-repeat !important;
	background-position: 180px, 5px bottom !important;
}
.nav-list .first a  {
	background: url(../img/vertical_tab_line_first.png) no-repeat, url(../img/vertical_tab_divider.png) no-repeat !important;
	background-position: 180px, 5px bottom !important;
}
.nav-list .last a  {
	background: url(../img/vertical_tab_line_last.png) no-repeat !important;
	background-position: 180px, 5px bottom !important;
}
.nav-list li a:hover  {
	color: #fff;
	text-shadow: 1px 1px #4c4c4c !important;
	background: transparent url(../img/vertical_tab_active.png) no-repeat right !important;
}
.nav-list .active a  {
	background: transparent url(../img/vertical_tab_active.png) no-repeat right !important;
	
}
.nav-list .active:after  {
	content: "";
	width: 63px;
	height: 49px;
	margin-top: 0px;
	margin-left: 129px !important;
	position: absolute;
	background: transparent url(../img/vertical_tab_active_shadow2.png) no-repeat right top !important;
}
.nav-list .active:before  {
	content: "";
	width: 63px;
	height: 49px;
	margin-top: -50px;
	margin-left: 129px !important;
	position: absolute;
	background: transparent url(../img/vertical_tab_active_shadow1.png) no-repeat right top !important;
}
.nav-list .first:before  {
	background: none !important;
}
.nav-list .last:after  {
	background: none !important;
}
/* @end Vertical Tabs */

/* @group buttons */
/* =============================================================================
   BUTTONS
   ========================================================================== */
   
.button-shadow {
	position:relative;
	float:left;
	width:40%;
	padding:1em;
	margin:2em 10px 4em;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.button-shadow:before,
.button-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.button-curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
    border-radius:10px / 100px;
}

.curved-hz-1:before {
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.btn-prime {
  color: #ffffff !important;
  text-shadow: 1px 1px #639a27 !important;
 background: #9bdd4f !important; /* Old browsers */
 background: -moz-linear-gradient(top,  #9bdd4f 0%, #86c543 100%) !important; /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bdd4f), color-stop(100%,#86c543)) !important; /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #9bdd4f 0%,#86c543 100%) !important; /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #9bdd4f 0%,#86c543 100%) !important; /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #9bdd4f 0%,#86c543 100%) !important; /* IE10+ */
 background: linear-gradient(to bottom,  #9bdd4f 0%,#86c543 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdd4f', endColorstr='#86c543',GradientType=0 ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 
}

.btn-black { background-color: hsl(201, 0%, 16%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#282828"); background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#282828)); background-image: -moz-linear-gradient(top, #333333, #282828); background-image: -ms-linear-gradient(top, #333333, #282828); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #282828)); background-image: -webkit-linear-gradient(top, #333333, #282828); background-image: -o-linear-gradient(top, #333333, #282828); background-image: linear-gradient(#333333, #282828); border-color: #282828 #282828 hsl(201, 0%, 15%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06); -webkit-font-smoothing: antialiased; }

.btn-white { background-color: hsl(201, 0%, 87%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#dddddd"); background-image: -khtml-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dddddd)); background-image: -moz-linear-gradient(top, #f7f7f7, #dddddd); background-image: -ms-linear-gradient(top, #f7f7f7, #dddddd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dddddd)); background-image: -webkit-linear-gradient(top, #f7f7f7, #dddddd); background-image: -o-linear-gradient(top, #f7f7f7, #dddddd); background-image: linear-gradient(#f7f7f7, #dddddd); border-color: #dddddd #dddddd hsl(201, 0%, 84.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.16); -webkit-font-smoothing: antialiased; }

.btn-padded {
	padding: 12px 48px;
}


/* @end buttons */

/* @group Sub Footer */
/* =============================================================================
   SUB FOOTER
   ========================================================================== */
.sub-footer {
	background: #291B15;
	padding-top: 70px;
}
.sub-footer h5 {
	color: #fff !important;
	border-bottom: 1px dashed #555;
}
.sub-footer p {
	color: #989898;
}
.sub-footer .latest-posts a {
	font-size: 11.5px;
	font-style: italic;
	font-weight: normal;
	color: #989898;
	display: block;
	padding: 10px 0px 10px 0px;
	background: url(../img/line_divider.png) repeat-x bottom;
}
.sub-footer .last {
	background: none !important;
}
.sub-footer .first {
	padding: 0 0 10px 0 !important;
}
.sub-footer a:hover {
	font-style: normal;
	font-weight: 600;
	color: #86c543;
}
.sub-footer a {
	color: #fff;
	font-weight: 600;
}
.sub-footer input, .sub-footer textarea {
	background: #333 !important;
	padding-left: 12px !important;
	border: none !important;
	font-size: 12px !important;
	color: #999 !important;
	width: 100%;
	border: 1px solid transparent !important;
}
.sub-footer input:hover, .sub-footer textarea:hover {
	border: 1px solid #555 !important;
}
.sub-footer input:focus, .sub-footer textarea:focus {
	border: 1px solid #666 !important;
	color: #eee !important;
}
.sub-footer ::-webkit-input-placeholder { color: #666 !important; }
.sub-footer :-moz-placeholder { color: #666 !important; }
.sub-footer ::-moz-placeholder { color: #666 !important; }
.sub-footer :-ms-input-placeholder { color: #666 !important; }
/* @end Sub Footer */

/* @group Footer */
/* =============================================================================
   FOOTER
   ========================================================================== */
   
.footer {
	background: #1B120E;
}
.footer .row {
	margin-top: 25px !important;
}
.footer p {
	color: #bbb;
	font-size: 11.5px;
	margin-top: 5px;
}
.footer .up {
	position: absolute; 
	margin-top: -60px; 
	margin-right: 22px;
	right: 0;
}
/* @end Footer */

/* @group Social Icons */
/* =============================================================================
   SOCIAL ICONS
   ========================================================================== */
   
.social-icons {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.social-icons li {
	height: 24px;
	width: 24px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}
.social-icons li a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.social-icons .twitter { background: url(../img/social/twitter.png); }
.social-icons .twitter:hover { background: url(../img/social/twitter_hover.png); }

.social-icons .facebook { background: url(../img/social/facebook.png); }
.social-icons .facebook:hover { background: url(../img/social/facebook_hover.png); }

.social-icons .vimeo { background: url(../img/social/vimeo.png); }
.social-icons .vimeo:hover { background: url(../img/social/vimeo_hover.png); }

.social-icons .dribbble { background: url(../img/social/dribbble.png); }
.social-icons .dribbble:hover { background: url(../img/social/dribbble_hover.png); }

.social-icons .google { background: url(../img/social/google.png); }
.social-icons .google:hover { background: url(../img/social/google_hover.png); }

.social-icons .pinterest { background: url(../img/social/pinterest.png); }
.social-icons .pinterest:hover { background: url(../img/social/pinterest_hover.png); }

/* TEAM SOCIAL ICONS */

.team-social-icons .social-icons {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 17px;
	margin-right: 15px;
	padding: 0 0 0 0;
}

.social-icons li {
	height: 24px;
	width: 24px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}

.team-social-icons li a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.team-social-icons .social-icons .twitter { background: url(../img/social/twitter.png); opacity: 0.3; }
.team-social-icons .social-icons .twitter:hover { background: url(../img/social/twitter.png); opacity: 1; }

.team-social-icons .social-icons .facebook { background: url(../img/social/facebook.png); opacity: 0.3; }
.team-social-icons .social-icons .facebook:hover { background: url(../img/social/facebook.png); opacity: 1; }

.team-social-icons .social-icons .vimeo { background: url(../img/social/vimeo.png); opacity: 0.3; }
.team-social-icons .social-icons .vimeo:hover { background: url(../img/social/vimeo.png); opacity: 1; }

.team-social-icons .social-icons .dribbble { background: url(../img/social/dribbble.png); opacity: 0.3; }
.team-social-icons .social-icons .dribbble:hover { background: url(../img/social/dribbble.png); opacity: 1; }

.team-social-icons .social-icons .google { background: url(../img/social/google.png); opacity: 0.3; }
.team-social-icons .social-icons .google:hover { background: url(../img/social/google.png); opacity: 1; }

.team-social-icons .social-icons .pinterest { background: url(../img/social/pinterest.png); opacity: 0.3; }
.team-social-icons .social-icons .pinterest:hover { background: url(../img/social/pinterest.png); opacity: 1; }
/* @end Social Icons */

/* @group icons */

.button-flash {
	width: 11px;
	height: 20px;
	display: block;
	background: url(../img/button_flash.png);
	background-size: cover;
	opacity: 0.7;
}
.button-bulb {
	width: 15px;
	height: 20px;
	display: block;
	background: url(../img/button_bulb.png);
	background-size: cover;
	opacity: 0.7;
}

/* @end icons */

/* @group Blog */
/* =============================================================================
   BLOG
   ========================================================================== */
   
.side-time, .side-comment {
	height: 60px;
	background: #86c543;
	margin-bottom: 5px;
	text-align: center;
}
.side-time h3, .side-comment h3 {
	color: #fff !important;
	font-weight: bold !important;
	margin: 0px 0 0 0 !important;
	padding: 3px 0 0 0 !important;
}
.side-time p, .side-comment p {
	color: #fff;
	margin-top: -10px;
	font-size: 9px;
}
.side-comment {
	height: 60px;
	background: #444;
	position: relative;
}
.side-comment p:after {
	content: "";
    width: 0px;
    height: 0px;
    border-top:12px solid #444;
    border-right:12px solid transparent;
    margin-top: 27px;
    margin-left: -30px;
    position: absolute;
    z-index: 100;
}
.title-bubble {
	height: 60px;
	width: 92%;
	padding: 0px 22px 0px 22px;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background: #86c543; /* Old browsers */
	/* COLOR */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), #9bdd4f; /* Old browsers */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), -moz-linear-gradient(top,  #9bdd4f 0%, #86c543 100%); /* FF3.6+ */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bdd4f), color-stop(100%,#86c543)); /* Chrome,Safari4+ */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), -webkit-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), -o-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* Opera 11.10+ */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), -ms-linear-gradient(top,  #9bdd4f 0%,#86c543 100%); /* IE10+ */
	background: url(../img/highlight_side.png), url(../img/highlight_side.png), url(../img/highlight.png), linear-gradient(to bottom,  #9bdd4f 0%,#86c543 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdd4f', endColorstr='#86c543',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left, right, top;
	
	
}
.title-bubble h5 {
	padding: 0 0 0 0;
	line-height: 60px;
	margin: 0 0 0 0 !important;
	font-weight: normal;
	color: #fff !important;
	font-size: 16px;
	text-shadow: 1px 1px #639a27;
}
.title-bubble-triangle {
   width: 0px;
   height: 0px;
   border-top:30px solid #86c543;
   border-right:30px solid transparent;
   margin-top: 60px;
   left: 0;
   top: 0;
   position: absolute;
   z-index: 100;
}
.blog p {
	margin-top: 22px;
}
.blog-info {
	position: absolute;
	margin-top: -12px !important;
	margin-left: 40px !important;
}
.read-more {
	margin-top: 22px;
	text-align: right;
}

/* @group Comments */
/* =============================================================================
   COMMENTS
   ========================================================================== */
.comment-list {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.comment-list .row {
	margin-bottom: 0px !important;
}
.children .content-bubble {
	background: #E6E6E6 !important;
}
.children .content-bubble-triangle {
   border-top:30px solid #E6E6E6 !important;
}
.comments {
	width: 400px;
}
.comment-meta {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
}
.comment-meta p {
	display: inline-block !important;
	width: 100px;
	padding: 0 0 0 0;
	margin-bottom: 12px;
	font-size: 10px;
}
.comment-body, .comment-meta {
	margin: 0 0 0 0px;
}
.comment-meta h6 {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold !important;
}
.reply {
	background: red;
	width: 100%;
	height: 50px;
}
.avatar {
	position: absolute;
	margin-left: -105px;
	top: 0;
	width: 60px;
}
.avatar img {
	width: 60px;
}
/* @end comments */
/* @end Blog */

/* @group About */
/* =============================================================================
   ABOUT
   ========================================================================== */

.about-info {
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	margin:  0 0 0 0 !important;
	padding: 22px 0px 22px 0px !important;
}

.about-logo {
	background-repeat: no-repeat;
	background-position: 10% center;
}

.vertical-divider {
	background-image: url(../img/vertical-divider.png);
	background-repeat: no-repeat;
	background-position: 45% center;
}
.about-logo {
	margin-right: 50px;
}
/* @end About */

/* @group Tables */
/* =============================================================================
   TABLES
   ========================================================================== */
   
th {
	background: #86c543;
	padding: 24px 28px 24px 28px !important;
	color: #fff;
	text-align: center !important;
}
td {
	padding: 24px 28px 24px 28px !important;
	color: #333;
	text-align: center !important;
	font-size: 11.5px;
	background: #f7f7f7;
	border-right: 1px solid #ddd;
}

.th-black {
	background: #444;
}
/* @end Table */

/* @group Pricing */
/* =============================================================================
   PRICING
   ========================================================================== */

.pricing p {
	margin-top: 22px;
}
.pricing-container {
	position: relative;
	height: 150px;
	background: #444;
}
.pricing-container ul {
	list-style-type: none;
	color: #fff;
	margin: 0 0 0 0 !important;
	padding-right: 30px;
	padding-top: 12px;
	text-align: center;
}
.pricing-container ul li {
	position: relative;
}
.price {
	color: #86c543;
	font-size: 50px;
	font-weight: bold;
	position: absolute;
}
.price-currency {
	font-size: 18px;
	margin-right: 72px;
	top: 8px;
	position: absolute;
}
.price-point {
	font-size: 18px;
	position: absolute;
	top: -40px;
	margin-right: -82px;
}
.price-recur {
	font-size: 14px;
	position: absolute;
	margin-right: -107px;
	top: -38px;
}
.pricing-features ul {
	list-style-type: none;
	margin: 0 0 0 0 !important;
	text-align: center;
}
.pricing-features ul li {
	padding: 15px 0px 15px 0px !important;
	background: url(../img/pricing_divider.png) no-repeat bottom center;
}

/* @end Pricing */

/* @group Maps */
#map_canvas {
	z-index: -100;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
/* @end */

/* @group Accordian */
	.accordion-group {
		border: 0;
		font-size: 12px;
	}
	.accordion-heading {
		border-radius: 0;
		background: #fff;
		border: 0;
		padding: 12px 0px;
	}
	.accordion-inner {
		padding: 12px 24px;
		background: #F7F7F7;
	}
	.accordion-heading a {
		color: #555;
		border: 0;
	}

/* @end Accordian */

.fs16{
    font-size:16px;
}
.active_table{
    background: rgba(41, 13, 1, 0.7) !important;
    color:#fff;
    
}
.res td{
        padding: 9px 10px 9px 10px!important;
        font-size:12px;
}

.res_mini td{
        padding: 2px 3px!important;
        font-size:11px;
}




.tab {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #351d07;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tab table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tab tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tab table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tab tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tab tr:hover td{
	
}
.tab tr:nth-child(odd){ background-color:#ffaa56; }
.tab tr:nth-child(even)    { background-color:#ffffff; }.tab td{
	vertical-align:middle;
	
	
	border:1px solid #351d07;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#000000;
}.tab tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tab tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tab tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tab tr:first-child td{
		background:-o-linear-gradient(bottom, #512e0d 5%, #512e0d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #512e0d), color-stop(1, #512e0d) );
	background:-moz-linear-gradient( center top, #512e0d 5%, #512e0d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#512e0d", endColorstr="#512e0d");	background: -o-linear-gradient(top,#512e0d,512e0d);

	background-color:#512e0d;
	border:0px solid #351d07;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#ffffff;
}
.tab tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #512e0d 5%, #512e0d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #512e0d), color-stop(1, #512e0d) );
	background:-moz-linear-gradient( center top, #512e0d 5%, #512e0d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#512e0d", endColorstr="#512e0d");	background: -o-linear-gradient(top,#512e0d,512e0d);

	background-color:#512e0d;
}
.tab tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tab tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.flex-prev{
    display:none !important;
}

.my_link{
    color: #323b4c;
    font-size: 16px;
    line-height: 45px;
    margin: 10px auto;
    display: block;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
     font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arvo',Arial,sans-serif;

}

.my_link :after {
    content: '\2192';
    display: inline-block;
    margin-left: 3px;
    font-family: Arial,sans-serif;
}
dd{
    margin:0 0 0 5px !important;
    text-align:left !important;
}



.alert-coffe {
    background-color: rgba(239, 210, 234, 0.65);
    border-color: #CD82DE;
    color: #A74A4A;
    font-size:16px;
    font-weight:bold;
}




.cart-button {
    position: relative;
    display: inline-block;
    cursor:pointer;
    /*background: url(../img/basket.png) no-repeat center center;*/
    width:35px;
    width:35px;
    margin-top:30px;
}


.cart-trash {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/trash.png) no-repeat center center !important;
    height:35px;
    width:35px;
    float:left;
}

.cart-trash-mini {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/trash_mini.png) no-repeat center center !important;
    height:16px;
    width:16px;
    float:left;
}


.cart-plus {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/plus.png) no-repeat center center !important;
    height:35px;
    width:35px;
    float:left;
}

.cart-plus-mini {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/plus_mini.png) no-repeat center center !important;
    height:16px;
    width:16px;
    float:left;
}


.cart-minus {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/minus.png) no-repeat center center !important;
    height:35px;
    width:35px;
    float:left;
}

.ajax-loader{
    
    position: relative;
    display: inline-block;
    cursor:not-allowed;
    background: url(../img/ajax-loader-big.gif) no-repeat !important;
    height:35px;
    width:35px;
    float:left;
    background-size:contain;
}

.cart-minus-mini {
    position: relative;
    display: inline-block;
    cursor:pointer;
    background: url(../img/minus_mini.png) no-repeat center center !important;
    height:16px;
    width:16px;
    float:left;
}

.cart-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.cart-button:hover .cart-dropdown {
    display: block;
}


.danger {
   clear:both;
  font-family: Arial;
  color: #ffffff;
  background: #d93434 !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:100% !important;
  margin-top:15px;
  display:block !important;
  text-align:center;
}

.danger:hover {
  background: #b50909 !important;
  text-decoration: none;
}

.koszyk_modal .cart-trash-mini{
    display:none;
}

.koszyk_table{
    font-size: 14px;
    font-family: 'Oswald',sans-serif;
    letter-spacing: .5px;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
}

.show-grid{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    padding: 4px 8px 8px 4px;
    border-bottom: 1px solid #0170aa;
    margin-bottom:0px;
}
.jq_cena{
    float:left;
}

.przelicz{
    cursor:pointer;
}

.mb10{
    margin-bottom:10px;
}
.w100{
    width:100% !important;
}
.bg_none{
    background:none !important;
}
.input-medium{
    width:80%;
}
.long-text{
    float:left;
    width:80%;
    
}
.checkbox_my{
    height: 13px !important;
    margin-right: 20px !important;
    float:left;
    clear:left;
}
.rejestracja .modal-body{
    overflow-x:hidden;
}

.typeahead { z-index: 1051; }

.modal-body{overflow-y: inherit;}

.modal-open .dropdown-menu {
  z-index: 2050;
}



input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
  
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
  font-size:17px;
  cursor:pointer;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 14px;
  height           : 14px;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
  cursor:pointer;
}


.material-icons{
    cursor:pointer;
}
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; color:#FFFFFF; font-size: 11px; font-weight: bold; border-left: 1px solid #A3A3A3; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #7D7D7D; border-left: 3px solid #DBDBDB;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }.datagrid table tfoot td div { border-top: 1px solid #8C8C8C;background: #EBEBEB;} .datagrid table tfoot td { padding: 0; font-size: 12px } .datagrid table tfoot td div{ padding: 2px; }.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }.datagrid table tfoot  li { display: inline; }.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #F5F5F5;border: 1px solid #8C8C8C;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; }.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }



.info_fade {
    max-width:350px;
    background-color:#bcf596;
    position:fixed;
    top:50%; margin-top:-50px; /* vertical center */
    margin-left:-100px; /* horizontal center */  
    color:#0D6127;
    font-size:14px;  
    -webkit-box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    -moz-box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    padding:20px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.error_fade {
    max-width:350px;
    background-color:#FD2C2C;
    position:fixed;
    top:50%; margin-top:-50px; /* vertical center */
    margin-left:-100px; /* horizontal center */  
    color:#750F0F;
    font-size:14px;  
    -webkit-box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    -moz-box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    box-shadow: 11px 10px 58px 2px rgba(0,0,0,0.56);
    padding:20px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.green{
    color:#4CAF50;
}