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;
	box-sizing:border-box;
}

body {
	height:100%;
	padding:0;
	margin:0;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:left;
	line-height:normal;
	color:#4d4d4d;
	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;
}

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

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

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

.fixed {
	position:fixed !important;
}

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

header {
	width:100%;
	padding:5px 0 0;
	background:rgba(255,255,255,0.8);
	position:fixed;
	left:0; right:0;
	z-index:1000;
	border-bottom:1px solid rgba(204,204,204,0);
}

header:before {
	content:'';
	width:100%;
	height:5px;
	background:#fff;
	position:absolute;
	top:0; right:0; left:0;
}

header:after {
	content:'';
	width:150px;
	height:5px;
	background:#29abe2;
	position:absolute;
	top:0; right:0;
}

header.sticky {
	border-bottom:1px solid rgba(204,204,204,0.7);

	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;	
}

.noscroll header {
	padding:5px 15px 0 0;
}

header ul {
	margin:0; padding:0;
}

header ul li:before {
	display:none;
}

header > .inside {
	padding:0 30px;
	text-align:center;
	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;	
}

header.sticky > .inside {
	padding:0 10px;

	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 .inside > div {
	display:inline-block;
	vertical-align:top;
}

#toppanel {
	margin:45px 0;
	position:absolute;
	right:30px;

	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;	
}

.sticky #toppanel {
	margin:25px 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;	
}

#logo {
	padding:5px 0 0;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	position:relative;
	top:0; left:0; right:0;
	z-index:150;

	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;	
}

#logo .inside {
	padding:0;
}

#logo .inside > div {
	display:inline-block;
	position:relative;
}

#logo .logotext {
	display:none;
}

#logo a {
	padding:0;
	display:inline-block;
}

#logo .logoimg {
	text-align:center;
	position:relative;
	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;	
}

#logo img {
	max-height:104px;
	margin:0 auto;
	display:block;
}

.sticky #logo img {
	max-height:70px;
}

#logo a:hover img {
	filter:brightness(95%);
	-webkit-filter:brightness(95%);
	-moz-filter:brightness(95%);
	-o-filter:brightness(95%);
	-ms-filter:brightness(95%);
}

#logo .wrapimg {
	display:block;
}

#toppanel .moduletable.sosmed {
	display:none;
}

.moduletable.sosmed ul li {
	width:auto !important;
	margin:0 5px !important;
	padding:0 !important;
	display:inline-block !important;
	z-index:1000;
}

.moduletable.sosmed ul li a {
	width:32px;
	height:32px;
	text-align:left;
	text-indent:-9999%;
	display:inline-block !important;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:hidden;
}

.sosmed li.facebook a {
	background-image:url(../images/icon-facebook.png);
}

.sosmed li.twitter a {
	background-image:url(../images/icon-twitter.png);
}

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

.sosmed li.youtube a {
	background-image:url(../images/icon-youtube.png);
}

.moduletable.sosmed ul li a:hover {
	filter:brightness(120%);
	-webkit-filter:brightness(120%);
	-moz-filter:brightness(120%);
	-o-filter:brightness(120%);
	-ms-filter:brightness(120%);
}

#toppanel .moduletable.language ul {
	padding:0; margin:0;
}

#toppanel .moduletable.language li {
	padding:0 12px;
	border-right:1px solid #808080;
}

#toppanel .moduletable.language li:last-child {
	padding-right:0;
	border-right:0;
}

#toppanel .moduletable.language li a {
	font-size:120%;
	color:#808080;
}

#toppanel .moduletable.language li a:hover {
	color:#2387b1;
}

#toppanel .moduletable.language li.lang-active a {
	color:#29abe2;
}

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

#menu-icon {
	height:auto;
	margin:46px 0;
	padding:0;
	text-align:center;
	color:#fff;
	cursor:pointer;
	display:inline-block; /* show menu icon */
	position:fixed;
	left:30px;
	z-index:120001;

	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;
}

.sticky #menu-icon {
	margin:30px 0;
}

#menu-icon.activemenu {
	transition:        all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:   all .1s ease-in-out;
	-ms-transition:		all .1s ease-in-out;
	-o-transition:     all .1s ease-in-out;	
}

