
/***************************************
* Fonts
****************************************/

@font-face {
	font-family: VerbLight;
	src: url('fonts/VerbLight-Italic.otf') format('opentype');
}
@font-face {
	font-family: FontAwesome;
	src: url('fonts/FontAwesome.otf') format('opentype');
}

/***************************************
* Normalization
****************************************/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    margin:0;
    padding:0;
}

body {
    margin: 0;
    font-family:'VerbLight', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 15px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;

}

/*--------------------------------------------------------------
* Typography
*--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family:'VerbLight', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
h1 {
    font-size: 32px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 1.5px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
* Elements
*--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style:disc;
}

ol {
    list-style:decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    vertical-align: middle;
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 15px;
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;  /* for Netscape borders in tables */
}

table td {
	padding: 0;	
}


/*--------------------------------------------------------------
* Forms
*--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color:#1c6caa;
    background-color:#1c6caa;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding:12px 18px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color:rgba(28, 108, 170,0.8);
    background-color:rgba(28, 108, 170,0.8);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #a8a8a8;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, 
select:focus{
    color: #111;
    outline: none;
    box-shadow: none;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
* Links
*--------------------------------------------------------------*/
a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #1c6caa;
    text-decoration: none;
}

a:focus {
    outline: 0;
    border: 0;
    box-shadow: 0;
}

a:hover,
a:active {
    outline: 0;
}



/***************************************
* Template
****************************************/
.page {
    height: 100%;
}

nav#site-navi {
	float: right;
	width: 75%;
    text-align: right;
    background-color: transparent;
    border: none;
}

#site-branding {
	float: left;
	width: 25%;
    padding: 20px 10px;
}
#site-branding .logo-title-wrap {
    margin: 10px 0 10px 5px;
}

#site-branding .site-logo {
	display: block;
	width: 100%;
}
#site-branding .site-title {
	margin: 0;
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
}
#site-branding .site-title a {
	color: #1c6caa;
}
#site-branding .site-description {
	display: block;
	margin: 0;
	line-height: 1;
	font-size: 13px;
	color: #2b2c2c;
	letter-spacing: 1.5px;
	text-transform: lowercase;
    padding: 5px;
}

#site-branding .site-title {
	display: none;
}


footer.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 18px 0;
    line-height: 1;
    text-align: center;
}
footer .footer-left,
footer .footer-right,
footer .footer-middle {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
footer .footer-left {
    float: left;
}
footer .footer-right {
    float: right;
}
footer .footer-middle {
	margin: 0 auto;
	width: 60%;
}

#footer-navi {
	font-size: 14px;
}
#footer-navi ul,
#footer-navi ul li { 
	padding: 0; 
	margin: 0; 
}

#footer-navi li {
    list-style: none;
	display: inline-block;
}
#footer-navi a {
	padding: 0px 10px;
	color: #FFF;
}
#footer-navi a:hover {
	color: #FFF;
	text-decoration: underline;	
}

.scrollup {
    position: fixed;
    bottom: 8px;
    right: 20px;
    color: #ffffff;
    background-color: rgba(28, 108, 170, 0.82);
    padding: 10px 15px;
    line-height: 1;
    font-size: 23px;
    font-family: 'FontAwesome';
}
.scrollup:hover {
    background-color: rgba(28, 108, 170, 1);
    color: #ffffff;
}

/***************************************
* Navigation
****************************************/
#site-navi ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-navi ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
    line-height: 77px;
	text-transform: uppercase;
    position: relative;
}
#site-navi ul li a:hover {
	text-decoration: underline;
}	
#site-navi ul.menu-level-1 > li, 
#site-navi ul ul.menu-level-2 > li {
    padding: 10px 0;
}
#site-navi ul.menu-level-1 > li > a, 
#site-navi ul ul.menu-level-2 > li > a {
	color: #22272c;
    padding: 0 28px 0 7px;
    position: relative;
}
#site-navi ul ul.menu-level-2 > li > a {
    padding: 0 15px;
}
#site-navi ul.menu-level-1 > li.menu-parent > a:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-top: -7px;
    line-height: 1;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#site-navi ul.menu-level-1 > li:hover > a, 
