@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'bebas';
	src: url('../fonts/bebas.eot');
	src: url('../fonts/bebas.eot?#iefix') format('embedded-opentype'),  url('../fonts/bebas.woff') format('woff'),  url('../fonts/bebas.ttf') format('truetype');
	font-weight: 400;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: bebas;
	src: url(../fonts/bebas.svg) format(svg)
}
}

html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	background: #fff no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	overflow-x: hidden
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.25em;
	margin-top: 0
}
h4, h5, h6 {
	line-height: 1.4em
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px;
	font-weight: 700
}
h6 {
	font-size: 13px
}
ul {
	list-style: none;
	margin: 0
}
/* Link & hover, focus color */
a {
	color: #777
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none
}
a:focus {
	outline: none
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
.line {
	background: url(../assests/line.jpg) repeat-x;
	height: 5px
}
[type=text], [type=password], textarea, select {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:9px 5px;
	outline:none;
	border:1px solid #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width: 100%;
	resize: vertical
}
[type=submit] {
	color:#fff;
	background:#61bd6d;
	font-weight:700;
	display:inline-block;
	outline:none;
	border:0;
	cursor:pointer;
	padding:9px
}
[type=submit].button {
	width: 40px;
	height: 40px;
	float: left
}
[type=submit].submit {
	color: #fff;
	background: #61bd6d;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 9px;
	display: block;
	border: 0;
	cursor: pointer;
	text-transform: uppercase
}
[type=submit].submit_login {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 0px 5px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}

/* TOP HEADER
-------------------------------------------------- */
#topheader {
	background: #f9f9f9
}
#topheader #topbar {
	color: #fff;
	font-size: 11px;
	transition: all 1s ease 0s
}
#topheader #topbar ul li a {
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	font-weight:bold;
	padding: 3px 10px
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #61bd6d;
}
#topheader #topbar li {
	line-height: 38px
}

#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none
}
#topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #333;
	font-weight:bold
}
#topheader #topbar .btn:hover a {
	color: #16987f;
}

/* language (Dropdown menu) */
.language {
	margin-right:15px
}
.language img {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.language li {
	width: 100%;
}
.language li:hover .dropdown-menu {
	display: block;
}
.language div.btn-group {
	width: 100%;
}
/* currency (Dropdown menu) */
.currency .dropdown-menu, .language .dropdown-menu {
	z-index: 9999;
	margin-top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	background: #fff;
	padding-top: 0px;
	border-bottom: 3px solid #61bd6d;
	width: 100%
}
.currency .dropdown-menu a, .language .dropdown-menu a {
	line-height: 25px;
}
.currency .dropdown-menu a img, .language .dropdown-menu a img {
	margin-top: 8px;
	float: left;
}
.currency .dropdown-menu li, .language .dropdown-menu li {
	border-right: none;
	border-top: 1px solid #e5e5e5;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.currency .dropdown-menu li:first-child, .language .dropdown-menu li:first-child {
	border-top: none;
}
.currency .dropdown-menu li:hover, .language .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
.welcome {
margin-right: 50px;
}

/* links */
ul.links {
	position: relative;
	margin: 0;
	padding: 0;
	float:left
}
ul.links li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1.428571429;
}
/* Mobile Responsive */
#topbar .show-mobile:before, #topbar .show-mobile:after {
	content: " ";
	display: table;
}
#topbar .show-mobile:after {
	clear: both;
}
#topbar .show-mobile > div {
	margin: 0;
	padding: 0;
	position: relative
}
#topbar .show-mobile > div:hover .inner-toggle {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible
}
#topbar .show-mobile .quickaccess-toggle {
	width: 44px;
	height: 38px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	margin-left: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
#topbar .show-mobile .quickaccess-toggle:hover {
	color: #FFFFFF;
	background-color: #366159;
}
#topbar .show-mobile .inner-toggle {
	display: block;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	min-width: 200px;
	z-index: 99999;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}
