@CHARSET "UTF-8";
html, body {height: 100%;min-height: 100%;}

body { font-family: Arial, Helvetica, tahoma sans-serif; font-size:13px; line-height:20px; color:#353535; 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; 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:20px; }
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; }
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; }

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

.rt-container {margin-bottom: 30px;}
#rt-top .rt-container , #rt-header .rt-container , #rt-bottom .rt-container , #rt-footer .rt-container {margin-bottom:0;}

/* 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,ul.list-type-10 {padding-left:0; margin-bottom:20px; margin-left:0px;  line-height:20px; list-style:none; }
ul.list-type-1 li, ul.list-type-2 li, ul.list-type-3 li, ul.list-type-4 li, ul.list-type-5 li, ul.list-type-6 li, ul.list-type-7 li, ul.list-type-8 li, ul.list-type-9 li, ul.list-type-10 li { line-height:20px;}
ul.list-type-1 li {padding-left:15px; background:url(../images/bullet-list_01.png) no-repeat 0 0;}
ul.list-type-2 li {padding-left:15px; background:url(../images/bullet-list_02.png) no-repeat 0 0;}
ul.list-type-3 li {padding-left:15px; background:url(../images/bullet-list_03.png) no-repeat 0 0;}
ul.list-type-4 li {padding-left:25px; background:url(../images/bullet-list_04.png) no-repeat 0 0; margin-bottom:5px;}
ul.list-type-5 li {padding-left:25px; background:url(../images/bullet-list_05.png) no-repeat 0 0;}
ul.list-type-6 li {padding-left:25px; background:url(../images/bullet-list_06.png) no-repeat 0 0;}
ul.list-type-7 li {padding-left:25px; background:url(../images/bullet-list_07.png) no-repeat 0 0;}
ul.list-type-8 li {padding-left:25px; background:url(../images/bullet-list_08.png) no-repeat 0 0;}
ul.list-type-9 li {padding-left:25px; background:url(../images/bullet-list_09.png) no-repeat 0 0;}
ul.list-type-10 li {padding-left:25px; background:url(../images/bullet-list_10.png) no-repeat 0 0;}

.separator { background: #f1f1f1; height: 2px; margin: 0 0 35px; }

/* INPUT, TEXTAREA, SUBMIT */
input {margin:0; padding:0;}
input[type=text], input[type=password], input[type=email], textarea { padding:7px; font-size:11px; color:#777; }
input[type=text], input[type=password], input[type=email], textarea, select { background: #ffffff; outline:0 none !important; border:1px solid #d6d6d6; box-shadow:1px 2px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
input[type=text]:hover, input[type=password]:hover ,input[type=email]:hover, textarea:hover { border:1px solid #b4b4b4; }
input[type=text]:focus, input[type=password]:focus ,input[type=email]:focus, textarea:focus { border:1px solid #999;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3); -moz-box-shadow:0 0 3px rgba(0,0,0,0.3); box-shadow:0 0 3px rgba(0,0,0,0.3); }

input[type=submit],
input[type=button],
button,
.pricing-table .action a,
.small-button, .medium-button, .big-button {
background-color: #ccc;
padding: 5px 14px; color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.5); text-transform:uppercase; cursor:pointer;
border:1px solid #555; border:1px solid rgba(0,0,0,0.5);
-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.5); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.5); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.5);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4C000000',GradientType=0 ); /* IE6-9 */ }

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.pricing-table .action a:hover,
.small-button:hover, .medium-button:hover, .big-button:hover { color:#fff;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.3); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,0.3);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background-image: linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
input[type=submit]:active,
input[type=button]:active,
button:active,
.pricing-table .action a:active,
.small-button:active, .medium-button:active, .big-button:active {
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
background-image: linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#19000000',GradientType=0 ); /* IE6-9 */
padding: 6px 14px 4px;}

.big-button { padding: 9px 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 18px; }
.big-button:active { padding: 10px 20px 8px;}

.medium-button { padding: 7px 20px; font-size: 14px; }
.medium-button:active { padding: 8px 20px 6px;}

.big-button.rounded {-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
.medium-button.rounded {-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;}
.small-button.rounded {-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;}

.big-button, .medium-button, .small-button { display:inline-block; vertical-align:top }

.item-page {position: relative; z-index: 1;}
a.pseudo {position: relative; margin: 0 6px; display:inline-block; z-index:1;}
a.pseudo::before { background-color:#777; background-color:rgba(0,0,0,0.1); content:""; display:block; position:absolute; width:100%; height:100%; padding:7px; left:-7px; top:-7px; z-index:-1;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.6); -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.6); -o-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.6); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4), 0px 1px 0px rgba(255,255,255,0.6);}

a.rounded.pseudo::before {-webkit-border-radius: 26px; -moz-border-radius: 26px; -o-border-radius: 26px; border-radius: 26px;}

.rt-article .big-button, .rt-article .medium-button, .rt-article .small-button {margin-bottom:20px}

a.orange { background-color:#EB540A; }
a.blue { background-color:#0086AB; }
a.lightblue { background-color:#3EB8E5 }
a.purple { background-color:#8A2D9A; }
a.yellow { background-color:#ddb110; }
a.turqoise { background-color:#12C6C2; }
a.darkred { background-color:#C62B57; }
a.red { background-color:#F02311; }
a.green { background-color:#59A80F; }
a.green-lemon { background-color:#9CC607; }

/* buttons variation */
.btn-style1 {
	-moz-border-radius: 0;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	color: #666;
	font-size: 16px;
	line-height: 0;
	padding: 4px 8px;
	text-align: center;
	text-shadow: 0 0px 0 #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: 'Yanone Kaffeesatz', arial, serif;
    font-weight: 300;
}
.btn-style1.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding-left:13px; padding-right:13px; }
.btn-style1:hover {
	-moz-box-shadow: inset 0 0 0px 0px #0086ab;
	box-shadow: inset 0 0 0px 0px #0086ab;
	color: #FFF;
	font-family: 'Yanone Kaffeesatz', arial, serif;
    font-weight: 300
	text-shadow: none;
	background-color: #0086ab;
}
.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; }

/* 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: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
transition: opacity .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: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
transition: opacity .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: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;}

a.nice:hover {opacity:.9;}

select {padding:7px; border:1px solid #e3e3e3;}
select:hover { border:1px solid #b4b4b4; }

form > div {margin-bottom:15px;}
form label {color:#454545;}

.infield form > div, form.infield > p {position:relative;}
.infield form label {position:absolute; left:7px; top:5px; font-size:11px; color:#888;}

.form-preset input[type=text], .form-preset input[type=password] {width:240px;}
.form-preset textarea {width:450px;}


/* STUFF */
.pricing-table {margin-bottom:35px; width:940px;}
.pricing-table.col1 {width:100%;}
.pricing-table.col1 .box {width:100%;}
.pricing-table.col2 .box {width:50%;}
.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; width:100;
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; 
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.col1 .first .box-inner  {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-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 .box {position:relative; z-index:1; }
.pricing-table .box:hover {z-index:3; }
.pricing-table .box.promoted {z-index:2; }
.pricing-table .box:hover .box-inner,
.pricing-table .box.promoted .box-inner { border-width:3px; border-style:solid; left:0; position:relative; top:0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:0 2px 25px rgba(0,0,0,0.6); -moz-box-shadow:0 2px 25px rgba(0,0,0,0.6); box-shadow:0 2px 25px rgba(0,0,0,0.6);-webkit-transition: box-shadow .15s ease;-moz-transition: box-shadow .15s ease; -o-transition: box-shadow .15s ease; transition: box-shadow .15s ease; padding-left:18px; padding-top:18px;}

.pricing-table .box .box-inner ul.description li:nth-child(odd) {background:rgba(0,0,0,0.03);}

.pricing-table .action a {padding: 7px 14px;}
.pricing-table .action a:active {padding: 8px 14px 6px;}

.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 .box.features {z-index:1 !important;}
.pricing-table .box.features .box-inner,
.pricing-table .box.features:hover .box-inner { border-width:1px; border-color:#dedede !important; border-right:none; left:0; top:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; -webkit-transition: none;-moz-transition: none; -o-transition: none; transition:none; }
.pricing-table .box.features:hover ul.description li {line-height:19px;}

.pricing-table.orange-style {color:#EB540A;}
.pricing-table.orange-style .promoted .box-inner,
.pricing-table.orange-style .box:hover .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,
.pricing-table.blue-style .box:hover .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,
.pricing-table.purple-style .box:hover .box-inner {border-color:#8A2D9A; }
.pricing-table.purple-style .action a { background-color:#8A2D9A; }
.pricing-table.yellow-style {color:#ddb110;}
.pricing-table.yellow-style .promoted .box-inner,
.pricing-table.yellow-style .box:hover .box-inner {border-color:#ddb110; }
.pricing-table.yellow-style .action a { background-color:#ddb110; }
.pricing-table.turqoise-style {color:#12C6C2;}
.pricing-table.turqoise-style .promoted .box-inner,
.pricing-table.turqoise-style .box:hover .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,
.pricing-table.darkred-style .box:hover .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,
.pricing-table.red-style .box:hover .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,
.pricing-table.green-style .box:hover .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,
.pricing-table.green-lemon-style .box:hover .box-inner {border-color:#9CC607; }
.pricing-table.green-lemon-style .action a { background-color:#9CC607; }

span.or {display: inline-block; height: 25px; background: url(../images/or.png) no-repeat center center; margin: 0 5px; margin-top: 0; vertical-align: top;}

/* 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); font-weight: 700;}

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

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

/* TABS - Tutorial by Soh Tanaka - http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/ */
.simple-tabs ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height: 32px; border-bottom: 1px solid #CFCFCF; border-left: 1px solid #CFCFCF; width: 100%; }
.simple-tabs ul.tabs li { float: left; margin: 0; padding: 0; height: 31px; line-height: 31px; border: 1px solid #CFCFCF; border-left: none; margin-bottom: -1px; overflow: hidden; position: relative; background: #f6f6f6; }
.simple-tabs ul.tabs li a { text-decoration: none; color: #000; display: block; padding: 0 20px; border: 1px solid #fff; outline: none; }
.simple-tabs ul.tabs li.active a { color:#EB540A; } 
.simple-tabs ul.tabs li a:hover { background: #ccc; }
.simple-tabs ul.tabs li.active a, #simple-tabs ul.tabs li.active a:hover  {  background: #fff; border-bottom: 1px solid #fff;}  
.simple-tabs ul.tabs li.active { border-top:1px solid #000; border-bottom: 1px solid #fff;}
.simple-tabs .tab_container { border: 1px solid #ccc; border-top: none; overflow: hidden; clear: both; float: left; width: 100%; background: #fff; margin-bottom:25px; }
.simple-tabs .tab_content { padding: 20px 20px 0; }

.tabs-minimal-style ul.tabs { margin: 0; padding: 0; list-style: none; }
.tabs-minimal-style ul.tabs li {float:left; margin-left:15px; border-left:1px dotted #ccc; padding-left:15px;}
.tabs-minimal-style ul.tabs li:first-child { margin-left:0; border-left:0; padding-left:0;}
.tabs-minimal-style ul.tabs li a {color:#888; font-weight:bold;}
.tabs-minimal-style ul.tabs li.active a {color:#444; }
.tabs-minimal-style .tab_container { overflow: hidden; clear: both; float: left; width: 100%; margin-top:15px; margin-bottom:25px; }

.tabs-clean-style ul.tabs { margin: 0; padding: 0; list-style: none; }
.tabs-clean-style { margin-bottom:25px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 0 0 3px #b4b4b4; -moz-box-shadow: 0 0 3px #b4b4b4; box-shadow: 0 0 3px #b4b4b4; }
.tabs-clean-style ul.tabs {height:40px; margin:0; padding:0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
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%);
}
.tabs-clean-style ul.tabs li { float: left; margin: 0; padding: 0; height: 38px; border: 1px solid #dfdfdf; border-left: none; margin-bottom: -1px; overflow: hidden; position: relative;}
.tabs-clean-style ul.tabs li:first-child {-webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.tabs-clean-style ul.tabs li a {color:#6e6e6e; font-weight:bold; padding:0 20px; text-shadow:0 1px #fff; line-height: 40px;}
.tabs-clean-style ul.tabs li.active { background:#fff; border-bottom: 1px solid #fff;}
.tabs-clean-style ul.tabs li.active a {color:#EB540A;  }
.tabs-clean-style .tab_container { overflow: hidden; clear: both; float: left; width: 100%; background:#fff;}
.tabs-clean-style .tab_content { padding: 20px 20px 0;  }

.tabs-classic-style .tabs {border-bottom:1px solid #ddd; margin:0; padding:0; list-style:none; }
.tabs-classic-style .tabs li {float:left;}
.tabs-classic-style .tabs li a {color:#52616f; display:block; padding:6px 10px;}
.tabs-classic-style .tabs li.active a {color:#737373; border:1px solid #ddd; border-bottom:0; padding-bottom:7px; margin-bottom:-1px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
.tabs-classic-style .tab_container { overflow: hidden; clear: both; float: left; width: 100%; background:#fff; border:1px solid #ddd; border-top:0;}
.tabs-classic-style .tab_content { padding: 20px 20px 0;  }

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

/* 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:#fff; color:#454545; text-shadow:0 1px 0 #fff; border-bottom:1px solid #999999; height: 100%;}
.years .year h4.htitle {margin-top:0;}
.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 GALLERY */
.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; }

/* 404 ERROR */
.error404 {margin-bottom:80px;}
.error404 h2 {font-weight:bold; font-size: 260px; line-height:1; text-align:center; text-shadow: 0 0 24px #fff; text-transform:uppercase; margin:40px 0; color:#fff; color:transparent;}
.error404 h3 {font-size:30px; text-align:center; opacity: 0.2; filter:alpha(opacity=20);}

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

/* ARTICLE HEADING STYLES */
.rt-articleinfo dd {float:left; margin-left:10px; padding-left:10px; border-left: 1px dotted #bbb; line-height:1.3;}
.rt-articleinfo dd:first-child {margin-left:0; padding-left:0; border:0; }
.component-content .rt-author {font-style:normal; }
.component-content h2.title,
.eosBlog h1.title {margin:20px 0; background:rgba(0,0,0,0.2); line-height:1;}
.component-content h2.title a,
.component-content h2.title span,
.eosBlog h1.title a,
.eosBlog h1.title span {font-size:34px; line-height:1; padding-right:20px; text-shadow: 0 1px 0 #FFFFFF; font-weight: 400;}
.component-content .rt-articleinfo {margin-bottom: 25px; padding-bottom: 10px; border-bottom: 3px solid #fff; border-bottom: 3px solid rgba(255,255,255,0.7); color:#777; font-weight:normal !important;}
.component-content .rt-article-icons {margin-top:-45px; margin-right:10px; }
.component-content .rt-article-icons ul li {float:right; margin-left:5px; width:18px; }
.component-content .rt-article-icons ul li.edit-icon {margin-left:0;}
.component-content .rt-article-icons .print-icon a,
.component-content .rt-article-icons .email-icon a,
.component-content .rt-article-icons .edit-icon a {background-image:url(../images/article-icons.png); background-repeat:no-repeat; width:18px; height:18px; margin:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity:.7;}
.component-content .rt-article-icons li a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity:1;}
.component-content .rt-article-icons .print-icon a {background-position:right center;}
.component-content .rt-article-icons .email-icon a {background-position:center center;}
.component-content .rt-article-icons .edit-icon a {background-position:left center;}
.component-content .rt-article-icons .print-icon a img,
.component-content .rt-article-icons .email-icon a img,
.component-content .rt-article-icons .edit-icon a img {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity:0;}
.tip-wrap .tip {background:#000; padding:5px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; font-size:11px; color:#fff; line-height:1.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity:.8;}
.tip-wrap .tip .tip-title {font-weight:bold;}

/* SIDEBAR */
#rt-sidebar-b { background: rgba(0, 0, 0, 0.05); padding:15px; }
.sidebar h2.title {margin-top:0; background: url(../images/bg-h.png) no-repeat left bottom; padding-bottom: 15px;}
.sidebar .rt-block {margin-bottom:30px;}
.sidebar ul.menu {margin:0; padding:0; list-style:none;}
.sidebar ul.menu ul {padding:0px; list-style:none; margin-left:15px;}
.sidebar ul.menu li {border-top:1px dotted #c9c9c9;}
.sidebar ul.menu li.deeper.parent > a {border-bottom:1px dotted #c9c9c9;}
.sidebar ul.menu li:first-child {border-top:0;}
.sidebar ul.menu li a {line-height:1.3; padding:6px 0; display:block; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.sidebar ul.menu li.active > a,
.sidebar ul.menu li a:hover {padding-left:15px; background:url(../images/menu-bullet.png) no-repeat left center; color:#555;}

/* BREADCRUMBS */
#rt-breadcrumbs {font-size: 11px; margin-bottom: 10px; margin-top: 20px; color: #777;}
#rt-breadcrumbs .rt-container {margin-bottom:0;}
#rt-breadcrumbs .brd_separator {padding:0 10px;}
#rt-breadcrumbs .breadcrumbs {padding:5px 15px; display: inline-block; background: #fff; position:relative; border-bottom: 1px solid rgba(0,0,0,0.1);}
#rt-breadcrumbs .breadcrumbs:after {content:""; position:absolute; right:25px; bottom:-10px; width:0; height:0; border-color: transparent; border-style: solid; border-width:5px; border-top-color:#fff;}
#rt-breadcrumbs .date-block {float: right; padding: 5px 15px; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.1);}
#rt-breadcrumbs span.date {background:url(../images/icon-calendar.png) no-repeat right center; padding-right:23px; }
#rt-breadcrumbs .brdc {padding:0;}
#rt-breadcrumbs .isHome {background:url(../images/icon-home.png) no-repeat left center; padding-left:23px;}

#rt-system-errors .rt-container {display:inline}

/* PAGE STYLING */
#page-wrapper { border-left:2px solid #fff; border-right:2px solid #fff; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); box-shadow: 0 0 3px rgba(0,0,0,0.2); }
#rt-logo { position:fixed;
	background: url(../images/logo/logo.png) 0 0 no-repeat;
	width: 189px;
	height: 115px;
	display: block;
	position: fixed;
	left: 50%;
	top: -5px;
	margin-left: -460px;
	z-index:9999;
}

.rt-block {padding:0; margin:0;}
#rt-bottom .rt-block {padding:5px 5px; }
.rt-block .rt-alpha {margin-left:0;}
.rt-block .rt-omega {margin-right:0;}

.pagedisplay-narrow #page-wrapper  {width: 960px; margin: 0 auto;}
.pagedisplay-narrow #page-wrapper #rt-top .rt-container {background-image:url(../images/bgtopleft.png); background-repeat: no-repeat; background-position: left top; }
.pagedisplay-narrow #page-wrapper #rt-header .rt-container {background:url(../images/bgtopleft.png) no-repeat 0 -43px;}

#rt-top .rt-container,
.headerFix {
	height: 43px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
} /* Because rt-top is fixed, we need a height fix */

#rt-footer .rt-container,
.bottomFix { height: 30px; padding-top: 10px;} /* Because rt-bottom is fixed, we need a height fix */


#rt-top {position:fixed; z-index:9998; top: 0; left:0; border-bottom:1px solid #fff; width:100%;}
#rt-footer {position:fixed; z-index:9998; width:100%; top:auto; bottom:0;}
.pagedisplay-narrow #rt-top,
.pagedisplay-narrow #rt-footer {width:960px; left:50%; margin-left:-480px;}

#rt-top .rt-omega .rt-block {float:right;}
#rt-top .rt-alpha.rt-omega .rt-block {float:none;}

.one_page_menu { float:right; }
.one_page_menu ul.menu {margin:0; padding:0; list-style:none;}
.one_page_menu ul.menu li {float:left; margin:0 4px; line-height:1; }
.one_page_menu ul.menu li a {padding: 3px 6px; text-transform: uppercase; display:block; font-size: 16px; font-weight:200; color: #424242; text-shadow: 0 1px 0 white; line-height: 1; margin-top:10px;}
#rt-header .one_page_menu ul.menu li a {margin-top:5px; font-size:18px;}
.one_page_menu ul.menu li a.active,
.one_page_menu ul.menu li a:hover {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; color:#fff; text-shadow:none;}
#footer-shadow-up {width:960px; height:8px; position:fixed; bottom:41px; left:50%; margin-left:-480px; z-index:2; }


.topHelpers {font-size:16px; font-weight:200; color: #555; text-shadow: 0 1px 0 #fff; text-align: right; margin-top: 10px; border-left: 1px dotted #999; display: inline-block; padding-left: 35px; margin-left:10px; line-height:20px; height: 20px;}
.topHelpers.noborder {border-left:0;}
.topHelpers a {color:#777;}
.phone-number { background:url(../images/icon-phone.png) no-repeat 15px 50%; }
.email-address {background:url(../images/icon-email.png) no-repeat 15px 50%; }

#rt-header {position: fixed; z-index: 2; border-bottom:2px solid #fff; }
#rt-header.hasBorder {border-bottom:1px solid #fff;}
#rt-header .rt-container { padding-top: 10px;}
#rt-header .rt-alpha > div {float:right;}

#rt-header .rt-alpha > div {float:none; display:inline-block;margin: 0; padding: 0; vertical-align: top;}
#rt-header .rt-alpha {text-align:right;}

#rt-footer p, #rt-footer ul {margin-bottom:0;}

#logo2 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity:0;
-webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
#logo2.visible {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity:1;}

/* HIDDEN POP-UPS */
.iconWidget {background:url(../images/headerLeftDottedBorder.png) no-repeat left center; padding-left: 10px; padding-right: 5px; height:24px; margin-top:5px;  }
.iconWidgetIcon {width:26px; height:24px;  background-repeat: no-repeat; background-position: center center; margin-top: 0px;  cursor:pointer; display:block; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px;}
.iconWidget.visible .iconWidgetIcon { background-color:#fff; background-image:url(../images/icon-close.png) !important; border-bottom: 6px solid #FFFFFF;}
.iconWidgetContainer {max-width: 260px; min-width: 90px; opacity:0;display:none; top: 35px; position:absolute; text-align:left; right:0; background: #fff; padding: 15px; border: 5px solid #ddd; border: 5px solid rgba(0,0,0,0.05); 
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #999, 0 0 10px rgba(0,0,0,0.2);; -moz-box-shadow: 0 1px 0 #999, 0 0 10px rgba(0,0,0,0.2);; box-shadow: 0 1px 0 #999, 0 0 10px rgba(0,0,0,0.2);;}
.iconWidgetContainer h2.title {margin-top:0; background: #EEEEEE; line-height: 1.2;}
.iconWidgetContainer h2.title span {background: #FFFFFF; display: inline-block; margin-left: 3px; padding-left: 10px; padding-right: 10px; margin-right: 20px;}

/* login form inside pop-up icon */
.loginForm ul {margin: 10px 0 0; padding:0; list-style:none;}
.loginForm ul li {float:left; margin-left:10px; padding-left:10px; border-left:1px dotted #ccc; line-height:1.2;}
.loginForm ul li:first-child {margin-left:0; padding-left:0; border-left:0; }
.loginForm ul li a {line-height:1; font-size:10px;}
.loginForm input[type=text],
.loginForm input[type=password] {width:200px;}
.loginForm .rememberAndSubmit > p {float:left; margin-bottom:0;}
.loginForm #form-login-remember {line-height: 1; margin: 8px 0 0 20px;}
.loginForm #form-login-remember label {vertical-align: top;}

.iconWidgetContainer .mod-languages {text-align:center;}
.iconWidgetContainer .mod-languages ul {display:inline-block; margin:0; list-style:none; padding:0;}
.iconWidgetContainer .mod-languages ul li {margin:0 3px;}
.iconWidgetContainer .mod-languages ul li a {line-height:1; font-size: 1em; display:inline-block;width: 18px; border:1px solid #eee; padding:2px;}
.iconWidgetContainer .mod-languages ul li a:hover,
.iconWidgetContainer .mod-languages ul li.lang-active a { border:1px solid #bbb; box-shadow:0 0 3px #ccc; }
.iconWidgetContainer .mod-languages ul li a img {vertical-align: top;}

#slideshow {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slideshow-shadow-down { height: 8px; background: url(../images/shadow-down.png) no-repeat center bottom; }

.slbigger {background: #CCCCCC; border: 2px solid #FFFFFF; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); position: relative; }

/* SLIDERS FROM THE SLIDESHOW DIV */
#swappers {height:50px; width:960px; margin-left: -480px; position:absolute; bottom:0; left: 50%; z-index:300;}
.swapper {float:left; height:230px; top:0px; position:relative; padding:0 20px; color:#fff;}
#swappers .rt-grid-1 {width: 20px;}
#swappers .rt-grid-2 {width: 100px;}
#swappers .rt-grid-3 {width: 180px;}
#swappers .rt-grid-4 {width: 260px;}
#swappers .rt-grid-5 {width: 340px;}
#swappers .rt-grid-6 {width: 420px;}
#swappers .rt-grid-7 {width: 500px;}
#swappers .rt-grid-8 {width: 580px;}
#swappers .rt-grid-9 {width: 660px;}
#swappers .rt-grid-10 {width: 740px;}
#swappers .rt-grid-11 {width: 820px;}
#swappers .rt-grid-12 {width: 900px;}
.swapper .indicator {width:20px; height:20px; position:absolute; top:0; right:0; background:url(../images/swapper-indicator.png) no-repeat center bottom; -webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px; border-top-right-radius: 3px;}
.swapper .bgr {background-color:#000; opacity:0.5; filter:alpha(opacity=50); position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.swapper p { opacity:0.5; filter:alpha(opacity=50); }
.swapper h3 {font-size:22px; border-bottom:1px dotted #999; border-bottom:1px dotted rgba(255,255,255,0.4); text-shadow:0 1px 0 #000; text-transform:uppercase; color:#fff; margin:0 0 15px; line-height:50px; height:50px; }

/* INTRO-TEXT */
.intro-text {text-align:center; font-size:22px; margin:10px 0; font-weight:400; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 0 10px #fff, 0 0 10px #fff;}

/* ONE PAGE */
#onePageWrapper {margin-top:500px;}

.onePage {padding:50px 0 650px; position:relative; }
.onePage.lastSection {padding-bottom:100px;}
.onePage .number { color: #000000; font-family: Impact, 'Arial Black', Arial; font-size: 220px; font-weight: 700; left: 10px; line-height: 1; opacity: 0.03; position: absolute; top: -160px;}
.onePage .number { filter:alpha(opacity=3);}
.onePage .section_title {margin:20px 10px; background:rgba(0,0,0,0.3); line-height:24px;}
.onePage .section_title .title {font-size:32px; line-height:24px; padding-right:20px; text-shadow: 0 1px 0 #FFFFFF; font-weight: 700;}
.onePage .section_title .subtitle {float:right; font-size:14px; line-height:26px; color:#fff; font-weight:300; letter-spacing:0.5px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);} 
.onePage .section_title a.goTop {float:right; text-indent:-9999px; width:26px; height:26px; border-left: 1px solid #CCCCCC; margin-left: 10px; background-image:url(../images/goTopArrow.png); background-repeat:no-repeat; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.onePage .section_title a.goTop:hover {background-position:center bottom; background-color:rgba(0,0,0,0.2);}
.onePage .content {width:940px; margin: 0 auto;}
.onePage .content h3 {font-weight:300;}

/* grid resets */
#onePageWrapper .rt-container .rt-alpha,
#rt-mainbody .rt-container .rt-alpha {margin-left:0;}
#onePageWrapper .rt-container .rt-omega,
#rt-mainbody .rt-container .rt-omega {margin-right:0;}

/* TEAM MEMBERS MODULE */
.team_members {margin-bottom:20px; position:relative;}
.team_members .members {position:relative; float:left; margin-left: 10px; border: 1px solid #CCC; }
.team_members .member0 {margin-left: 0;}
.team_members .members .thumb {opacity:0.8;
-webkit-transition: opacity 0.15s ease-in; -moz-transition: opacity 0.15s ease-in; -ms-transition: opacity 0.15s ease-in; transition: opacity 0.15s ease-in;}
.team_members .details {position: absolute; z-index: 10; left: 0; top: 85px; width: 0; overflow: hidden; white-space: nowrap;
-webkit-transition: width 0.15s ease-in; -moz-transition: width 0.15s ease-in; -ms-transition: width 0.15s ease-in; transition: width 0.15s ease-in;
zoom: 1;}
.team_members .members:hover .thumb {opacity:1;}
.team_members .members:hover .details {width:300px}
.team_members .members .details > span {display:inline-block; margin-bottom:5px; float:left; clear:both; background:#353535; padding:4px 6px; line-height:1; color:#fff;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.team_members .members .details .function {font-size:11px;}
.team_members .members .details .contact {padding:4px 3px;}
.team_members .members .details .contact a {display:inline-block; width:12px; height:12px; text-indent:-9999px; background-image:url(../images/team-icon-sprite.png); background-repeat:no-repeat; margin:0 3px;}
.team_members .members .details .contact .twitter {background-position:center center;}
.team_members .members .details .contact .facebook {background-position:right center;}
.team_members .more {position: absolute; right: 0; top: -35px; color:#999; font-size:12px;}

/* quotes */
.quotes {position:relative; margin-bottom:-20px;}
.quotes blockquote { position: relative; min-height:75px; background:url(../images/quotes.png) no-repeat left top; line-height:28px; font-size:20px; font-weight: 300; font-style: normal; padding-top: 20px;}
.quotes blockquote small {font-size: 16px; font-style: normal; font-weight: 400;}

/* TESTIMONIAL */
.testimonial {position:relative;}
.testimonial span {display: block;}
.testimonial span.text {background: #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 12px; padding: 5px 5px 5px 10px; margin-bottom: 4px; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff;}
.testimonial span.text:after {position:absolute; bottom:12px; right:40px; width:0; height:0; border-style:solid; border-color:transparent; border-width:6px; content: ""; border-top-color: #ebebeb !important; }
.testimonial span.author {text-align:right; margin-bottom: 10px; }

/* PARTNERS/CLIENTS LIST */
.partnersList {margin-top:20px;}
.partnersList ul {margin:0; padding:0; list-style:none;}
.partnersList ul li {display:inline-block;}
.partnersList ul li:first-child {margin-left:0 !important;}

/* FEATURES MODULES */
.onePage .features-modules {margin-top:30px;}
.features-modules .feature-item {margin-bottom: 15px; width: 300px; margin-right: 20px; float: left;}
.features-modules .feature-item.last {margin-right:0;}
.features-modules .feature-item h3 {line-height:1;  }
.features-modules .feature-item img {float:left; margin:5px 15px 10px 0;}  

/* SHOWCASE MODULES */
.showcase-items {margin-top:30px;}
.showcase-items .showcase-item {margin-bottom: 15px; width: 300px; margin-right: 20px; float: left;}
.showcase-items .showcase-item.last {margin-right:0;}
.showcase-items .showcase-item h3 {line-height:1;  }
.showcase-items .showcase-item .image {position:relative;}
.showcase-items .showcase-item .readmore {position:absolute; bottom:10px; right:10px; background: #252525; border: 1px solid #eee; color: #fff; line-height: 1; padding: 2px 5px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 1px 1px 0 #000; -moz-box-shadow: 1px 1px 0 #000; box-shadow: 1px 1px 0 #000;}
.showcase-items .showcase-item .readmore:hover {border:1px solid #fff;  background: #000;}

/* LATEST POSTS - NEWS SHOW PRO */
.onePage .nspArt > div { padding: 8px !important; border: 1px solid #b8b8b8; margin: 5px 10px 5px 5px; background: #fff; -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; }
.onePage .nspArt h4.nspHeader { font-size: 24px; font-weight: 300; }
.onePage .nspArt p.nspInfo {font-size: 90%; margin: 0; border-top: 1px dotted #ccc; padding: 10px 0 5px; color: #777; line-height: 1;}
.onePage .nspArt p.nspText { margin-bottom: 15px;}
.onePage .nspArt p.nspText a.readon {display:block; text-align:right; padding-right:10px; background:url(../images/arrow-right.png) no-repeat right center;}
.onePage .nspTopInterface .arrows,
.onePage .nspBotInterface .arrows {margin-right:10px;}
.onePage .nspTopInterface .arrows span,
.onePage .nspBotInterface .arrows span {background-image:url(../images/nsp_interface.png); background-repeat: no-repeat; background-color: #fff; border:1px solid #d9d9d9; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.onePage .nspTopInterface .arrows span:hover,
.onePage .nspBotInterface .arrows span:hover {border:1px solid #5b5b5b;}
.onePage .nspTopInterface .nspPrev,
.onePage .nspBotInterface .nspPrev {background-position:0 -28px;}
.onePage .nspTopInterface .nspPrev:hover,
.onePage .nspBotInterface .nspPrev:hover {background-position:0 -42px;}
.onePage .nspTopInterface .nspNext,
.onePage .nspBotInterface .nspNext {background-position:0 0;}
.onePage .nspTopInterface .nspNext:hover,
.onePage .nspBotInterface .nspNext:hover {background-position:0 -14px;}
.onePage .nspArt img.nspImage {background:url(../images/latest-posts-shadow.png) no-repeat center bottom; padding-bottom:4px;}
.onePage .nspLinks ul li { margin: 0 !important; border-top: 1px dotted #ccc; }
.onePage .nspLinks ul li:first-child {border-top:0; }
.onePage .nspLinkScroll1 {margin-left:5px;}

/* SORTABLE PORTFOLIO */
.sortablePortfolioItems .modulePretext {float:left; margin-right:15px; text-transform: uppercase; color: #424242; text-shadow: 0 1px 0 #fff; display: block; line-height: 1; padding: 3px 6px; font-weight: bold;}

#sorting { float:right; margin: -7px 0 0 20px; font-size: 11px; text-transform: uppercase; padding: 5px 10px; background: #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#sorting ul {display:inline-block; margin:0 25px 0 0; padding:0; list-style:none;}
#sort-direction {margin-right:0 !important;}
#sorting ul li {float:left; margin-left:10px; line-height:1;}
#sorting ul li a {color: #424242;}
#sorting ul li a.selected {text-decoration:underline;}
#sorting .sortTitle {line-height:1;}

#portfolio-nav {margin:0 0 20px; padding:0; list-style:none; float: left;}
#portfolio-nav li {float:left; margin-left:2px;}
#portfolio-nav li:first-child {margin-left:0;}
#portfolio-nav li a {text-transform:uppercase; color: #424242; text-shadow: 0 1px 0 #fff; display:block; line-height:1; padding: 3px 6px;}
#portfolio-nav li.current a {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; color: #fff; text-shadow: none; }

ul#thumbs {margin:0 0 0 -20px; padding:0; list-style:none; left: 5px;}
ul#thumbs li {float:left; width:220px; margin: 5px 5px 15px 15px; position:relative;}
ul#thumbs li .moduleAttachments { padding: 4px ; border: 1px solid #b8b8b8; background: #fff; -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; opacity:0.9;}
ul#thumbs li .moduleAttachments:hover { opacity:1;}
ul#thumbs li .moduleAttachments h4{ margin-top: 10px; display: block; line-height: 1; border-bottom: 1px dotted #ccc; margin-bottom: 10px; font-weight:300; padding:0 6px 10px; }
ul#thumbs li .moduleAttachments .moduleDesc { font-size: 12px; color: #777; padding:0 6px; display: block; }
ul#thumbs li .moduleAttachments .moduleDesc p {margin-bottom:10px;}
ul#thumbs li.isotope-item {z-index:2;}
ul#thumbs li.isotope-hidden {z-index:1;}

/* RAPID CONTACT */
.rapid_contact input[type=text] {width:250px;}
.rapid_contact textarea {width:400px; height:100px;}

/* GOOGLE MAP - INSIDE CONTACT SECTION (ONE PAGE) */
.onePage #hg_map { border:2px solid #d1d1d1; -webkit-border-radius:3px;  -moz-border-radius:3px;  border-radius:3px; margin-bottom: 20px; }
.expand_button { padding-right:18px; line-height:11px; font-size:10px; color:#888; float:right; margin-bottom:20px;}
.expand_button:hover {background-position:right bottom; color:#494949; }
.expanded_map {position:absolute !important; left:50%; width:1200px; margin-left:-600px; height:300px; }

/* SEARCH MODULE */
.searchModule {float: left; position: relative; z-index: 3; width: 40px; margin-right: 15px; margin-top: 10px; padding-left: 15px; border-left: 1px dotted #999; margin-left:10px;}
.searchModule .search {margin:0;}
#rt-footer .searchModule label {display:none;}
.searchModule .search .inputbox {padding:2px 25px 2px 10px; background-image: url(../images/search_loupe.png); background-repeat: no-repeat; background-position: right center; width:0;
-webkit-transition: all .3s ease;-moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-indent:-999px;}
.searchModule .search .inputbox {}
.searchModule .search .inputbox:focus {width:100px;  text-indent:0;}
/* SOCIAL CONNECT MODULE */
.social-connect {margin:0; padding:0;list-style: none; float:right;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter : alpha(opacity=70); opacity   : .7; 
-webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
#rt-footer:hover .social-connect {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1;}

.social-connect li {float:left; margin-left:10px; width: 85px;height: 20px;}
.social-connect li:first-child {margin-left:0;}
.social-connect .gplus { width: 60px;}

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

/* FLICKR FEED MODULE */
.flickr_container {position:relative;}
.flickr_feeds {margin:0; padding:0 0 6px;}
.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:38px; height:38px; border:2px solid #fff; opacity:0.8; filter:alpha(opacity=80);
-webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out}
.flickr_feeds a img:hover {border:2px 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;}

#rt-bottom { border-top: 3px solid #FFF; text-shadow:0 1px 0 #fff;}
#rt-bottom ul.menu,
#rt-bottom .k2ItemsBlock ul {list-style:none; margin:0; padding:0;}
#rt-bottom .rt-container {padding: 10px 0 20px;}

hr.separator {margin: 0 auto; width: 940px; border: 0; border-bottom:1px solid #d2d2d2; border-bottom: 1px solid rgba(255,255,255,0.7); border-top:1px solid #f9f9f9; border-top: 1px solid rgba(0,0,0,0.2); height: 0;}

/* TWITTER STYLING */
#rt-bottom .twitter-wrapper .rt-container { padding-top: 10px; }
#twitter {position:relative;}
#twitter #profileLink {position:absolute; top:5px; left:10px; background:url(../images/twitter-bird-icon.png) no-repeat; display:block; text-indent:-9999px; width:30px; height:30px; }
#twitter .tweet {margin:0 0 0 60px; padding:10px 0 5px; list-style:none; line-height:1; font-size:12px;}
#twitter span.time {position:absolute; right:0; top:5px; line-height:1.8; border-left:1px dotted #ccc; padding-left: 15px; font-size: 12px; }

.newsletter_subscribe form.mod-newsletter div {text-align:left; margin: 0 0 15px;}
.newsletter_subscribe form.mod-newsletter .inputbox {width:90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.newsletter_subscribe input[type=button] {font-size: 11px; padding: 4px 14px; }

#slideshow .NivoSzakiSlider {border-top: 2px solid #fff; border-bottom: 1px solid #fff;}
#slideshow .nivo-boxmask {border-right:1px solid #fff; border-bottom:1px solid #fff; border-right:1px solid rgba(255,255,255,0.6); border-bottom:1px solid rgba(255,255,255,0.6); display: block; position: absolute; z-index: 5;}
#nivomask {position:absolute; top:0; left:0; z-index:6;}
#slideshow .nivo-directionNav a {background:url(../images/nivoslider_controls.png) no-repeat; height: 30px; width: 60px; top: 50%; margin-top:-15px;
-webkit-transition: opacity .15s ease;-moz-transition: opacity .15s ease; -o-transition: opacity .15s ease; transition: opacity .15s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); opacity:.6;}
#slideshow .nivo-directionNav a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity:1;}
#slideshow a.nivo-prevNav {left:0;  background-position:-60px 0;}
#slideshow a.nivo-nextNav {right:0; background-position:0 0;}
#slideshow .nivo-controlNav {left: auto; bottom: 0; background: #fff; padding: 3px 0 2px 3px; z-index: 10; right: 0;}
#slideshow .nivo-controlNav a {background: #fff; width:9px; height:9px; border-width:1px; border-style:solid;}
#slideshow .nivo-controlNav a.active { background:#0086AB;}
#slideshow .nivo-caption {background:none; left:50px; bottom:50px; width:auto;}
#slideshow .nivo-caption p {background:#000; display:inline-block; padding:10px;}

/* 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; margin:0 0 0 -180px; position:absolute; top:15%;  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:70px;}
.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;}

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

/* 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:390px; left: 0; top:; }
.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:653px; height:32px; position:absolute; bottom: 50%; 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:558px; 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:2px; 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:90px; height:30px; display:block; text-indent:-9999px; background-image:url(../images/portfolio-nav.png); background-repeat: no-repeat;}
.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:-180px 0;}
.itemView .portfolio-nav li .portfolio-next {background-position:-90px 0;}


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

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

#hg_map {margin: 0 auto;}

/* SCROLL TO TOP */
#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:rgba(0,0,0,0.2); -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; } 
#totop:hover { opacity: 1; filter:alpha(opacity=100); }
#totop.on { right: 0; }
#totop.off { right: -35px; }

/* IPAD FIXES */
.browserIpad #rt-top,
.browserIpad #top-shadow-down {position:absolute !important;}

#gantry-viewswitcher {top: auto; bottom: 10px; position: fixed; right: 50%; margin-right: -150px; z-index: 9999;}

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