#site-navi ul ul.menu-level-2 > li:hover > a,
#site-navi ul.menu-level-1 > li.active > a, 
#site-navi ul ul.menu-level-2 > li.active > a {
    color: #1c6caa;
}
#site-navi ul.menu-level-1 > li.menu-parent:hover > a:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-top: -5px;
}
#site-navi ul ul.menu-level-2 {
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0; 
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 999;
    text-align: left;
    box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    -moz-box-shadow: 0 0 1px #ccc;
}
#site-navi ul ul.menu-level-2 li, 
#site-navi ul ul.menu-level-2 ul li {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding: 10px 0;
    display: block;
    font-weight: 400;
}
#site-navi ul ul.menu-level-2 ul {
    position: absolute;
    top: 0;
    right: -175px;
    left: auto;
    margin-top: 0;
}
#site-navi ul.menu-level-1 > li:last-child > ul.menu-level-2 {
    right: 0;
    left: auto;
}
#site-navi ul ul.menu-level-2 li.menu-parent {
    position: relative;
}
#site-navi ul ul.menu-level-2 li.menu-parent > a:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-top: -7px;
    line-height: 1;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#site-navi ul li:hover > ul, 
#site-navi ul li:focus > ul  {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    display: block;
}
#site-navi ul ul li {
    display: block;
    line-height: 1.3;
    background-color: #fff;
}
#site-navi ul ul li a {
    display: block;
    padding: 20px;
}
#site-navi ul ul li:hover {
    background-color: #eee;
} 

#site-navi .site-crumbs {
	display: none;
}


/*********************************** 
* CONTACT 
************************************/
#map {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 600px;
	overflow: hidden;
}

#contact {
	padding: 20px;
	float: left;
}

#impressum {
	padding: 20px;
	clear: both;
}


.phone,
.fax,
.mail,
.url,
.address {
    position: relative;
    padding-left: 23px;
}
.phone:before,
.fax:before,
.mail:before,
.url:before,
.address:before {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'FontAwesome';
    margin-top: -8px;
    line-height: 1;
    color: #1c6caa;
}
.phone:before {
	content:"\f095";
}
.fax:before {
	content:"\f1ac";
}
.mail:before {
	content:"\f003";
}
.url:before {
	content:"\f26c";
}
.address:before {
	content:"\f041";
}


/*********************************** 
* FRONT PAGE 
************************************/

/* banner ****************************/

#banner-section {
	background-color: #1c6caa;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 50px;
}
#page-unternehmen #banner-section {
    background-image: url(images/arts/banner.jpg);
}

#banner-section .banner {
	height: 280px;
    position: relative;
    background-size: 100% auto;
    background-position: 0 40%;
    background-repeat: no-repeat;
}
#page-web .banner {
    background-image: url(images/arts/web.jpg);
}
#page-business .banner {
    background-image: url(images/arts/bizapps.jpg);
}
#page-grafik .banner {
    background-image: url(images/arts/graphics.jpg);
}
#page-projekte .banner {
    background-image: url(images/arts/projects.jpg);
}
#page-patente .banner {
    background-image: url(images/arts/patents.jpg);
}
#page-impressum .banner {
    background-image: url(images/arts/contact.jpg);
}
#page-datenschutz .banner {
    background-image: url(images/arts/security.jpg);
}
.banner .content-wrap {
    position:absolute;
    top:40%;
    left:0;
    right:0;
    z-index: 99;
    text-align:center;
    color:#ffffff;
    text-shadow: 1px 0px 11px rgba(50, 50, 50, 1);
}
.banner .content-wrap h1 {
    font-size: 62px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1;
}

.main-banner {
    position: relative;
    min-height: 490px;
}
.main-banner .container {
    position:absolute;
    top:40%;
    left:0;
    right:0;
    z-index: 99;
    text-align:center;
}
.main-banner .content-wrap {
    color:#ffffff;
    text-shadow: 1px 0px 11px rgba(50, 50, 50, 1);
}
.main-banner .content-wrap h1 {
    font-size: 62px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1;
}
.main-banner .content-wrap .content {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    font-style: italic;
    max-width: 70%;
    margin: 0 auto;
}
.main-banner .button-wrap {
    margin: 40px 0 0 ;
}
.main-banner .button-wrap .first-button, 
.main-banner .button-wrap .second-button {
    display: inline-block;
}
.main-banner .button-wrap .first-button a, 
.main-banner .button-wrap .second-button a  {
    display: inline-block;
    padding:15px 30px;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}
