/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 980px; margin: 0 auto; padding: 0 ; }
    .container .column,
    .container .columns                         { position: relative; float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 979px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
        
        header { padding-top:20px;}
        header div.left_logo, 
        header div.right_info {
		    display: block;
			width: 100%;
			float: none;
			padding: 0;
			margin: 0;
        }
		table.aqua_table th, table.aqua_table td{
			padding: 2px 2px;
		}
		div.price_column ul li {font-size: 12px !important;}
		#sidebar { display: none;}
		div.section_big_title h1 {font-size: 20px;}
		div.section_big_title h2 {font-size: 16px;}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* END: Skeleton */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	line-height: 1;
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color: #555;
    font: 13px/21px 'Open Sans',arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: "Open Sans",arial,serif;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 14px;
    font-weight: lighter;
}
h2 {
    border-bottom: 1px solid #004494;
    border-top: 1px solid #004494;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 5px 0;
}
h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 4px;
}
h5 {
    font-size: 15px;
    line-height: 21px;
}
h6 {
    font-size: 14px;
    line-height: 21px;
}
.subheader {
    color: #777;
}
p {
    margin: 0 0 20px;
}
p img {
    margin: 0;
}
p.lead {
    color: #777;
    font-size: 21px;
    line-height: 27px;
}
em {
    font-style: italic;
}
strong {
    color: #333;
    font-weight: bold;
}
small {
    font-size: 80%;
}
blockquote, blockquote p {
    color: #777;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
}
blockquote {
    border-left: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
}
blockquote cite {
    color: #555;
    display: block;
    font-size: 12px;
}
blockquote cite:before {
    content: "Ã¯Â¿Â½ ";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}
hr {
    border-left: 0 solid #ddd;
	border-right: 0 solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 0 solid #ddd;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: url('') none;
    clear: both;
    height: 0;
    margin: 10px 0 30px;
}
a, a:visited {
    color: #444;
    outline: 0 none;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
a:hover, a:focus {
    color: #0ad1e5;
}
p a, p a:visited {
    line-height: inherit;
}
p a.button, p a.button:visited {
    line-height: normal;
}
ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside none;
}
ol {
    list-style: decimal outside none;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside none;
}
ul.circle {
    list-style: circle outside none;
}
ul.disc {
    list-style: disc outside none;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 1.5em;
    margin-bottom: 12px;
}
ul.large li {
    line-height: 21px;
}
li p {
    line-height: 21px;
}
img.scale-with-grid {
    height: auto;
    max-width: 100%;
}
.frame-scale-with-grid {
    height: auto;
    max-width: 100%;
}
#google_map iframe {
    border: 0 none;
    height: 300px;
    width: 100%;
}
form {
    margin-bottom: 20px;
}
fieldset {
    margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    display: block;
    font: 13px Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 6px 4px;
    width: 210px;
}
select {
    padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #444;
}
textarea {
    min-height: 60px;
}
label, legend {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
select {
    width: 220px;
}
input[type="checkbox"] {
    display: inline;
}
label span, legend span {
    color: #444;
    font-size: 13px;
    font-weight: normal;
}
.remove-bottom {
    margin-bottom: 0 !important;
}
.half-bottom {
    margin-bottom: 10px !important;
}
.add-bottom {
    margin-bottom: 20px !important;
}
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #374045;
    background-repeat: repeat-x;
	border-radius: 3px;
	border-style: solid;
	border-width: 0;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", arial;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 5px 14px;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
}
.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #0ad1e5 !important;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    background-color: #3d494f !important;
}
.button.full-width, button.full-width, input.full-width[type="submit"], input.full-width[type="reset"], input.full-width[type="button"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.button_hilite, a.button_hilite {
    background-color: #0ad1e5 !important;
}
.button_hilite:hover, a.button_hilite:hover {
    background-color: #374045 !important;
}
.button_pale, a.button_pale {
    background-color: #f8f8f8 !important;
    color: #374045 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}
a.button_pale:hover {
    background-color: #374045 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) !important;
}

a:hover, a:focus { color: #004494; }

.button:hover,
a:hover.button,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,	
input[type="button"]:hover, 
.button_hilite, 
a.button_hilite { color: #fff !important; background-color: #004494 !important;}

input[type="submit"].button_hilite:hover,
a:hover.button_hilite { color: #fff !important; background-color: #374045 !important;}


.button, button.sm_button, a.sm_button, input.sm_button[type="submit"], input.sm_button[type="reset"], input.sm_button[type="button"] {
    font-size: 13px;
}
.entry-content img {
    margin: 0 0 1.5em;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    text-align: left;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    text-align: right;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignnone, img.alignnone {
}

.ribbon {
	position: absolute;
	right: -132px;
	top: 46px;
}
.imgcaption {
    font-size: 10px;
    line-height: 1.5;
    margin: 0.5em;
}
.light_grey {
	background-color: #ebebeb;
}
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
.gallery-caption {
    font-style: italic;
}
#menu-holder {
    background: none repeat scroll 0 0 #fff;
    position: relative;
}
#menu {
	background-image: url("../gfx/main_nav_bgr_dark.png");
    background-repeat: repeat-x; 
    background-position: left top;
    background-color: #393b3c;
    border-radius: 0;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 5px;
}
#menu a {
    font-size: 15px;
    text-decoration: none;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    margin-bottom: 0;
}
#menu .container > ul > li {
    background-image: url("../gfx/main_nav_bgr_sep_dark.png");
    background-repeat: no-repeat; 
    background-position: right top;
    float: left;
    padding: 0 2px 0 0;
    position: relative;
    z-index: 1015;
}
#menu .container > ul > li:hover {
}
#menu .container > ul > li > a {
    display: block;
    line-height: 40px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    transition: all 0.2s linear 0s;
    z-index: 6;
    background-image: url("../gfx/main_nav_bgr_dark.png");
    background-repeat: repeat-x; 
    background-position: left top;
    background-color: #393b3c;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}
#menu .container > ul > li:hover > a {
    background-image: url("../gfx/main_nav_bgr_dark_hover.png");
    background-repeat: repeat-x; 
    background-position: left top;
}
#menu .container > ul > li > a:hover {
    background-image: url("../gfx/main_nav_bgr_dark_hover.png");
    background-repeat: repeat-x; 
    background-position: left top;
}
#menu .container > ul > li > a > span {
    background-image: url("../gfx/arrow_down_tiny_dark.png");
    background-repeat:no-repeat; 
    background-position: right center;
    padding: 0 0 1px 14px;
}

#menu .container .sub-menu {
    display: none;
}
#menu .container div .sub-menu {
    display: block;
}
#menu .container .children {
    display: none;
}
#menu .container div .children {
    display: block;
}
#menu .container > ul > li > div {
	background-color: #4f5152;
    border-color: #212223 #3b3d3e #3b3d3e;
    border-right: 1px solid #3b3d3e;
    border-style: solid;
    border-width: 1px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    display: none;
    left: -1px;
    padding: 0 0 5px;
    position: absolute;
    z-index: 1020;
}
#menu .container > ul > li > div > ul {
    border-top: 3px solid #45494b;
    display: table-cell;
    padding-top: 7px;
}
#menu .container > ul > li ul + ul {
    padding-left: 20px;
}
#menu .container > ul > li ul > li {
    position: relative;
}
#menu .container > ul > li ul > li > a {
    background-image: url("../gfx/main_nav_bgr_sep_vertical_dark.png");
    background-repeat: repeat-x; 
    background-position: left bottom;
    color: #fff;
    text-shadow: 0 -1px 0 #343a3c;
    display: block;
    font-size: 90%;
    margin: 0 16px;
    min-width: 160px;
    padding: 7px 0 9px;
    transition: all 0.3s ease-out 0s;
    white-space: nowrap;
}
#menu .container > ul > li ul > li > a > span {
    background-image: url("../gfx/arrow_left_tiny_dark.png");
    background-repeat: no-repeat; 
    background-position: -20px center;
    transition: all 0.3s ease-out 0s;
}
#menu .container > ul > li ul > li > a:hover > span {
    background-image: url("../gfx/arrow_left_tiny_dark.png");
    background-repeat: no-repeat; 
    background-position: left center;
    padding-left: 12px;
}
#menu .container > ul > li ul > li > a.last_submenu_item {
    background-image: none;
    padding: 7px 0;
}
#menu .container > ul > li ul > li > a:hover {
    text-decoration: none;
}
#menu .container > ul > li > div > ul > li > a {
    color: #fff;
}
#menu .container .subsub_menu,
#menu .container .subsubsub_menu  {
	display: none;
	position: absolute;
	top: -3px;
	left:97%;
	z-index: 1021;
	padding: 3px 0 3px;
	border-radius: 0;
	background-color: #4f5152;
	border: 1px solid #3b3d3e;
}
#select_menu {display: none;}

/* #Main Navigation :: END
================================================== */


#wrapper {
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.h5 {
    margin-bottom: 5px;
}
.h10 {
    margin-bottom: 10px;
}
.h15 {
    margin-bottom: 15px;
}
.h20 {
    margin-bottom: 20px;
}
.h40 {
    margin-bottom: 40px;
}
.h90 {
    margin-bottom: 90px;
}
.h100 {
    margin-bottom: 100px;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.divider_bgr {
    background: url("../gfx/header_bgr_diag.png") repeat scroll left top rgba(0, 0, 0, 0);
    height: 10px;
}
.margined_div {
    margin: 20px 0;
}
.title, .post_description h2.title {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 20px 0 22px;
}
.title span {
    background: none repeat scroll 0 0 #fff;
    padding-right: 12px;
}
.sidebar {
	width: 200px;
	margin-right: 30px !important;
    margin-top: 37px;
    padding-bottom: 20px;
}
.sidebar .title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
}
.heading {
    background: url("../gfx/header_bgr.png") repeat scroll left top rgba(0, 0, 0, 0);
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 30px 0 24px;
    padding-bottom: 10px;
}
.heading span {
    background: none repeat scroll 0 0 #fff;
    display: block;
    line-height: 30px;
    padding-bottom: 10px;
}