#topbar .show-mobile ul, #topbar .show-mobile .links {
	float: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topbar .show-mobile ul li, #topbar .show-mobile .links li {
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
#topbar .show-mobile ul li:last-child, #topbar .show-mobile .links li:last-child {
	border-bottom: none;
}
#topbar .show-mobile ul a, #topbar .show-mobile .links a {
	float: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 33px;
	background-color: #60817b;
	border: none;
	display: block
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #366159;
}
#topbar .show-mobile .currency .dropdown-menu, #topbar .show-mobile .language .dropdown-menu {
	left: -11px;
	padding: 5px;
}
#topbar .show-mobile .currency .dropdown-menu li, #topbar .show-mobile .language .dropdown-menu li {
	border: none;
}
#topbar .show-mobile .currency button, #topbar .show-mobile .language button {
	height: 30px;
	padding: 0 10px;
}
#topbar .show-mobile .language .dropdown-menu {
	left: -45px;
}
#topbar .show-mobile .quick-user .inner-toggle {
	right: -136px;
}
#topbar .show-mobile .quick-access .inner-toggle {
}
#topbar .show-mobile .search .inner-toggle {
	right: -44px;
}

/* HEADER
-------------------------------------------------- */
h1.logo{
	padding: 6px 0px
}

/* topbar search */
.header-right {
	max-width: 30%;
	overflow: hidden;
	float:right
}
.header-right .search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding-top:2px
}
.header-right [type=text].search_query {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 7px 9px;
	float: right;
	background:#fff;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	border:none
}
.header-right [type=submit].button{
	position: absolute;
	right: 0px;
	background: none;
	color: #61bd6d
}
.header-right [type=submit].button i{
	font-size:15px
}
/* Social Networks*/
ul.social {
    text-align: center;
    margin: 11px 0px;
    float: right
}
ul.social li {
	display: inline-block;
	*display:inline; /*IE7*/
	*zoom:1; /*IE7*/
	margin-right: 8px;
	float: left
}
ul.social li:last-child {
	margin-right: 0px
}
ul.social li a {
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 23px
}
ul.social li a i {
	font-size: 15px
}
ul.social li a.fb {
	background: #3b5998
}
ul.social li a.tw {
	background: #00aced
}
ul.social li a.yt {
	background: #bb0000
}
ul.social li a.gg {
	background: #dd4b39
}
ul.social li a.rss {
	background: #e67329
}
/* MAIN MENU
-------------------------------------------------- */

.top-menu{
	border-top:1px solid #efefef;
	border-bottom:3px solid #61bd6d
}
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
	list-style-type: none;
	clear: both;
	background:#fff
}
.navbar-nav {
	float: none
}
ul.nav li a, ul.nav li.open li a {
	color: #36414b;
	font-size: 18px;
	padding: 15px;
	font-family: 'bebas',Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform:uppercase;
	display:block;
	border-left:1px solid #efefef
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a.active, ul.nav li.open li a:hover, ul.nav li.open li a:focus, ul.nav li.open li a.active {
	color: #61bd6d;
	background: #fff
}
ul.nav li.open a.dropdown-toggle {
	color: #61bd6d;
	background: #fff;
	border-left:1px solid #efefef
}
ul.nav li ul.dropdown-menu {
	min-width: 200px;
	border: none;
	left: 0px;
	background: #fff;
	border-radius: 0px;
	padding:0px
}
ul.nav li ul.dropdown-menu li {
	margin: 0px 0px
}
ul.nav li ul.dropdown-menu li a {
	border-right: none;
	margin-right: 0;
	font-size: 15px;
	position: relative;
	text-transform:uppercase;
	padding: 10px 10px 10px 22px;
	clear: both;
	line-height: 25px;
	border-bottom:1px solid #efefef;
	overflow: hidden;
	color: #36414b;
	background: #fff;
	font-family: 'bebas',Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.nav li ul.dropdown-menu li a:before {
	position: absolute;
	font-family: FontAwesome;
	top: 9px;
	left: 9px;
	content: "\f105";
	font-size: 14px
}
ul.nav li ul.dropdown-menu li a:hover {
	background: #61bd6d;
	color: #fff !important;
	border-bottom:1px solid #efefef;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu {
	position: relative
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .pull-left {
	float: none;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
ul.nav li ul.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
a.navbar-brand {
	padding: 0;
}
.mainmenu .navbar-toggle {
	background: #fff;
	margin-bottom: 9px;
	padding: 10px;
	margin-right: 0;
}
.mainmenu .navbar-toggle .icon-bar {
	background: #e86489;
}
.mainmenu .navbar-collapse {
	box-shadow: inherit;
	border: none;
}
#nav .search {
	float: right
}
#nav .search input {
	margin-top: 10px;
	padding: 7px
}
/* ST-MENU */	
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, .st-container, .st-pusher, .st-content {
	height: 100%;
}
.st-content {
	overflow-y: scroll
}
.st-content, .st-content-inner {
	position: relative;
	overflow-x: hidden
}
.st-container {
	position: relative;
	overflow: hidden;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu .search {
	padding: 10px;
	position: relative
}
.st-menu .search input {
	width: 100%;
	margin: 0px;
	padding: 8px
}
.st-menu .search span {
	position: absolute;
	color: #e1e1e1;
	top: 19px;
	right: 21px;
	float: right
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #61bd6d;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: auto
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-effect-3.st-menu::after,
.st-effect-3.st-menu-open #st-trigger-effects {
	display: none;
}
#st-trigger-effects {
	left: 0px;
	top: 0px;
	display: block;
	z-index: 9
}
#st-trigger-effects button {
	outline: none;
	display: block;
	background: none;
	padding: 0px;
	border: 1px solid transparent;
	line-height: 0px
}
#st-trigger-effects button i {
	color: #16a086;
	font-size: 25px;
	padding: 10px
}
#st-trigger-effects button span{
  display: block;
  padding: 20px 10px;
  color: #61bd6d;
  font-size: 13px;
  font-weight: bold;
  text-transform:uppercase
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
	padding-left: 300px;
}
.panel {
	background: #61bd6d;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 10px 15px 8px 15px;
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px
}
a.list-group-item-stmenu i {
    padding-right: 15px;
    font-size: 14px;
    top: -4px;
    position: relative
}
a.list-group-item-stmenu.sub, a.list-group-item-stmenu.subsub, a.list-group-item-stmenu.subsubsub {
	padding-left: 30px;
	border-bottom: none
}
a.list-group-item-stmenu.subsub {
	padding-left: 50px
}
a.list-group-item-stmenu.subsubsub {
	padding-left: 70px
}
a.arrow-sub {
	position: relative;
	z-index: 999;
	float: right
}
a.arrow-sub i {
	position: absolute;
	font-size: 18px;
	top: -30px;
	color: #fff;
	right: 15px
}
/* MAIN
-------------------------------------------------- */