#menu-icon.sticky {
	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;
}

.wrapmenuicon {
	margin:0;
	display:inline-block;
	position:relative;
}

.icon-bar {
	width:50px;
	height:5px;
	background:#29abe2;
	display:block;
	position:relative;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	transition:		all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:   all 200ms ease-in-out;
	-ms-transition:		all 200ms ease-in-out;
	-o-transition:     all 200ms ease-in-out;	
}

.icon-bar:nth-of-type(2) {
	top:5px;
}

.icon-bar:nth-of-type(3) {
  	top:10px;
}

.activemenu .icon-bar {
}

.activemenu .icon-bar:nth-of-type(1) {
	top:5px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.activemenu .icon-bar:nth-of-type(2) {
	margin-left:-3px;
	background-color:transparent;
}

.activemenu .icon-bar:nth-of-type(3) {
	top:-4px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

#main-nav {
	width:90%;
	max-width:400px;
	clear:both;
	position:fixed;
	top:0; bottom:0; left:-100%;
	background:#fbfbfb;
	display:block;
	overflow:hidden;
	z-index:1200;
}

#main-nav.activemenu {
	left:0;
	overflow-y:auto;
}

#main-nav, #main-nav.activemenu {
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -0-transition:.5s;
}

#main-nav .inside {
	width:100%;
	margin:100px 0 0 10px;
	padding:30px 30px 0;
	position:relative;
	text-align:left;
}

#main-nav .modinside {
	position:relative;
}

#main-nav ul {
	margin:0;
	padding:0;
	display:block;
}

#main-nav ul.menu {
	position:relative;
}

#main-nav ul li {
	width:100%;
	margin:5px 0;
	padding:5px 0;
	font-size:100%;
	text-align:left;
	text-transform:capitalize;
	letter-spacing:2px;
	display:block;
	clear:both;
	float:none;
}

#main-nav ul li:before {
	display:none;
}

#main-nav li a {
	padding:2px 0;
    color:#333;
	display:block;
	position:relative;
}

#main-nav li a:hover {
    color:#82d6f4;
}

#main-nav li.current a, #main-nav li.active a,
#main-nav li.activemenu a, #main-nav li.lang-active a {
    color:#29abe2;
}

#main-nav li.parent a span {
	display:inline-block;
}

#main-nav li.parent > a .bottom-linemenu,
#main-nav .submenu .btnBack .icon {
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100% auto;
	border:2px solid;
	border-color:#fff;

	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-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}

#main-nav li.parent a .bottom-linemenu {
	background-image:url(../images/arrow-menu.png);
	position:absolute;
	right:0;
}

#main-nav .submenu .btnBack .icon {
	background-image:url(../images/arrow-back.png);
	margin:0 5px 0 0;
}

#main-nav li.parent > a:hover .bottom-linemenu,
#main-nav .submenu .btnBack:hover .icon {
	background-position:top;
	border-color:#c3a41f;

	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;	
}

.mask {
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.6);
	display:none;
	cursor:pointer;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
}

.mask.activemenu {
	display:block;
}

#main-nav .sidepanel {
	padding:10px 0;
	margin:10px 0;
	border-top:1px solid rgba(255,255,255,0.4);
}

#main-nav .sidepanel > div,
#main-nav .language ul li {
	display:inline-block;
	vertical-align:top;
}

#main-nav .language ul li {
	width:auto;
	padding:4px 5px 6px;
	margin:0 5px 0 0;
	line-height:22px;
}

#main-nav .language ul li a {
	font-size:120%;
}

/* SUBMENU */

#main-nav .submenu {
	width:100%;
	height:100%;
	margin:80px 0 0 100px;
	padding:20px 0;
	display:block;
	background:#ecd028;
	position:fixed;
	top:0; left:0; bottom:0; right:auto;
	opacity:0;
	visibility:hidden;
	z-index:100;
	
    transform:translateX(102%);
    -webkit-transform:translateX(102%);
    -moz-transform:translateX(102%);
    -ms-transform:translateX(102%);
    -o-transform:translateX(102%);
}

#main-nav.sticky .submenu {
	margin:62px 0 0 60px;
}

#main-nav .display .submenu {
	right:0;
	opacity:1;
	visibility:visible;
	
    transform:translateX(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}

