html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


* {
	padding: 0;
	margin: 0;
}

body {
	height:100%;
	padding: 0;
	margin: 0;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:left;
	line-height:normal;
	color:#3f433a;
	background:#fff;
}

body.noscroll {
    height:100%;
	overflow:hidden;
}

@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

html {
	padding: 0;
	margin: 0;
	text-align:left;
}

#wrapper {
	width: 100%;
	height:100%;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

body.noscroll #wrapper {
    min-height:100%;
    overflow-y:scroll;
}

#outer {
	max-width:100%;
	padding:0;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

#inner {
	margin:0 auto;
	position:relative;
}

.fixed {
	position:fixed !important;
}

/* ------------- HEADER ------------- */

header {
	width:100%;
	margin:0 auto;
	padding:0 0;
	display:block;
	position:fixed !important;
	z-index:100;
	background:rgba(255,255,255,0);
	border-bottom:1px solid rgba(240, 240, 240,0);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

header.sticky {
	background:rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(240, 240, 240,1);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

header .inside {
	margin:0 auto;
	padding:0 30px;
}

header .inside ul,
header .inside ul li {
	padding:0;
}

header .inside ul li:before {
	display:none;
}

body.noscroll header .inside {
	padding:0 15px 0 0;
}

#logo {
	max-width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.logoinside {
	padding:0;
	margin:0 auto;
	position:relative;
}

#logo .logoinside img {
	max-height:130px;
	margin:0;
	display:block;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

header.sticky #logo .logoinside img {
	max-height:60px;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.logotext {
	display:none;
}

#toppanel {
	margin:0 auto;
	display:block;
	overflow:hidden;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

#toppanel .toppanelinside {
	margin:0 auto;
	padding:0 0 0 20px;
	position:relative;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.contactsearch {
	font-size:90%;
	display:inline-block;
	float:right;
}

.contactsearch > div {
	display:inline-block;
	vertical-align:top;
}

.moduletable.socmed ul,
.moduletable.socmed ul li {
	padding:0;
	text-indent:0;
	display:inline-block;
	vertical-align:middle;
}

.moduletable.socmed ul {
	margin:25px 0 0;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

header.sticky .moduletable.socmed ul {
	margin:15px 0 0;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.moduletable.socmed ul li {
	margin:0 16px 0 0;
}

.moduletable.socmed ul li:before {
	display:none;
}

.moduletable.socmed a {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	text-indent:-999%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color:transparent;
}

.moduletable.socmed .linkedin a {
	background-image:url(../images/icon-linkedin.png);
}

.moduletable.socmed .instagram a {
	background-image:url(../images/icon-instagram.png);
}

.moduletable.socmed a:hover {
	background-color:rgba(255,255,255,0.5);
}

.moduletable.sosmed .text {
	display:none;
}

.moduletable.search {
	position:inherit;
}

.moduletable.search label {
	min-width:0;
}

.moduletable.search .iconsearch {
	width:40px;
	height:60px;
	background:#c6821a;
	display:block;
	position:relative;
	cursor:pointer;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.moduletable.search .iconsearch:hover {
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-o-filter: brightness(60%);
	-ms-filter: brightness(60%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.moduletable.search .iconsearch .icon {
	width:40px;
	height:40px;
	padding:0;
	background:url(../images/icon-search.png) no-repeat center;
	background-size:90% auto;
	display:block;
	position:absolute;
	bottom:0;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

header.sticky .moduletable.search .iconsearch .icon {
	bottom:7px;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

header .moduletable.search .formsearch {
	max-width:100%;
	height:60px;
	margin:0 30px;
	background:rgba(255,255,255,0.8);
	position:absolute;
	top:-40%; right:10px; left:-30px;
	visibility:hidden;
	display:block;
	z-index:10;
	opacity:0;
	
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

header .moduletable.search .formsearch.show {
	opacity:1;
	top:0;
	visibility:visible;
	
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

header .moduletable.search form {
	padding:14px 10px;
}

header .moduletable.search .formsearch input {
	width:90%;
	margin:0;
	padding:7px;
	font-size:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	float:left;
	
	border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-ms-border-radius: 7px 0px 0px 7px;
	-o-border-radius: 7px 0px 0px 7px;
}

header .moduletable.search .formsearch button {
	border:0;
	outline:none;
	text-transform:uppercase;
	box-sizing:border-box;
	display:inline-block;
	float:left;

	border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	-ms-border-radius: 0px 7px 7px 0px;
	-o-border-radius: 0px 7px 7px 0px;

	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}


/* --- MAIN MENU ---- */

#mainmenu {
	max-width:100%;
	padding:30px 0 0;
	margin:0;
	font-size:90%;
	display:inline-block;
	position:relative;
	float:left;
}

header.sticky #mainmenu {
	padding:20px 0 0;
}

nav.menu {
	display:table-row;
	vertical-align:middle;
}

nav.menu > div {
	display:table-cell;
	vertical-align:middle;
}

nav.menu .modinside {
	margin:0 auto;
	text-align:center;
	position:relative;
}

#mainmenu ul {
	margin:0;
	position:relative;
	list-style:none;
	font-size:150%;
	text-indent:0;
}

#mainmenu ul li {
	padding:0 20px 0 0;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	float:left;
}

#mainmenu ul li:first-child {
	display:none;
}

#mainmenu ul li img {
	display:none;
}

#mainmenu ul li.item-101 {
	padding:0;
}

#mainmenu li a {
	padding:0;
	color:#000;
	display:block;
}

#mainmenu li a:hover {
	color:#214427;
}

#mainmenu li.current a,
#mainmenu li.active a {
	color:#c6821a;
}

#mainmenu .submenu {
	display:none;
}