/* Main Slider */
.top-slideshow{
	border-left:none;
	border-right:none
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	position:relative
}
.carousel-fade .carousel-inner .item span{
	position: absolute;
font-family: 'alter',Arial, Helvetica, sans-serif;
font-size: 18px;
color: #fff;
background: rgba(0,0,0,0.8);
z-index: 9999;
bottom: 0px;
display: block;
width: 100%;
padding: 15px;
text-transform:uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider {
	clear: both;
	overflow: hidden
}
.carousel {
	display: block
}
.carousel-control {
	width: auto;
	opacity:1
}
.carousel-control.left, .carousel-control.right {
	top: 42%
}
.carousel-control.left{
	left:15px
}
.carousel-control.right{
	right:15px
}
.carousel-control.left {
	left: 15px
}
.carousel-control.right {
	left: auto;
	right: 70px
}
.slide a.carousel-control i {
	font-size: 50px;
	top: 0%;
	position: absolute;
	font-weight: normal;
	border: 1px solid #fff;
	padding: 5px 18px 5px 16px;
	transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out
}
.slide a.carousel-control i:hover {
	border: 1px solid #16987f;
	background: #16987f;
	color: #fff
}
.carousel-indicators li {
	border-radius: 0px
}
.main-wrap {
	background: #fff;
	clear: both;
	overflow: hidden
}

/* OWL Slider */
#owlslider {
	margin-bottom: 25px
}
#news-heading .itemcus, .block-news-style2, .block-news-style3, .news, #gallery-pic{
	margin-bottom: 15px
}

#news-heading .itemcus h2, 
.block-news h2,
.block-news-style2 h2,
.block-news-style3 h2,
.intro h2,.news h2, #gallery-pic h2, #box_search h3,
.contact-form h2{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	background:url(../assests/bg-heading.png) repeat-x 0px 10px
}
#news-heading .itemcus h2 span,
.block-news h2 span, 
.block-news-style2 h2 span, 
.block-news-style3 h2 span, #gallery-pic h2 span, #box_search h3 span, .contact-form h2 span {
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	display: table;
	padding:0px 10px 0px 0px;
	color: #61bd6d;
	font-size: 20px;
	position:relative;
	background:#fff
}
.block-news-style2 h2 span{
	display: none
}
#news-heading .itemcus h2 span i{
	padding: 10px;
	vertical-align: middle;
	font-size:12px
}