#main-nav .submenu,
#main-nav .display .submenu {
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -0-transition:.5s;
}

#main-nav .submenu .btnBack {
	padding:10px 0;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #fff;
}

#main-nav .submenu a {
    color:#fff !important;
}

#main-nav .submenu a:hover {
    color:#c3a41f !important;
}

#main-nav .submenu li.current a,
#main-nav .submenu li.active a,
#main-nav .submenu li.activemenu a {
    color:#7a4100 !important;
}

/* END OF SUBMENU */

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

#main-nav .moduletable.language {
	display:none;
}

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


/* ------------- SLIDESHOW ------------- */

#slideshow {
	max-height:450px;
	margin:0 auto 0;
	padding:0;
	position:relative;
	overflow:hidden;
	background:#000;
}

.home #slideshow {
	max-height:none !important;
	border-bottom:0;
}

#slideshow ul, #slideshow ul li {
	padding:0; margin:0;
}

#slideshow ul li:before {
	display:none;
}

#slideshow .camera_wrap {
	margin:0 auto !important;
}

#slideshow .camera_commands {
	display:none;
}

#slideshow .camera_control > div {
	width:auto;
	height:auto;
	margin:0;
	opacity:1;
	top:50%; bottom:auto;
	background: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;	
}

#slideshow .camera_control > div span {
	width:52px;
	height:52px;
	margin:0; padding:0;
	background:url(../images/arrow-slider.png) no-repeat 0;
	background-size:104px;
}

#slideshow .camera_control > div:hover {
	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;	
}

#slideshow .camera_control .camera_prev {
	left:30px;
}

#slideshow .camera_control .camera_next {
	right:30px;
}

#slideshow .camera_control .camera_prev span {
	background-position:bottom left;
}

#slideshow .camera_control .camera_next span {
	background-position:bottom right;
}

#slideshow .camera_pag,
#slideshow .camera_pag ul {
	width:100%;
	text-align:center;
}

#slideshow .camera_pag {
	position:absolute;
	left:0; right:0; bottom:35px;
}

#slideshow .camera_pag li {
	width:20px;
	height:20px;
	margin:0 5px;
	background-color:#fff;
	display:inline-block;
	border:1px solid #fff;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius: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;	
}

#slideshow .camera_pag li:hover {
	background-color:rgba(255,255,255,0.8);

	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;	
}

#slideshow .camera_pag li.cameracurrent {
	background-color:#29abe2;

	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;	
}

#slideshow .camera_pag li span, #slideshow .camera_pag li .thumb_arrow,
#slideshow .camera_pag li img {
	display:none !important;
}

#slideshow .camera_pag li img {
	border:0;
}

#slideshow .cameraContent {
	margin:0;
}

#slideshow .camera_target {
	background:#000;
}

#slideshow .cameraCont {
	opacity:0.7;
}

#slideshow .slideshowck .cameraContents .cameraContent .camera_caption {
	width:100%;
	height:100%;
	padding:0;
	margin:auto;
	text-align:center;
	top:0; right:0; bottom:0 !important;
	
	transform:translate(0,50%);
	-webkit-transform:translate(0,50%);
	-moz-transform:translate(0,50%);
	-ms-transform:translate(0,50%);
	-o-transform:translate(0,50%);
}

#slideshow .cameraContent .camera_caption > div {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding:40px;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:100%;
	background:transparent;
	position:relative;
	display:block;
	z-index:200;
}

#slideshow .camera_target_content .cameraContent .camera_caption_title {
	margin:0;
	padding:0 0 15px;
	font-size:200%;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	line-height:normal;
}

#slideshow .cameraContent .camera_caption .camera_caption_desc {
	margin:0 auto 30px;
	padding:15px 0 0;
	font-size:100%;
	color:#fff;
}

#slideshow .camera_caption .camera_readmore_link a {
	margin:0 auto;
	padding:15px 25px;
	font-size:80%;
	text-transform:uppercase;
	color:#29abe2;
	background:transparent !important;
	text-decoration:none;
	display:inline-block;
	border:1px solid #29abe2;
}

#slideshow .camera_caption .camera_readmore_link a:hover {
	color:#fff;
	background:#29abe2 !important;
}