/* SIDE MENU */

.main-header, .main-nav {
	display:none;
}


/* END OF SIDE MENU */


/* ---- END OF MAIN MENU ---- */


/* ------------- END OF HEADER ------------- */


/* ------------- HEADER BANNER ------------- */

#headerbanner {
	max-width:100%;
	padding:0;
	margin:0 auto;
	background:#fff;
	border-bottom:10px solid #c6821a;
}

#headerbanner .inside {
	max-height:400px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
}

.home #headerbanner .inside {
	max-height:630px;
}

#headerbanner .wrapimg {
	width:100%;
	display:block;
}

#headerbanner img {
	width:100%;
	opacity:0.4;
	display:block;
}

.contact #headerbanner img {
	opacity:1;
}

#headerbanner .wrapContent {
	max-width:580px;
	margin:auto;
	padding:0 30px;
	text-align:center;
	position:absolute;
	top:auto; left:0; bottom:30%; right:0;
	display:block;
}

#headerbanner .inside .bannerTitle {
	font-size:260%;
	font-weight:bold;
	color:#000;
}

#headerbanner .bannerDescription {
	font-size:120%;
	font-weight:bold;
}

#headerbanner .bannerLink {
	margin:30px auto 0;
	padding:10px 30px;
	color:#fff;
	background:#c6821a;
	display:inline-block;
}

.home #headerbanner .search,
.search #headerbanner .home {
	display:none;
}

.search #headerbanner .search {
	display:block !important;
}

/* ------------- END OF HEADER BANNER ------------- */



/* ------------- CONTENT ------------- */

#content {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
	display:block;
	background-size:cover;
}

#content .published {
	font-size:85%;
}

.container, .container .inside {
	position:relative;
}

.alignleft {
	margin:0 10px 10px 0;	
	float:left;
}

.alignright {
	margin:0 0 10px 10px;	
	float:right;
}

ul.breadcrumb {
	padding:15px 0;
	font-size:70%;
}

ul.breadcrumb, ul.breadcrumb li {
	margin:0;
	list-style:none;
	text-indent:0;
	display:inline-block;
}

ul.breadcrumb li {
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	color:#9a9a9a;
	border-right:1px solid #9a9a9a;
}

ul.breadcrumb li:first-child {
	margin:0 0 0 -5px;
}

ul.breadcrumb li .divider {
	display:none;
}

ul.breadcrumb li a {
	color:#9a9a9a;
	opacity:1;
}

ul.breadcrumb li a:hover {
	color:#fff;
}

/* --- HOME --- */

.home #content {
	padding:0;
}

.home #content .contentinside {
	text-align:center;
}

.home #maincontent {
	max-width:1100px;
	padding:40px 30px;
	margin:0 auto;
	display:inline-block;
}

.home #maincontent .page-header h2 {
	padding:0 30px;
	margin:0 auto 30px;
	font-weight:bold;
	display:inline-block;
	border-bottom:1px solid #c6821a;
}

.home #maincontent .page-header h2 span {
	font-weight:normal;
}

#container-panel-2 .moduletable.ourservice .nspArt {
	padding:0 !important;
}

#container-panel-2 .moduletable.ourservice .gkArtContainerWrap {
	position:relative;
}

#container-panel-2 .moduletable.ourservice .gkArtContentWrap {
	text-align:center;
	color:#fff;
	position:absolute;
	top:30%; left:0; right:0;
	display:block;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#container-panel-2 .moduletable.ourservice a:hover .gkArtContentWrap {
	color:#c6821a;
	top:35%;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#container-panel-2 .moduletable.ourservice .gkArtImageWrap {
	background:#000;
}