/* Banner */
.banner {
	margin-bottom: 25px
}
.banner img {
	width: 100%
}
.banner_left {
	margin-bottom: 10px
}
.banner-small {
	text-align: center;
	margin-bottom: 20px
}
.banner-big {
	margin-bottom: 20px
}

/* breadcrumbs */
.breadcrumbs {
	background: #f6f6f6;
	color: #19232e;
	font-size: 12px;
	padding:10px;
	clear: both;
	margin-bottom:15px
}
.breadcrumbs a {
	color: #19232e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover {
	color: #61bd6d
}

/* utilities */
.utilities {
	background: #f6f6f6;
	border-radius: 0px;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px
}

.view {
	color: #19232d;
	text-transform: capitalize;
	z-index: 2;
	position: relative;
	padding: 5px 5px 3px;
	font-size: 12px;
	font-weight: bold
}
.view a i {
	font-size: 14px;
	color: #19232d;
	margin-left: 2px
}
.view .active {
	color: #61bd6d
}

/* Arlert */
.arlert {
	background: #f2dede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px
}
.arlert a {
	text-decoration: none;
	color: #333;
	font-weight: 700
}
.arlert a:hover {
	text-decoration: underline
}

/* tab product */
#product-tab {
	margin: 10px 0
}
ul.tabs {
	list-style: none;
	clear: both;
	overflow: hidden;
	padding: 0
}
ul.tabs li {
	display: inline
}
ul.tabs li a {
	position: relative;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 33px;
	text-decoration: none;
	color: grey;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom: none;
	background: #f3f3f3;
	padding: 10px 30px
}
ul.tabs li.selected a {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	cursor: pointer
}
ul.tab {
	clear: both;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 20px
}
ul.tab li a {
	float: left;
	width: 100%;
	color: #0d2474;
	border-bottom: 1px solid #d9f3f5;
	padding: 10px 5px 0
}
ul.tab li a:hover {
	background: #f0f0f0
}
ul.tab p {
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	margin: 0
}
ul.tab img {
	border: 1px solid #ededed;
	display: block;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

/* News */
.news {
	overflow: hidden
}
.news .news-block .image{
	text-align: center;
	display: block;
	position: relative;
	box-shadow: 0 0 10px #E1E0DD;
	padding: 5px;
	margin-bottom:10px
}
.news .news-block .image img{
	width:100%	
}
.news .news-block .title-news {
	color:#503b4b;
	font-weight:bold;
	text-align:center;
	font-size:13px
}

/* news-heading */
#news-heading {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden
}
#news-heading h3{
	margin-bottom: 10px
}
#news-heading .owl-pagination {
	visibility: hidden
}
#news-heading .owl-wrapper-outer .item small.label, .block-news small.label, .block-news-style2 small.label {
    position: absolute;
    background: #61bd6d;
    left: 0px;
    bottom: 0px;
    padding: 8px;
    border-radius: 0px;
}
#news-heading .owl-wrapper-outer .item .image, .block-news .image, .block-news-style2 .image, 
.post-gird .img-blog, .post-list .img-blog{
	position: relative
}
#news-heading .owl-wrapper-outer .item .image img, .block-news .image img, .block-news-style2 .image img, .post-gird .img-blog img,
.post-list .img-blog img {
	width: 100%
}
#news-heading .owl-wrapper-outer .item .date-comment, .block-news .date-comment, .block-news-style2 .date-comment, .post-gird .date-comment, .post-list .date-comment{
	background: #f6f6f6;
	overflow: hidden
}
#news-heading .owl-wrapper-outer .item .date-comment span, .block-news .date-comment span, .block-news-style2 .date-comment span, .post-gird .date-comment span, .post-list .date-comment span  {
	color: #9f9f9f;
	padding: 5px;
	font-size: 11px
}
#news-heading .owl-wrapper-outer .item .date-comment i, .block-news .date-comment i, .block-news-style2 .date-comment i, .post-gird .date-comment i, .post-list h2 .date-comment i{
	padding-right: 5px
}
.block-news-style2 h3, .post-gird h2, .post-list h2 {
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	overflow: hidden;
	line-height:25px;
	height:50px
}
.block-news-style2 h3 a, .post-gird h2 a, .post-list h2 a {
    color: #61bd6d;
    line-height: normal;
    font-size: 21px;
    height: 48px;
    overflow: hidden;
}
#news-heading .owl-wrapper-outer .item p, .block-news p, .block-news-style2 p, .post-gird p, .post-list p {
	color: #6b6b6b;
	font-size: 12px;
	text-align: justify;
	height: 63px;
	overflow: hidden
}