#slideshow .camera_bar span > span {
	background-color:#29abe2 !important;
}

#slideshow .inside > .wrapimg,
#slideshow .moduletable.header .wrapimg {
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	display:block;
}

#slideshow .inside > .wrapimg:before,
#slideshow .moduletable.header .wrapimg:before {
	content:'';
	position:absolute;
	background:rgba(0,0,0,0.5);
	top:0; left:0; right:0; bottom:0;
}

#slideshow .inside > .wrapimg img,
#slideshow .moduletable.header .wrapimg img {
	max-height:450px;
	visibility:hidden;
	opacity:0;
}

#slideshow .inside > .page-header {
	text-align:center;
	text-transform:uppercase;
	display:block;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	z-index:100;
}

#slideshow .inside > .page-header h1,
#slideshow .inside > .page-header h2 {
	padding:0 20px;
	margin:22% 0 0;
	font-size:250%;
	text-align:center;
	color:#fff;
}

#slideshow .inside > .page-header h1:before, #slideshow .inside > .page-header h1:after,
#slideshow .inside > .page-header h2:before, #slideshow .inside > .page-header h2:after {
	content:' ';
	width:150px;
	height:1px;
	margin:0 10px 7px;
	display:inline-block;
	background:#fff;
}

/* ------------- END OF SLIDESHOW ------------- */


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


/* ------ HOME------ */

.home .moduletable.aboutus {
	max-width:1090px;
	padding:100px 30px;
	margin:0 auto;
}

.moduletable .nspArts {
	padding:0;
}

.home .moduletable.aboutus .nspArtInside {
	position:relative;
}

.home .moduletable.aboutus .nspImageWrapper .wrapimg {
	margin:0 35px 0 0;
	display:block;
}

.home .moduletable.aboutus .gkArtContentWrap {
	height:300px;
	position:relative;
}

.home .moduletable.aboutus .nspArt h4.nspHeader {
	padding:30px 0 0;
	margin:0 0 30px;
	font-size:200%;
	text-transform:uppercase;
	border-bottom:1px solid #29abe2;
}

.home .moduletable.aboutus .nspArt h4.nspHeader a {
	color:#333333;
}

.home .moduletable.aboutus .nspArt h4.nspHeader a:hover {
	color:#29abe2;
}

.home .moduletable.aboutus .nspArt p.nspText {
	padding:0; margin:0;
	font-size:106%;
}

.home .moduletable.aboutus a.readon {
	padding:12px 25px;
	font-size:80%;
	color:#29abe2;
	background:#fff;
	text-transform:uppercase;
	border:1px solid #29abe2;
	position:absolute;
	bottom:0; left:0;
}

.home .moduletable.aboutus a.readon:hover {
	color:#fff;
	background:#29abe2;
}

.moduletable.clickhere #HeaderBanner {
	height:250px;
	overflow:hidden;
}

.moduletable.clickhere .bannerImage {
	background:#000;
}