#container-panel-2 .moduletable.ourservice .gkArtImageWrap img {
	filter: brightness(30%);
	-webkit-filter: brightness(30%);
	-moz-filter: brightness(30%);
	-o-filter: brightness(30%);
	-ms-filter: brightness(30%);
}

#container-panel-2 .moduletable.ourservice a:hover .gkArtImageWrap img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

.home #container-panel-2 {
	padding:0;
	background:#4d6952;
}

#container-panel-2 .moduletable.latestnews {
	padding:30px 50px;
}

#container-panel-2 .moduletable.latestnews .title h3 {
	max-width:440px;
	margin:0 auto 30px;
	padding:0 30px;
	font-size:200%;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px solid #fff;
}

#container-panel-2 .moduletable.latestnews .nspArtInside {
	padding:0 30px;
}

#container-panel-2 .moduletable.latestnews .gkArtContentWrap,
#container-panel-2 .moduletable.latestnews .gkArtContentWrap a {
	color:#fff;
}

#container-panel-2 .moduletable.latestnews .nspArt .nspImageWrapper {
	margin:0 0 14px !important;
	padding:0;
}

#container-panel-2 .moduletable.latestnews .nspArt .nspInfo {
	padding:0 0 5px;
	font-size:80%;
}

#container-panel-2 .moduletable.latestnews .nspArt h4.nspHeader {
	padding:0 0 5px;
	font-size:120%;
	font-weight:bold;
}

#container-panel-2 .moduletable.latestnews .nspArt a.readon {
	margin:30px 0 0;
	padding:7px 15px;
	text-transform:capitalize;
	background:#c6821a;
	display:inline-block;
}

#container-panel-2 .moduletable.aboutus .nspArt {
	padding:0 !important;
}

#container-panel-2 .moduletable.aboutus .gkArtContainerWrap {
	position:relative;
}

#container-panel-2 .moduletable.aboutus .gkArtImageWrap {
	background:#000;
}

#container-panel-2 .moduletable.aboutus .gkArtImageWrap img {
	opacity:0.5;
	
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

#container-panel-2 .moduletable.aboutus a:hover .gkArtImageWrap img {
	opacity:0.8;
	
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

#container-panel-2 .moduletable.aboutus .gkArtContentWrap {
	padding:0; margin:0;
	text-align:center;
	position:absolute;
	top:50%; left:0; right:0;
	display:block;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#container-panel-2 .moduletable.aboutus a:hover .gkArtContentWrap {
	margin:10px 0 0;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#container-panel-2 .moduletable.aboutus .gkArtContentInside {
	max-width:780px;
	padding:0 30px;
	margin:0 auto;
	color:#fff;
	display:block;
}

#container-panel-2 .moduletable.aboutus .gkArtContentInside h3 {
	max-width:440px;
	margin:0 auto 30px;
	padding:0 30px;
	font-size:200%;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px solid #fff;
}

#container-panel-2 .moduletable.aboutus .readon {
	margin:30px auto 0;
	padding:10px 20px;
	background:#c6821a;
	display:inline-block;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#container-panel-2 .moduletable.aboutus a:hover .readon {
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}


/* --- END OF HOME --- */


#maincontent, #sidecontent {
	display:inline-block;
	position:relative;
}

#content .blog {
	padding:0;
}

#content .blog .item,
#content .blog .wrapcontent {
	width:100%;
	position:relative;
}

.borderfade {
	width:100%;
    height:20px;
	display:block;
    position:absolute; 
    bottom:0;
	z-index:100;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
} 

#inner .nspArts {
	padding:0;
}

.blog .page-header h2 {
	text-align:left;
}

#content .wrapcontentinside {
	overflow:hidden;
	position:relative;
}

/* --- ABOUT --- */

.about #container-panel-1 .inside,
.about #maincontent {
	padding:10px 0 40px;
}

.about #content {
	background:#fafafa;
	border-top:1px solid #f4f4f4;
}

.about #container-panel-1 .moduletable.ourfirm h4.nspHeader,
.about #maincontent .blog > h2 {
	max-width:440px;
	width:auto;
	margin:0 auto 30px;
	padding:0 30px;
	font-size:200%;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#c6821a;
	display:block;
	border-bottom:1px solid #c6821a;
}

.about #container-panel-1 .moduletable.ourfirm .gkArtContentWrap > p {
	padding:0; margin:0;
}

.about #maincontent .blog .wrapblogimg,
.about #maincontent .blog .wrapcontent {
	display:inline-block;
}

.about #maincontent .blog .wrapblogimg {
	width:18%;
	float:left;
}

.about #maincontent .blog .wrapblogimg .item-image {
	margin:0 15px 0 0;
}

.about #maincontent .blog .wrapcontent {
	width:82%;
	float:right;
}