/* BLOCK NEWS */
.block-news h3,
#news-heading h3{
    line-height: 15px;
    margin-top: 5px;
    height: 38px;
    overflow: hidden
}
.block-news h3 a,
#news-heading h3 a{
	color:#36414b;
	font-size:13px;
	font-weight:bold;
	height:34px;
	overflow:hidden;
	margin:5px 0px
}
.block-news h3 a:hover,
#news-heading h3 a:hover{
	color:#61bd6d
}
.block-news .time{
	padding:5px 0px;
	border:1px dashed #e5e5e5;
	border-left:0px;
	border-right:0px;
	display:block;
	color:#6c7277;
	font-size:11px;
	margin:10px 0px
}
.block-news .time i{
	padding-right:10px
}
.block-news a.read-more{
	  background: #61bd6d;
  padding: 8px 10px;
  display: table;
  margin: 5px 0px;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px
}
.block-news .mainnews{
	margin-bottom:25px
}

/* BLOCK NEWS STYLE 3*/
.block-news-style3,
aside .block-news-style3 .mainnews{
	margin-bottom:20px
}

.block-news-style3 h3 {
  line-height: 15px;
  margin-bottom:15px
}
.block-news-style3 h3 a{
	  color: #36414b;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0px;
}
.block-news-style3 h3 a:hover{
	color:#61bd6d
}
.block-news-style3 img{
	float:left;
	margin-right:10px;
	width:170px
}
.box-category.block-news-style3 img{
	float: none;
	width: 100%;
	height: inherit;
	margin-bottom: 10px
}
.block-news-style3 p{
	color:#6c7277;
	font-size:12px;
	text-align:justify
}
.box-category.block-news-style3 ul.listnews li:first-child{
	margin-top:10px;
	padding-top: 10px;
	border-top: 1px dashed #ebebeb
}
.block-news-style3 ul.listnews li{
	border-bottom:none	;
	padding-bottom: 0px
}
aside .block-news-style3 ul.listnews li{
	border-bottom:1px dashed #ebebeb
}
aside .block-news-style3 ul.listnews li:last-child{
	border-bottom:none
}

/* LISTNEWS */
ul.listnews li {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ebebeb
}
ul.listnews li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none
}
ul.listnews li a {
	display: block;
}
ul.listnews li a i{
  float: left;
  padding-right: 10px;
  padding-top: 3px;
  color:#36414b
}

ul.listnews li img {
	width: 99px;
	height: 65px;
	float: left;
	margin-right: 10px
}
ul.listnews li .intro small {
	color: #6c7277;
	font-size: 11px
}
ul.listnews li .intro span {
	color: #36414b;
	max-height: 42px;
	overflow: hidden;
	font-size: 12px;
	display:block 
}
ul.listnews li .intro span:first-child{
	font-weight:bold
}
ul.listnews li .intro span:hover {
	color: #61bd6d
}

/* LISTNEWS NO IMAGE */
ul.news-list li a{
	padding:10px 0px;
	font-size:13px;
	border-bottom:1px solid #e9e9e9;
	display:block;
	position:relative
}
ul.news-list li:last-child a{
	border-bottom: none
}
ul.news-list li a:before{
	content:'\f105';
	font-family: FontAwesome,Arial, Helvetica, sans-serif;
    color:#36414b;
    font-size:12px;
    position:absolute;
    pointer-events:none
}
ul.news-list li a:hover{
	color:#61bd6d
}
ul.news-list li a:hover:before{
	color:#61bd6d
}
ul.news-list li a span{
	padding-left:15px;
	display:block
}

/* MOUDLE NAVTAB */
.tab-news{
	margin-bottom:15px
}
.tab-news .nav-tabs{
	background:#fff;
	border-bottom:1px solid #61bd6d
}