header .left_logo {
	display: inline-block;
	width: 58%;
	float: left;
	padding: 60px 10px 20px 10px;
}
header .left_logo a{
    display: block;
}
header .left_logo a img {
    display: inline-block;
	width: 65%;
	height: 65%;
}
header .right_info {
	display: inline-block;
	width: 35%;
	margin-right: 35px;
	float: right;
}

.tagline {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 14px;
}
.header_contacts {
    color: #888888;
    font-size: 12px;
    height: 20px;
    margin: 20px 0 46px;
}
.header_phone {
    background: url("../gfx/header_phone.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    margin-left: 20px;
    padding-left: 23px;
}
.header_mail {
    background: url("../gfx/header_mail.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    padding-left: 23px;
    white-space: nowrap;
}
.header_soc_search {
    margin-bottom: 6px;
}
.header_soc_search a {
    transition: all 0.3s ease-out 0s;
}
.header_search {
}
.header_search form {
    margin-bottom: 0;
}
#s {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) inset;
    color: #ccc;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    padding: 7px 30px 7px 8px;
    position: relative;
    right: -22px;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 150px;
}
#s:focus {
    border: 1px solid #eeeeee;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) inset;
    color: #888;
    width: 180px;
}
#s:hover {
    width: 180px;
}
#sidebar #s {
    float: none;
    left: 0;
    padding: 7px 8px;
    right: auto;
    top: 0;
    width: 200px;
}
#sidebar #s:focus, #sidebar #s:hover {
    width: 200px;
}
#searchsubmit {
    display: none;
}
#sidebar #searchform {
    margin-top: 30px;
}
#sidebar #searchform label {
    display: none;
}
.button_search {
    background: url("../gfx/button_search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    float: right;
    height: 31px;
    padding: 0;
    position: relative;
    right: 5px;
    top: 0;
    width: 22px;
    z-index: 100;
}
.button_search:hover {
    background: url("../gfx/button_search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
}
.carousel_section {
    margin-bottom: 40px;
    position: relative;
}
.section_featured_services {
    position: relative;
}
.section_featured_services h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0 6px;
}
.section_featured_services p {
    color: #777;
    font-size: 12px;
}
.clients_list ul {
    margin: 20px 0 !important;
}
.clients_list li {
    float: left;
    margin: 0 10px;
}
.clients_list li img {
    height: auto;
    max-width: 100%;
}
.services_list li img {
    border-radius: 3px;
    height: auto;
    max-width: 100%;
}
.services_description {
    padding-left: 16px;
}
.services_description h5 {
    font-size: 17px;
    margin: 20px 0 16px;
}
.services_description p {
    margin: 0 0 12px;
}
.services_description ul {
    margin-bottom: 30px;
}
.pic {
    display: block;
    position: relative;
}
.pic img {
    border-radius: 3px;
    display: block;
    height: auto;
    width: 100%;
}
a .img_overlay {
    background: url("../gfx/icon_plus.png") no-repeat scroll center center rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}
a:hover .img_overlay {
    opacity: 1;
    z-index: 1;
}
a .img_overlay_zoom {
    background: url("../gfx/icon_zoom.png") no-repeat scroll center center rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}
a:hover .img_overlay_zoom {
    opacity: 1;
    z-index: 1;
}
.tipsy {
    font-size: 10px;
    padding: 5px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    background-color: black;
    color: white;
    max-width: 200px;
    padding: 2px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
}
.tipsy-arrow {
    background: url("../gfx/tipsy.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 5px;
    position: absolute;
    width: 9px;
}
.tipsy-n .tipsy-arrow {
    left: 50%;
    margin-left: -4px;
    top: 0;
}
.tipsy-nw .tipsy-arrow {
    left: 10px;
    top: 0;
}
.tipsy-ne .tipsy-arrow {
    right: 10px;
    top: 0;
}
.tipsy-s .tipsy-arrow {
    background-position: left bottom;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-sw .tipsy-arrow {
    background-position: left bottom;
    bottom: 0;
    left: 10px;
}
.tipsy-se .tipsy-arrow {
    background-position: left bottom;
    bottom: 0;
    right: 10px;
}
.tipsy-e .tipsy-arrow {
    background-position: right top;
    height: 9px;
    margin-top: -4px;
    right: 0;
    top: 50%;
    width: 5px;
}
.tipsy-w .tipsy-arrow {
    height: 9px;
    left: 0;
    margin-top: -4px;
    top: 50%;
    width: 5px;
}
.hilite {
    background: none repeat scroll 0 0 #0ad1e5;
    color: #fff;
    font-weight: normal;
    padding: 2px;
}
.hilite_dark {
    background: none repeat scroll 0 0 #4d5559;
    color: #fff;
    font-weight: normal;
    padding: 2px;
}
.acc_holder {
}
.acc_item {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 12px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}
.acc_item:hover {
    background: none repeat scroll 0 0 #f8f8f8;
}
.acc_control {
    background: url("../gfx/acc_bgr.png") no-repeat scroll 0 -18px #778185;
    border-radius: 17px;
    float: left;
    height: 18px;
    margin: 0 14px 0 8px;
    transition: all 0.2s linear 0s;
    width: 18px;
}
.active_acc .acc_control {
    background: url("../gfx/acc_bgr.png") no-repeat scroll 0 0 #778185;
}
.acc_heading {
    display: block;
    margin-left: 40px;
}
.accordion {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0;
    transition: all 0.2s linear 0s;
}
.accordion.active_acc {
    background: url("../gfx/acc_bgr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.accordion_content {
    color: #777;
    display: none;
    padding: 10px 10px 0 40px;
}
.accordion_content strong {
    color: #777;
 }

.page_heading {
	padding-bottom: 5px;
	margin: 40px 0 40px 0;
}
.page_heading h1 {
	color: #004494;
	text-transform: uppercase;
    display: inline;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.breadcrumb {
    height: 20px;
    line-height: 20px;
    margin: 16px 0 0;
}
.breadcrumb a.first_bc {
    border-radius: 4px 0 0 4px;
}
.breadcrumb a {
    background: none repeat scroll 0 0 #e4edf6;
    color: #666;
    float: left;
    font-size: 11px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s linear 0s;
}
.breadcrumb a:hover {
    color: #0ad1e5;
}
.breadcrumb a span {
    background: url("../gfx/breadcrumb_divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    line-height: 20px;
    padding: 0 20px 0 12px;
}
.breadcrumb a.last_bc span {
    background: url("../gfx/breadcrumb_divider_last.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    line-height: 20px;
    padding: 0 20px 0 12px;
}
.success, .warning, .attention, .information {
    border-radius: 4px;
    margin-bottom: 14px;
    margin-top: 6px;
    padding: 8px 14px;
}
.success a, .warning a, .attention a, .information a {
    color: #444;
}
.success {
    background: none repeat scroll 0 0 #d6f7e2;
    border: 1px solid #c2ebd1;
}
.warning {
    background: none repeat scroll 0 0 #ffe8e8;
    border: 1px solid #efd9d9;
}
.attention {
    background: none repeat scroll 0 0 #fff5cc;
    border: 1px solid #f0e6bf;
}
.information {
    background: none repeat scroll 0 0 #e2f5f7;
    border: 1px solid #d1e9ec;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    float: right;
    padding-right: 4px;
    padding-top: 4px;
}
.required {
    color: #ff4242;
    font-weight: bold;
    padding-left: 2px;
}
.error {
    color: #ff4242;
    display: block;
}
.close_img {
    background: url("../gfx/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 7px;
    margin: 7px 0 7px 20px;
    width: 7px;
}
.box-category {
    padding: 0;
}
.side_bar_menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.side_bar_menu ul {
    list-style: none outside none;
}
.side_bar_menu > li {
    margin: 1px 0;
}
.side_bar_menu > li + li {
}
.side_bar_menu > li > a {
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 13px;
    position: relative;
    text-decoration: none;
}
.link_span {
    background: url("../gfx/arrow.png") no-repeat scroll 2px 7px rgba(0, 0, 0, 0);
    display: block;
    padding: 4px 10px 4px 19px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    z-index: 21;
}
.side_bar_menu > li ul {
    margin: 1px 0 3px 12px;
}
.side_bar_menu > li a.active {
    background: none repeat scroll 0 0 #f7f7f7;
}
.side_bar_menu > li a:hover {
}
.side_bar_menu > li a.active + ul {
    display: block;
}
.side_bar_menu > li ul > li {
    margin: 1px 0;
}
.side_bar_menu > li ul > li > a {
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
}
.side_bar_menu > li ul > li > a.active {
    background-color: #f5f5f5;
    border-radius: 3px;
    text-shadow: 0 0 1px #fff;
}
.hover_span {
    background: url("../gfx/grad_menu.png") repeat-x scroll left top #fafafa;
    border-radius: 3px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 20;
}
.textwidget {
    margin: 0;
    padding: 0 0 10px;
}
.tagcloud {
    overflow: hidden;
    padding: 0 0 10px;
}
.tagcloud a {
    background: url("../gfx/grad_menu.png") repeat-x scroll left top #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #555;
    float: left;
    font-size: 12px;
    margin: 0 6px 6px 0;
    padding: 3px 7px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out 0s;
}
.tagcloud a:hover {
    background-color: #eee;
    border: 1px solid #d5d5d5;
    color: #666;
}
.recentcomments {
    color: #777;
    font-size: 11px;
}
.recentcomments a {
    font-size: 13px;
}
.post_item {
    border-bottom: 1px dotted #e3e3e3;
    margin-bottom: 30px;
}
.post_title {
    font-size: 23px;
    line-height: 30px;
    margin: 24px 0 10px;
}
.post_meta {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.post_meta a {
    color: #888;
}
.post_meta a:hover {
    color: #0ad1e5;
}
.more-link {
    display: none;
}
.calendar {
    background: url("../gfx/blog_icon_date.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    border-right: 1px solid #ddd;
    margin-right: 8px;
    padding: 0 12px 0 22px;
}
.author {
    background: url("../gfx/blog_icon_author.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    border-right: 1px solid #ddd;
    margin-right: 8px;
    padding: 0 12px 0 22px;
}
.comments {
    background: url("../gfx/blog_icon_comments.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    border-right: 1px solid #ddd;
    margin-right: 8px;
    padding: 0 12px 0 23px;
}
.tags {
    background: url("../gfx/blog_icon_tags.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 8px;
    padding: 0 12px 0 23px;
}
.post_description {
    margin: 16px 0 24px;
}
.post_description ul {
    margin-bottom: 20px;
    margin-left: 12px;
}
.post_description h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 20px;
}
.post_description h2 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 16px;
    margin-top: 20px;
}
.post_description h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 20px;
}
.post_description h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.post_description h4.accordion {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.post_description h5 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.post_description ul {
    list-style: none outside none;
}
.post_description ul li {
    background: url("../gfx/dot.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding: 0 0 0 24px;
}
.post_description ul.testimonials_carousel li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.post_description ul.slides {
    margin: 20px 0;
}
.post_description ul.slides li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
.post_description ul.jcarousel-list li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.post_description p {
    margin: 0 0 12px;
}
.post_description blockquote {
    background: none repeat scroll 0 0 #f7f7f7;
    border-left: 4px solid #0ad1e5;
    margin: 30px;
    padding: 20px 25px 25px;
}
.post_description blockquote p {
    background: none repeat scroll 0 0 #f7f7f7;
    font-size: 14px;
    margin: 0;
}
.post_description img {
    height: auto;
    max-width: 100%;
}
.padded_block {
    margin-bottom: 60px;
}
.half_padded_block {
    margin-bottom: 40px;
    position: relative;
}

.pricetag {
	font-family: "Open Sans",arial,sans-serif;
	font-size: 31px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.3;
}

.comments_section {
    margin: 60px 0;
}
.comments_section label {
    font-weight: normal;
}
.aqua_input, input.aqua_input[type="text"], input.aqua_input[type="password"], input.aqua_input[type="email"], textarea.aqua_input, select.aqua_input {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) inset;
    font-size: 13px;
    padding: 7px 8px;
    transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 0.7) 0s;
    width: 400px;
}
textarea.aqua_input {
    width: 400px;
}
.aqua_input:focus {
    border: 1px solid #ccc !important;
}
.related_posts_section {
    margin: 0 0 0 -10px;
    position: relative;
}
.related_posts_section h4 {
    font-size: 16px;
    line-height: 21px;
    margin: 14px 0 8px;
}
.related_posts_section .meta_date {
    color: #999;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin: 0 0 10px;
}
.related_posts_section p {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}
.portfolio_items_in_page {
    margin: 0 0 0 -10px;
    position: relative;
}
.comment_list {
    border-top: 1px solid #eee;
    margin: 40px 0;
    padding-top: 30px;
}
.comment_list ol {
    list-style: none outside none;
    margin-left: 0;
}
.comment_list ol.comment_sub, .comment_list ul.children {
    list-style: none outside none;
}
li.comment .single_comment {
    border-top: 1px dotted #ddd;
    padding: 20px 0;
}
li.comment .single_comment.first_comment {
    border-top: medium none;
}
li.comment ol.comment_sub, li.comment ul.children {
    margin-left: 65px;
}
.comment_list ol .comment_avatar {
    float: left;
    margin-right: 15px;
}
.comment_list ol .comment_avatar a.comment_edit, .comment_list ol .comment_avatar a.comment-edit-link {
    display: block;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}
.comment_list ol .comment_content {
    overflow: hidden;
}
.comment_list ol .comment_name {
    font-weight: bold;
}
.comment_list ol .comment_name span {
    color: #aaa;
    font-weight: normal;
    margin: 0 8px;
}
.comment_list ol .comment_name a {
    font-size: 14px;
    font-weight: 600;
}
.comment_list ol .comment_name a.comment_reply, .comment_list ol .comment_name a.comment-reply-link {
    font-size: 13px;
    font-weight: normal;
}
.comment_list ol .comment_desc {
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 16px;
}
ul.arrowed {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.arrowed li {
    background: url("../gfx/arrow.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    margin-bottom: 6px;
    padding: 0 0 0 24px;
}
ul.dotted {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.dotted li {
    background: url("../gfx/dot.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    margin-bottom: 6px;
    padding: 0 0 0 24px;
}
ul.checked {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.checked li {
    background: url("../gfx/check.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    margin-bottom: 6px;
    padding: 0 0 0 26px;
}
.pagination {
    margin-bottom: 20px;
}
.pagination .links {
    float: left;
    font-size: 13px;
    line-height: 16px;
}
.pagination .links a {
    background: url("../gfx/grad_menu.png") repeat-x scroll left top #f8f8f8;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-weight: 400;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.pagination .links a:hover {
    background-color: #0ad1e5;
    color: white;
    text-shadow: none;
}
.pagination .links b {
    color: #555;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    padding: 3px 9px;
    text-decoration: none;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
.boc_latest_post {
    font-size: 11px;
    line-height: 15px;
    margin-right: 8px;
    padding-bottom: 4px;
}
.boc_latest_post img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    float: left;
    height: 52px;
    margin: 2px 14px 18px 0;
    padding: 3px;
    transition: all 0.3s linear 0s;
    width: 52px;
}
.boc_latest_post img:hover {
    border: 1px solid #bbb;
}
.boc_latest_post p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 6px;
}
.boc_latest_post p.date {
    color: #999;
}
.boc_latest_post p.boc_latest_post_title {
    font-size: 13px;
    line-height: 17px;
    padding-top: 2px;
}

.section_featured_texts {
    margin: 20px 0;
}
.section_featured_texts_no_m {
    margin-bottom: 10px;
}
.section_featured_texts .icon {
    float: left;
    height: 37px;
    margin: 1px 16px 66px 0;
    top: 0;
    width: 37px;
}
.section_featured_texts h3 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 26px;
    margin-left: 54px;
}
.section_featured_texts h3 a {
    color: #555;
}
.section_featured_texts h3 a:hover {
    color: #0ad1e5;
}
.section_featured_texts p {
    color: #777;
    font-size: 13px;
    line-height: 21px;
    margin: 0 12px 20px 55px;
}
.media_item {
    border-bottom: 1px dotted #eee;
    margin: 20px 0;
    padding-bottom: 60px;
}
.big_screen {
    background: url("../gfx/icon_big_screen.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_cog {
    background: url("../gfx/icon_big_cog.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_profile {
    background: url("../gfx/icon_big_profile.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_brush {
    background: url("../gfx/icon_big_brush.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_chat {
    background: url("../gfx/icon_big_chat.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_check {
    background: url("../gfx/icon_big_check.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_download {
    background: url("../gfx/icon_big_download.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_graph {
    background: url("../gfx/icon_big_graph.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_heart {
    background: url("../gfx/icon_big_heart.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_portfolio {
    background: url("../gfx/icon_big_portfolio.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_university {
    background: url("../gfx/icon_big_university.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.big_pencil {
    background: url("../gfx/icon_big_pencil.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.person {
    margin: 30px 0;
}
.person h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin: 20px 0 6px;
    text-align: center;
}
.person .team_desc {
    color: #aaa;
    font-style: italic;
    text-align: center;
}
.person p {
}
.aqua_table {
    margin: 20px 0;
    border: 1px solid #004494;
    width: 100%;
}
.aqua_table th {
    background: url("../gfx/grad_menu.png") repeat-x scroll left bottom #fcfcfc;
    border: 1px dotted #004494;
    border-bottom: 3px double #004494;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 14px;
    text-align: left;
}
.aqua_table.narrow td {
	padding: 8px 5px;
}
.aqua_table.narrow th {
	padding: 8px 5px;
}
.aqua_table td {
    border: 1px dotted #004494;
    padding: 8px 14px;
    transition: all 0.3s linear 0s;
}
.aqua_table tr.odd td {
    background: none repeat scroll 0 0 #f9f9f9;
}
.aqua_table tr:hover td {
    background: none repeat scroll 0 0 #004494;
    color: #fff;
}
.aqua_table td.aligncenter {
	display: table-cell;
}
.aqua_table.nohover tr:hover td {
    background: inherit;
	color: inherit;
}
.aqua_table td.b {
	font-weight: 600;
}
.aqua_table.centered tr td { text-align: center;}
.aqua_table.centered tr td:FIRST-CHILD { text-align: left;}

/* Übersichtsliste */
.overview li {
	position: relative;
	width: 210px !important;
	min-height: 425px;
	margin-bottom: 0;
}

.overview.total li {
	margin-left: 15px;
	margin-right: 15px;
}
.overview.home.total li {
	min-height: 232px !important;
	margin-bottom: 15px;
}
.overview.total li.omega {
	margin-right: 0;
}
.overview li a {
	border-top: 1px solid transparent;
	display: block;
}
.overview li a .border {
	border: 1px solid #004494;
}
.overview img {
	position:absolute;
	width: 210px;
	clip: rect(0px,208px,200px,0px);
	display: block;
}
.overview img.wide {
	width: auto; 
	clip: rect(0px, 680px, 200px, 472px); 
	left: -471px;
}
.overview h5 {
	background-color: #004494;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 15px;
	margin-top: 200px;
	text-align: center;
	text-transform: uppercase;
}
.overview li a:hover .border h5 {
	background-color: #2d3032;
}
.overview h4 { font-size: 15px;}
.overview .meta_date { line-height: 1.2;}

/* END: Übersichtsliste */

.al_right {
    text-align: right;
}
.no_bm {
    margin-bottom: 0;
}
.testimonials {
    position: relative;
}
.testimonial_quote {
}
.quote_content {
    background: url("../gfx/quote.png") no-repeat scroll 12px 12px #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: relative;
}
.quote_content p {
    color: #777;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin: 14px 14px 16px 46px;
}
.quote_arrow {
    background: url("../gfx/quote_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -7px;
    height: 7px;
    left: 46px;
    position: absolute;
    width: 12px;
}
.quote_author {
    left: 46px;
    margin-top: 12px;
    position: relative;
}
.quote_author_description {
    color: #aaa;
    display: block;
    font-size: 11px;
}
.icon_testimonial {
    background: url("../gfx/icon_testimonial.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    display: inline;
    font-size: 14px;
    font-weight: 600;
    padding-left: 24px;
}
.htabs {
    border-bottom: 1px solid #eeeeee;
    height: 27px;
    line-height: 15px;
    margin-right: 4px;
}
.htabs a {
    background: url("../gfx/grad_menu.png") repeat-x scroll left top #fafafa;
    border-left: 1px solid #e4e4e4;
    border-radius: 3px 3px 0 0;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    color: #666;
    float: left;
    font-size: 13px;
    margin-right: 4px;
    padding: 6px 10px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.htabs a.selected {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 6px;
}
.tab-content {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-radius: 0 4px 4px;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    z-index: 2;
}
.section_big_title {
    margin: 15px 0 32px;
    text-align: center;
}
.section_big_no_m {
    margin: 10px 0 0;
}
.section_big_title h1 {
    color: #444;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 30px 0 0;
}
.section_big_title h1 strong {
    color: #0ad1e5;
    font-weight: 400;
    text-transform: uppercase;
}
.section_big_title h2 {
    border: medium none;
    color: #969696;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    margin: 2px 0 22px;
}
.rev_slider_wrapper {
    color: #3c4549;
}
.tp-caption.info_link a {
    color: #3c4549;
}
.price_table_holder.col_2 .price_column {
    width: 50%;
}
.price_table_holder.col_3 .price_column {
    width: 33.3%;
}
.price_table_holder.col_4 .price_column {
    width: 25%;
}
.price_table_holder.col_5 .price_column {
    width: 20%;
}
.price_column {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 2px;
    float: left;
    font-size: 16px;
    margin: 14px 0;
}
.price_column ul {
    border-bottom: 2px solid #f5f5f5;
    margin: 0;
}
.price_column.price_column_featured ul {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 none;
    padding-bottom: 14px;
}
.price_column ul li {
    margin: 0;
    padding: 14px 0;
    text-align: center;
}
.price_column ul li.price_column_title {
    background: none repeat scroll 0 0 #556167;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 0;
}
.price_column.price_column_featured ul li.price_column_title {
    background: none repeat scroll 0 0 #0ad1e5;
    font-size: 24px;
    padding: 10px 0;
}
.price_column.price_column_featured ul li.price_column_title {
    border-radius: 3px 3px 0 0;
}
.price_column.price_column_featured {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
}
.price_amount {
    background: none repeat scroll 0 0 #f3f3f3;
    font-size: 26px;
    font-weight: bold;
}
.price_column_featured .price_amount {
    background: none repeat scroll 0 0 #f8f8f8;
}
.price_column ul li.price_footer {
    padding: 14px 0 18px;
}


/* Footer */
footer {
    background: none repeat scroll 0 0 #2d3032;
    border-top: 4px solid #242628;
    clear: both;
    color: #b9b9b9;
    font-size: 13px;
    overflow: auto;
    width: 100% !important;
	margin-top: 40px !important;
}

.footer_inside {
    margin: 40px auto;
	width: 980px;
}
footer h3 {
    color: #b9b9b9;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    margin-top: 0;
}
footer .column {
    float: left;
    width: 18%;
}
footer .big_column {
    float: right;
    width: 28%;
}

.icon_phone {
    background: url("../gfx/icon_footer_phone.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_fax {
    background: url("../gfx/icon_footer_fax.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_mail {
    background: url("../gfx/icon_footer_mail.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_loc {
    background: url("../gfx/icon_footer_loc.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
footer .columns ul ul.sub-menu {
    margin-top: 3px;
}
footer .columns ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
footer .columns ul li {
    background: url("../gfx/arrow_footer_list.png") no-repeat scroll -5px 1px rgba(0, 0, 0, 0);
    margin-bottom: 4px;
    padding-left: 16px;
}
.margined_left,
footer .columns ul.margined_left {
    margin-left: 18px;
}
footer a, 
footer a:visited {
    color: #b9b9b9;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
footer a:hover {
    color: #fff;
}
footer .boc_latest_post img {
    border: 3px solid #666;
    float: left;
    height: 42px;
    margin: 2px 14px 22px 0;
    padding: 0;
    transition: all 0.3s linear 0s;
    width: 42px;
}
footer .boc_latest_post img:hover {
    border: 3px solid #0ad1e5;
}
footer .boc_latest_post p.date {
    color: #b9b9b9;
}
footer .boc_latest_post p.boc_latest_post_title {
    line-height: 16px;
    padding-top: 0;
}
#powered {
    color: #b9b9b9;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 1px;
}
#powered a {
    font-size: 12px;
}
.footer_btm {
    background: none repeat scroll 0 0 #222425;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #373737;
    clear: both;
    overflow: auto;
    padding: 10px 20px;
}
/* END: Footer */


.section_big_title h1 strong { color: #004494;}
.section_featured_texts h3 a:hover { color: #004494;}

.breadcrumb a:hover{ color: #004494;}
.post_meta a:hover{ color: #004494;}
.portfolio_filter div.current{ background-color: #004494;}

.next:hover,.prev:hover{ background-color: #004494;}
.pagination .links a:hover{ background-color: #004494;}
.hilite { background: #004494;}
.price_column.price_column_featured ul li.price_column_title { background: #004494;}

.post_description blockquote{ border-left: 4px solid #004494; }

.info  h2{ background-color: #004494;}
footer a:hover { color: #004494;}
footer .boc_latest_post img:hover{ border: 3px solid #004494;}

.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover { background-color: #004494;}

footer #powered {
	float: none;
	text-align: center;
}
.content {
	background-image: url('../gfx/bgrs/bg_content.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 5px 100px 25px;
}
.content.right {
	/*background-image: url('../gfx/bgrs/bg_content_right.png');
	background-position: 830px bottom;*/
	padding: 0 5px 50px 25px;
}

img.shadow {
    border: 5px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px 2px #ccc;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    position: relative;
}
img.stoerer {
	position: absolute;
	right: 0;
	top: 0;
}
/* End: custom Styles */



/* Sidenavi */
#sidebar h4.title {
	color: #004494;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 14px;
	text-transform: uppercase;
}
nav.sub {
	border-bottom: 1px solid #e4e4e4; 
	font-size: 14px;}

nav.sub li,
nav.sub ul {
	margin: 0;
	padding: 0;
}
nav.sub>li {
	display: block;
	border-top: 1px solid #e4e4e4;
}
nav.sub li li li{
	margin-left: 10px;
}
nav.sub li a,
nav.sub li label{
	display: block;
	padding: 10px 5px;
	font-weight: normal;
	font-size: 14px;
}nav.sub li label>a{
	display: block;
	margin: -10px -5px;
}
nav.sub li li a,
nav.sub li li label {
	padding: 5px;
	font-size: 13px;
	background: url('../gfx/arrow.png') no-repeat 2px 9px;
	padding: 5px 5px 5px 15px;
}
nav.sub li label,
nav.sub li li label {
	background-image: url('../gfx/arrow_down_tiny.png');
	background-repeat: no-repeat;
	background-position: 185px 18px;
}
nav.sub li li label { background-position: 185px 12px;}

nav.sub li a:hover,
nav.sub li label:hover,
body:not(#foo) input[type=radio].dropdown:checked ~ label:hover{
	background-color: #004494;
	color: #fff;
}

nav.sub li li a:hover,
nav.sub li li label:hover {
	background-color: #e4e4e4;
	color: inherit;
}
nav.sub li label:focus,
nav.sub li.checked>a:hover,
nav.sub li a.checked:hover {
	background-color: #004494;
	color: #fff;
}
nav.sub li.checked>a,
nav.sub li a.checked{
	color: #004494;
}


nav input[type=checkbox], nav input[type=radio] {
	display: none;
}
/* Aufklappmenü (nicht für alte Browser) */
body:not(#foo) [role="active"] { display: none; }

body:not(#foo) input[type=checkbox].dropdown:checked ~ [role="active"],
body:not(#foo) input[type=radio].dropdown:checked ~ [role="active"] {
	display: block;
}
body:not(#foo) input[type=checkbox].dropdown:checked ~ label,
body:not(#foo) input[type=radio].dropdown:checked ~ label {
	color: #004494;
	font-weight: bold;
	background-image: url("../gfx/arrow_up_tiny.png");
}
/* END: Sidenavi */



/* Slider custom Styles */
@media only screen and (min-width: 940px)  {
	#rev_slider_1_1, #rev_slider_1_1_wrapper { width:100%; height:100%;}	
}
@media only screen and (min-width: 0px) and (max-width: 939px) {
	#rev_slider_1_1, #rev_slider_1_1_wrapper { width:100%; height:100%;}	
}
/* END: Slider custom Styles */


/* MEDIAQUERIES */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrapper {
	    border-radius: 0;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}
	#sidebar #s, #sidebar #s:focus, #sidebar #s:hover {
	    width: 156px;
	}
	.footer_inside {
	    margin: 20px auto;
	    width: 768px;
	}
	.footer_btm {
	    border-radius: 0;
	}
	.footer_btm_inner {
	    margin: 0 auto;
	    width: 748px;
	}
	.portfolio_item {
	    width: 236px;
	}
	.portfolio_item a h4 {
	    font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	#wrapper {
	    border-radius: 0;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}
	
	.footer_inside {
	    margin: 0 auto 10px;
	    width: 300px;
	}
	.footer_btm {
	    border-radius: 0;
	}
	.footer_btm_inner {
	    margin: 0 auto;
	    width: 300px;
	}
	#styler_slider {
	    display: none;
	}
	.header_left {
	    text-align: center;
	}
	.header_left img {
	    height: auto;
	    margin: 40px 0 0;
	    max-width: 100%;
	}
	.header_right {
	    text-align: center;
	}
	#menu {
	    display: none;
	}
	#select_menu {
	    display: block;
	    margin-bottom: 0;
	    padding: 8px;
	    width: 100%;
	}
	.header_contacts {
	    height: auto;
	    margin: 20px 0 30px;
	    text-align: center;
	}
	.header_phone {
	    display: inline;
	    float: none;
	    margin: 4px 14px 5px 0;
	}
	.header_mail {
	    display: inline;
	    float: none;
	    margin-top: 4px;
	}
	.header_search {
	    float: left;
	}
	#s {
	    right: auto;
	}
	#s:focus, #s:hover {
	    width: 150px;
	}
	.button_search {
	    right: 26px;
	}
	.columns.title, .column.title {
	    margin: 20px 0 22px;
	}
	.margined_left {
	    margin-left: 0;
	}
	footer h3 {
	    margin-top: 30px;
	}
	footer .columns ul {
	    margin-left: 0;
	}
	#powered {
	    display: none;
	}
	.portfolio_item {
	    width: 300px;
	}
	.related_posts_section {
	    margin: 0;
	}
	textarea.aqua_input {
	    width: 280px;
	}
	.page_heading h1 {
	    font-size: 20px;
	}
	.section_big_title {
	    margin: 10px 0 24px !important;
	}
	.section_featured_services .jcarousel-next-horizontal, .carousel_section .jcarousel-next-horizontal {
	    right: 0 !important;
	}
	.section_featured_services .jcarousel-prev-horizontal, .carousel_section .jcarousel-prev-horizontal {
	    right: 20px !important;
	}
	.section_featured_services .carousel_arrows_bgr, .carousel_section .carousel_arrows_bgr {
	    width: 44px !important;
	}
	.htabs a {
	    font-size: 12px;
	    margin-right: 2px;
	    padding: 6px 7px 5px;
	}
	.portfolio_description {
	    padding-left: 0;
	}
	.services_description {
	    margin-top: 20px !important;
	    padding-left: 0;
	}
	#google_map iframe {
	    max-height: 300px;
	}
	.htabs {
	    border-bottom: 0 none;
	    height: auto;
	    margin-right: 0;
	}
	.htabs a {
	    display: block;
	    float: none;
	    margin-right: 0;
	}
	.tab-content {
	    border-radius: 0 0 4px 4px;
	    border-top: 1px solid #e4e4e4;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.footer_inside {
	    margin: 0 auto 20px;
	    padding: 0;
	    width: 420px;
	}
	.footer_btm_inner {
	    margin: 0 auto;
	    width: 420px;
	}
	#powered {
	    display: block;
	}
	.htabs a {
	    font-size: 13px;
	    padding: 6px 10px 5px;
	}
	.portfolio_item {
	    width: 420px;
	}
	.portfolio_items_in_page {
	    margin: 0;
	}
	#google_map iframe {
	    max-height: none;
	}
}


/** Icons **/
.icon-home, .icon-home-2, .icon-newspaper, .icon-pencil, .icon-pencil-2, .icon-droplet, .icon-pictures, .icon-picture, .icon-camera, .icon-music, .icon-play, .icon-film, .icon-camera-2, .icon-spades, .icon-clubs, .icon-diamonds, .icon-broadcast, .icon-mic, .icon-book, .icon-file, .icon-file-2, .icon-new, .icon-copy, .icon-folder, .icon-folder-2, .icon-tag, .icon-cart, .icon-basket, .icon-calculate, .icon-support, .icon-phone, .icon-mail, .icon-location, .icon-compass, .icon-history, .icon-clock, .icon-bell, .icon-calendar, .icon-printer, .icon-mouse, .icon-screen, .icon-laptop, .icon-mobile, .icon-cabinet, .icon-drawer, .icon-drawer-2, .icon-box, .icon-box-add, .icon-box-remove, .icon-download, .icon-upload, .icon-database, .icon-flip, .icon-flip-2, .icon-undo, .icon-redo, .icon-forward, .icon-reply, .icon-reply-2, .icon-comments, .icon-comments-2, .icon-comments-3, .icon-comments-4, .icon-comments-5, .icon-user, .icon-user-2, .icon-user-3, .icon-busy, .icon-loading, .icon-loading-2, .icon-search, .icon-zoomin, .icon-zoomout, .icon-key, .icon-key-2, .icon-locked, .icon-unlocked, .icon-wrench, .icon-equalizer, .icon-cog, .icon-pie, .icon-bars, .icon-stats-up, .icon-gift, .icon-trophy, .icon-diamond, .icon-coffee, .icon-rocket, .icon-meter-slow, .icon-meter-medium, .icon-meter-fast, .icon-dashboard, .icon-fire, .icon-lab, .icon-remove, .icon-remove-2, .icon-remove-3, .icon-briefcase, .icon-briefcase-2, .icon-cars, .icon-bus, .icon-cube, .icon-cube-2, .icon-puzzle, .icon-glasses, .icon-glasses-2, .icon-accessibility, .icon-accessibility-2, .icon-target, .icon-target-2, .icon-lightning, .icon-power, .icon-power-2, .icon-clipboard, .icon-clipboard-2, .icon-playlist, .icon-gridview, .icon-treeview, .icon-cloud, .icon-cloud-2, .icon-download-2, .icon-upload-2, .icon-upload-3, .icon-link, .icon-link-2, .icon-flag, .icon-flag-2, .icon-attachment, .icon-eye, .icon-eye-2, .icon-bookmark, .icon-bookmark-2, .icon-star, .icon-star-2, .icon-star-3, .icon-heart, .icon-heart-2, .icon-thumbsup, .icon-thumbsdown, .icon-happy, .icon-smiley, .icon-neutral, .icon-plus, .icon-minus, .icon-help, .icon-help-2, .icon-blocked, .icon-cancel, .icon-cancel-2, .icon-checkmark, .icon-minus-2, .icon-plus-2, .icon-enter, .icon-exit, .icon-loop, .icon-arrow-up-left, .icon-arrow-up, .icon-arrow-up-right, .icon-arrow-right, .icon-arrow-down-right, .icon-arrow-down, .icon-arrow-down-left, .icon-arrow-left, .icon-arrow-up-left-2, .icon-arrow-up-2, .icon-arrow-up-right-2, .icon-arrow-right-2, .icon-arrow-down-right-2, .icon-arrow-down-2, .icon-arrow-down-left-2, .icon-arrow-left-2, .icon-arrow-up-left-3, .icon-arrow-up-3, .icon-arrow-up-right-3, .icon-arrow-right-3, .icon-arrow-down-right-3, .icon-arrow-down-3, .icon-arrow-down-left-3, .icon-arrow-left-3, .icon-arrow-up-4, .icon-arrow-right-4, .icon-arrow-down-4, .icon-arrow-left-4, .icon-arrow-up-5, .icon-arrow-right-5, .icon-arrow-down-5, .icon-arrow-left-5, .icon-arrow-up-6, .icon-arrow-right-6, .icon-arrow-down-6, .icon-arrow-left-6, .icon-menu, .icon-enter-2, .icon-backspace, .icon-backspace-2, .icon-tab, .icon-tab-2, .icon-checkbox, .icon-checkbox-unchecked, .icon-checkbox-partial, .icon-radio-checked, .icon-radio-unchecked, .icon-font, .icon-paragraph-left, .icon-paragraph-center, .icon-paragraph-right, .icon-paragraph-justify, .icon-lefttoright, .icon-righttoleft, .icon-share, .icon-newtab, .icon-newtab-2, .icon-embed, .icon-code, .icon-bluetooth, .icon-share-2, .icon-share-3, .icon-mail-2, .icon-mail-3, .icon-mail-4, .icon-google, .icon-googleplus, .icon-googleplus-2, .icon-googleplus-3, .icon-gplus, .icon-google-drive, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-instagram, .icon-twitter, .icon-twitter-2, .icon-twitter-3, .icon-feed, .icon-feed-2, .icon-feed-3, .icon-youtube, .icon-youtube-2, .icon-vimeo, .icon-vimeo-2, .icon-flickr, .icon-flickr-2, .icon-flickr-3, .icon-picassa, .icon-picassa-2, .icon-dribbble, .icon-dribbble-2, .icon-dribbble-3, .icon-forrst, .icon-forrst-2, .icon-deviantart, .icon-deviantart-2, .icon-github, .icon-github-2, .icon-github-3, .icon-github-4, .icon-github-5, .icon-github-6, .icon-git, .icon-github-7, .icon-wordpress, .icon-wordpress-2, .icon-joomla, .icon-blogger, .icon-blogger-2, .icon-tumblr, .icon-tumblr-2, .icon-yahoo, .icon-yahoo-2, .icon-amazon, .icon-amazon-2, .icon-tux, .icon-apple, .icon-finder, .icon-android, .icon-windows, .icon-soundcloud, .icon-soundcloud-2, .icon-skype, .icon-reddit, .icon-linkedin, .icon-linkedin-2, .icon-lastfm, .icon-lastfm-2, .icon-delicious, .icon-stumbleupon, .icon-stumbleupon-2, .icon-pinterest, .icon-pinterest-2, .icon-xing, .icon-xing-2, .icon-flattr, .icon-foursquare, .icon-foursquare-2, .icon-paypal, .icon-paypal-2, .icon-paypal-3, .icon-yelp, .icon-libreoffice, .icon-file-pdf, .icon-file-openoffice, .icon-file-word, .icon-file-excel, .icon-file-powerpoint, .icon-file-zip, .icon-file-xml, .icon-file-css, .icon-html5, .icon-html5-2, .icon-css3, .icon-chrome, .icon-firefox, .icon-IE, .icon-opera, .icon-safari, .icon-IcoMoon, .icon-warning, .icon-cloud-3, .icon-locked-2, .icon-inbox, .icon-comment, .icon-mic-2, .icon-envelope, .icon-briefcase-3, .icon-cart-2, .icon-contrast, .icon-clock-2, .icon-user-4, .icon-cog-2, .icon-music-2, .icon-twitter-4, .icon-pencil-3, .icon-frame, .icon-switch, .icon-star-4, .icon-key-3, .icon-chart, .icon-apple-2, .icon-file-3, .icon-plus-3, .icon-minus-3, .icon-picture-2, .icon-folder-3, .icon-camera-3, .icon-search-2, .icon-dribbble-4, .icon-forrst-3, .icon-feed-4, .icon-blocked-2, .icon-target-3, .icon-play-2, .icon-pause, .icon-bug, .icon-console, .icon-film-2, .icon-type, .icon-home-3, .icon-earth, .icon-location-2, .icon-info, .icon-eye-3, .icon-heart-3, .icon-bookmark-3, .icon-wrench-2, .icon-calendar-2, .icon-window, .icon-monitor, .icon-mobile-2, .icon-droplet-2, .icon-mouse-2, .icon-refresh, .icon-location-3, .icon-tag-2, .icon-phone-2, .icon-star-5, .icon-pointer, .icon-thumbsup-2, .icon-thumbsdown-2, .icon-headphones, .icon-move, .icon-checkmark-2, .icon-cancel-3, .icon-skype-2, .icon-gift-2, .icon-cone, .icon-alarm, .icon-coffee-2, .icon-basket-2, .icon-flag-3, .icon-ipod, .icon-trashcan, .icon-bolt, .icon-ampersand, .icon-compass-2, .icon-list, .icon-grid, .icon-volume, .icon-volume-2, .icon-stats, .icon-target-4, .icon-forward-2, .icon-paperclip, .icon-keyboard, .icon-crop, .icon-floppy, .icon-filter, .icon-trophy-2, .icon-diary, .icon-addressbook, .icon-stop, .icon-smiley-2, .icon-shit, .icon-bookmark-4, .icon-camera-4, .icon-lamp, .icon-disk, .icon-button, .icon-database-2, .icon-creditcard, .icon-atom, .icon-winsows, .icon-target-5, .icon-battery, .icon-code-2 {
    background-image: url("../gfx/sprites.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    position: relative;
    top: 8px;
    width: 32px;
}
.icon-pencil {
    background-position: -192px 0;
    height: 33px;
    width: 33px;
}
.icon-spades {
    background-position: -832px 0;
    width: 40px;
}
.icon-reply-2 {
    background-position: -640px -192px;
    width: 36px;
}
.icon-fire {
    background-position: -768px -320px;
    width: 37px;
}
.icon-link {
    background-position: -704px -448px;
    width: 33px;
}
.icon-link-2 {
    background-position: -768px -448px;
    width: 33px;
}
.icon-heart {
    background-position: -448px -512px;
    width: 34px;
}
.icon-heart-2 {
    background-position: -512px -512px;
    width: 34px;
}
.icon-vimeo {
    background-position: -896px -896px;
    height: 34px;
    width: 34px;
}
.icon-deviantart {
    background-position: -640px -960px;
    width: 33px;
}
.icon-tux {
    background-position: -960px -1024px;
    height: 33px;
    width: 33px;
}
.icon-paypal {
    background-position: -384px -1152px;
    width: 33px;
}
.icon-paypal-2 {
    background-position: -448px -1152px;
    width: 33px;
}
.icon-paypal-3 {
    background-position: -512px -1152px;
    width: 33px;
}
.icon-firefox {
    background-position: -448px -1216px;
    width: 33px;
}
.icon-contrast {
    background-position: -320px -1280px;
    height: 35px;
    width: 35px;
}
.icon-pencil-3 {
    background-position: -704px -1280px;
    width: 34px;
}
.icon-star-4 {
    background-position: -896px -1280px;
    height: 33px;
    width: 33px;
}
.icon-blocked-2 {
    background-position: -768px -1344px;
    height: 35px;
    width: 35px;
}
.icon-wrench-2 {
    background-position: -704px -1408px;
    height: 33px;
    width: 33px;
}
.icon-phone-2 {
    background-position: -320px -1472px;
    height: 35px;
    width: 35px;
}
.icon-star-5 {
    background-position: -384px -1472px;
    height: 35px;
    width: 35px;
}
.icon-paperclip {
    background-position: -64px -1600px;
    height: 33px;
    width: 33px;
}

.icon-disk {
    background-position: -960px -1600px;
    height: 35px;
    width: 35px;
}
.icon-home { background-position: 0 0;}
.icon-home-2 { background-position: -64px 0;}
.icon-newspaper { background-position: -128px 0;}
.icon-pencil-2 { background-position: -256px 0;}
.icon-droplet { background-position: -320px 0;}
.icon-pictures { background-position: -384px 0;}
.icon-picture { background-position: -448px 0;}
.icon-camera { background-position: -512px 0;}
.icon-music { background-position: -576px 0;}
.icon-play { background-position: -640px 0;}
.icon-film { background-position: -704px 0;}
.icon-camera-2 { background-position: -768px 0;}
.icon-clubs { background-position: -896px 0;}
.icon-diamonds { background-position: -960px 0;}
.icon-broadcast { background-position: 0 -64px;}
.icon-mic { background-position: -64px -64px;}
.icon-book { background-position: -128px -64px;}
.icon-file { background-position: -192px -64px;}
.icon-file-2 { background-position: -256px -64px;}
.icon-new { background-position: -320px -64px;}
.icon-copy { background-position: -384px -64px;}
.icon-folder { background-position: -448px -64px;}
.icon-folder-2 { background-position: -512px -64px;}
.icon-tag { background-position: -576px -64px;}
.icon-cart { background-position: -640px -64px;}
.icon-basket { background-position: -704px -64px;}
.icon-calculate { background-position: -768px -64px;}
.icon-support { background-position: -832px -64px;}
.icon-phone { background-position: -896px -64px;}
.icon-mail { background-position: -960px -64px;}
.icon-location { background-position: 0 -128px;}
.icon-compass { background-position: -64px -128px;}
.icon-history { background-position: -128px -128px;}
.icon-clock { background-position: -192px -128px;}
.icon-bell { background-position: -256px -128px;}
.icon-calendar { background-position: -320px -128px;}
.icon-printer { background-position: -384px -128px;}
.icon-mouse { background-position: -448px -128px;}
.icon-screen { background-position: -512px -128px;}
.icon-laptop { background-position: -576px -128px;}
.icon-mobile { background-position: -640px -128px;}
.icon-cabinet { background-position: -704px -128px;}
.icon-drawer { background-position: -768px -128px;}
.icon-drawer-2 { background-position: -832px -128px;}
.icon-box { background-position: -896px -128px;}
.icon-box-add { background-position: -960px -128px;}
.icon-box-remove { background-position: 0 -192px;}
.icon-download { background-position: -64px -192px;}
.icon-upload { background-position: -128px -192px;}
.icon-database { background-position: -192px -192px;}
.icon-flip { background-position: -256px -192px;}
.icon-flip-2 { background-position: -320px -192px;}
.icon-undo { background-position: -384px -192px;}
.icon-redo { background-position: -448px -192px;}
.icon-forward { background-position: -512px -192px;}
.icon-reply { background-position: -576px -192px;}
.icon-comments { background-position: -704px -192px;}
.icon-comments-2 { background-position: -768px -192px;}
.icon-comments-3 { background-position: -832px -192px;}
.icon-comments-4 { background-position: -896px -192px;}
.icon-comments-5 { background-position: -960px -192px;}
.icon-user { background-position: 0 -256px;}
.icon-user-2 { background-position: -64px -256px;}
.icon-user-3 { background-position: -128px -256px;}
.icon-busy { background-position: -192px -256px;}
.icon-loading { background-position: -256px -256px;}
.icon-loading-2 { background-position: -320px -256px;}
.icon-search { background-position: -384px -256px;}
.icon-zoomin { background-position: -448px -256px;}
.icon-zoomout { background-position: -512px -256px;}
.icon-key { background-position: -576px -256px;}
.icon-key-2 { background-position: -640px -256px;}
.icon-locked { background-position: -704px -256px;}
.icon-unlocked { background-position: -768px -256px;}
.icon-wrench { background-position: -832px -256px;}
.icon-equalizer { background-position: -896px -256px;}
.icon-cog { background-position: -960px -256px;}
.icon-pie { background-position: 0 -320px;}
.icon-bars { background-position: -64px -320px;}
.icon-stats-up { background-position: -128px -320px;}
.icon-gift { background-position: -192px -320px;}
.icon-trophy { background-position: -256px -320px;}
.icon-diamond { background-position: -320px -320px;}
.icon-coffee { background-position: -384px -320px;}
.icon-rocket { background-position: -448px -320px;}
.icon-meter-slow { background-position: -512px -320px;}
.icon-meter-medium { background-position: -576px -320px;}
.icon-meter-fast { background-position: -640px -320px;}
.icon-dashboard { background-position: -704px -320px;}
.icon-lab { background-position: -832px -320px;}
.icon-remove { background-position: -896px -320px;}
.icon-remove-2 { background-position: -960px -320px;}
.icon-remove-3 { background-position: 0 -384px;}
.icon-briefcase { background-position: -64px -384px;}
.icon-briefcase-2 { background-position: -128px -384px;}
.icon-cars { background-position: -192px -384px;}
.icon-bus { background-position: -256px -384px;}
.icon-cube { background-position: -320px -384px;}
.icon-cube-2 { background-position: -384px -384px;}
.icon-puzzle { background-position: -448px -384px;}
.icon-glasses { background-position: -512px -384px;}
.icon-glasses-2 { background-position: -576px -384px;}
.icon-accessibility { background-position: -640px -384px;}
.icon-accessibility-2 { background-position: -704px -384px;}
.icon-target { background-position: -768px -384px;}
.icon-target-2 { background-position: -832px -384px;}
.icon-lightning { background-position: -896px -384px;}
.icon-power { background-position: -960px -384px;}
.icon-power-2 { background-position: 0 -448px;}
.icon-clipboard { background-position: -64px -448px;}
.icon-clipboard-2 { background-position: -128px -448px;}
.icon-playlist { background-position: -192px -448px;}
.icon-gridview { background-position: -256px -448px;}
.icon-treeview { background-position: -320px -448px;}
.icon-cloud { background-position: -384px -448px;}
.icon-cloud-2 { background-position: -448px -448px;}
.icon-download-2 { background-position: -512px -448px;}
.icon-upload-2 { background-position: -576px -448px;}
.icon-upload-3 { background-position: -640px -448px;}
.icon-flag { background-position: -832px -448px;}
.icon-flag-2 { background-position: -896px -448px;}
.icon-attachment { background-position: -960px -448px;}
.icon-eye { background-position: 0 -512px;}
.icon-eye-2 { background-position: -64px -512px;}
.icon-bookmark { background-position: -128px -512px;}
.icon-bookmark-2 { background-position: -192px -512px;}
.icon-star { background-position: -256px -512px;}
.icon-star-2 { background-position: -320px -512px;}
.icon-star-3 { background-position: -384px -512px;}
.icon-thumbsup { background-position: -576px -512px;}
.icon-thumbsdown { background-position: -640px -512px;}
.icon-happy { background-position: -704px -512px;}
.icon-smiley { background-position: -768px -512px;}
.icon-neutral { background-position: -832px -512px;}
.icon-plus { background-position: -896px -512px;}
.icon-minus { background-position: -960px -512px;}
.icon-help { background-position: 0 -576px;}
.icon-help-2 { background-position: -64px -576px;}
.icon-blocked { background-position: -128px -576px;}
.icon-cancel { background-position: -192px -576px;}
.icon-cancel-2 { background-position: -256px -576px;}
.icon-checkmark { background-position: -320px -576px;}
.icon-minus-2 { background-position: -384px -576px;}
.icon-plus-2 { background-position: -448px -576px;}
.icon-enter { background-position: -512px -576px;}
.icon-exit { background-position: -576px -576px;}
.icon-loop { background-position: -640px -576px;}
.icon-arrow-up-left { background-position: -704px -576px;}
.icon-arrow-up { background-position: -768px -576px;}
.icon-arrow-up-right { background-position: -832px -576px;}
.icon-arrow-right { background-position: -896px -576px;}
.icon-arrow-down-right { background-position: -960px -576px;}
.icon-arrow-down { background-position: 0 -640px;}
.icon-arrow-down-left { background-position: -64px -640px;}
.icon-arrow-left { background-position: -128px -640px;}
.icon-arrow-up-left-2 { background-position: -192px -640px;}
.icon-arrow-up-2 { background-position: -256px -640px;}
.icon-arrow-up-right-2 { background-position: -320px -640px;}
.icon-arrow-right-2 { background-position: -384px -640px;}
.icon-arrow-down-right-2 { background-position: -448px -640px;}
.icon-arrow-down-2 { background-position: -512px -640px;}
.icon-arrow-down-left-2 { background-position: -576px -640px;}
.icon-arrow-left-2 { background-position: -640px -640px;}
.icon-arrow-up-left-3 { background-position: -704px -640px;}
.icon-arrow-up-3 { background-position: -768px -640px;}
.icon-arrow-up-right-3 { background-position: -832px -640px;}
.icon-arrow-right-3 { background-position: -896px -640px;}
.icon-arrow-down-right-3 { background-position: -960px -640px;}
.icon-arrow-down-3 { background-position: 0 -704px;}
.icon-arrow-down-left-3 { background-position: -64px -704px;}
.icon-arrow-left-3 { background-position: -128px -704px;}
.icon-arrow-up-4 { background-position: -192px -704px;}
.icon-arrow-right-4 { background-position: -256px -704px;}
.icon-arrow-down-4 { background-position: -320px -704px;}
.icon-arrow-left-4 { background-position: -384px -704px;}
.icon-arrow-up-5 { background-position: -448px -704px;}
.icon-arrow-right-5 { background-position: -512px -704px;}
.icon-arrow-down-5 { background-position: -576px -704px;}
.icon-arrow-left-5 { background-position: -640px -704px;}
.icon-arrow-up-6 { background-position: -704px -704px;}
.icon-arrow-right-6 { background-position: -768px -704px;}
.icon-arrow-down-6 { background-position: -832px -704px;}
.icon-arrow-left-6 { background-position: -896px -704px;}
.icon-menu { background-position: -960px -704px;}
.icon-enter-2 { background-position: 0 -768px;}
.icon-backspace { background-position: -64px -768px;}
.icon-backspace-2 { background-position: -128px -768px;}
.icon-tab { background-position: -192px -768px;}
.icon-tab-2 { background-position: -256px -768px;}
.icon-checkbox { background-position: -320px -768px;}
.icon-checkbox-unchecked { background-position: -384px -768px;}
.icon-checkbox-partial { background-position: -448px -768px;}
.icon-radio-checked { background-position: -512px -768px;}
.icon-radio-unchecked { background-position: -576px -768px;}
.icon-font { background-position: -640px -768px;}
.icon-paragraph-left { background-position: -704px -768px;}
.icon-paragraph-center { background-position: -768px -768px;}
.icon-paragraph-right { background-position: -832px -768px;}
.icon-paragraph-justify { background-position: -896px -768px;}
.icon-lefttoright { background-position: -960px -768px;}
.icon-righttoleft { background-position: 0 -832px;}
.icon-share { background-position: -64px -832px;}
.icon-newtab { background-position: -128px -832px;}
.icon-newtab-2 { background-position: -192px -832px;}
.icon-embed { background-position: -256px -832px;}
.icon-code { background-position: -320px -832px;}
.icon-bluetooth { background-position: -384px -832px;}
.icon-share-2 { background-position: -448px -832px;}
.icon-share-3 { background-position: -512px -832px;}
.icon-mail-2 { background-position: -576px -832px;}
.icon-mail-3 { background-position: -640px -832px;}
.icon-mail-4 { background-position: -704px -832px;}
.icon-google { background-position: -768px -832px;}
.icon-googleplus { background-position: -832px -832px;}
.icon-googleplus-2 { background-position: -896px -832px;}
.icon-googleplus-3 { background-position: -960px -832px;}
.icon-gplus { background-position: 0 -896px;}
.icon-google-drive { background-position: -64px -896px;}
.icon-facebook { background-position: -128px -896px;}
.icon-facebook-2 { background-position: -192px -896px;}
.icon-facebook-3 { background-position: -256px -896px;}
.icon-instagram { background-position: -320px -896px;}
.icon-twitter { background-position: -384px -896px;}
.icon-twitter-2 { background-position: -448px -896px;}
.icon-twitter-3 { background-position: -512px -896px;}
.icon-feed { background-position: -576px -896px;}
.icon-feed-2 { background-position: -640px -896px;}
.icon-feed-3 { background-position: -704px -896px;}
.icon-youtube { background-position: -768px -896px;}
.icon-youtube-2 { background-position: -832px -896px;}
.icon-vimeo-2 { background-position: -960px -896px;}
.icon-flickr { background-position: 0 -960px;}
.icon-flickr-2 { background-position: -64px -960px;}
.icon-flickr-3 { background-position: -128px -960px;}
.icon-picassa { background-position: -192px -960px;}
.icon-picassa-2 { background-position: -256px -960px;}
.icon-dribbble { background-position: -320px -960px;}
.icon-dribbble-2 { background-position: -384px -960px;}
.icon-dribbble-3 { background-position: -448px -960px;}
.icon-forrst { background-position: -512px -960px;}
.icon-forrst-2 { background-position: -576px -960px;}
.icon-deviantart-2 { background-position: -704px -960px;}
.icon-github { background-position: -768px -960px;}
.icon-github-2 { background-position: -832px -960px;}
.icon-github-3 { background-position: -896px -960px;}
.icon-github-4 { background-position: -960px -960px;}
.icon-github-5 { background-position: 0 -1024px;}
.icon-github-6 { background-position: -64px -1024px;}
.icon-git { background-position: -128px -1024px;}
.icon-github-7 { background-position: -192px -1024px;}
.icon-wordpress { background-position: -256px -1024px;}
.icon-wordpress-2 { background-position: -320px -1024px;}
.icon-joomla { background-position: -384px -1024px;}
.icon-blogger { background-position: -448px -1024px;}
.icon-blogger-2 { background-position: -512px -1024px;}
.icon-tumblr { background-position: -576px -1024px;}
.icon-tumblr-2 { background-position: -640px -1024px;}
.icon-yahoo { background-position: -704px -1024px;}
.icon-yahoo-2 { background-position: -768px -1024px;}
.icon-amazon { background-position: -832px -1024px;}
.icon-amazon-2 { background-position: -896px -1024px;}
.icon-apple { background-position: 0 -1088px;}
.icon-finder { background-position: -64px -1088px;}
.icon-android { background-position: -128px -1088px;}
.icon-windows { background-position: -192px -1088px;}
.icon-soundcloud { background-position: -256px -1088px;}
.icon-soundcloud-2 { background-position: -320px -1088px;}
.icon-skype { background-position: -384px -1088px;}
.icon-reddit { background-position: -448px -1088px;}
.icon-linkedin { background-position: -512px -1088px;}
.icon-linkedin-2 { background-position: -576px -1088px;}
.icon-lastfm { background-position: -640px -1088px;}
.icon-lastfm-2 { background-position: -704px -1088px;}
.icon-delicious { background-position: -768px -1088px;}
.icon-stumbleupon { background-position: -832px -1088px;}
.icon-stumbleupon-2 { background-position: -896px -1088px;}
.icon-pinterest { background-position: -960px -1088px;}
.icon-pinterest-2 { background-position: 0 -1152px;}
.icon-xing { background-position: -64px -1152px;}
.icon-xing-2 { background-position: -128px -1152px;}
.icon-flattr { background-position: -192px -1152px;}
.icon-foursquare { background-position: -256px -1152px;}
.icon-foursquare-2 { background-position: -320px -1152px;}
.icon-yelp { background-position: -576px -1152px;}
.icon-libreoffice { background-position: -640px -1152px;}
.icon-file-pdf { background-position: -704px -1152px;}
.icon-file-openoffice { background-position: -768px -1152px;}
.icon-file-word { background-position: -832px -1152px;}
.icon-file-excel { background-position: -896px -1152px;}
.icon-file-powerpoint { background-position: -960px -1152px;}
.icon-file-zip { background-position: 0 -1216px;}
.icon-file-xml { background-position: -64px -1216px;}
.icon-file-css { background-position: -128px -1216px;}
.icon-html5 { background-position: -192px -1216px;}
.icon-html5-2 { background-position: -256px -1216px;}
.icon-css3 { background-position: -320px -1216px;}
.icon-chrome { background-position: -384px -1216px;}
.icon-IE { background-position: -512px -1216px;}
.icon-opera { background-position: -576px -1216px;}
.icon-safari { background-position: -640px -1216px;}
.icon-IcoMoon { background-position: -704px -1216px;}
.icon-warning { background-position: -768px -1216px;}
.icon-cloud-3 { background-position: -832px -1216px;}
.icon-locked-2 { background-position: -896px -1216px;}
.icon-inbox { background-position: -960px -1216px;}
.icon-comment { background-position: 0 -1280px;}
.icon-mic-2 { background-position: -64px -1280px;}
.icon-envelope { background-position: -128px -1280px;}
.icon-briefcase-3 { background-position: -192px -1280px;}
.icon-cart-2 { background-position: -256px -1280px;}
.icon-clock-2 { background-position: -384px -1280px;}
.icon-user-4 { background-position: -448px -1280px;}
.icon-cog-2 { background-position: -512px -1280px;}
.icon-music-2 { background-position: -576px -1280px;}
.icon-twitter-4 { background-position: -640px -1280px;}
.icon-frame { background-position: -768px -1280px;}
.icon-switch { background-position: -832px -1280px;}
.icon-key-3 { background-position: -960px -1280px;}
.icon-chart { background-position: 0 -1344px;}
.icon-apple-2 { background-position: -64px -1344px;}
.icon-file-3 { background-position: -128px -1344px;}
.icon-plus-3 { background-position: -192px -1344px;}
.icon-minus-3 { background-position: -256px -1344px;}
.icon-picture-2 { background-position: -320px -1344px;}
.icon-folder-3 { background-position: -384px -1344px;}
.icon-camera-3 { background-position: -448px -1344px;}
.icon-search-2 { background-position: -512px -1344px;}
.icon-dribbble-4 { background-position: -576px -1344px;}
.icon-forrst-3 { background-position: -640px -1344px;}
.icon-feed-4 { background-position: -704px -1344px;}
.icon-target-3 { background-position: -832px -1344px;}
.icon-play-2 { background-position: -896px -1344px;}
.icon-pause { background-position: -960px -1344px;}
.icon-bug { background-position: 0 -1408px;}
.icon-console { background-position: -64px -1408px;}
.icon-film-2 { background-position: -128px -1408px;}
.icon-type { background-position: -192px -1408px;}
.icon-home-3 { background-position: -256px -1408px;}
.icon-earth { background-position: -320px -1408px;}
.icon-location-2 { background-position: -384px -1408px;}
.icon-info { background-position: -448px -1408px;}
.icon-eye-3 { background-position: -512px -1408px;}
.icon-heart-3 { background-position: -576px -1408px;}
.icon-bookmark-3 { background-position: -640px -1408px;}
.icon-calendar-2 { background-position: -768px -1408px;}
.icon-window { background-position: -832px -1408px;}
.icon-monitor { background-position: -896px -1408px;}
.icon-mobile-2 { background-position: -960px -1408px;}
.icon-droplet-2 { background-position: 0 -1472px;}
.icon-mouse-2 { background-position: -64px -1472px;}
.icon-refresh { background-position: -128px -1472px;}
.icon-location-3 { background-position: -192px -1472px;}
.icon-tag-2 { background-position: -256px -1472px;}
.icon-pointer { background-position: -448px -1472px;}
.icon-thumbsup-2 { background-position: -512px -1472px;}
.icon-thumbsdown-2 { background-position: -576px -1472px;}
.icon-headphones { background-position: -640px -1472px;}
.icon-move { background-position: -704px -1472px;}
.icon-checkmark-2 { background-position: -768px -1472px;}
.icon-cancel-3 { background-position: -832px -1472px;}
.icon-skype-2 { background-position: -896px -1472px;}
.icon-gift-2 { background-position: -960px -1472px;}
.icon-cone { background-position: 0 -1536px;}
.icon-alarm { background-position: -64px -1536px;}
.icon-coffee-2 { background-position: -128px -1536px;}
.icon-basket-2 { background-position: -192px -1536px;}
.icon-flag-3 { background-position: -256px -1536px;}
.icon-ipod { background-position: -320px -1536px;}
.icon-trashcan { background-position: -384px -1536px;}
.icon-bolt { background-position: -448px -1536px;}
.icon-ampersand { background-position: -512px -1536px;}
.icon-compass-2 { background-position: -576px -1536px;}
.icon-list { background-position: -640px -1536px;}
.icon-grid { background-position: -704px -1536px;}
.icon-volume { background-position: -768px -1536px;}
.icon-volume-2 { background-position: -832px -1536px;}
.icon-stats { background-position: -896px -1536px;}
.icon-target-4 { background-position: -960px -1536px;}
.icon-forward-2 { background-position: 0 -1600px;}
.icon-keyboard { background-position: -128px -1600px;}
.icon-crop { background-position: -192px -1600px;}
.icon-floppy { background-position: -256px -1600px;}
.icon-filter { background-position: -320px -1600px;}
.icon-trophy-2 { background-position: -384px -1600px;}
.icon-diary { background-position: -448px -1600px;}
.icon-addressbook { background-position: -512px -1600px;}
.icon-stop { background-position: -576px -1600px;}
.icon-smiley-2 { background-position: -640px -1600px;}
.icon-shit { background-position: -704px -1600px;}
.icon-bookmark-4 { background-position: -768px -1600px;}
.icon-camera-4 { background-position: -832px -1600px;}
.icon-lamp { background-position: -896px -1600px;}
.icon-button { background-position: 0 -1664px;}
.icon-database-2 { background-position: -64px -1664px;}
.icon-creditcard { background-position: -128px -1664px;}
.icon-atom { background-position: -192px -1664px;}
.icon-winsows { background-position: -256px -1664px;}
.icon-target-5 { background-position: -320px -1664px;}
.icon-battery { background-position: -384px -1664px;}
.icon-code-2 { background-position: -448px -1664px;}
/** END: Icons **/