.about #maincontent .blog .wrapcontent .page-header h2 {
	margin:0 0 10px;
	font-size:110%;
	font-weight:bold;
}

.about #maincontent .blog .wrapcontent .readmore {
	display:none;
}

/* --- END OF ABOUT --- */



/* --- SERVICES --- */

.services #maincontent, .services #sidecontent {
	display:inline-block;
}

.services #maincontent {
	width:75%;
	float:left;
}

.services #maincontent .inside {
	padding:40px 20px 40px 0;
	margin:0;
	border-right:1px solid #c6821a;
}

.services #maincontent .blog .wrapblogimg,
.services #maincontent .blog .wrapcontent {
	display:inline-block;
}

.services #maincontent .blog .wrapblogimg {
	width:30%;
	float:left;
}

.services #maincontent .blog .wrapblogimg .item-image{
	margin:0 20px 0 0;
}

.services #maincontent .blog .wrapcontent {
	width:70%;
	float:right;
	position:relative;
}

.services #maincontent .blog .wrapcontentinside {
	max-height:70px;
	overflow:hidden;
	position:relative;
}

.services #maincontent .blog .page-header h2 {
	font-size:110%;
	font-weight:bold;
}

.services #maincontent .blog .wrapcontent .readmore {
	margin:30px 0;
}

.services #maincontent .blog .wrapcontent .readmore a {
	padding:7px 14px;
	font-size:80%;
	border:1px solid #f15a24;
	display:inline-block;
}

.services #maincontent .blog .wrapcontent .readmore a:hover {
	color:#fff;
	background:#f15a24;
}

.services #sidecontent {
	width:25%;
	float:right;
}

.services #maincontent .inside .item-image {
	margin:0 0 15px;
}

#sidecontent .moduletable.ourservice .nspArt {
	width:100% !important;
	padding:0 !important;
}

#sidecontent .moduletable.ourservice .gkArtContainerWrap {
	position:relative;
}

#sidecontent .moduletable.ourservice .gkArtContentWrap {
	font-weight:bold;
	text-align:left;
	color:#fff;
	position:absolute;
	top:50%; left:0; right:0;
	display:block;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sidecontent .moduletable.ourservice a:hover .gkArtContentWrap {
	color:#000;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#sidecontent .moduletable.ourservice .gkArtContentWrap h4 {
	padding:0 10px;
	font-size:110%;
}

#sidecontent .moduletable.ourservice .gkArtImageWrap {
	background:#fff;
}

#sidecontent .moduletable.ourservice .gkArtImageWrap img {
	filter: brightness(30%);
	-webkit-filter: brightness(30%);
	-moz-filter: brightness(30%);
	-o-filter: brightness(30%);
	-ms-filter: brightness(30%);
}

#sidecontent .moduletable.ourservice a:hover .gkArtImageWrap img {
	opacity:0.4;
	
	filter: brightness(150%);
	-webkit-filter: brightness(150%);
	-moz-filter: brightness(150%);
	-o-filter: brightness(150%);
	-ms-filter: brightness(150%);
}

#sidecontent .moduletable.latestnews,
#sidecontent .moduletable.popular {
	background:#f2f2f2;
	border-bottom:1px solid #CCC;
}

#sidecontent .moduletable.latestnews .modinside,
#sidecontent .moduletable.popular .modinside {

	padding:20px 0;
}

#sidecontent .moduletable.latestnews .title,
#sidecontent .moduletable.popular .title {
	padding:0 10px;
}

#sidecontent .moduletable.latestnews .title h3,
#sidecontent .moduletable.popular .title h3 {
	font-size:120%;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
}

#sidecontent .moduletable.latestnews li,
#sidecontent .moduletable.popular li {
	padding:5px 10px;
}

#sidecontent .moduletable.latestnews li:before,
#sidecontent .moduletable.popular li:before {
	display:none;
}

/* --- END OF SERVICES --- */

/* --- NEWS --- */

.news #maincontent .blog .wrapblogimg,
.news #maincontent .blog .wrapcontent {
	display:inline-block;
}

.news #maincontent {
	width:75%;
	float:left;
}

.news #maincontent .inside {
	padding:40px 20px 40px 0;
	margin:0;
	border-right:1px solid #c6821a;
}

.news #maincontent .inside .items-row {
	border-bottom:1px solid #f1f1f1;
}

.news #maincontent .inside .page-header h2 {
	font-size:130%;
}

.news #maincontent .wrapcontentinside {
	max-height:100px;
	overflow:hidden;
}

.news #maincontent .wrapcontentinside .wrapimg {
	max-width:200px;
	margin:0 10px 10px 0 !important;
	float:left !important;
}