.main-banner .button-wrap .first-button a {
    background-color:#1c6caa;
    border:1px solid #1c6caa;
    margin-right: 5px;
}
.main-banner .button-wrap .second-button a {
    background-color:transparent;
    border:1px solid #ffffff;
    margin-left:5px;
}
.main-banner .button-wrap .first-button a:hover {
    background-color:transparent;
    border-color:#ffffff;
}
.main-banner .button-wrap .second-button a:hover {
    background-color:#ffffff;
    color:#1c6caa;
}


/* about ****************************/

#about h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
    color: #000000;
    line-height: 1;
    text-align: center;
}
#about p {
    font-weight: 300;
    font-size: 18px;
    color: #595959;
    max-width: 85%;
    margin: 0 auto 50px;
}

/* services ****************************/

#services {
    text-align: center;
    padding: 40px 0 80px;
    margin-left: -4%;
}
#services .service {
    float:left;
    width: 29.33%;
    margin-left:4%;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.2);
    line-height: 1;
}
#services .service .image figure {
    margin:0;
}
#services .service .image figure img {
    display: block;
    width:100%;
}
#services .service .image {
    position:relative;
}
#services .service .info {
    padding:20px 0;
    margin:0 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color:#8b8b8b;
    line-height: 1.5;
}
#services .service .info h4 {
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 18px;
    font-weight:600;
    border-bottom: 1px solid #eeeeee;
}
#services .service .info a {
    color: #666666;
}
#services .service .metainfo {
    padding:20px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#services .service .readmore {
    float: left;
    display: inline-block;
    position: relative;
    padding-left:27px;
}
#services .service .readmore:before {
    content:'';
    position: absolute;
    background:url('assets/images/blog-arrow.png');
    top: 50%;
    left: 0;
    margin-top:-8px;
    width: 16px;
    height: 16px;
} 
#services .service .readmore a {
    color:#1c6caa;
}
#services .service .date {
    float: right;
    display:inline-block;
    color:#666666;
}
#services .service a:hover{
    color: #1c6caa;
    text-decoration: underline;
}

#services .service {
	margin-top: 3px;
	margin-bottom: 0px;
}
#services .service:hover,
#services .service:focus {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-top: 0px;
	margin-bottom: 3px;
}



/* call *****************************/

#call-section {
    background-color: #1c6caa;
    padding: 60px 0;
    color: #ffffff;
}
.call-wrap .call-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}
.call-wrap,
.call-inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.call-inner-wrap {
    float: left;
	width: 60%
}
.call-wrap .call-title, 
.call-wrap .call-desc, 
.call-wrap .button-wrap {
    margin: 0;
    line-height: 1.3;
    float: left;
    color: #fff;
}
.call-wrap .call-title {
    width: 30%;
}
.call-wrap .call-desc {
	padding-top: 8px;
    width: 50%;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}
.call-wrap .call-desc p {
    margin:0;
}
.call-wrap .button-wrap {
	padding-top: 10px;
    width: 50%;
}
.call-wrap .button-wrap .button {
	float: right;
	margin-right: 20px;	
}
.call-wrap .button-wrap a {
    border: 2px solid #ffffff;
    border-radius: 30px;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding: 18px 30px 15px 30px;
}
.call-wrap .button-wrap a:hover {
    background-color: #ffffff;
    color: #1c6caa;
}


/* quickinfo ********************************/

#quick {
    text-align: center;
    padding: 80px 0;
}

#quick .quick-header h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
    color: #000000;
    line-height: 1;
    text-align: center;
}
#quick .quick-header p {
    font-weight: 300;
    font-size: 18px;
    color: #595959;
    max-width: 80%;
    margin: 0 auto 50px;
}

#quick .quick-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
#quick .quickwrap {
    width: 31.33%;
    padding: 10px 30px;
    border-right: 1px solid #eee;
    float: left;
    display: block;
}
#quick .quickwrap span,
#quick .quickwrap a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999898;
}
#quick .quickwrap a:hover {
    color: #1c6caa;
}