.tab-news ul.nav li a{
	padding:10px 10px 7px 10px;
	font-size:11px;
	border-radius:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#6c7277
}
.tab-news ul.nav li a:hover,
.tab-news ul.nav li a:focus{
	background:#61bd6d;
	color:#fff;
	border:none
}

.tab-news  .nav-tabs>li{
	margin-bottom:0px
}
.tab-news .nav-tabs>li>a{
	border:none
}
.tab-news .nav-tabs>li.active>a, .tab-news .nav-tabs>li.active>a:hover, .tab-news .nav-tabs>li.active>a:focus{
	background:#61bd6d;
	color:#fff;
	cursor:pointer
}
.tab-news .tab-main{
	padding:15px 0px 0px 0px
}

.tab-news .tab-main ul.listnews li a i{
	padding-top:6px;
	font-size:10px;
	color:#6c7277
}


/* contact */
.contact-info{
	margin-bottom: 20px
}
.contact-info ul li:first-child {
	border-bottom: none;
	padding: 2px 0px
}
.contact-info ul li {
	padding: 10px 0px;
	color: #878787;
	text-align: justify;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 13px
}
.contact-info ul li:last-child{
	border-bottom: none
}
.contact-info ul li i {
	padding-right: 10px
}
.contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 13px
}

/* post */
.post-gird, .post-list{
	margin-bottom:15px
}
.post-gird .date-comment,
.post-list .date-comment{
	padding:5px
}
.post-list h2{
	margin:0px 0px 10px 0px;
	height:inherit
}
.post-list p{
	height:inherit;
	margin-top:10px
}

#post .postitem h1 {
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	font-size: 25px
}
#post .postitem h1 a{
	color: #61bd6d
}
#post .postitem .date-comment {
	color: #898989;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0px
}
#post .postitem p {
	margin: 10px 0!important;
	text-align: justify;
	font-size: 13px;
	color: #333
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

/* ASIDE 
-------------------------------------------------- */

/* Vertical Menu */
.panelvmenu {
	color: #fff;
	clear: both;
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #503b4b;
	font-size: 12px;
	border-bottom:1px dashed #e3e3e3;
	font-weight: 700
}
a.list-group-item-vmenu i {
	padding-right: 10px
}
a.list-group-item-vmenu:hover, a.list-group-item-vmenu.sub:hover, a.list-group-item-vmenu.subsub:hover, a.list-group-item-vmenu.subsubsub:hover {
	color: #61bd6d
}
a.list-group-item-vmenu.sub, a.list-group-item-vmenu.subsub, a.list-group-item-vmenu.subsubsub {
	background: #fff;
	padding-left: 30px;
	border: none
}
a.list-group-item-vmenu.subsub {
	padding-left: 50px;
}
a.list-group-item-vmenu.subsubsub {
	padding-left: 70px;
}
a.arrow-sub-vmenu {
	position: relative;
	z-index: 999;
	float: right;
}
a.arrow-sub-vmenu i {
	position: absolute;
	font-size: 14px;
	top: -46px;
	color: #161616;
	right: 0px;
	padding: 15px
}
/* Module */
header .box-category{
	margin-bottom: 0px
}
.box-category {
	margin-bottom: 15px;
}
.box-category .banner-small{
	margin-bottom: 0px
}
.box-category .heading {
	margin-bottom: 10px;
	position: relative;
	background: url(../assests/bg-heading.png) repeat-x 0px 2px;
}
.box-category .heading span{
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 10px 0px 0px;
	color: #61bd6d;
	font-size: 20px;
	position: relative;
	background: #fff
}

/* Who is online*/
.box-category .main ul.online li{
	padding: 2px 0px;
	overflow: hidden
}
.box-category .main ul.online li:first-child{
	padding-top: 0px
}
.box-category .main ul.online li:last-child{
	padding-bottom: 0px
}
/* Custom Moudle */
.box-category .main .support, .box-category .main .link, .box-category .main .search-adv, .box-category .main .link2, .box-category .main .online, .box-category .main .feedback {
	font-size: 13px;
	overflow: hidden
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 13px
}
.box-category .main .support span {
	padding-left: 10px
}
.box-category .main .support ul li a {
	width: auto !important
}
.box-category .main .support img {
	margin: 0px 5px 10px 0px !important;
	vertical-align: -18px !important;
	width: 100% !important
}
.box-category .main .link li {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	padding: 10px 0 10px 0px
}
.box-category .main .link li:first-child {
	padding-top: 0px
}
.box-category .main .link li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.box-category .main .link li a {
	font-weight: 700;
	color: #333;
	text-decoration: none
}
.box-category .main .link2 p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}
.box-category .main .online .red1 {
	color: red
}
.box-category .main .feedback {
	font-family: 'font', Arial, Helvetica, sans-serif
}
.box-category .main .feedback p {
	color: #d14d42
}
.box-category .main .feedback ul li {
	padding: 5px 0;
	color: #969696
}
.box-category .main .feedback a {
	float: right;
	color: #333;
	margin-top: 20px
}