.news #maincontent .blog .wrapcontent .readmore {
	margin:10px 0;
}

.news #maincontent .blog .wrapcontent .readmore a {
	padding:7px 14px;
	font-size:80%;
	border:1px solid #f15a24;
	display:inline-block;
}

.news #maincontent .blog .wrapcontent .readmore a:hover {
	color:#fff;
	background:#f15a24;
}

.news #sidecontent {
	width:25%;
	float:right;
}

/* --- END OF NEWS --- */

/* --- CLIENTS --- */

.clients #maincontent, .clients #sidecontent {
	display:block;
}

.clients #maincontent {
	padding:40px 0;
}


/* --- END OF CLIENTS --- */

/* --- CONTACT --- */

.contact #headerbanner {
	
}

.contact #maincontent,
.contact #sidecontent {
	width:100%;
	margin:0;
	float:none;
	border-right:0 !important;
}

.contact #content .page-header h2 {
	max-width:440px;
	margin:0 auto 30px;
	padding:0 30px;
	font-size:200%;
	text-transform:uppercase;
	text-align:center;
	color:#c6821a;
	display:block;
	border-bottom:1px solid #c6821a;
}

.contact #content .contact-address,
.contact #content .contact-form {
	width:49%;
	display:inline-block;
}

.contact #content .contact-address {
	float:left;
}

.contact #content .contact-address .inside-contact {
	padding:0 20px 0 0;
}

.contact #content .contact-address .inside-contact span br {
	display:none;
}

.contact #content dt,
.contact #content dd {
	display:inline;
}

.contact #content dt .jicons-text {
	margin:20px 0 0;
	display:inline-block;
}

.contact #content dt:first-child,
.contact #content dt:first-child .jicons-text {
	margin:0;
	display:block;
}

.contact #content .contact-address .inside-contact p {
	padding:5px 0;
}

.contact #content dt {
	padding:0;
}

.contact #content .control-label .text label {
	margin:0 0 5px;
	font-size:80%;
}

.contact #content .contact-form {
	float:right;
}

.contact #content label {
	padding:0;
}

.contact #content .contact-form legend {
	display:none;
}

.contact #content .control-group {
	padding:0 0 7px;
	display:table-row;
}

.contact #content fieldset:first-child .control-group:last-child {
	display:block;
}

.contact #content fieldset:first-child .control-group:last-child > div {
	min-height:60px;
	display:inline-block;
}

.contact #content fieldset:first-child .control-group:last-child .control-label label {
	width:100%;
}

.contact #content fieldset:first-child .control-group:last-child .controls {
	width:100px;
	text-align:left;
}

.contact #content fieldset .control-group input#jform_contact_email_copy {
	width:auto;
	margin:0 0 0 10px;
}

.contact #content .top-contact {
	margin:0;
}

.contact #content .contact-miscinfo dt {
	display:none;
}

.contact #content .control-group > div {
	display:table-cell;
	vertical-align:top;
}

.contact #content .control-group .optional {
	font-size:80%;
}

.contact #content .control-group .controls {
	padding:0 0 10px;
}

.contact #content .control-group .control-label #jform_contact_email_copy-lbl {
	font-size:90%;
}

.contact #content .control-group input,
.contact #content .control-group textarea {
	width:90%;
	text-align:left;
}

.mapprint {
	display:none;
}

.contact #content .contact-misc {
	max-width:100%;
	overflow:hidden;
}

.contact #content .contact-miscinfo dt,
.contact #content .contact-miscinfo dd {
	display:block;
}

.contact #content label {
	display:block !important;
}

/* --- END OF CONTACT --- */

/* --- SEARCH --- */

.search #headerbanner .moduletable,
.search #container-panel-2 .moduletable, 
.search #container-panel-3 .moduletable.contactmap {
	display:none;
}

.search #content .searchintro p {
	margin:0;
	padding:0;
}

.search #content .form-limit {
	margin:10px auto;
}

#searchForm {
	margin:0 auto 20px;
	border-bottom:1px solid #ccc ;
}

.search #content .btn-group.pull-left,
.search #content .btn-group.pull-left button {
	margin:0 0 7px;
	display:inline-block !important;
	vertical-align:top;
}

.search #content .btn-group.pull-left input {
	padding:7px 10px;
	font-size:100%;
}

.search #content .radio input {
	margin:0 10px 0 0;
}

.search #content .phrases-box {
	margin:0 0 10px;
}

.search #content .chzn-results li {
	padding:3px 5px;
}

.search #content .chzn-results li:before {
	display:none;
}

.search #maincontent, .search #sidecontent {
	max-width:none;
	display:block;
	float:none;
	border:0;
}

.search #content .contentinside {
	text-align:left;
}

