@CHARSET "UTF-8";
/*
Title:		EOS Main CSS File // most of generic styles are here. For adding new rules please use custom.css
Author:		mhogas@gmail.com // Marius Hogas 
*/

body { font-family: Arial, Helvetica, tahoma sans-serif; font-size:12px; line-height:1.6; color:#5e5e5e; background:#fff; 
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%; }

/* Heading */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#666666; line-height:1; }
h1{ font-size:2.5em; margin-bottom:15px; }
h2{ font-size:2.2em; margin-bottom:13px; }
h3{ font-size:1.9em; margin-bottom:11px; }
h4{ font-size:1.5em; margin-bottom:8px; }
h5{ font-size:1.5em; margin-bottom: 5px; padding:0px; font-style:italic; }
h6{ font-size:1.3em; margin-bottom: 5px; padding:0px; letter-spacing: 1px; }

/* links */
a { text-decoration:none; }
a:hover{ color:#555555; }
a img, img { border:none; vertical-align:top;}

/* paragraphs,blockquote,code */
p { margin-bottom:15px; }
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
blockquote { margin: 0 0 15px 0; color: #666666; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4em; font-size: 14px; }
blockquote p { line-height: 1.4em; font-size: 14px; }
blockquote small { font-size:12px }
code, pre { background:url(../images/code.png) #f7f7f7; padding: 0px 10px; display: block; font-size: 12px; color: #555; margin-bottom: 10px; border: 1px solid #ccc; clear: both; font:12px/1.5  Courier, "Courier New", monospace; white-space: pre; overflow:auto; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

img.shadow {padding:4px; border:1px solid #bbb;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; background-color:#fff; }

/* 404 ERROR */
.error404 {margin-bottom:80px;}
.error404 h2 {font-weight:bold; font-size: 260px; line-height:1; text-align:center; text-shadow: 0 0 28px #fff; text-transform:uppercase; margin:40px 0; color:transparent;}
.error404 h3 {font-size:30px; text-align:center; opacity: 0.2; filter:alpha(opacity=20);}

.headerFix {height:130px;}

/* #Buttons
================================================== */

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;  }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* buttons variation */
.btn-style1 { background: #e3e3e3; border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6; box-shadow: inset 0 0 1px 1px #f6f6f6; color: #333; font-family: "helvetica neue", helvetica, arial, sans-serif; font-size: 12px; line-height: 1; padding: 4px 8px; text-align: center; text-shadow: 0 1px 0 #fff; }
.btn-style1.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding-left:13px; padding-right:13px; }
.btn-style1:hover { background: #d9d9d9; -moz-box-shadow: inset 0 0 1px 1px #eaeaea; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea; box-shadow: inset 0 0 1px 1px #eaeaea; color: #222; cursor: pointer; }
.btn-style1:active { background: #d0d0d0; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3; box-shadow: inset 0 0 1px 1px #e3e3e3; color: #000; }
.btn-style2 { background: #eee; background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc)); border: 1px solid #ccc; border-bottom: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #333; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 11px; font-weight: bold; line-height: 1; padding: 4px 8px; text-align: center; text-shadow: 0 1px 0 #eee; }
.btn-style2.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding-left:13px; padding-right:13px; }
.btn-style2:hover { background: #ddd; background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb)); border: 1px solid #bbb; border-bottom: 1px solid #999; cursor: pointer; text-shadow: 0 1px 0 #ddd; }
.btn-style2:active { border: 1px solid #aaa; border-bottom: 1px solid #888; -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; }

/*  BUTTONS */
.big-button {
cursor: pointer;
margin: 0 8px 2px 0;
padding: 12px 22px 14px;
color: #333;
background: #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 17px;
font-weight: 500;
text-shadow:none;
border:1px solid #555; border:1px solid rgba(0,0,0,0.3);
}
.big-button:hover {  text-decoration: none; border:1px solid #444; border:1px solid rgba(0,0,0,0.5); }
.big-button:active { padding: 11px 22px 15px; }
.big-button strong { font-weight: bold; color: #fff; }

.medium-button {
cursor: pointer;
margin: 0 8px 2px 0;
padding: 8px 18px 10px;
color: #333;
background: #cccccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
font-weight: 500;
text-shadow:none;
border:1px solid #555; border:1px solid rgba(0,0,0,0.3);
}
.medium-button:hover {border:1px solid #444; border:1px solid rgba(0,0,0,0.5); text-decoration: none;}
.medium-button:active {padding: 7px 18px 9px;}
.medium-button strong { font-weight: bold; color: #fff; }


.small-button {
cursor: pointer;
margin: 0 8px 2px 0;
padding: 6px 14px 8px;
color: #333;
background: #cccccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
font-weight: 500;
text-shadow:none;
border:1px solid #555; border:1px solid rgba(0,0,0,0.3);
}
.small-button:hover {border:1px solid #444; border:1px solid rgba(0,0,0,0.5); text-decoration: none; }
.small-button:active { padding: 5px 14px 7px; }
.small-button strong { font-weight: bold; color: #fff; }

/* fancy */
.big-button.fancy {
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
background: -moz-linear-gradient(top, #cccccc, #aaa);
background: -webkit-linear-gradient(top, #cccccc, #aaa);
background: -o-linear-gradient(top, #cccccc, #aaa);
background: linear-gradient(top, #cccccc, #aaa);
border: 1px solid #999;
border-top-color: #777;
border-bottom-color: #666666;
}
.big-button.fancy:hover {
text-shadow: 0 0 40px rgba(255, 255, 255, 1); }
.big-button.fancy:active {
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

.medium-button.fancy {
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5);
background: -moz-linear-gradient(top, #cccccc, #aaa);
background: -webkit-linear-gradient(top, #cccccc, #aaa);
background: -o-linear-gradient(top, #cccccc, #aaa);
background: linear-gradient(top, #cccccc, #aaa);
border: 1px solid #999;
border-top-color: #777;
border-bottom-color: #666666;
}
.medium-button.fancy:hover {
text-shadow: 0 0 40px rgba(255, 255, 255, 1); }
.medium-button.fancy:active {
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);}

.small-button.fancy {
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .5);
-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .5);
background: -moz-linear-gradient(top, #cccccc, #aaa);
background: -webkit-linear-gradient(top, #cccccc, #aaa);
background: -o-linear-gradient(top, #cccccc, #aaa);
background: linear-gradient(top, #cccccc, #aaa);
border: 1px solid #999;
border-top-color: #777;
border-bottom-color: #666666;
}
.small-button.fancy:hover {
text-shadow: 0 0 40px rgba(255, 255, 255, 1); }
.small-button.fancy:active {
-moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, .5);
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .5);
-o-box-shadow: inset 0 0 0 rgba(255, 255, 255, .5);
-box-shadow: inset 0 0 0 rgba(255, 255, 255, .5);
}

.fancy.green { color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
border: 1px solid #699631;
border-top-color: #6d9e34;
border-bottom-color: #457119;
background: #67a215;
background: -moz-linear-gradient(top, #9dbf46, #67a215);
background: -webkit-linear-gradient(top, #9dbf46, #67a215);
background: -o-linear-gradient(top, #9dbf46, #67a215);
background: linear-gradient(top, #9dbf46, #67a215);}
.fancy.blue { color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
border: 1px solid #105476;
border-top-color: #055c87;
border-bottom-color: #053b56;
background: #2e9fd8;
background: -moz-linear-gradient(top, #2e9fd8 0%, #0c72a4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e9fd8), color-stop(100%,#0c72a4));
background: -webkit-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%);
background: -o-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%);
background: -ms-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9fd8', endColorstr='#0c72a4',GradientType=0 );
background: linear-gradient(top, #2e9fd8 0%,#0c72a4 100%);
}
.fancy.yellow {color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
border: 1px solid #b47d05;
border-top-color: #d19106;
border-bottom-color: #946807;
background: #ffd700;
background: -moz-linear-gradient(top, #ffd700 0%, #ffaf00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd700), color-stop(100%,#ffaf00));
background: -webkit-linear-gradient(top, #ffd700 0%,#ffaf00 100%);
background: -o-linear-gradient(top, #ffd700 0%,#ffaf00 100%);
background: -ms-linear-gradient(top, #ffd700 0%,#ffaf00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ffaf00',GradientType=0 );
background: linear-gradient(top, #ffd700 0%,#ffaf00 100%);
}
.fancy.red{color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
border: 1px solid #660606;
border-top-color: #840505;
border-bottom-color: #4a0505;
background: #d11313;
background: -moz-linear-gradient(top, #d11313 0%, #a30a0a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d11313), color-stop(100%,#a30a0a));
background: -webkit-linear-gradient(top, #d11313 0%,#a30a0a 100%);
background: -o-linear-gradient(top, #d11313 0%,#a30a0a 100%);
background: -ms-linear-gradient(top, #d11313 0%,#a30a0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11313', endColorstr='#a30a0a',GradientType=0 );
background: linear-gradient(top, #d11313 0%,#a30a0a 100%);
}
/* nice */
.big-button.nice {background-image:url(../images/nice.png); background-repeat:repeat-x; background-position:0 -25px;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;}

.medium-button.nice {background-image:url(../images/nice.png); background-repeat:repeat-x; background-position:0 -33px;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;}

.small-button.nice {background-image:url(../images/nice.png); background-repeat:repeat-x; background-position:0 -36px;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;}

.green {background-color:#9dbf46; color:#fff;}
.green:hover {background-color:#67a215; color:#fff;}
.blue {background-color:#2e9fd8; color:#fff;}
.blue:hover {background-color:#0c72a4; color:#fff;}
.yellow {background-color:#ffd700; color:#fff;}
.yellow:hover {background-color:#ffaf00; color:#fff;}
.red {background-color:#d11313; color:#fff;}
.red:hover {background-color:#a30a0a; color:#fff;}


/* Lists */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* CUSTOM LISTS */
.mainbody ul {list-style:disc; margin-left:15px; margin-bottom:20px;}
ul.list-type-1,ul.list-type-2,ul.list-type-3,ul.list-type-4,ul.list-type-5,ul.list-type-6,ul.list-type-7,ul.list-type-8,ul.list-type-9 {padding-left:0; margin-bottom:20px; margin-left:0px;}
ul.list-type-1 li {padding-left:15px; list-style:none; background:url(../images/bullet-list_01.png) no-repeat 0 0; line-height:20px;}
ul.list-type-2 li {padding-left:15px; list-style:none; background:url(../images/bullet-list_02.png) no-repeat 0 0; line-height:20px;}
ul.list-type-3 li {padding-left:15px; list-style:none; background:url(../images/bullet-list_03.png) no-repeat 0 0; line-height:20px;}
ul.list-type-4 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_04.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}
ul.list-type-5 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_05.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}
ul.list-type-6 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_06.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}
ul.list-type-7 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_07.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}
ul.list-type-8 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_08.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}
ul.list-type-9 li {padding-left:25px; list-style:none; background:url(../images/bullet-list_09.png) no-repeat 0 0; line-height:20px; margin-bottom:5px;}

.hlight_black25, .hlight {background-color:#dedede; padding:2px 4px; text-shadow:0 1px 0 #fff;}
.hlight_black50 {background-color:#bbb; padding:2px 4px; text-shadow:0 1px 0 #ddd; color:#222;}
.hlight_red {background-color:#A71216; padding:2px 4px; text-shadow:0 1px 0 rgba(0,0,0,0.5); color:#fff;}
.hlight_blue {background-color:#365985; padding:2px 4px; text-shadow:0 1px 0 rgba(0,0,0,0.5); color:#fff;}
.hlight_green {background-color: #1A7340; padding:2px 4px; text-shadow:0 1px 0 rgba(0,0,0,0.5); color:#fff;}
.hlight_yellow {background-color: #C9E047; padding:2px 4px; text-shadow:0 1px 0 #FFF; color:#333;}

.pre {font: 11px Courier, "Courier New", monospace; padding: 5px 5px 5px 15px; border: 1px solid #ccc; background:#efefef; -webkit-border-radius: 5px; -moz-border-radius:  5px; border-radius: 5px ; color: #333; line-height: 19px;overflow:auto;overflow-Y: hidden; clear:both; margin-bottom:20px;}

/* #Forms
================================================== */

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; }
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {min-height: 60px;}
label, legend { display: inline-block; font-weight: bold; font-size: 13px;  }
select { width: 220px; padding: 7px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }
.separator {background:#f1f1f1; height: 2px;  margin: 0 0 35px; }

.rt-block {margin-bottom:30px;}

/* STUFF */
.left-outline { padding:10px 20px 10px 10000px; margin: 0 0 25px -10000px; background:rgba(0,0,0,0.4); color:#fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
.right-outline { padding:10px 10000px 10px 20px; margin: 0 -10000px 25px 0 ; background:rgba(0,0,0,0.4); color:#fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); } 

/* warning boxes */
.info, .success, .warning, .error, .message { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:15px 10px; }
.info, .message { color: #00529B; background-color: #BDE5F8; background-image: url('../images/icon-info.png'); }
.success { color: #4F8A10; background-color: #DFF2BF; background-image:url('../images/icon-tick.png'); }
.warning { color: #9F6000; background-color: #FEEFB3; background-image: url('../images/icon-warning.png'); }
.error { color: #D8000C; background-color: #FFBABA; background-image: url('../images/icon-cross.png'); }
.error ul, .info ul, .message ul {margin:0; padding:0;}
/* Selections */
::-moz-selection { color: #fff !important; text-shadow:none !important; }
::selection { color: #fff !important; text-shadow:none !important; }

/* TABLES */
table.zebra-style {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; text-align:left; margin-bottom:25px; background: rgba(255, 255, 255, 0.4);  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5);}
table.zebra-style th { color: #444; font-size: 14px; font-weight: normal; padding: 10px 8px; background:#fff; }
table.zebra-style td {color: #777;padding: 8px;}
table.zebra-style tr.odd {background:#f2f2f2;}

table.minimal-style { background: rgba(255, 255, 255, 0.9); border-collapse: collapse; font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; font-size: 12px; text-align: left; min-width: 480px; margin-bottom:25px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5); }
table.minimal-style th { border-bottom: 2px solid #444; color: #666666; font-size: 14px; font-weight: normal; padding: 10px; background: #fff; }
table.minimal-style td { border-bottom: 1px solid #CCCCCC; color: #999; padding: 8px 10px; }
table.minimal-style tbody tr:hover td {color:#444;}

table.box-style {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;min-width:480px;text-align:left;border-collapse:collapse;margin-bottom:25px;  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5); }
table.box-style th {font-size:14px;font-weight:normal;background:#FFF;border-top:4px solid #ddd;border-bottom:1px solid #fff;color:#666666;padding:10px;}
table.box-style td {background:rgba(255, 255, 255, 0.9);border-bottom:1px solid #fff;color:#999;border-top:1px solid transparent;padding:8px 10px;}
table.box-style tr:hover td {background: #fff; color:#444;}

.onecol-style {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size:12px; min-width:480px; text-align:left; border-collapse:separate !important; border-spacing:0; margin-bottom:25px;background: rgba(255, 255, 255, 0.9);  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.onecol-style th {font-size:14px; font-weight:normal; color:#666666; padding:12px 15px; background:#fff;}
.onecol-style td {color:#999; border-top:1px solid #ccc; padding:10px 15px;}
.onecol-first {background:#dedede; border-right:10px solid transparent; border-left:10px solid transparent; background: rgba(0, 0, 0, 0.02);}
.onecol-style tr:hover td {color:#444; background:#eee;}

.simple-style {border-top:1px solid #CFCFCF; border-left:1px solid #CFCFCF; border-right:0; border-bottom:0; width:100%;  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.simple-style td, .simple-style th {border-right:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; text-align:center; padding:5px 0; width:20%;}
.simple-style th {background-color:#dedede; font-size:120%;text-shadow: 0 1px 0 #fff;}
.simple-style tr:nth-child(even) {background: #fff;}
.simple-style tr:nth-child(odd) {background: #F6F6F6;}

/* quotes */
.quotes {margin-top:40px; position:relative}
.quotes blockquote { margin-bottom: 40px; padding: 0 0 0 70px; position: relative; width: 90%; }
.quotes blockquote p { color: #444444; font-size: 18px; font-style: italic; margin: 0; }
blockquote { quotes:none;}
.quotes blockquote:before { color: #DDDDDD; content: "“"; display: block; font-size: 140px; font-family: Georgia, "Times New Roman", Times, serif; left: -10px; position: absolute; top: 40px; z-index: 3; }

/* SOCIAL PANEL */
#social_panel {position:fixed; z-index:9999; top:140px; right:0;}
#social_panel .social-icons {padding-top: 5px; background-color: rgba(0, 0, 0, 0.2); background-image:url(../images/bgSocialIcons.png); background-repeat:repeat-y; background-position:right center; text-align:center; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
#social_panel .social-icons a {display:inline-block; margin-bottom:5px; opacity:0.6; filter:alpha(opacity:60);}
#social_panel .social-icons a:hover {opacity:1; filter:alpha(opacity:100);}
#social_panel .facebook_comments {display:block; display:inline-block; margin-bottom:10px; padding-top:5px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
#social_panel .facebookCommentsContainer {padding:10px; position:absolute; top:0; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; max-height:450px;}
#social_panel .fb-comments {background-color:#fff;-webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }


/* STUFF */
.pricing-table {margin-bottom:35px; width:940px;}
.pricing-table.col3 .box {width:33.33%;}
.pricing-table.col4 .box {width:25%;}
.pricing-table.col5 .box {width:20%;}
.pricing-table.col6 .box {width:16.6%;}
.pricing-table .box {float:left; margin-top:7px; }
.pricing-table .box .box-inner {border:1px solid #dedede; padding:20px; text-align:center;
background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dedede));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#dedede 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#dedede 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#dedede 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dedede',GradientType=0 );
background: linear-gradient(top, #f7f7f7 0%,#dedede 100%); }
.pricing-table .first .box-inner  {-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.pricing-table .last .box-inner {-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.pricing-table .box .title {font-weight:700; font-size: 26px; line-height:1; margin-bottom:15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 0 #CCCCCC; }
.pricing-table .box .price {font-size:3.5em; font-weight:700; letter-spacing:-1px; line-height:1; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 0 #CCCCCC ; color:#454545; }
.pricing-table .box .price span.curr {font-size:0.6em; position:relative; top:-8px; }
.pricing-table .box .price-type {font-size:11px; color:#999;}
.pricing-table .box ul.description {margin:20px 0; text-shadow:0 1px 0 #fff; color:#454545; list-style:none; padding:0;}
.pricing-table .box ul.description li {line-height:19px;}
.pricing-table .box ul.description li a {line-height:19px; font-size:12px;}
.pricing-table .box .separator {margin:10px 0;}
.pricing-table .promoted .box-inner {border-width:7px; border-style:solid; position:relative; margin-top:-7px; margin-left:-7px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:0 2px 15px rgba(0,0,0,0.2); -moz-box-shadow:0 2px 15px rgba(0,0,0,0.2); box-shadow:0 2px 15px rgba(0,0,0,0.33);  }
.pricing-table .box.promoted .box-inner  {
background: #dedede;
background: -moz-linear-gradient(top, #dedede 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#f7f7f7));
background: -webkit-linear-gradient(top, #dedede 0%,#f7f7f7 100%);
background: -o-linear-gradient(top, #dedede 0%,#f7f7f7 100%);
background: -ms-linear-gradient(top, #dedede 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f7f7f7',GradientType=0 );
background: linear-gradient(top, #dedede 0%,#f7f7f7 100%); }
.pricing-table .action a {
padding: 9px 14px; color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.5); text-transform:uppercase;
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(255, 255, 255, 0.5) inset; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(255, 255, 255, 0.5) inset; box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(255, 255, 255, 0.5) inset;
-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.pricing-table .action a:hover {
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 -2px 6px rgba(255, 255, 255, 0.5) inset; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 -2px 6px rgba(255, 255, 255, 0.5) inset; box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 -2px 6px rgba(255, 255, 255, 0.5) inset;}
.pricing-table .action a:active {
-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(0, 0, 0, 0.5) inset; box-shadow:0 0 1px rgba(0, 0, 0, 0.9) inset, 0 2px 6px rgba(0, 0, 0, 0.5) inset;}
.pricing-table .featured-badge {width:58px; height:51px; background:url(../images/featured-badge.png) no-repeat; top:-10px; right:-10px; position:absolute;}

.pricing-table .box.features .box-inner {border-right:none; background:#f5f5f5; text-align:left; margin-top:10px;}
.pricing-table .box.features .box-inner .title {margin-left:20px; text-shadow:none;}
.pricing-table .box.features .box-inner .price {font-size:1.6em; line-height:2.7; letter-spacing:0; margin-left:20px; text-shadow:none;}
.pricing-table .box.features ul.description {margin-left:20px;}
.pricing-table .box.features ul.description li .help { cursor:help;}

.pricing-table.orange-style {color:#EB540A;}
.pricing-table.orange-style .promoted .box-inner {border-color:#EB540A; }
.pricing-table.orange-style .action a { background-color:#EB540A; }
.pricing-table.blue-style {color:#08579C;}
.pricing-table.blue-style .promoted .box-inner {border-color:#08579C; }
.pricing-table.blue-style .action a { background-color:#08579C; }
.pricing-table.purple-style {color:#8A2D9A;}
.pricing-table.purple-style .promoted .box-inner {border-color:#8A2D9A; }
.pricing-table.purple-style .action a { background-color:#8A2D9A; }
.pricing-table.yellow-style {color:#FFC800;}
.pricing-table.yellow-style .promoted .box-inner {border-color:#FFC800; }
.pricing-table.yellow-style .action a { background-color:#FFC800; }
.pricing-table.turqoise-style {color:#12C6C2;}
.pricing-table.turqoise-style .promoted .box-inner {border-color:#12C6C2; }
.pricing-table.turqoise-style .action a { background-color:#12C6C2; }
.pricing-table.darkred-style {color:#C62B57;}
.pricing-table.darkred-style .promoted .box-inner {border-color:#C62B57; }
.pricing-table.darkred-style .action a { background-color:#C62B57; }
.pricing-table.red-style {color:#F02311;}
.pricing-table.red-style .promoted .box-inner {border-color:#F02311; }
.pricing-table.red-style .action a { background-color:#F02311; }
.pricing-table.green-style {color:#59A80F;}
.pricing-table.green-style .promoted .box-inner {border-color:#59A80F; }
.pricing-table.green-style .action a { background-color:#59A80F; }
.pricing-table.green-lemon-style {color:#9CC607;}
.pricing-table.green-lemon-style .promoted .box-inner {border-color:#9CC607; }
.pricing-table.green-lemon-style .action a { background-color:#9CC607; }


/* SPACING HELPERS - in case you need some extra spaces and you don't want to use empty paragraphs */
.space1 { height: 1px; }
.space2 { height: 2px; }
.space3 { height: 3px; }
.space4 { height: 4px; }
.space5 { height: 5px; }
.space6 { height: 6px; }
.space7 { height: 7px; }
.space8 { height: 8px; }
.space9 { height: 9px; }
.space10 { height: 10px; }
.space11 { height: 11px; }
.space12 { height: 12px; }
.space13 { height: 13px; }
.space14 { height: 14px; }
.space15 { height: 15px; }
.space16 { height: 16px; }
.space17 { height: 17px; }
.space18 { height: 18px; }
.space19 { height: 19px; }
.space20 { height: 20px; }
.space21 { height: 21px; }
.space22 { height: 22px; }
.space23 { height: 23px; }
.space24 { height: 24px; }
.space25 { height: 25px; }
.space26 { height: 26px; }
.space27 { height: 27px; }
.space28 { height: 28px; }
.space29 { height: 29px; }
.space30 { height: 30px; }

/* ACCORDION - Tutorial by Soh Tanaka - http://www.sohtanaka.com/web-design/easy-toggle-jquery-tutorial/ */
.acc_trigger {padding: 0; margin: 0; width:100%; display:block; background:url(../images/acc_style_1_arr_closed.png) no-repeat right center; }
.acc_trigger.active {background:url(../images/acc_style_1_arr_opened.png) no-repeat right center;}
.acc_container { margin: 0 0 5px; padding: 0; overflow: hidden; clear: both; }
.acc_wrapper {border-bottom:1px solid #ccc;}

.accordion-style-1 {margin-bottom:25px;}
.accordion-style-1 .acc_trigger {font-size:22px; line-height:2.5; }
.accordion-style-1 .acc-item {border-bottom:1px solid #ccc;}

.accordion-style-2 {background:#f6f6f6; border:1px solid #dfdfdf; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; width:600px; margin-bottom:25px; }
.accordion-style-2 .acc_trigger {border-bottom:1px solid #dfdfdf; line-height:2.8; font-weight:bold; text-shadow:0 1px 0 #fff; color:#6e6e6e; width:auto;
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
background: linear-gradient(top, #fafafa 0%,#e6e6e6 100%); }
.accordion-style-2 .acc_trigger span {display:block; padding:0 0 0 30px; background:url(../images/arr2.png) no-repeat 8px 13px; }
.accordion-style-2 .acc_trigger.active { color:#444; }
.accordion-style-2 .acc_trigger.active span {background:url(../images/arr2.png) no-repeat 8px -28px; }
.accordion-style-2 .acc-item.first .acc_trigger {
-webkit-border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px; -moz-border-top-right-radius: 4px; border-top-right-radius: 4px;}
.accordion-style-2 .acc-item.last .acc_trigger {border-bottom:0;
-webkit-border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px; -moz-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.accordion-style-2 .acc_container {padding:20px 20px 0; border-bottom:1px solid #dfdfdf; margin:0; }
.accordion-style-2 .acc-item.last .acc_container {border-bottom:0; }


/* TOGGLES - Tutorial by Soh Tanaka - http://www.sohtanaka.com/web-design/easy-toggle-jquery-tutorial/*/
.tgg-trigger { padding: 0; margin: 0; width:100%; display:block; background:url(../images/acc_style_1_arr_closed.png) no-repeat right center; padding: 0; overflow: hidden; clear: both;  }
.tgg-trigger .active {background:url(../images/acc_style_1_arr_opened.png) no-repeat right center;}
.tgg_wrapper {border-bottom:1px solid #ccc;}

.toggle-style-1 {margin-bottom:25px;}
.toggle-style-1 .tgg-trigger {font-size:22px; line-height:2.5; }
.toggle-style-1 .tgg-item {border-bottom:1px solid #ccc;}

.toggle-style-2 {background:#f6f6f6; border:1px solid #dfdfdf; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; width:600px; margin-bottom:25px; }
.toggle-style-2 .tgg-trigger {border-bottom:1px solid #dfdfdf; line-height:2.8; font-weight:bold; text-shadow:0 1px 0 #fff; color:#6e6e6e; width:auto;
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
background: linear-gradient(top, #fafafa 0%,#e6e6e6 100%); }
.toggle-style-2 .tgg-trigger span {display:block; padding:0 0 0 30px; background:url(../images/arr2.png) no-repeat 8px 13px; }
.toggle-style-2 .tgg-trigger.active { color:#444; }
.toggle-style-2 .tgg-trigger.active span {background:url(../images/arr2.png) no-repeat 8px -28px; }
.toggle-style-2 .tgg-item.first .tgg-trigger {
-webkit-border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px; -moz-border-top-right-radius: 4px; border-top-right-radius: 4px;}
.toggle-style-2 .tgg-item.last .tgg-trigger {border-bottom:0;
-webkit-border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px; -moz-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.toggle-style-2 .toggle_container {padding:20px 20px 0; border-bottom:1px solid #dfdfdf; margin:0; }
.toggle-style-2 .tgg-item.last .toggle_container {border-bottom:0; }

.toggle-style-faq {border:1px solid #ddd; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; color:#444; background-color:#eee; margin-bottom:30px; }
.toggle-style-faq .tgg-trigger {font-size:14px; line-height:1.8; padding:10px 15px 10px 40px; width:auto; border-top:1px solid #ddd; color:#444; background-image:url(../images/question_mark.gif); background-repeat:no-repeat; background-position:13px center; background-color:#fff;  }
.toggle-style-faq .tgg-trigger:first-child {border-top:0;} 
.toggle-style-faq .tgg-item.first .tgg-trigger {-webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; border-top-right-radius: 5px;}
.toggle-style-faq .tgg-item.last .tgg-trigger {-webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.toggle-style-faq .tgg-trigger.odd {background-color:#f5f5f5; text-shadow: 0 1px 0 white;} 
.toggle-style-faq .tgg-trigger.active {font-weight:bold; background-color:#eee;} 
.toggle-style-faq .tgg-trigger:hover {background-color:#eee;}
.toggle-style-faq .toggle_container {padding:15px;}

.block-img-shadow {display:inline-block; position:relative;}
.under-shadow {text-align: center;}

/* fallback for logo in case it's not uploaded yet from template manager */
#rt-logo {background: url(../images/logo/logo.png) 0 0 no-repeat;width: 189px;height: 115px;display: block; z-index: 2; position:relative;}

.thetop {margin-bottom:25px;}

/* TOP */
#rt-top {border-bottom:1px solid #fff;}
	.top-contact {text-align:right; height:26px;}
	.top-contact > span {display:inline-block; color:#969696; text-shadow:1px 1px 0 #fff; background:url(../images/contact_top_sprite.png) no-repeat 0 0; padding-left:20px; line-height:26px;}
	.top-contact span.email_address {margin-left:30px; background-position:0 -26px;}
	.top-contact .openHiddenLogin {background:url(../images/contact_top_sprite.png) no-repeat 0 -52px; width:30px; line-height:26px; margin-left:20px; padding-left:20px; color:#969696;}
	.top-contact a {display:inline-block;  line-height:26px; margin-left:10px; padding-left:10px;}
	
#rt-top form {margin:0;}
#rt-top .search_module {padding-left: 5px; width: 170px;}
#rt-top .search_module:hover {background:#eee;}
#rt-top .search_module label {display:inline-block; width:20px; height:26px; background:url(../images/search_loupe.png) no-repeat center center; cursor:pointer; text-indent:-9999px; vertical-align: top;}
#rt-top .search_module input[type=text] {margin:0; background:none; border:none; display:inline-block; width:150px; height:15px; padding:5px 0; outline:0 none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important;box-shadow:none !important; color:#bcbcbc; font-size:12px;  }
#rt-top .search_module input[type=text]:hover {color:#999;}
#rt-top .search_module input[type=text]:focus {color:#585858;}
#rt-top .rt-block {margin-bottom:0;}

#hidden_login {display:none;}	
.login_form label {display:inline-block; width:130px;}
.login_form .inputbox {display:inline-block; margin:0;}
.login_form h2.title {margin-top:0; border-bottom: 4px solid rgba(0, 0, 0, 0.05); font-weight: bold; padding-bottom: 15px; margin-bottom: 20px;}
.login_form ul.login-list {margin:20px 0 0; padding:0; list-style:none;}
.login_form ul.login-list li {border-left:1px solid #dedede; padding-left:15px; margin-left:15px; list-style:none; float:left; line-height:1; }
.login_form ul.login-list li:first-child {border-left:0; padding-left:0; margin-left:0; }
.login_form ul.login-list li a {font-size:12px; line-height:1.6;}

/* HEADER */
#rt-header {border-bottom:1px solid #fff; -webkit-box-shadow:0 4px 2px rgba(0, 0, 0, 0.03); -moz-box-shadow:0 4px 2px rgba(0, 0, 0, 0.03);box-shadow:0 4px 2px rgba(0, 0, 0, 0.03);}
#rt-header .rt-block {margin-bottom:0;}

/* FUSION MENU CUSTOMISATION */
.menutop li.root > .item {color:#2b2b2b; text-transform:uppercase; text-shadow:1px 1px 0 #fff;}
.menutop li.parent.root > .item span.daddyicon {display:block; padding:0; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/root-daddy.png); background-repeat: no-repeat; background-position: center bottom;
-webkit-transition: background-position .3s ease;
-moz-transition: background-position .3s ease;
-o-transition: background-position .3s ease;
transition: background-position .3s ease;}
.menutop li.parent.root > .item:hover span.daddyicon,
.menutop li.parent.root.f-mainparent-itemfocus > .item span.daddyicon { background-position: center top;}
.menutop .fusion-submenu-wrapper {padding:0 !important;}
.fusion-js-subs {padding:0 !important;}
.f-parent-item > a {background:url(../images/right-daddy.png); background-repeat: no-repeat; background-position: right center;}

/* FEATURES MODULES */
.feature-item {margin-bottom:15px; text-shadow:1px 1px 0 rgba(255,255,255,0.7);}
.feature-item h3 {font-size:18px; line-height:1; font-weight:bold;}
.feature-item img {float:left; margin:5px 15px 10px 0;}  

/* INTRO TEXT STYLING */
.intro-text {font-size: 20px; line-height: 1.7; font-weight: bold; font-style: italic; text-shadow:1px 1px 0 rgba(255,255,255,0.9);}

#rt-showcase .rt-block { border-bottom:13px solid rgba(0,0,0,0.05); margin-bottom:30px; }

/* TESTIMONIALS */
#quote_wrap {overflow:hidden;}
#quote_wrap blockquote .testimonial {color:#fff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:16px 10px; margin:0; min-height:130px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
#quote_wrap blockquote .testimonial p { font-size:14px; line-height:1.6; margin:0; }
#quote_wrap blockquote h6 {font-size:14px; line-height:1; text-shadow:1px 1px 0 #fff; display:block;  margin:0; font-style: normal !important; letter-spacing:0; padding-top:15px;}
#quote_wrap blockquote .testimonial:after {position:absolute; bottom:17px; left:20px; width:0; height:0; border-style:solid; border-color:transparent; border-width:6px; content: ""; }

/* Main Component Styles */
#rt-main h1.title,
#rt-main h2.title { border-bottom:4px solid rgba(0, 0, 0, 0.05); font-weight:bold; padding-bottom:15px; margin-top: 0; margin-bottom:25px;}
.rt-article { text-shadow:1px 1px 0 rgba(255,255,255,0.7)}
.component-content .rt-articleinfo dd {display:inline-block; margin-left:10px; background: rgba(0, 0, 0, 0.05); padding: 0 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.component-content .rt-articleinfo dd:first-child {margin-left:0;}
.component-content .rt-article-icons ul li a img {display:none;}
.component-content .rt-article-icons ul li a {opacity:.6; filter:alpha(opacity=60);}
.component-content .rt-article-icons ul li a:hover {opacity:1; filter:alpha(opacity=100);}

/* SHOWCASE ITEM */
.showcase-item {position:relative; overflow:hidden;}
.showcase-item .img-wrapper {padding:10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background:rgba(0, 0, 0, 0.1); }
.showcase-item h3 {text-transform:uppercase; font-size:14px; position:absolute; top:30px; left:10px; padding:4px; margin:0; }
.showcase-item .description {position:absolute; left:10px; bottom:14px; width:200px; padding:4px 10px; line-height:1.4;}
.showcase-item .readon {position:absolute; right:10px; bottom:14px; width:56px; text-transform:uppercase; text-align:center; line-height:1.4; padding:4px 0px; font-weight:bold;}
.showcase-item h3,
.showcase-item .description,
.showcase-item .readon {color:#fff; background:#888;}
.showcase-item .readon:hover {background:#555;}
.showcase-item img {
-webkit-transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-ms-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;}
.showcase-item:hover img {opacity:0.6; filter:alpha(opacity=60);}
.showcase-item h3 {left:-300px; opacity:0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.showcase-item:hover h3 {left:10px; opacity:1;}
.showcase-item .description {left:-220px; opacity:0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.showcase-item:hover .description {left:10px; opacity:1; }
.showcase-item .readon {right:-66px; opacity:0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.showcase-item:hover .readon {right:10px; opacity:1;}

/* MAINBOTTOM POSITION (BLOG, TWITTER, FLICKR) */
#rt-mainbottom {color:#fff; margin-bottom:35px;}
#rt-mainbottom a {color:#fff;}
#rt-mainbottom a:hover { color:#fff; border-bottom:1px dotted rgba(255,255,255,0.6); }
#rt-mainbottom .rt-container {-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 10px 0;}
#rt-mainbottom .rt-block {margin-bottom:10px;}
#rt-mainbottom .rt-container {width:940px;}
#rt-mainbottom .module-title h2 {font-size:18px; font-weight:bold; color:#fff; text-shadow:1px 1px 0 rgba(0,0,0,0.4); }
#rt-mainbottom .module-title h2 .first {color:rgba(255,255,255,0.9); }
#rt-mainbottom .rt-container  .rt-grid-1 {width: 58px;}
#rt-mainbottom .rt-container  .rt-grid-2 {width: 136px;}
#rt-mainbottom .rt-container  .rt-grid-3 {width: 214px;}
#rt-mainbottom .rt-container  .rt-grid-4 {width: 292px;}
#rt-mainbottom .rt-container  .rt-grid-5 {width: 370px;}
#rt-mainbottom .rt-container  .rt-grid-6 {width: 448px;}
#rt-mainbottom .rt-container  .rt-grid-7 {width: 526px;}
#rt-mainbottom .rt-container  .rt-grid-8 {width: 604px;}
#rt-mainbottom .rt-container  .rt-grid-9 {width: 682px;}
#rt-mainbottom .rt-container  .rt-grid-10 {width: 760px;}
#rt-mainbottom .rt-container  .rt-grid-11 {width: 838px;}
#rt-mainbottom .rt-container  .rt-grid-12 {width: 916px;}
#rt-mainbottom .rt-container  .rt-alpha {margin-left:12px;}
#rt-mainbottom .rt-container  .rt-omega {margin-right:12px;}

/* LATEST POSTS ON BLOG */
.frontpage_blog ul {margin:0 10px 0 0; padding:0;}
.frontpage_blog ul li {margin-bottom:20px;}
.frontpage_blog ul li.lastItem {margin-bottom:0;}
.moduleItemTitle {font-weight:bold; margin-bottom:5px; line-height:1.5;}
.left-info {float: left; width: 80px; position: relative;}
.moduleItemPostedIn,
.moduleItemPostedIn a { font-size:10px;}
.moduleItemIntrotext {margin-left:80px;}
.moduleItemDateCreated {font-size:11px; display:inline-block; background:#fff; padding:2px 5px; line-height:1; margin:2px 0 5px; }
.moduleItemDateCreated:after {content:""; background:url(../images/moduleItemDateCreated_arrow.png) no-repeat left top; width:6px; height:5px; position:absolute; left: 55px; top: 17px; }
.blog_icon {position:absolute; left:-44px; top:0; width:32px; height:36px; background-image:url(../images/blog_icon.png); background-repeat:no-repeat; background-position:center center; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; display:none;}
.hasIcon .blog_icon {display:block;}
.borderRight {border-right:1px solid rgba(255,255,255,0.4)}

/* FLICKR FEED MODULE */
.flickr_container {position:relative;}
.flickr_feeds {margin:0; padding:0 0 6px; background:url(../images/mainbottom_arrow_bottom.png) no-repeat right bottom;}
.flickr_feeds li {float:left; margin:0 14px 18px 0;list-style: none outside none;}
.flickr_feeds li.last {margin-right:0;} 
.flickr_feeds a img {width:33px; height:33px; border:1px solid #fff; border:1px solid rgba(255,255,255,0.6); opacity:0.8; filter:alpha(opacity=80);}
.flickr_feeds a img:hover {border:1px solid #888; -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); -moz-box-shadow:0 0 4px rgba(0,0,0,0.4); box-shadow:0 0 4px rgba(0,0,0,0.4); opacity:1; filter:alpha(opacity=100);}
.flickr_container .followUs {display:inline-block; float:right; font-size:11px; line-height:1.3;}
.flickr_icon {position:absolute; right:-44px; top:0; width:32px; height:36px; background-image:url(../images/flickr_icon.png); background-repeat:no-repeat; background-position:center center; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}

/* TWITTER MODULE */
.jTweet .tweet_join {display:none;}
.tweet {float:none !important; width:auto !important; font-size:11px; padding:0 0 10px !important; background:url(../images/mainbottom_arrow_bottom.png) no-repeat right bottom; }
.tweet a {font-size:11px;}
.tweet_text {font-style:normal !important; font-size:1em !important; }
.tweetDate {font-size:0.9em;}
.jTweet ul.tweet_list li {margin:0 !important; padding:0 !important; border:0;}
.jTweet span.triggerDetail {float: right; border: 0; font-size: 11px; font-style: normal; margin:0; padding:0;}
.twitter_icon {position:absolute; right:-44px; top:5px; width:32px; height:36px; background-image:url(../images/twitter_icon.png); background-repeat:no-repeat; background-position:center center; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; display:none;}
span.triggerDetail a {line-height:1.3;}
.hasIcon .twitter_icon {display:block;}
.blog_icon, .twitter_icon, .flickr_icon {-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);}

#rt-main .rt-block {margin-bottom:10px;}

/* PARTNERS MODULE */
.partnersList h3 {float:left; width:220px; margin:12px 20px 12px 0; font-size:13px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);}
.partnersList a {display:inline-block;}
.partnersList a img { position:relative;}
.partnersList ul {margin:0 0 0 240px; padding:0;}
.partnersList ul li {float:left; text-align: center; width: 145px;}

/* SCROLL TO TOP */
#gantry-totop { height: 35px; opacity: 0.7; filter:alpha(opacity=70); position: fixed; right: -35px;  -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; width: 35px; z-index: 9999; text-indent:-9999px; display: block; top: 85%; background-image: url("../images/arrow_top.png"); background-repeat: no-repeat; background-position: center center; background-color:#fff; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } 
#gantry-totop:hover { opacity: 1; filter:alpha(opacity=100); }
#gantry-totop.on { right: 0; }
#gantry-totop.off { right: -35px; }

/* BOTTOM */
#rt-bottom .module-title h5 {font-style:normal !important; font-size:13px; font-weight:bold; margin-bottom:15px;}
#rt-bottom {text-shadow:1px 1px 0 rgba(255,255,255,0.9); font-size:12px; border-top:2px solid #fff;}
#rt-bottom {background: rgba(255, 255, 255, 0.5);}
#rt-bottom a {font-size:12px; }
#rt-bottom a:hover {border-bottom:1px dotted #999; border-bottom:1px dotted rgba(0,0,0,0.2); }
#rt-bottom .rt-block {margin-bottom:15px;}

/* BOTTOM MENU */
.bottom_menu ul.menu {margin:0; padding:0;}
.bottom_menu ul.menu li {float:left; width:50%;}
.bottom_menu ul.menu li a {line-height:1.6;}	

/* BOTTOM CONTACT MODULE */
.contact_details {position:relative;}
#map_btn {background-color: #666666; background-image:url(../images/contact_pin.png); background-position:center center; background-repeat:no-repeat; border: 0 none !important; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px; bottom: 0; display: block; height: 45px; position: absolute;right:30px; text-indent: -9999px; width: 45px; z-index: 99; }

/* NEWSLETTER MODULE */
form.mod-newsletter div {margin:0; text-align:left;}
.newsletter .mod-newsletter input[type=text] {width:220px; height:21px; margin:0; padding:5px; font-size:12px; text-transform:uppercase; border:0; background:#fff; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; float:left; color:#ccc; }
.newsletter .mod-newsletter input[type=text]:hover {color:#aaa;}
.newsletter .mod-newsletter input[type=text]:focus {color:#666666;}
.newsletter .mod-newsletter input[type=button],
.newsletter .mod-newsletter input[type=submit] {width:31px; height:31px; margin:0 0 0 2px; padding:0; border:0 none; background:url(../images/newsletter_arrow.png) no-repeat right center #fff; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; float:left; font-size:0; line-height:0; text-indent:-9999px;
-webkit-transition: background-position .15s ease-in-out; -moz-transition: background-position .15s ease-in-out; -o-transition: background-position .15s ease-in-out; transition: background-position .15s ease-in-out; }
.newsletter .mod-newsletter input[type=button]:hover,
.newsletter .mod-newsletter input[type=submit]:hover { background-position:left center !important;}
#nlbutton.everythingGood {background:url(../images/newsletter_ok.png) no-repeat center center #fff !important;}

/* SOCIAL CONNECT MODULE */
.social-connect {margin:0; padding:0;}
.social-connect li {float:left; margin-left:10px;}
.social-connect li:first-child {margin-left:0;}
.social-connect .fb_like_button {width:80px;}
.social-connect .tweetme {width:105px;}
.social-connect .gplus {width:70px;}

/* FOOTER (Copyright) */
#rt-footer {border-top:1px solid #fff; line-height:1.7; color:#757575; padding:4px 0;}
#rt-footer .rt-block, #rt-footer p {margin-bottom:0;}

#slideshow {overflow:hidden; background:#ccc; position:relative; }
#slideshow .thebottom {position:absolute; bottom:0; left:0; width:100%; z-index:2; border-top: 1px solid #fff; -webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);}
#slideshow .thebottom #rt-bottom {text-shadow:none; color:#555;}
#rt-bottom .module-title h5 {font-style: normal !important; font-size: 14px; font-weight: normal; margin-bottom: 15px; color:#424242 !important;}
.thetop {position:absolute; top:0; left:0; width:100%; z-index:2;}

/* EOS GOOGLE MAP */
#sideInfo {position: absolute; right: 40px; top: 150px; width: 230px; z-index: 5;}
#eos_map {left:0; bottom:0; right:0; z-index:1; position:absolute; top:0; left:0;}
.counter { padding:15px 10px; background:rgba(255,255,255,0.7); -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px; -webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 0 rgba(0,0,0,0.2); box-shadow:1px 1px 0 rgba(0,0,0,0.2);  color:#444; text-align:right; text-shadow: 0px 2px 2px #999; margin-bottom:10px; }
#time {float:right;}
#time ul {margin:0; padding:0;}
#time ul li {float:left; margin-left:20px; }
#time ul li:first-child { margin-left:0; }
#time ul li span {display:block; }
#time ul li span.valtime { font-weight:bold; font-size:28px;}
.counter .launchtext { font-size:28px; font-weight:bold; display:block; margin-top:5px; line-height: 1.2;}

.htmlbox { padding:0 10px 0; background:rgba(255,255,255,0.9); -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px; -webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 0 rgba(0,0,0,0.2); box-shadow:1px 1px 0 rgba(0,0,0,0.2);  color:#444; text-align:right; }
.htmlbox .contents {overflow:hidden;}
.htmlbox #closebox {display:block; background:url(../images/close-icon.png) no-repeat right center; border-top:1px solid #eee; font-size:10px; text-transform:uppercase; line-height:1; padding:10px 20px 10px 0; }
.htmlbox #closebox.closed {border-top:0;}

/* ONYBYONE SLIDER (FANCY SLIDER) */
.grey_bar {background:#222; color:#ccc; font-size:11px; text-align:right; line-height:1.5; overflow:hidden; padding:10px; }
.grey_bar p {margin:0;}

/* STATIC CONTENT */
.static_content {position:relative; z-index:2; top:50%;}
.browserIe.ie7 .static_content{position:absolute; }
.static_content .sc-container { width:860px; margin:0 auto; padding:30px 40px 20px; position:relative;}
.static_content .bg_color {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.static_content .border {position:absolute; top:0; left:0; width:99.8%; height:99.8%; z-index:1;}
.static_content .leftcontent {float:left;}
.static_content .sc-container .rightcontent {float:right; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); position:relative;  z-index:2;}
.static_content .sc-container .rightcontent h2 {font-size:30px; font-weight:700; color:#fff; text-transform:uppercase; margin-bottom:35px;  padding:10px 10000px 13px 20px; margin: 0 -10000px 25px -20px; background-color: rgba(0, 0, 0, 0.4);}
.browserIe.ie7 .static_content .sc-container .rightcontent h2,
.browserIe.ie8 .static_content .sc-container .rightcontent h2 {background: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); zoom: 1;}
.static_content .sc-container .rightcontent p {color:#fff; margin-bottom:25px;}
.static_content .sc-container .rightcontent h4 { color:#fff; font-weight:700; margin-bottom:25px; }
.static_content .sc-container .leftcontent { position:relative;  z-index:2;}
.static_content .sc-container .leftcontent img {outline: 2px solid rgba(0, 0, 0, 0.2); -moz-transition: outline 250ms ease-in; -webkit-transition: outline 250ms ease-in; -o-transition: outline 250ms ease-in; transition: outline 250ms ease-in;}
.static_content .sc-container .leftcontent img:hover { outline: 6px solid rgba(0, 0, 0, 0.4); }
.static_content .sc-container .medium-button { color:#fff; text-shadow:0 1px 1px rgba(0, 0, 0, 0.4); font-weight:bold; text-transform:uppercase; font-size:12px;}

#rt-mainbody .rt-alpha {margin-left:0;}
#rt-mainbody .rt-omega {margin-right:0;}
#rt-mainbody h1, #rt-mainbody h2, #rt-mainbody h3, #rt-mainbody h4, #rt-mainbody h5, #rt-mainbody h6 { font-weight:bold; }

#page_title {width: 940px; margin: 0 auto; border-top: 1px solid #ccc; border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top:27px; text-align: left; color: #999; padding-bottom: 25px; font-size:14px; text-transform:uppercase; text-shadow:0 1px 0 #fff; background: url(../images/shadow-down.png) no-repeat center top;}
.component-content .rt-articleinfo { margin-bottom: 25px; margin-top: -10px; }

.gkTabContainer0,.gkTabContainer1, .gkTabContainer2 {min-height:1px !important;}

/* SIDEBARS */

#rt-sidebar-a, #rt-sidebar-b, #rt-sidebar-c {margin-bottom:20px}
#rt-sidebar-b {background: rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 15px; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.7); -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.7);box-shadow: 0 1px 0 rgba(255,255,255,0.7); }
#rt-sidebar-a h2.title, #rt-sidebar-b h2.title, #rt-sidebar-c h2.title {margin-top:10px; margin-bottom: 15px;}
#rt-sidebar-a ul.menu, #rt-sidebar-b ul.menu, #rt-sidebar-c ul.menu {margin:0; list-style:none;  padding:0; }
#rt-sidebar-a ul.menu ul, #rt-sidebar-b ul.menu ul, #rt-sidebar-c ul.menu ul {margin:0 0 0 20px; list-style:none;  padding:0;}
#rt-sidebar-a ul.menu li a, #rt-sidebar-b ul.menu li a, #rt-sidebar-c ul.menu li a {display:block; padding:4px 0 4px 13px; background-image:url(../images/menu-bullet.png); background-repeat: no-repeat; background-position: left center; text-shadow:1px 1px 0 rgba(255,255,255,0.5); font-size:12px; line-height:19px; margin-top: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
-webkit-transition: all 40ms ease-in-out;}
#rt-sidebar-a ul.menu li a:hover, #rt-sidebar-b ul.menu li a:hover, #rt-sidebar-c ul.menu li a:hover { background-color:rgba(255, 255, 255, 0.3); border-left-width:3px; border-left-style:solid; box-shadow:0 0 10px rgba(0,0,0,0.3);}
ul.menu ul li, ul.menu ol li, ol ol li, ol ul.menu li {margin-bottom:0;}
#rt-sidebar-a .rt-block, #rt-sidebar-b .rt-block, #rt-sidebar-c .rt-block {margin-bottom: 20px;}
#rt-sidebar-a .rt-block:last-child, #rt-sidebar-b .rt-block:last-child, #rt-sidebar-c .rt-block:last-child {margin-bottom:0;}

/* HISTORIC YEARS */
.years .year {position:relative; padding-bottom:0; margin-bottom:40px; background: rgba(0, 0, 0, 0.04); border-radius:3px; }
.years .year:after {content:""; position:absolute; right:45px; bottom:-20px; width:0; height:0; border-color: transparent; border-style: solid; border-width: 10px; border-top-color:rgba(0,0,0,0.04);}
.years .year.fromright:after {left:45px; right:auto;}
.years .year.last:after {display:none;}
.years .year.fromleft {padding:10px 10px 10px 130px;}
.years .year.fromright {padding:10px 130px 10px 10px; }
.years .year .date {position:absolute; top:0; padding:0; text-align:center; width:100px; font-size:16px; font-weight:bold; background:rgba(255,255,255,0.7); color:#454545; text-shadow:0 1px 0 #fff; border-bottom:1px solid #999999; height: 100%;}
.years .year .date span {position: absolute; bottom: 10px; display:block; width:100%;}
.browserIe.ie7 .years .year .date span {left:0; right:0;}
.years .year.fromleft .date {left:0;}
.years .year.fromright .date {right:0;}

/* PHOTO GALLERY */
ul.sig-container {clear: both; list-style: none outside none; margin: 8px auto; overflow: hidden; padding: 8px 0;}
ul.sig-container li {background:#FFFFFF; float: left; margin: 5px; padding: 0; list-style:none; }
ul.sig-container li a img {padding:4px; border:1px solid #ccc;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }


.clients .sig-container {margin-bottom:30px; padding:0; list-style:none;}
.clients .sig-container li img {border:5px solid #fff; -webkit-box-shadow:0 0 2px #aaa; -moz-box-shadow:0 0 2px #aaa; box-shadow:0 0 2px #aaa; padding:0;}
.clients .sig-container li img:hover {-webkit-box-shadow:0 0 4px #aaa; -moz-box-shadow:0 0 4px #aaa; box-shadow:0 0 4px #aaa; border:5px solid #fff; }
.clients .sig-container span.sig-caption, .clients .sig-container span.sig-pseudo-caption, .clients .sig-container span.sig-caption { bottom:5px; left:5px; right:5px; text-shadow:none; }

/* TEAM PAGE */
.executives {margin-bottom:35px; width:220px; margin-right:20px; float:left; }
.executives.last {margin-right:0; }
.executives span {display:block;}
.executives .name {font:14px/1.4 arial, serif; padding-top:10px; text-transform:uppercase;  }
.executives .function {font:11px/1.4 arial, serif; padding-bottom: 15px; color:#666666;}
.executives img.member {float: left; margin: 0 10px 10px 0; opacity:0.7; filter:alpha(opcaity=70); background:#fff;}
.executives img.member:hover {opacity:1; filter:alpha(opcaity=100); }
.executives p {font-size:11px; color:#454545; line-height:1.5;}
.executives .social-profiles img {margin-right:5px;} 
.executives ul {list-style:none; margin:0 0 20px; padding:0;}
.executives ul li {font-size:11px; color:#454545;}
.executives ul li a {font-size:11px; line-height:1.3;}

.core_team {margin-bottom:35px; margin-right:20px; float:left; width:220px}
.core_team.last {margin-right:0;}
.core_team img.member {border:1px solid #bbb;}
.core_team img.member:hover {-webkit-box-shadow:0 0 2px #aaa; -moz-box-shadow:0 0 2px #aaa; box-shadow:0 0 2px #aaa;}
.core_team span {display:block;}
.core_team .name {font:14px/1  arial, serif; padding: 10px 0 15px; text-transform:uppercase;}
.core_team .function {font:11px/1.4 arial, serif; padding-bottom: 15px; color:#666666;}
.core_team .social-profiles img {margin-right:5px;} 

.k2_register_form .field {margin-bottom:15px;}
.k2_register_form .field > * {display:inline-block;}
.k2_register_form .field label {width:120px;}

/* LOGIN PAGE */
.login-form .login-fields {margin-bottom:15px;}
.login-form label {display:inline-block; width:130px;}
.login-form .inputbox {display:inline-block; margin:0;}
ul.login-list {margin:20px 0 0; padding:0; list-style:none;}
ul.login-list li {border-left:1px solid #dedede; padding-left:15px; margin-left:15px; list-style:none; float:left; line-height:1; }
ul.login-list li:first-child {border-left:0; padding-left:0; margin-left:0; }
ul.login-list li a {font-size:12px; line-height:1.6;}

/* SITE OFFLINE / UNDER CONSTRUCTION */
.under_construction_site #frame { width:340px; height:300px; margin:-180px 0 0 -180px; position:absolute; top:45%;  left:50%; background-color: #e5e5e5; border:2px solid #fff; -webkit-box-shadow: 0px 0px 10px #111; -moz-box-shadow: 0px 0px 10px #111; box-shadow: 0px 0px 10px #111; padding:30px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.under_construction_site #form-login p * {display:inline-block;}
.under_construction_site #form-login label {width:90px;}
.under_construction_site #form-login .inputbox {margin:0px; width: 237px;}
.under_construction_site #form-login #form-login-remember label {width:100px;}
.under_construction_site #form-login #form-login-remember input {width:auto;}
.under_construction_site .button {width:100%; padding-top:6px; padding-bottom:6px;}
.under_construction_site .ucinfo {text-align:center;}
.under_construction_site h1 {font-weight:bold; text-transform:uppercase; margin:10px 0; font-size:24px;}

/* BREADCRUMBS */
#rt-breadcrumbs {font-size:11px; color:#fff; margin-bottom:25px;}
#rt-breadcrumbs a {color:#fff; border-bottom: 1px dotted white; border-bottom: 1px dotted rgba(255, 255, 255, 0.6);}
#rt-breadcrumbs a:hover {border-bottom: 1px dotted rgba(255, 255, 255, 0.9);}
#rt-breadcrumbs .brd_separator {padding:0 5px;}
#rt-breadcrumbs .breadcrumbs {padding:5px 0;}
#rt-breadcrumbs .date-block {float:right; padding:5px 0; }
#rt-breadcrumbs .brdc {padding:10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);}

/* SITEMAP */
#xmap ul {margin:0; list-style:none; padding:0;}
#xmap a {line-height:2; font-size:12px;}
#xmap ul li {margin-bottom:0;}
#xmap ul li a {background-image:url(../images/sitemap-arrow.png); background-repeat: no-repeat; }
#xmap ul li a {padding-left:40px; background-position: -270px 7px;  }
#xmap ul li li a {padding-left:80px; background-position: -230px 7px; }
#xmap ul li li li a {padding-left:120px; background-position: -190px 7px; }
#xmap ul li li li li a {padding-left:160px; background-position: -150px 7px; }
#xmap ul li li li li li a {padding-left:200px; background-position: -110px 7px; }
#xmap .menutitle {margin-top:15px;}

/* CONTACT MAP */
#contact_map { width:100%; position:relative; margin-bottom:25px; border-bottom:2px solid #fff; }
#contact_map .shadow-up {position:absolute; width:918px; height:20px; bottom:0; left:50%; margin-left:-459px; background:url(../images/shadow-up.png) no-repeat; z-index:1;}

/* CONTACT FORM */
#contact_form div {margin-bottom:15px;}
#contact_form div p {margin-bottom:0; display:none;}
#contact_form div label {display:inline-block; width:90px;}
#contact_form div .inputbox {display:inline-block; margin:0;}
#contact_form div .textarea {width: 400px; height: 150px;}
#contact_form div .simple-label {width: auto;}
#contact_form div .captcha {width: 100px;}

#rt-main {overflow:hidden;}

.qrCode img {background:#fff;}

/* K2 STUFF ------------------------------*/

/* K2 BLOG */

div.k2FeedIcon {padding:4px 0;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0 25px 0 0;height:16px;background:url(../images/k2/images/fugue/feed.png) no-repeat 100% 50%;}
.eosBlog .itemListView  {margin-bottom:25px;}
.eosBlog .catItemView  {background: rgba(0, 0, 0, 0.05); margin-bottom:35px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 15px; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.7); -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.7); box-shadow: 0 1px 0 rgba(255,255,255,0.7);}
.eosBlog .post_details {margin-bottom:20px; font-size:12px; color:#777;}
.eosBlog .catItemReadMore {margin-bottom:15px; border-bottom:1px solid #888; border-bottom:1px solid rgba(0,0,0,0.2); padding-bottom: 25px;}
.eosBlog .k2ReadMore {font-size:14px; font-weight:bold; }
.eosBlog .catItemLinks { padding:0 !important; list-style:none !important;}
.eosBlog .catItemLinks li {float:left; margin-left:20px; padding-left:25px; }
.eosBlog .catItemLinks li:first-child {margin-left:0; }
.eosBlog .catItemCommentsLink {background:url(../images/icon-comment.png) no-repeat left center; padding-left:25px;}
.eosBlog .catItemCategory {background:url(../images/icon-cat.png) no-repeat left center; padding-left:25px;}
.eosBlog .catItemDateCreated {background:url(../images/icon-calendar1.png) no-repeat left center; padding-left:20px;}
.eosBlog .catItemTagsBlock,
.eosBlog .itemTagsBlock,
.eosBlog .userItemTagsBlock {background:url(../images/icon-tags.png) no-repeat left center; padding-left:25px;color:#777; font-size: 11px;}
.eosBlog .catItemTagsBlock > span,
.eosBlog .itemTagsBlock > span,
.eosBlog .userItemTagsBlock > span {font-weight:bold; padding-right: 10px;}
.eosBlog .catItemTagsBlock ul,
.eosBlog .itemTagsBlock ul,
.eosBlog .userItemTagsBlock ul {margin:0 !important; padding:0 !important; list-style:none !important; display:inline;}
.eosBlog .catItemTagsBlock ul li,
.eosBlog .itemTagsBlock ul li,
.eosBlog .userItemTagsBlock ul li {display:inline; }
.eosBlog .catItemTagsBlock ul li a,
.eosBlog .itemTagsBlock ul li a,
.eosBlog .userItemTagsBlock ul li a {color:#777;}
.eosBlog .catItemLinks li.catItemHitsBlock,
.eosBlog .itemTagsBlock li.catItemHitsBlock,
.eosBlog .userItemTagsBlock li.catItemHitsBlock {float: right; color: #999;}

.k2LatestCommentsBlock ul {margin:0; padding:0; list-style:none;}
.k2LatestCommentsBlock ul li {margin-bottom:15px;}
.k2LatestCommentsBlock ul li.lastItem {margin-bottom:0;}
.k2LatestCommentsBlock .lcUsername, .k2LatestCommentsBlock .lcCommentDate {font-size:11px; color:#777;}
.k2LatestCommentsBlock .lcItemTitle {font-size:11px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px; } /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;width: 100%;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none; line-height: 5px;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none; line-height: 5px;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;line-height: 5px;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

.k2Pagination {text-align:center;text-transform:uppercase; font-size: 10px;line-height: 1.6; color:#888; margin: 20px 0;}
.k2Pagination ul {display:inline; margin:0; padding:0; list-style:none;}
.k2Pagination ul li {display:inline; padding:0 10px;}

.itemDateAuthor {font-size:11px;}

.userItemView {margin-bottom:25px;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/k2/images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0 !important;padding:0 !important;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}

.itemToolbar {margin-bottom:20px;}
.itemToolbar ul {margin:0 !important; padding:0 !important; list-style:none !important;}
.itemToolbar ul li {display:inline-block; margin-left:10px; padding-left:10px;}
.itemToolbar ul li.itemRatingBlockList {margin-bottom: -7px;}
.itemToolbar ul li:first-child { margin-left:0; padding-left:0; }
.eosBlog .itemContentFooter {margin-bottom:20px;}
.eosBlog .itemContentFooter span {padding-right:20px;}

div.itemSocialSharing {}
	div.itemTwitterButton {float:left;margin:2px 20px 0 0; width:80px;}
	div.itemFacebookButton {float:left;margin-right:20px;width:70px;}
	div.itemGooglePlusOneButton {float:left;width:70px;}

.eosBlog .itemLinks { margin-top:10px; padding-bottom:15px;margin-bottom:20px; border-bottom:1px solid #888; border-bottom:1px solid rgba(0,0,0,0.2); }
/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
	div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}
	
.infSep {padding:0 5px;}
/* Comments */
div.itemComments {background: #f7fafe; background: rgba(255, 255, 255, 0.2); border:1px solid #ddd; border:1px solid rgba(0,0,0,0.1); -webkit-border-radius:3px;  -moz-border-radius:3px;  border-radius:3px;  padding:16px;}
	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding: 0 0 10px 0;margin: 0 0 10px 0;border-bottom:1px dotted #ddd;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/k2/images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:normal;font-size:11px; color: #888;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:normal;font-size:11px; color:#888;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}
	
	div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../images/k2/images/system/searchLoader.gif) no-repeat 100% 50%;}
	h3.itemCommentsCounter {margin-top:0; background:url(../images/icon-comments-big.png) no-repeat left center; padding-left:30px; line-height:1.3;}
	.itemCommentsFormNotes {font-size:11px; color:#888;}
.itemNavigation {margin-bottom:20px;}

.itemCommentsForm textarea {width:500px; height:130px;}

/* User items */
div.userItemView {} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
	span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {}
	div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px;}
	div.userItemHeader h3.userItemTitle {font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:8px 0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
	span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.userItemImage img {border:1px solid #ccc;padding:8px;}

div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.userItemIntroText img {}

div.userItemLinks {margin:0 0 16px 0;padding:0;}

div.userItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemCategory a {}

div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.userItemTagsBlock ul.userItemTags li a {}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.userItemCommentsLink a {}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}

/* END K2 STUFF ------------------------------*/

/* PORTFOLIO */
.eos_portfolio .we_did li {width: 160px;display: inline-block;}
.eos_portfolio .ptitle {margin-top: 0; margin-bottom: 20px;}
.eos_portfolio .itemListView.project  {margin:15px 0;}
.eos_portfolio .itemLinks > span {-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; padding:5px 10px; color:#fff; font-size:11px; margin-right:20px;  }
.eos_portfolio .itemLinks > span a {color:#fff;}
.eos_portfolio .itemLinks > span:hover.seemore {background-color:#666666;}
.project .images-carousel .buttons-container {width:65px; height:32px; position:absolute; left:50%; margin-left:-33px; bottom:14px;z-index: 1;}
.project .images-carousel .buttons { background: url("../images/controls-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: block; height: 32px; text-indent: -9999px; width: 32px; float:left; }
.project .images-carousel .prev { background-position: 0 -32px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.project .images-carousel .prev:hover{background-position: 0 0;}
.project .images-carousel .next { margin-left:1px; background-position: -32px -32px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.project .images-carousel .next:hover{background-position: -32px 0;}
.itemListView.project .images-carousel .rhino-slideshow {width:540px; height:300px;  margin:0; padding:0; list-style:none;}
.itemListView.project .images-carousel .rhino-container {z-index:1;width:540px; height:300px; left: 0; top: 0;}
.itemListView.project .images-carousel .rhino-slideshow li, 
.itemListView.project .images-carousel .rhino-slideshow img {-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.itemListView.project .images-carousel .rhino-slideshow li {-webkit-box-shadow: 0 0 5px #333; -moz-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}
.itemListView.project .images-carousel .rhino-slideshow li:hover {-webkit-box-shadow: 0 0 10px #333; -moz-box-shadow: 0 0 10px #333; box-shadow: 0 0 10px #333;}

.itemListView.project.laptops .images-carousel .rhino-slideshow {width:370px; height:240px;  margin:0; padding:0; list-style:none;}
.itemListView.project.laptops .images-carousel .rhino-container {z-index:1;width:370px; height:240px; left: 86px !important; top: 20px !important;}

.itemView ul.rhino-slideshow {margin:0; padding:0; list-style:none; width:620px; height:380px;}
.itemView .images-carousel .rhino-container {z-index:1;width:620px; height:380px; left: 0; top:0; }
.itemView .images-carousel .rhino-slideshow li, 
.itemView .images-carousel .rhino-slideshow img {-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.itemView .images-carousel .rhino-slideshow li {-webkit-box-shadow: 0 0 5px #333; -moz-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}
.itemView .images-carousel .rhino-slideshow li:hover {-webkit-box-shadow: 0 0 10px #333; -moz-box-shadow: 0 0 10px #333; box-shadow: 0 0 10px #333;}
.itemView .images-carousel .buttons-container {width:65px; height:32px; position:absolute; left:50%; margin-left:-33px; bottom:14px;z-index: 1;}
.itemView .images-carousel .buttons { background: url("../images/controls-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: block; height: 32px; text-indent: -9999px; width: 32px; float:left; }
.itemView .images-carousel .prev { background-position: 0 -32px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.itemView .images-carousel .prev:hover{background-position: 0 0;}
.itemView .images-carousel .next { margin-left:1px; background-position: -32px -32px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.itemView .images-carousel .next:hover{background-position: -32px 0;}

.itemView .portfolio-nav {float:right; margin:0; padding:0; list-style:none;}
.itemView .portfolio-nav li {float:left; margin-left:3px;}
.itemView .portfolio-nav li:first-child {margin-left:0;}
.itemView .portfolio-nav li a {border:none; color:#454545; width:30px; height:30px; display:block; text-indent:-9999px; background-image:url(../images/portfolio-nav.png); background-repeat: no-repeat; -webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; }
.itemView .portfolio-nav li a:hover { background-color:#666666; }
.itemView .portfolio-nav li .portfolio-list {background-position:0 0;}
.itemView .portfolio-nav li .portfolio-prev {background-position:-30px 0;}
.itemView .portfolio-nav li .portfolio-next {background-position:-60px 0;}

.sortablePortfolioItems ul {margin:0; padding:0; list-style:none;}
.sortablePortfolioItems ul li { margin-bottom: 20px; float: left; margin-right: 20px; position: relative; width: 220px; overflow:hidden; }
.sortablePortfolioItems ul li.last { margin-right:0; }
.moduleAttachments {position:relative; } 
.moduleAttachments a {display:block; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.moduleAttachments .moduleItemTitle {position:absolute; top:1px; right:1px; bottom:1px; left:1px; z-index:2; text-align:center; margin: 0; background-color: rgba(255, 255, 255, 0.7); opacity:0; filter:alpha(opacity=0);} 
.moduleAttachments:hover .moduleItemTitle {opacity:1; filter:alpha(opacity=100);} 
.moduleAttachments .moduleItemTitle span {font-size:11px; color:#fff; font-weight:normal; padding:4px 8px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; text-shadow:none; display: inline-block; margin-top: 65px;  }
.moduleAttachments .thumbImg {position:relative; top:0; z-index:1; padding:4px; border:1px solid #bbb;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; background-color:#fff; }


#rt-mainbody .gkTab.portfolio_sortable ul.gkTabs {float:right; margin:0; padding:0; list-style:none; height:30px; border:none !important; background:none !important;}
#rt-mainbody .gkTab.portfolio_sortable ul.gkTabs li { border:none !important; margin-left:5px !important; padding:10px !important; -webkit-border-radius:3px;  -moz-border-radius:3px;  border-radius:3px; height: auto !important; font-weight:normal; text-transform:uppercase; color:#fff !important; text-shadow:none; line-height:1 !important;  }
#rt-mainbody .gkTab.portfolio_sortable ul.gkTabs li:hover { background-color:#666666 !important; }
.browserIe.ie7 #rt-mainbody .gkTab.portfolio_sortable {position:static;}

.vmstyle.vmCartModule .vm_cart_products.hasProducts {margin-bottom:10px; padding-bottom:20px; border-bottom:1px solid #777; border-bottom:1px solid rgba(0,0,0,0.2);}
.vmstyle.vmCartModule .vm_cart_products .product_attributes {font-size:11px;}
.vmstyle.vmCartModule .show_cart {margin-top:10px;}
.vmstyle.vmCartModule .show_cart a {padding:3px 6px; font-size:10px; color:#fff; background:#777; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; line-height:1.1;}
.vmstyle.vmCartModule .show_cart a:hover {background:#454545;}

.vmstyle.searchVM input[type=text] {margin:0; width:180px;}
ul.menu.vmstyle .VmArrowdown {margin-top:-25px;}


.vmstyle.vmgroup .vmproduct {padding:0;}
.vmstyle.vmgroup .vmproduct .thumb {text-align: center; display: block; min-height:140px; line-height:140px; background:#fff; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2) inset; -moz-box-shadow:0 0 20px rgba(0,0,0,0.2) inset; box-shadow:0 0 20px rgba(0,0,0,0.2) inset; border:1px solid #bbb; -webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; position:relative; margin:0 !important;}
.vmstyle.vmgroup .vmproduct .thumb:hover {border:1px solid #999; }
.vmstyle.vmgroup .vmproduct .thumb img {vertical-align:middle;}
.vmstyle.vmgroup .vmproduct .title {margin-top: 15px; display: block; font-size: 120%; font-weight: bold;}
.vmstyle.vmgroup .vmproduct .priceTag {display: block; font-size: 110%; font-weight: bold;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-field {display:inline-block;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-fields {text-align:left;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-fields select {width:80px; display:inline;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-fields .hasTip {display:none !important;}
.vmstyle.vmgroup .vmproduct .addtocart-area .addtocart-bar {clear:both;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-fields .product-fields-title {display:block; margin-right:10px; margin-bottom:5px;}
.vmstyle.vmgroup .vmproduct .product-field-display > * {display:block; float:left;}
.vmstyle.vmgroup .vmproduct .product-field-display label {width: 150px; float:left;padding-left: 5px;}
.vmstyle.vmgroup .product-field-type-B, .vmstyle.vmgroup .product-field-type-S, .vmstyle.vmgroup .product-field-type-I {padding:0; width:100%; float:none;}
.vmstyle.vmgroup .vmproduct .addtocart-area .product-fields .product-field-display label {font-weight:normal;}
.vmstyle.vmgroup .vmproduct .addtocart-area span.quantity-box {width:40px; margin-right:10px; padding:0;}
.vmstyle.vmgroup .vmproduct .addtocart-area span.quantity-box input {width:30px; margin:0; border: 1px solid #CCC; padding: 6px 4px;-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;color: #777; background: white;}
.vmstyle.vmgroup .vmproduct .addtocart-area span.quantity-controls { padding-top:0; margin-right:10px; margin-left:0; line-height: 1; }
.vmstyle.vmgroup .vmproduct .addtocart-area span.quantity-controls input { padding:0; margin:0; }
.vmstyle.vmgroup .vmproduct .addtocart-area span.quantity-controls .quantity-plus {margin-bottom:4px !important;}
.vmstyle.vmgroup .vmproduct .addtocart-area span.addtocart-button {width:110px; margin:0;}
.vmstyle.vmgroup .vmproduct .addtocart-area span.addtocart-button input {width:110px; cursor: pointer; margin:-2px 0 0 5px; padding: 8px 18px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: 500; text-shadow:none; border:1px solid #555; letter-spacing:normal; height:auto; line-height:1; font-weight:bold;color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .4); border: 1px solid #699631; border-top-color: #6d9e34; border-bottom-color: #457119; background: #67a215;-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5); -box-shadow: 0 2px 2px rgba(0, 0, 0, .2), inset 0 2px 0 rgba(255, 255, 255, .5); background: -moz-linear-gradient(top, #9dbf46, #67a215); background: -webkit-linear-gradient(top, #9dbf46, #67a215); background: -o-linear-gradient(top, #9dbf46, #67a215); background: linear-gradient(top, #9dbf46, #67a215);} 
#facebox .content {padding:0 !important;}
#facebox .content > div {padding:20px;}
#facebox .content.my-groovy-style h4 {border-top: 10px solid #EEE; padding-top: 10px;}
#facebox .content.my-groovy-style > div {font-size:10px;}
#facebox .content.my-groovy-style div > a { font-size:10px; padding:3px 8px; background-color:#eee; line-height:1; text-transform:uppercase; color:#000; display:inline-block; border-radius:2px; margin-right:10px;height:auto; line-height:1;}

.vmstyle .vmmanufacturer { padding:0; list-style:none;}
.vmstyle .vmmanufacturer .thumb {text-align: center; display: block; min-height:140px; line-height:140px; background:#fff; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2) inset; -moz-box-shadow:0 0 20px rgba(0,0,0,0.2) inset; box-shadow:0 0 20px rgba(0,0,0,0.2) inset; border:1px solid #bbb; -webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; position:relative; margin:0 !important; }
.vmstyle .vmmanufacturer .thumb:hover {border:1px solid #999; }
.vmstyle .vmmanufacturer .thumb img {vertical-align:middle;}
.vmstyle .vmmanufacturer .thumb div {font-size: 12px !important; background-color:#bbb; color: #000; font-weight: normal; padding: 4px 8px; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; text-shadow: none; display: inline-block; position:absolute; right:15px; bottom:15px;line-height:1;}
.vmstyle .vmmanufacturer .thumb:hover div {background-color:#999; }

.clonefooter-0 #controls-wrapper {bottom:100px !important;}
.clonefooter-0 #progress-back {bottom:0 !important; height:10px !important;}
.clonefooter-0 #progress-bar {height:10px !important;}

.homepage.slideshowonly-1 {overflow:hidden;}
.homepage.slideshowonly-1 .thebottom {display:none;}
.homepage.slideshowonly-1 #slideshow .thebottom {display:block;}
.homepage.slideshowonly-1 .headerFix {display:none;}

/* Resets, stylers & helpers */
.alignleft {float:left; margin-right:15px;}
.alignright {float:right; margin-left:15px;}
.noMarginRight {margin-right:0 !important;}
.noMarginLeft {margin-left:0 !important;}
.noMarginTop {margin-top:0 !important;}
.noMarginBottom {margin-bottom:0 !important;}
body a,p,li,span,div{
	font-family: Arial, Helvetica, sans-serif;
}

.rt-block .top-contact span.phone_number{
	color:#000;
}
.rt-block .top-contact span.email_address{
	color:#000;
}
#item-227{
	display:none;
}
#rt-bottom{
	display:none;
}