.moduletable.clickhere .bannerImage .wrapimg {
	opacity:0.6;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.moduletable.clickhere .bannerImage img {
	visibility:hidden;
	opacity:0;
}

.moduletable.clickhere .wrapContent {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
}

.moduletable.clickhere .wrapContent .insideContent {
	margin:0 auto;
	padding:80px 30px 0;
	text-align:center;
	position:relative;
}

.moduletable.clickhere .wrapContent .bannerTitle,
.moduletable.clickhere .wrapContent .bannerDescription {
	padding:0; margin:0;
	font-size:200%;
	color:#fff;
	display:inline-block;
	vertical-align:top;
}

.moduletable.clickhere .wrapContent .bannerTitle {
	text-align:right;
}

.moduletable.clickhere .wrapContent .bannerDescription {
	font-weight:bold;
	text-align:left;
}

.moduletable.clickhere .wrapContent .bannerLink:before {
}

.moduletable.clickhere .wrapContent .bannerLink {
	margin:0 0 0 -116px;
	padding:12px 22px;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#29abe2;
	border:1px solid #29abe2;
	position:absolute;
	bottom:-60px;
	display:inline-block;
	
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	border-radius:9px;
}

.moduletable.clickhere .wrapContent .bannerLink:hover {
	color:#29abe2;
	background:#fff;
}

.moduletable.services {
	padding:50px 30px;
}

.moduletable.services .title h3 {
	margin:0 0 50px;
	font-size:200%;
	color:#333333;
    text-transform:uppercase;
	text-align:center;
}

.moduletable.services .title h3:before,
.moduletable.services .title h3:after {
	content:' ';
	width:150px;
	height:1px;
	margin:0 10px 7px;
	display:inline-block;
	background:#29abe2;
}

.moduletable.services .nspArts {
	padding:0 30px;
}

.moduletable.services .nspTopInterface {
	margin:0;
	float:none;
	overflow:inherit;
	display:block;
	left:0; right:0; top:50%;
	position:absolute;
}

.moduletable.services .nspTopInterface > a {
	width:50px;
	height:50px;
	margin:0;
	background-image:url(../images/arrow-slider.png);
	background-color:rgba(255,255,255,0);
	background-repeat:no-repeat;
	border:none;
	background-size:104px;

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

	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
}

.moduletable.services .nspTopInterface > a:hover {
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-ms-transition:		all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.moduletable.services .nspTopInterface .nspPrev {
	background-position:bottom left;
}

.moduletable.services .nspTopInterface .nspNext {
	background-position:bottom right;
	float:right;
}

.moduletable.services .nspTopInterface > a:hover {
	margin:10px 0 0;
}

.moduletable.services .nspTopInterface > a:before {
	display:none;
}

.moduletable.services .nspArt {
	padding:0 10px 20px !important;
}

.moduletable.services .nspArt .gkArtContainerWrap {
	position:relative;
}

.moduletable.services .nspArt .wrapimg,
.moduletable.services .nspArt img {
	width:100%;
	display:block;
}

.moduletable.services .nspArt .gkArtContentWrap {
	margin:15px;
	padding:10px;
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	opacity:0;

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

.moduletable.services .gkArtLinkWrap:hover .gkArtContentWrap {
	opacity:1;

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

.moduletable.services .nspArt .gkArtContentInside {
	padding:20px;
	text-align:center;
	display:block;
	position:relative;
	top:50%;
}

.moduletable.services .nspArt h4.nspHeader {
	padding:0;
	font-size:110%;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
}

.moduletable.services .nspArt .gkArtContentWrap:after,
.moduletable.services .nspArt .gkArtContentWrap:before {
	content: '';
	width: 0%;
	height: 0%;
	position: absolute;

	transition: width .5s, height .5s, border .01s .5s;
	-webkit-transition: width .5s, height .5s, border .01s .5s;
	-moz-transition: width .5s, height .5s, border .01s .5s;
	-ms-transition: width .5s, height .5s, border .01s .5s;
	-o-transition: width .5s, height .5s, border .01s .5s;
	/* border has a delay because it should become invisible only after height and width become 0 */
}

.moduletable.services .nspArt .gkArtContentWrap:before {
	left: 0;
	top: 0;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}

.moduletable.services .nspArt .gkArtLinkWrap:hover .gkArtContentWrap:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.moduletable.services .nspArt .gkArtContentWrap:after {
	bottom: 0;
	right: 0;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.moduletable.services .nspArt .gkArtLinkWrap:hover .gkArtContentWrap:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.moduletable.services .nspArt .gkArtLinkWrap:hover .gkArtContentWrap:before,
.moduletable.services .nspArt .gkArtLinkWrap:hover .gkArtContentWrap:after {
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	
	transition: width .5s, height .5s, border .01s;
	-webkit-transition: width .5s, height .5s, border .01s;
	-moz-transition: width .5s, height .5s, border .01s;
	-ms-transition: width .5s, height .5s, border .01s;
	-o-transition: width .5s, height .5s, border .01s;
	/* border has a shorter duration because it immediately needs to change colors */
}

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

#content {
	margin:0 auto;
	padding:60px 40px;
}

.home #content {
	padding:40px 30px;
	background:#fff;
}

.home.featured #content {
	padding:0 30px;
	background:#fff;
}

#content .inside {
	max-width:1180px;
	min-height:200px;
	padding:0;
	margin:0 auto;
	position:relative;
}

#sidecontent .inside {
	min-height:0;
}