/* Moudle Search Left or Right */
.header-right.adside-search{
	float:none;
	max-width:inherit;
	margin-bottom:15px
}
.header-right.adside-search input[type=text]{
	border:1px solid #ebebeb
}

/* PAGINATION */
ul.pagination {
	color: #16a086;
	font-size: 12px;
	clear: both;
	margin: 10px 0px 20px 0px;
	padding: 15px 0px;
	width: 100%;
	border-radius: 0px;
	border-top: 1px solid #e5e5e5;
	text-align: center
}
ul.pagination li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 10px;
}
.pagination>li>a, .pagination>li>span,
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
	border: none;
	color: #6b6b6b;
	height:35px;
	width:35px;
	line-height:25px;
	border-radius: 0;
	font-size: 14px;
	background: transparent
}
.pagination>li.active>a, .pagination>li.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #61bd6d;
	cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #61bd6d
}
/* GALLERY */
.product {
	position: relative;
	padding-bottom: 20px
}
#gallery-pic{
	padding:0px
}
#gallery-pic .product p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0px;
	text-align: left;
	border-radius: 0px;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #36414b;
	height: inherit;
	font-weight: bold;
	text-align: center;
	display: none
}

footer #gallery-pic .row {
	border-bottom: none;
	padding: 0px
}

#mediaplayer_video {
	position: relative;
	min-height: 100%
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.module_is_not_relevant {
	margin-top: 0px;
	font-size: 12px
}
footer .module_is_not_relevant{
	color:#fff
}

/* NEWS LETTER */
#email-newsletter {
	background: #f6f6f6;
	margin-bottom: 15px;
	padding: 10px
}
#email-newsletter h2{
	font-family: 'bebas', Arial, Helvetica, sans-serif;
    padding: 0px 10px 0px 0px;
    color: #61bd6d;
    font-size: 20px;
    position: relative
}
#email-newsletter.footer p.email-newsletter-des {
	color: #fff;
	text-align: justify;
}
#email-newsletter.footer form.submit_register_email.email-newsletter-form {
	width: 100%
}
#email-newsletter p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #6c7277
}
#email-newsletter form.submit_register_email {
	width: 100%;
	position: relative
}
#email-newsletter form.submit_register_email input[type=text] {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0px;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}
#email-newsletter form.submit_register_email input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-radius: 0px;
}
footer #email-newsletter{
	background: none;
	padding: 0px
}
footer .footer-newsletters #email-newsletter h3, footer .footer-newsletters #email-newsletter p {
	text-align: center;
	color: #61bd6d
}
footer .footer-newsletters #email-newsletter form.submit_register_email {
	width: 80%;
	margin: 10px auto 0px auto;
	display: block;
}
/* FOOTER
-------------------------------------------------- */
footer {
	clear: both
}
.box {
	color: #fff;
	text-align: justify
}
.box h3, footer .footer-html h3, footer .footer-tag h3, footer .footer-post_views h3, footer .footer-post_customized h3, footer .footer-post_latest h3, footer .footer-gallery_category h3, footer .footer-gallery h3, footer .footer-video_category h3, footer .footer-video h3 {
	color: #61bd6d;
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase
}
.box p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #fff;
	line-height: 25px
}