#quick span i {
    color: #1c6caa;
    font-size: 40px;
    margin-bottom: 30px;
}
#quick span.quicklabel {
    color: #666666;
    font-weight:700;
    margin-bottom: 20px;
    font-size: 18px;
}
#quick .quick-wrapper:last-child{
   border-right: 0;
    
}

#quick .phone,
#quick .mail,
#quick .address {
    position: relative;
    display: block;
    height: 50px;
}
#quick .phone:before,
#quick .mail:before,
#quick .address:before {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: 'FontAwesome';
    margin-left: -23px;
    line-height: 1;
    color: #1c6caa;
    font-size: 3em;
}

/* service pages ********************************/

.infoimg {
	display: block;
	margin: 10px auto;
	width: 260px;
}

.services-page .browse {
	padding: 40px 0px;
}
.services-page .browse a {
	padding: 8px 16px;
	background-color: #1c6caa;
	color: white;
	display: block;
}
.services-page .browse a:hover {
	color: white;
	text-decoration: underline;
}
.services-page .browse a.prev {
	float: left;	
}
.services-page .browse a.next {
	float: right;	
}
.services-page .browse a.prev:before,
.services-page .browse a.next:after {
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-top: -7px;
    line-height: 1;
}
.services-page .browse a.prev:before {
	content:"\f100";
    margin-right: 15px;
}
.services-page .browse a.next:after {
    content:"\f101";
    margin-left: 15px;
}

.services-page .content p,
.services-page .content div.list {
	padding: 3%;
	border: 1px solid #eee;
}
.services-page .content div.list {
	margin: 3% 0;
	background-color: #eee;	
	width: 80%;
	margin-left: 10%;
}

.services-page .content div.list h4 {
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 18px;
}

.services-page .content a {
    color: #1c6caa;
}
.services-page .content a:hover,
.services-page .content a:focus,
.services-page .content a:active {
    text-decoration: underline;	
}

/*********************************** 
* PARTNERS 
************************************/
#partners .header {
	padding: 20px;
}

#partners .body {
	display: flex;
	flex-wrap: wrap;
}

.partner {
    box-sizing: border-box;
	width: 21%;
	padding: 3%;
	margin: 2%;
	text-align: center;
	border: 1px solid #eee;
	box-shadow: none !important;
	-webkit-transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	transition: box-shadow 100ms ease-in;
}
.partner:hover,
.partner:focus {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	transition: box-shadow 100ms ease-in;
}
.partner .logo {	
    white-space: nowrap;    
    text-align: left;
    height: 120px;
}

.partner .logo img {
    vertical-align: middle;
    max-height: 100%;
	max-width: 100%;	
}

.partner .info {
	margin-top: 20px;	
	text-align: left;
}

.partner .info h3 {
	font-size: 18px;
    line-height: 1.3;
}

/*********************************** 
* PATENTS 
************************************/
#patents .header {
	padding: 20px;
}
#patents {
	width: 100%;	
	margin-top: 20px;
}
#patents .row {
	padding: 3%;
	margin-bottom: 20px;
	vertical-align: top;
	text-align: left;		
	border: 1px solid #eee;
	box-shadow: 0 !important;
	-webkit-transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	transition: box-shadow 100ms ease-in;
}
#patents .row:hover,
#patents .row:focus {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	transition: box-shadow 100ms ease-in;
}
#patents .row .info div.more {
	display: none;	
}
#patents .row .info a.handle {
	cursor: pointer;	
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	helpers
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.overlay-bg {
	background-color: #FFFFFF; 
	opacity: 0.3;
    -moz-opacity: .3;  
    filter: alpha(opacity=30);  
}
.overlay-content {
	background-color: #FFFFFF;  
	border: 2px solid #666666;
	opacity: 1.0;
    -moz-opacity: 1;  
    filter: alpha(opacity=100); 
}

.overlay-buttons {
	text-align: center;
	padding: 3px;
}
.overlay-buttons .button {
	margin: 0 auto;
	width: 140px;
	display: inline-block;  
}

.dragbutton {
	cursor: move;
}
.closebutton {	
}

#tip {
	z-index: 60000;
	display: none;	
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F1F1F1; 
	font-size: 0.875em;
	line-height: 14px;
	padding: 3px;
	border: 1px solid #515151;
}
.ui-widget {
	font-size: 1.0em !important;
    font-family: Abel, Verdana, sans-serif !important;
}