.search #maincontent .inside {
	padding:0;
}

.search #content #maincontent .inside {
	min-height:600px;
}

.search #container-panel-4 .inside {
	border:0;
}

.search #content dt, .search #content dd {
	padding:0 0 6px 0;
}

.search #content dt {
	text-transform:capitalize;
}

.search #content dd.result-text {
	padding:0 0 20px;
	margin:0 0 25px;
	border-bottom:1px solid #e4e4e4;	
}

.search #content .highlight {
	color:#fff;
}

.search #content .result-category {
	display:none;
}

/* --- END OF SEARCH --- */

/* ------------- END OF CONTENT ------------- */


/* --- CONTAINER PANEL 1 --- */

#container-panel-1 {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

#container-panel-1 .inside {
	margin:0 auto;
	padding:0;
	text-align:left;
	display:block;
	position:relative;
}

/* --- END OF CONTAINER PANEL 1 --- */


/* --- CONTAINER PANEL 2 --- */

#container-panel-2 {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

#container-panel-2 .inside {
	max-width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	display:block;
	position:relative;
}



/* --- END OF CONTAINER PANEL 2 --- */


/* --- CONTAINER PANEL 3 --- */
 
#container-panel-3 {
	max-width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#f2f2f2;
}

#container-panel-3 .inside {
	margin:0 auto;
	padding:0;
	display:block;
	position:relative;
}

#container-panel-3 .moduletable.formcontact,
#container-panel-3 .moduletable.contactinfo {
	padding:30px;
}

#container-panel-3 .moduletable.formcontact .title h3 {
	max-width:440px;
	margin:0 auto 30px;
	padding:0 30px;
	font-size:200%;
	text-transform:uppercase;
	text-align:center;
	color:#c6821a;
	display:block;
	border-bottom:1px solid #c6821a;
}

#container-panel-3 .moduletable.formcontact .modinside {
	max-width:900px;
	margin:0 auto;
}

#container-panel-3 .moduletable.formcontact .control-group:nth-of-type(-n+3) {
	width:33.33%;
	width:calc(100%/3);
	display:inline-block;
	float:left;
}

#container-panel-3 .moduletable.formcontact .control-group:nth-of-type(4) {
	clear:both;
}

#container-panel-3 .moduletable.formcontact .control-group input,
#container-panel-3 .moduletable.formcontact .control-group textarea {
	width:100%;
	box-sizing :border-box;
}

#container-panel-3 .moduletable.formcontact .control-group .controls {
	padding:0 10px 10px;
}

#container-panel-3 .moduletable.formcontact .g-recaptcha,
#container-panel-3 .moduletable.formcontact .g-recaptcha > div {
	text-align:center;
	margin:0 auto;
}

#container-panel-3 .moduletable.formcontact fieldset > .controls {
	text-align:center;
}

#container-panel-3 .moduletable.formcontact .controls button.btn {
	background:#214427;
}

#container-panel-3 .moduletable.formcontact .alert-success {
	margin:0 auto;
	font-size:110%;
	font-weight:bold;
	color:#F00;
	text-transform:uppercase;
	text-align:center;
	display:block;
}

#container-panel-3 .moduletable.contactinfo {
	text-align:center;
	background:#4d6952;
}

#container-panel-3 .moduletable.contactinfo .modinside {
	max-width:650px;
	margin:0 auto;
}

#container-panel-3 .moduletable.contactinfo .info_image,
#container-panel-3 .moduletable.contactinfo .wrapContact {
	display:inline-block;
	vertical-align:top;
}

#container-panel-3 .moduletable.contactinfo .info_image {
	max-width:25%;
}

#container-panel-3 .moduletable.contactinfo .info_image a {
	margin:0 10px 0 0;
	display:inline-block;
}

#container-panel-3 .moduletable.contactinfo .wrapContact {
	max-width:75%;
	text-align:left;
}

#container-panel-3 .moduletable.contactinfo .info_name {
	padding:0 0 10px;
	font-size:150%;
	display:inline-block;
}

#container-panel-3 .moduletable.contactinfo .info_name a {
	font-weight:bold;
	color:#fff;
}

#container-panel-3 .moduletable.contactinfo .wrapAddressAll {
	color:#fff;
}

#container-panel-3 .moduletable.contactinfo .wrapAddress {
	padding:0 0 5px;
}

#container-panel-3 .moduletable.contactinfo .info_telephone {
	display:none;
}

#container-panel-3 .moduletable.contactinfo .info_email {
	padding:5px 0 5px 35px;
	background:url(../images/icon-email.png) no-repeat left center;
	background-size:auto 100%;
}

#container-panel-3 .moduletable.contactinfo .info_email a {
	color:#fff;
}

