@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:14px; 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 { 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; }

/* 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; text-decoration:none;}

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



#slideshow {position:absolute; z-index:1; overflow:hidden; }
.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:690px; margin-left: -345px; position:absolute; bottom:0; left: 50%; z-index:2;}
.swapper {float:left; 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: 190px;}
#swappers .rt-grid-4 {width: 210px;}
#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:17px; 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;}