#filebrowser {
	width: 700px;	
}
#filebrowser .actions a {
	display: inline-block;
	text-align: center;
	background-color: #81bb26;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 114px;
	padding: 6px;
	color: #fff;
}

#filebrowser .actions a#cancel {
	margin-left: 10px;
	background-color: #c7dd9b;
	color: #000;
}

#debug {
	text-align: left;
}

.zoomable {
	cursor: pointer;	
}
.zoomBox {
	cursor: pointer;	
}
.vResizer {
	width: 2px;
	background-color: #AAAAAA;
	cursor: e-resize;
	border: 1px solid white;
}
.hilite {
	background-color: #ab0502;
	color: white;
}

.box500 {
	float: left;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px; 	
}

.error {
	margin-bottom: 1px; 
	padding: 5px 2px;
	background-color: #fdd;	
	color: #b55;
}
.caution {
	margin-bottom: 1px; 
	padding: 5px 2px;
	background-color: #fea;	
	color: #404040;
}
.msg {
	margin-bottom: 1px; 
	padding: 5px 2px;
	background-color: #c7dd9b;	
	color: #404040;
}

.pointer {
	cursor: pointer;
}

.closebutton {
	float: right;	
}

.topleft {
	position: absolute;
	top: 0px;
	left: 0px;	
}
.topright {
	position: absolute;
	top: 0px;
	right: 0px;	
}
.bottomleft {
	position: absolute;
	bottom: 0px;
	left: 0px;		
}
.bottomright {
	position: absolute;
	bottom: 0px;
	right: 0px;	
}

.left {
	float: left;	
}
.right {
	float: right;	
}

.valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.brd {
	border: 1px solid #515151;	
}
.blk {
	display: block;	
}

.pad {
	padding: 5px;
}
.pad1 {
	padding: 10px;
}
.pad2 {
	padding: 20px;
}
.pad4 {
	padding: 40px;
}
.vpad {
	padding: 5px 0px;
}
.vpad1 {
	padding: 10px 0px;
}
.vpad2 {
	padding: 20px 0px;
}
.vpad4 {
	padding: 40px 0px;
}
.hpad {
	padding: 0px 5px;
}
.hpad1 {
	padding: 0px 10px;
}
.hpad2 {
	padding: 0px 20px;
}
.hpad4 {
	padding: 0px 40px;
}

.loading:before {
	content: url('images/spinner.gif');
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*===========================================
            RESPONSIVE-CSS-STARTS
=============================================*/

@media (max-width:1200px) {
	
    .container {
        width:100%;
        padding:0 10px;
    }

	/**************/
	#services .service .info {
		min-height: 303px;
	}
	
	/**************/
    #call-section .button-wrap .button {
        display: inline-block;
        float: none !important;
        margin-right: 0 !important;
    }
    
}

/********************************************/
@media (max-width:991px) {
	
	.main-banner .container,
	.banner .content-wrap {
	    top: 30%;
	}
	
	/**************/
	#services .service .info {
		min-height: 376px;
	}
	
	/**************/
    #call-section .button-wrap .button {
    	margin-top: 20px;
    }
    
    #call-section .call-title {
        width: 50%;
	}
	#call-section .call-inner-wrap {
        width: 50%;
        text-align: center;
	}
    #call-section .call-desc,
    #call-section .button-wrap {
    	width: 100%;
        display: block;
        float: none !important;
    }
    #call-section .call-desc {
        margin: -20px 0 20px 0;
    }
    
    
	/**************/
	.partner {	
	    width: 29.33%;
	}
	
	/**************/
	#map {
		margin-top: 10px;
		float: left;
	}
}