#container-panel-3 .moduletable.contactmap br {
	display:none;
}


/* --- END OF CONTAINER PANEL 3 --- */


.faboba, .chrono_credits, #xmap .muted, .cbPoweredBy, .vianora, .crosstec {
	display:none !important;
}

#lbOverlay, #lbCenter, #lbBottomContainer {
	z-index:9999999;	
}

.wrapimg {
	position:relative;
	display:inline-block;
	vertical-align:top;
}

#content .wrapimg {
	overflow:hidden;
}

/* ------------- FOOTER ------------- */

#footer {
	max-width:100%;
	padding:0 30px;
	margin:0 auto 0;
	position:relative;
	background:#4d6952;
	border-top:1px solid #214427;
}

#footer .inside {
	margin:0 auto;
	padding:15px 0 25px;
	font-size:80%;
	color:#fff;
	text-align:center;
	display:block;
	position:relative;
}

/* ------------- END OF FOOTER ------------- */

body .atss {
    width:25px;
}

body .atss, body #at4-share, body #at4-soc {
    top:50% !important;
	z-index:100;
}

body .atss a,
body .addthis_32x32_style .at4-icon, 
body .addthis_32x32_white_style .at4-icon, .at-32x32,
body .atss a span .at-icon {
    width:25px !important;
	height:10px;
	padding:0 0 20px !important;
	background-size:cover !important;
	vertical-align:middle;
}

body .at-icon-wrapper {
	padding:0;
}

body .atss a:hover,
body .addthis-smartlayers-ie6 .atss a:hover,
body .addthis-smartlayers-ie7 .atss a:hover,
body .addthis-smartlayers-ie8 .atss a:hover {
	width:35px !important
}

body .atss .at-share-btn .at-icon-wrapper,
body .atss a .at-icon-wrapper {
	padding:0;
}

.red, .star {
	color:red;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight:normal;
}

h1, h2 {
	margin:0 0 15px;
	padding:0;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
}

h4, h5 {
	margin:0 0 5px;
}

h1 {
	font-size:300%;
	color:#214427;
}

h2 {
	font-size:200%;
	color:#c6821a;
}

h3 {
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	color:#7a9b39;
	margin:0 0 10px;
}

h4 {
	font-size:130%;
}

ul, ol {
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	position:relative;
}

ul li,  ol li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	text-indent:0;
	line-height:normal;
	position:relative;
}

ul li:before, ol li:before {
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	left:0;
}

ul li:before,
ol ul li:before {
	content:'\25CF';
}

ol {
   list-style:none;
   counter-reset:MyCount;
}

ol > li:before {
	padding:0;
	counter-increment:MyCount;
	content:counter(MyCount) ".";
}

ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.upper-alpha {list-style-type: upper-alpha;}

ol.upper-roman,ol.lower-roman,
ol.lower-alpha, ol.upper-alpha {
  counter-reset: list;
}

ol.lower-alpha > li, ol.upper-alpha > li,
ol.lower-alpha > li, ol.upper-alpha > li {
	list-style: none;
}

ol.lower-alpha > li:before, ol.upper-alpha > li:before,
ol.lower-alpha > li:before, ol.upper-alpha > li:before {
  content: counter(list, lower-alpha) ".";
  counter-increment: list;
}

.mceContentBody {
	color:#000;
	background:#fff;
}

.mceContentBody ul li {
	margin:0;
	padding-left:10px;
	list-style:disc inside;
	text-indent:-10px;
	line-height:normal;
}

p {
	padding:0 0 10px;
}

a {
	color:#f15a24;
	text-decoration:none;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a:hover {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a img {

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a:hover img {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

label {
	min-width:100px;
	display:inline-block;	
}

#form-login-remember label {
	width:110px;
}

img {
	max-width:100%;
	display:block;
}

.mceContentBody img {
	display:inline-block;
}

/* MESSAGE */
.tip-title, .tip-text {
	font-size:70%;
}

#modal-messages {
	padding: 10px;
	background: #353434;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}

#modal-messages #messages-header {
	margin: 0;
	background: #004a87;
	color: #ffffff;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
}

#modal-messages #messages-main {
	min-heind: #ededed;
	color: #717171;
}

#modal-messages #messages-footer {
	height:12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
}

/* END OF MESSAGE */

span.highlight {
    background-color:#ff6868;
}