.home #content .inside {
	min-height:0;
}

.page-header {
	position:relative;
}

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

#content .items-row .item {
	position:relative;
}

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

.item-image .wrapimg {
	position:relative;
}

#content ul.pager {
	padding:30px 0;
}

#content ul.pager li:before {
	display:none;
}

#content ul.pager li {
	padding:0;
	display:inline-block;
}

#content ul.pager li.previous {
	float:left;
}

#content ul.pager li.next {
	float:right;
}

#content ul.pager li a {
	padding:5px 12px;
	font-size:90%;
	display:inline-block;
	border:1px solid #ccc;
}

#content ul.pager li a:hover {
	color:#fff;
	background:#ccc;
}

/* ------ ABOUT ------ */

.about #content ul.visionmission {
	margin:30px auto;
	text-align:center;
}

.about #content ul.visionmission li:before {
	display:none;
}

.about #content ul.visionmission li {
	width:40%;
	min-height:150px;
	margin:0 10px;
	padding:15px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	border:1px solid #29abe2;
}

.about #content ul.visionmission li h3 {
	font-weight:bold;
	text-transform:uppercase;
}

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

/* ------ VALUES ------ */

.values #content .articleBody ul {
	margin:0; padding:0;	
	text-align:center;
}

.values #content .articleBody li:before {
	display:none;	
}

.values #content .articleBody li {
	width:20%;
	min-height:250px;
	margin:0 10px;
	padding:0 0 20px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	border:1px solid #29abe2;
}

.values #content .articleBody li h3 {
	padding:5px;
	text-align:center;
	border-bottom:1px solid #29abe2;
}

.values #content .articleBody li p {
	padding:0 15px;
}

/* ------ END OF VALUES ------ */

/* ------ SERVICES ------ */

.services.article #slideshow .inside > .page-header h2:before,
.services.article #slideshow .inside > .page-header h2:after {
	display:none;
}

.services #content .blog .items-row {
	text-align:center;
}

.services #content .blog .items-row > div {
	width:23%;
	margin:0 10px 20px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

.services #content .blog .item-image {
	background:#000;
	display:block;
	position:relative;
	overflow:hidden;
}

.services #content .blog .item-image .wrapimg {
	padding:0; margin:0;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	display:block;

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

.services #content .blog a:hover .item-image .wrapimg {
	opacity:0.7;
	
	transition:        all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:   all .25s ease-in-out;
	-ms-transition:    all .25s ease-in-out;
	-o-transition:     all .25s ease-in-out;	
}

.services #content .blog .item-image img {
	height:200px;
	visibility:hidden;
	opacity:0;
	display:block;
}

.services #content .blog .wraptitle {
	margin:15px;
	padding:10px;
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	opacity:0;
	z-index:10;

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

.services #content .blog a:hover .wraptitle {
	opacity:1;

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

.services #content .blog .wraptitle .page-header {
	padding:20px;
	text-align:center;
	display:block;
	position:relative;
	top:50%;
}

.services #content .blog .page-header h2 {
	padding:0;
	font-size:110%;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
}

.services #content .blog .wraptitle:after,
.services #content .blog .wraptitle:before {
	content: '';
	width: 0%;
	height: 0%;
	position: absolute;

	transition: width .5s, height .5s, border .01s .5s;
	-webkit-transition: width .5s, height .5s, border .01s .5s;
	-moz-transition: width .5s, height .5s, border .01s .5s;
	-ms-transition: width .5s, height .5s, border .01s .5s;
	-o-transition: width .5s, height .5s, border .01s .5s;
	/* border has a delay because it should become invisible only after height and width become 0 */
}

.services #content .blog .wraptitle:before {
	left: 0;
	top: 0;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}

.services #content .blog a:hover .wraptitle:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.services #content .blog .wraptitle:after {
	bottom: 0;
	right: 0;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.services #content .blog a:hover .wraptitle:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.services #content .blog a:hover .wraptitle:before,
.services #content .blog a:hover .wraptitle:after {
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	
	transition: width .5s, height .5s, border .01s;
	-webkit-transition: width .5s, height .5s, border .01s;
	-moz-transition: width .5s, height .5s, border .01s;
	-ms-transition: width .5s, height .5s, border .01s;
	-o-transition: width .5s, height .5s, border .01s;
	/* border has a shorter duration because it immediately needs to change colors */
}