/********************************************/
@media (max-width:768px) {
	
	#banner-section .banner {
	    background-size: cover;
	}
	
    #site-branding {
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
    }
    #site-branding .site-logo, 
    #site-branding .site-title, 
    #site-branding .site-description, 
    #site-branding .logo-title-wrap {
        float: none;
        width: auto;
    }
    #site-branding .site-title {
        font-size: 36px;
    }
    #site-branding .site-description {
        font-size: 14px;
    }

	/**************/
	nav#site-navi {
        float: none;
        width: 100%;
        text-align: center;
    }
    .navbar{
    	margin-bottom: 0;
    }
	.navbar-collapse {
    	background-color: #eee;
		border-bottom: 1px solid transparent;
	}
    
    #site-navi ul.menu-level-1 > li.menu-parent > a:after, 
    #site-navi ul ul.menu-level-2 li.menu-parent > a:after {
        display: none;
    }
    #site-navi .nav-toggle {
        display: inline-block;
    }
    #site-navi ul.menu-level-1 li, 
    #site-navi ul ul.menu-level-2 li {
        display: block;
        line-height: 1.5;
        text-align: left;
        font-size: 14px;
    	background-color: transparent;
    }
	#site-navi ul ul.menu-level-2 > li > a {
	    padding: 0 25px;
	}
    #site-navi ul ul.menu-level-2, 
    #site-navi ul ul.menu-level-2 ul {
        display: block;
        opacity: 1;
        visibility: visible;
        position: static;
        margin-top: 10px !important;
        box-shadow: none;
    }
    #site-navi ul ul.menu-level-2 li:last-child {
        padding-bottom: 0;
    }
    
    #site-navi .site-crumbs {
    	display: block;
    	float: left;
		font-size: 13px;
		font-weight: 500;
	    line-height: 50px;
		text-transform: uppercase;
		padding-left: 22px;
		white-space: nowrap;
    }
    
	/**************/
	footer .footer-left,
	footer .footer-right {
		float: none;	
	}

	#footer-navi li {
		display: block;
	}
	
	/**************/
    .main-banner .content-wrap h1,
    .banner .content-wrap h1 {
        font-size: 52px;
    }
    .main-banner .content-wrap .content {
        font-size: 16px;
        line-height:1.5;
    }
    .main-banner .button-wrap .first-button a, 
    .main-banner .button-wrap .second-button a {
        padding:10px 24px;
    }
    
	/**************/
	#about p {
	    max-width: 96%;
	}
	
	/**************/
    #services-section .container {
        padding:0;
    }
    
	#services .service {
        float: none !important;
        width: 100% !important;
        margin: 10px 0 !important;
        
    }
	#services .service .info {
		min-height: 0;
		margin: 0;
	}
    
	/**************/
    #call-section .call-title, 
    #call-section .call-desc, 
    #call-section .call-inner-wrap, 
    #call-section .button-wrap {
        width:100%;
        text-align: center;
        display: block;
    }
    #call-section .call-title h2 {
        line-height: 1;
    }
    #call-section .call-desc {
        margin:20px 0;
    }
    
	/**************/
    #quick .quickwrap {
        padding: 10px !important;
    }
    
	/**************/
	.partner  {	
	    width: 46%;
	}
	
	/**************/
	#patents .row .info div.less {
		display: none;	
	}
}

/********************************************/
@media (max-width: 570px) {
	
    .main-banner .content-wrap h1,
    .banner .content-wrap h1 {
        font-size: 48px;
    }
  
	/**************/
    #quick .quick-wrapper {
        display: block;
    }
    #quick .quickwrap {
    	float: none !important;
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid #eee;
        max-width: 400px;
        margin: 0 auto;
        padding: 20px !important;
    }
    #quick .quick-wrapper:last-child {
        border-bottom: 0;
    }
    #quick {
        padding-bottom: 60px;
    }
	
	/**************/
	.partner  {	
	    width: 96%;
	}
}

/********************************************/
@media (max-width: 480px) {
	
    .main-banner .content-wrap h1,
    .banner .content-wrap h1 {
        font-size: 32px;
        margin:0 0 20px;
    }
    .main-banner .button-wrap .first-button a, 
    .main-banner .button-wrap .second-button a {
        font-size: 12px;
    }
    .main-banner .button-wrap {
        margin-top:20px;
    }
    .main-banner .button-wrap .second-button a {
        margin-top: 10px;
    }
    
    
	/**************/
	.services-page .browse {
		text-align: center;
	}
	.services-page .browse a {
		float: none !important;
		display: inline-block;
		margin-bottom: 15px;
	}
    
	/**************/
	#patents .row h3 {
		font-size: 20px;
	}
	
	/**************/
	#map iframe {
		margin-left: -160px;
	}
}