/* NEWS FOOTER */
.news-footer {
	font-family: 'neo', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.news-footer li {
	padding: 5px 0px;
}
.news-footer li:first-child {
	border-top: none;
	padding-top: 0px
}
.news-footer li:last-child {
	border-bottom: none
}
.news-footer li a {
	text-align: justify;
	color: #fff;
}
.news-footer li a:before {
    content: '\f0da';
    font-family: FontAwesome, 'sans', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    position: absolute;
    pointer-events: none;
}
.news-footer li a:hover {
	color: #61bd6d
}
.news-footer li a span{
	padding-left: 15px
}

/* TAGS FOOTER */
.main ul.tags-footer {
	padding: 0px;
	overflow: hidden
}
.footer-tag ul.tags-footer {
	padding: 0px
}
ul.tags-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}
ul.tags-footer li a {
	border: 1px solid #777;
	float: left;
	color: #777;
	display: block;
	padding: 5px 10px;
	margin: 0px 10px 10px 0px
}
ul.tags-footer li a:hover {
	background: #61bd6d;
	border: 1px solid #61bd6d;
	color: #fff
}
footer ul.tags-footer li a{
	color: #fff;
	border:1px solid #fff;
}

/* TAG */
.tag{
	margin-top: 10px;
	clear: both;
	overflow: hidden
}
.tag .tag-title{
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 10px;
	display: inline;splay: block
}
.tag ul{
	margin-bottom: 10px;
	display: table
}
.tag ul li{
	float: left;
	margin-right: 10px;
	list-style: none
}
.tag ul li a{
    float: left;
    width: 100%;
    color: #3a3a3a;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
}
.tag ul li a:hover{
	background: #f0f0f0
}
/* Detail Tag */
#tag .tag-detail {
	margin-bottom: 20px;
	overflow: hidden
}
#tag .tag-detail .img-blog img {
	margin-bottom: 10px;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease
}

#tag .tag-detail h2 {
	font-family: 'bebas', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #262626
}
#tag .tag-detail h2:hover {
	color: #61bd6d
}
#tag .tag-detail .date {
	color: #898989;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0px
}
#tag .tag-detail p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
	color: #777;
	margin: 0
}

/* Module Popup */
.module_popup {
	background: white;
	text-align: center;
	width: 100%;
	margin: auto;
	position: relative;
	overflow-y: auto;
	max-width: 600px;
	-webkit-overflow-scrolling: touch
}
.module_popup .popup-body {
	padding: 0px
}
.module_popup .mfp-close {
	top: -1px
}

/* SEARCH ADV */
#box_search h3 span{
	float: left
}
#box_search .box_search_detail {
	margin-bottom: 20px;
	overflow: hidden;
}
#box_search .box_search_detail:last-child {
	margin-bottom: 0px
}
#box_search .box_search_detail .img-blog img {
	margin-bottom: 10px
}
#box_search .box_search_detail h2 {
	font-family: 'bebas',Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-decoration: none;
	border-bottom: none;
	margin: 0px
}
#box_search .box_search_detail h2 a {
	color: #61bd6d
}
#box_search .box_search_detail p {
	text-align: justify;
	font-size: 13px;
	color: #6b6b6b;
	border-left: none;
	border-right: none;
	padding: 10px 0
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #61bd6d;
	font-size: 13px;
	font-weight:bold;
	float: right;
	text-decoration: none;
	padding: 3px 10px 3px 0px
}
.all:hover{
	color: #61bd6d
}

/* Copyright */
footer .copyright {
	color: #fff;
	font-size: 12px;
	padding: 8px 0;
	clear: both;
	overflow: hidden
}
footer .copyright a {
	color: #61bd6d;
}
.logo-footer{
	text-align: right
}

/* 404 */
.page_error_01{
  background: url(../../../public/error_page/01.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_01 a{
 display:table;
 background:#df5020;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
    left:50%;
 top:55%;
    margin-left:-70px;
}

.page_error_02{
  background: url(../../../public/error_page/02.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_02 a{
 display:table;
 background:#df5020;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 59%;
 top: 60%;
 margin-left:-70px;
 text-transform:uppercase;
 font-weight:bold
}

.page_error_03{
  background: url(../../../public/error_page/03.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_03 a{
 display:table;
 background:#df5020;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
  left:48%;
 top:65%;
    margin-left:-70px;
 text-transform:uppercase
}

.page_error_04{
  background:url(../../../public/error_page/04.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_04 a{
 display:table;
 background:#df5020;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 65%;
 top: 70%;
 margin-left:-70px;
 text-transform:uppercase;
 font-weight:bold
}

.page_error_05{
  background:url(../../../public/error_page/05.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_05 a{
 display:table;
 background:#df5020;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 50%;
 top: 80%;
 margin-left:-115px;
 text-transform:uppercase;
 font-weight:bold
}
/*print*/
@media print {
a[href]:after {
content: "";
}
}
/*print*/