.services #content .blog .wrapcontent {
	display:none;
}

.article.services #slideshow .inside > .page-header:first-child {
	display:none;
}

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

/* ------ CONTACT ------ */

.contact #slideshow .inside {
	max-height:350px;
}

.contact #slideshow p {
	padding:0; margin:0;
	display:none;
}

.contact #slideshow .phocamaps-box {
	margin-top:0 !important;
}

.contact #content .bottom-contact {
	max-width:1000px;
	margin:0 auto;
}

.contact #content .inside .page-header h2 {
	margin:0 0 30px;
	font-size:180%;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	display:block;
}

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

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

.contact #content .contact-address .jicons-text,
.contact #content .contact-form label {
	color:#29abe2;
}

.contact #content .contact-form label#jform_spacer-lbl {
	color:#000;
}

.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-block;
}

.contact #content br {
	content:' ';
}

.contact #content br:after {
	content:' ';
	display:block;
}

.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 .contact-street br {
	display:none;
}

.contact #content .control-label .spacer {
	width:110%;
	display:inline-block;
}

.contact #content .control-label label {
	min-width:100px;
}

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

.contact #content .contact-webpage {
	padding:20px 0;
	display:inline-block;
}

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

.contact #content .field-spacer .control-label {
	width:110%;
	display:block;
}

.contact #content .field-spacer .controls {
	display:none;
}

.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 .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%;
}

.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;
}

.contact #content .contact-miscinfo {
	margin:0 20px 0 0;
	padding:20px 0 0 0;
	/*border-top:1px solid #e8e8e8;*/
}

.contact #content .altaddress {
	padding:15px 0;
}

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

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


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

#container-panel-1 {
	padding:0;
}


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


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

#container-panel-2 {
	padding:0;
}

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


/* ------------- CONTAINER-PANEL 3 ------------- */

#container-panel-3 {
	padding:0;
}

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


/* ------------- CONTAINER-PANEL 4 ------------- */

#container-panel-4 {
	padding:0;
}


/* ------------- END OF CONTAINER-PANEL 4 ------------- */

/* ------------- CONTAINER-PANEL 5 ------------- */

#container-panel-5 {
	padding:0;
	position:relative;
}

#container-panel-5 .inside {
	padding:0;
}

/* ------------- END OF CONTAINER-PANEL 5 ------------- */

/* ------------- CONTAINER-PANEL 6 ------------- */

#container-panel-6 {
	position:relative;
}

#container-panel-6 > .inside {
	margin:0 auto;
}

/* ------------- END OF CONTAINER-PANEL 6 ------------- */


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

#footer {
	position:relative;
	background:#f2f2f2;
	z-index:100;
}

#footer:before {
	content:'';
	width:100%;
	height:5px;
	background:#d8d8d8;
	position:absolute;
	top:0; right:0; left:0;
}

#footer:after {
	content:'';
	width:150px;
	height:5px;
	background:#29abe2;
	position:absolute;
	top:0; left:0;
}

#footer .inside {
	color:#808080;
	text-align:center;
}

#footer .moduletable.contactinfo {
	padding:50px 50px 25px 50px;
	font-size:110%;
}

#footer .moduletable.contactinfo .contactinfo .wrapInfo > * {
	width:20%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#footer .moduletable.contactinfo .infoaddress,
#footer .moduletable.contactinfo .infoemail,
#footer .moduletable.contactinfo .infophone {
	padding:0 0 0 60px;
	margin:0;
	background-size:56px;
	background-repeat:no-repeat;
	background-position:left top -4px;
}

#footer .moduletable.contactinfo .label {
	color:#29abe2;
}

#footer .moduletable.contactinfo .infoaddress {
	width:40% !important;
	background-image:url(../images/icon-address.png);
}

#footer .moduletable.contactinfo .infoemail {
	background-image:url(../images/icon-email.png);
}

#footer .moduletable.contactinfo .infophone {
	background-image:url(../images/icon-phone.png);
}

#footer .moduletable.contactinfo .info_email a {
	word-break:break-all;
}