input[type="text"], input[type="email"],
input[name="name"], input[name="email"],
input[name="website"],
input[type="password"], textarea {
	padding:5px 10px;
	background:#f7f7f7;
	border: solid 1px #e8e8e8;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

input[type="text"]:focus, input[type="text"].focus, 
input[type="email"]:focus, input[type="email"].focus
input[type="password"]:focus, input[type="password"].focus
input[name="name"]:focus, input[name="name"].focus,
input[name="email"]:focus, input[name="email"].focus,
input[name="website"]:focus, input[name="website"].focus,
textarea:focus {
	background:#fff;
}

select::-ms-expand {
	display: none; /* hide default arrow in IE10 */
}

select {
	margin: 0 0 10px;
	padding: 6px 5px;
	font-weight: normal;
	font-size:90%;
	border:1px solid #eee;
	cursor: pointer;
	display:inline-block;
	background:#efefef;
}

select option {
	background: #fff; /* style the dropdown bg color */
}

button, .button,
input[type="submit"],
div.itemCommentsForm form input#submitCommentButton {
	display: inline-block;
	position: relative;
	margin:0;
	padding: 10px 20px;
	font-size:70%;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	color: #fff;
	border:0;
	cursor:pointer;

	background: #c6821a; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6821a 0%, #a36819 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6821a), color-stop(100%,#a36819)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6821a 0%,#a36819 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6821a 0%,#a36819 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6821a 0%,#a36819 100%); /* IE10+ */
	background: linear-gradient(top,  #c6821a 0%,#a36819 100%); /* W3C */
		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.button:hover, button:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

.button:active, button:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}

blockquote {
	margin:0 5px;
	padding:20px 10px;
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

b, strong {
	font-weight:bold;
}

small, .small {
	font-size:smaller;	
}

em {
	font-style:italic;	
}

::-webkit-input-placeholder {
   color:#ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color:#ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#ccc;
}

:-ms-input-placeholder {  
   color:#ccc;
}

.article_separator {
	padding-bottom:10px;
	clear:both;
}

.item-separator {
	clear:both;
}

sup, sub {
	font-size:80%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub { top: 0.4em; }

iframe {
	max-width:100%;
	width:100%;
}

table {
	min-width:50%;
	max-width:100%;
	margin:0 0 15px;
	color:#000;
	position:relative;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0;
	background:#f6f6f6;
}

table tr {

}

table tr:nth-child(odd) {

}

table th,
table td {
	margin:0;
	padding:5px 9px;
	font-size:90%;
	border-bottom:1px solid #dfdfdf;
}

table th,
table thead td {
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	background:#5b5b5b;
}

#content table.recaptchatable {
	width:auto;
	margin:0 0 15px !important;
}


/* --- CATEGORY LIST --- */

.category-list table.category {
	width:100%;
	font-size:90%;
}

#content table.category tr {
	padding:0;
	background-color:transparent;
}

.category-list table.category th,
.category-list table.category td {
	padding:7px 10px;
	background:#666666;
}

.category-list table.category th a {
	color:#fff;
	text-decoration:none;
}

.category-list table.category th a:hover {
	text-decoration:underline;
}

.category-list table.category td.list-title {
	width:40%;
	text-transform:uppercase;
}

.category-list table.category td p {
	padding:0;
	margin:0;
}

.category-list table.category tr.cat-list-blank {
	padding:3px 0 !important;
	display:inline-block;
}

/* --- END OF CATEGORY LIST --- */


/* POP UP */

#jcemediabox-popup-info-bottom {
	padding-top:0;
}

#jcemediabox-popup-nav {
	padding:0;
}

a.jcepopup span.jcemediabox-zoom-link, a.jcepopup span.jcemediabox-zoom-link.icon-right {
	padding-right:0;
	background:none;
}

/* END OF POP UP */

/* PAGINATION */

#content .k2Pagination,
#content .pagination {
	max-width:100%;
	margin:10px 0;
	text-align:left;
	display:block;
	float:none;
}

#content .k2Pagination ul,
#content .pagination ul,
#content ul.pagination {
	width:auto;
	padding:5px 0;
	margin:0;
	text-align:left;
}

#content .k2Pagination ul li,
.pagination ul li,
ul.pagination li {
	padding:0 !important;
	margin:0 4px 0 0 !important;
	line-height:14px !important;
	text-indent:0 !important;
	background:none !important;
	float:left;
	list-style:none !important;
	display:inline-block;
}

#content .k2Pagination ul li,
.pagination ul li {
	border:1px solid #f3f3f3;
}

.pagination ul li:before {
	display:none;
}

#content .k2Pagination li span,
#content .k2Pagination li a,
.pagination ul li span,
.pagination ul li a,
ul.pagination li span,
ul.pagination li a {
	padding:5px;
	font-size:85%;
	display:inline-block;
}

.pagination-end {

}

.counter.pull-right {
	display:none;
}

/* END OF PAGINATION */

/* TOOLTIP*/

.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}

.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}

.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/* END OF TOOLTIP*/