#footer .moduletable.contactinfo .contactinfo > br {
	display:none;
}

#footer .inside .moduletable.footer {
	padding:30px 50px;
	font-size:80%;
	border-top:1px solid #e6e6e6;
}

.home #footer .inside .moduletable.footer {
	padding:30px 50px 20px;
}

#footer .inside a {
	color:#808080;
}

#footer .inside a:hover {
	opacity:0.8;
}

#footer .moduletable.map .custom p {
	padding:0; margin:0;
}

.phocamaps .phocamaps-box-border-grey .phocamaps-map {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}

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

.wrapimg {
	text-align:center;
	display:inline-block;
	z-index:1;
}

.aligncenter, .alignleft,
.alignright {
	position:relative;
}

.aligncenter {
	margin:0 0 10px;	
	text-align:center;
	display:block;
}

.alignleft {
	margin:0 10px 10px 0;	
	text-align:left;
	display:inline-block;
	float:left;
}

.alignright {
	margin:0 0 10px 10px;	
	text-align:left;
	display:inline-block;
	float:right;
}

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

body .atss {
    width:25px;
}

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

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:30px;
}

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

body .at-share-close-control {
    width:25px !important;
}

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
}

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

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;
}

.red, .star {
	color:red;
}

.clean, .clr, cln {
	float:none;
	clear:both;
}

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

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

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

h1 {
	font-size:180%;
	color:#2387b1;
}

h2 {
	font-size:150%;
	color:#29abe2;
}

h3 {
	font-size:120%;
	color:#56beea;
	margin:0 0 10px;
}

h4 {
	font-size:110%;
	color:#569fbe;
}

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

ul ul, ol ol {
	padding:0 0 10px 18px;
}

ul li,  ol li {
	margin:0;
	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 {
	padding:0 0 0 20px;
}

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

ul ul li:before {
	content:'\25CB';
}


ol li {
	padding:0 0 0 25px;
	counter-increment:step-counter;
}

ol li:before {
	width:20px;
	padding:0;
	text-align:right;
	display:block;
	content:counter(step-counter) ".";
}

ol {
    counter-reset:li; /* Initiate a counter */
}

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

p {
	padding:0 0 10px;
}

i, em {
	font-style:italic;
}

a {
	color:#29abe2;
	text-decoration:none;
	cursor:pointer;

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

a:hover {
	color:#2387b1;

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

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

	transition:        all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:   all .25s ease-in-out;
	-ms-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;
	-ms-transition:    all .25s ease-in-out;
	-o-transition:     all .25s ease-in-out;	
}

label {
	display:inline-block;	
}

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

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

.mceContentBody img {
	display:inline-block;
}

/* TAB */
dl.tabs {
	margin:0 0 15px;
	border-bottom:1px solid #CCC;
}

dl.tabs dt {
	padding:5px 12px;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:top;
	border:1px solid #CCC;
	border-bottom:none;

	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-ms-border-radius-topleft:7px;
	-ms-border-radius-topright:7px;
	-o-border-radius-topleft:7px;
	-o-border-radius-topright: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;	
}

dl.tabs dt:hover {
	background:#666;

	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;	
}

dl.tabs dt.open {
	background:#ecd028;
}

dl.tabs dt:hover a,
dl.tabs dt.open a {
	color:#fff;
}

dl.tabs dt h3 {
	padding:0; margin:0;
	font-size:100%;
}


/* 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:#f3f3f3;
	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:#29abe2; /* Old browsers */
		
	-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 0 15px;
	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%;
}

#content table {
	max-width:100%;
	margin:0 0 15px;
	position:relative;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0;
}

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

#content table {
	color:#000;
}

#content table td {
	margin:0;
	padding:5px 7px;
	font-size:90%;
	border:1px solid #f0f0f0;
}

#content thead td {
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	background:#e34e23;
}

/* --- 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;
}

.category-list table.category th {
	background:#666666;
	border:1px solid #f0f0f0;
}

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

.category-list table.category td {
	border:1px solid #f0f0f0;
}

.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 {
	width:auto !important;
	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:before,
.pagination ul li:before,
ul.pagination li:before {
	display:none !important;
}

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

#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*/

