﻿/*
[Contents]

    RESET
	0- Global
	1- Links
	2- Content(For tinymce)
	3- Form
    4- Parallax Landing Pages  -  in parallax.css
*/

/* RESET  
---------------------------------------------------------------------------------------------------------------------*/
/* HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section { display: block; }

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, b, i, q, s, strong, em, big, small, 
strike, sub, sup, samp, ins, kbd, dl, dt, dd, tt, ol, ul, li, img, hr,
var, center, cite, code, del, dfn, abbr, acronym, address, blockquote, pre, 
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;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body { line-height: 1; }

a { zoom: 1; cursor: pointer; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
em { font-style: italic; }
strong { font-weight: bold; }

ol, ul { list-style-type: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

td { vertical-align: top; }

small { font-size: 85%;  }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

img { border: 0; }

input, select, textarea { font-size: 1em; box-sizing: border-box; vertical-align: baseline; }
textarea { overflow: auto; resize: vertical; vertical-align: top; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
button, input { line-height: normal; }

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
html, body {
    min-width: 100%;
    min-height: 100%;
}

body {
	font: 18px/1.5 "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #fff url('/Cms_Data/Sites/EntryJaTe/Files/Background-Patterns/lightpaperfibers.png');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    /*display: inline-block;*/
    font-weight: normal;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

p {
    margin-bottom: 20px;
}

ul { 
    list-style-image: url('/Cms_Data/Sites/EntryJaTe/Files/blue-tick.png'); 
}

input, textarea, select {
	font: inherit;
    line-height: 20px;
	padding: 6px;
    background: #fff;
    overflow: hidden;
	border: 1px solid #999;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.4);
}

select {
    color: #ccc;
}
option {
    color: #000;
}
option:first-child {
    color: #ccc;
}

input:focus, input.hover, textarea:focus, textarea.hover {
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.hide, .hidden {
	display: none;
}

.floatl, .fl {
	float: left;
}

.floatr, .fr {
	float: right;
}

.clear {
	clear: both;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.smallrounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.barelyrounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bigrounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* for IE6 */
*html .clearfix {
	zoom: 1;
}
/* for IE7 */
* + html .clearfix {
	zoom: 1;
}

.shiftout {
    position:absolute;
    left:-9000px;
}

/*   Margins   */

.margin0px {
    margin:0px; 
}

.margin10top {
    margin-top: 10px;
}

.margin10bottom {
    margin-bottom:10px; 
}

.margin20top {
    margin-top: 20px !important;
}
.margin20right {
    margin-right: 20px !important;
}

.margin20bottom {
    margin-bottom:20px !important; 
}

.margin20left {
    margin-left: 20px !important;
}

.margin30left {
    margin-left: 30px;
}

.margin40top {
    margin-top: 40px;
}

/*   Paddings   */
/*   From generic to specific   */
.padding20 {
    padding: 20px; 
}

.padding0bottom {
    padding-bottom: 0px; 
}

.padding10top {
    padding-top: 10px; 
}

.padding10bottom {
    padding-bottom: 10px; 
}

.padding20sides {
    padding-left: 20px;
    padding-right: 20px;
}
.padding20top {
    padding-top: 20px;
}
.padding20bottom {    
    padding-bottom: 20px;
}

/*   Display types   */

.inline-block {
    display:inline-block; 
}

.block {
    display:block;
}

/*   Positions   */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

/*   Backgrounds   */

.whitebg {
    background: #fff; 
}

.darkbg {
    margin: 0 -25px;
    margin-top: 40px;
    padding: 0 25px;
    background: #333 url('/Cms_Data/Sites/EntryJaTe/Files/Background-Patterns/concrete_wall.png');
}
.darkbg.inline {
    margin: 0 -20px;
    margin-top: 40px;
    padding: 0 20px;
}
.lighthorstripebg {
    background: #eee url('/Cms_Data/Sites/EntryJaTe/Files/Background-Patterns/vizszintes-mintazott-szekcionalt.png');
}

.slimborder {
    background: #fff;
    padding: 2px;
    border: 1px solid #333;
}

/*------   Article   ------*/
/*  List  */
.list article { 
    max-width: 350px;
    padding: 10px;
    display: block;
    color: #ffffff;
	background: #2f419b;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
/*.list article img {
    margin: -10px -10px 0px -10px;
}*/
.list article a {
    color: #ffffff;
}
.list article:hover {
    color: #ffffff;
	background: #e3ae2e;
}
/*  Single  */



/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a, button {
	color: #0078B1;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
}

/* =2 Content(For Tinymce)
---------------------------------------------------------------------------------------------------------------------*/
.content {
	font-size: 14px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 15px;
}

.content h1 {
	font-size: 2em;
}

.content h2 {
	font-size: 1.5em;
}

.content h3 {
	font-size: 1.25em;
}

.content h4 {
	font-size: 1em;
}

.content h5 {
	font-size: 0.83em;
}

.content h6 {
	font-size: 0.75em;
}

.content p {
	margin-bottom: 10px;
}

.content pre {
	padding: 8px;
}

.content ol, .content ul {
	margin-bottom: 10px;
	padding-left: 20px;
}

.content ol li {
	list-style: decimal outside;
}

.content ul li {
	list-style: disc outside;
    list-style-image: url('/Cms_Data/Sites/EntryJaTe/Files/blue-tick.png'); 
}
/* =3 Form
---------------------------------------------------------------------------------------------------------------------*/
/* Global
---------------------------------------------------------*/
button, input[type="submit"], input[type="reset"], input[type="button"] {
	cursor: pointer;
}

/* Quote Form
---------------------------------------------------------*/
.quote-tool fieldset.floating {
    width: 100%; 
    position: absolute; 
    top: 0;
    left: 0;
}

.quote-tool fieldset.floating input[type="text"], 
.quote-tool fieldset.floating input[type="number"], 
.quote-tool fieldset.floating input[type="email"] {
    position: absolute;
    width: 140px;
}

    .quote-tool fieldset.floating #leftwidth { top: 44%; left: 0%; }
    .quote-tool fieldset.floating #rightwidth { top: 42%; right: 31%; }
    .quote-tool fieldset.floating #topheight { top: 18%; left: 31%; width: 190px; }
    .quote-tool fieldset.floating #width { top: 43%; left: 25%; }
    .quote-tool fieldset.floating #height { top: 43%; left: 38%; }

.quote-tool fieldset.fixed {
    position: static;
}

    .quote-tool fieldset.fixed label {
        clear: left;
        display: inline-block;
        min-width: 150px;
    }
    .quote-tool fieldset.fixed input[type="text"],
    .quote-tool fieldset.fixed input[type="email"],
    .quote-tool fieldset.fixed textarea,
    .quote-tool fieldset.fixed select {
        width: 100%;
    }

/*  AJAX Loader  */
.ajax-loader { 
    display: none;
    min-width: 100%; 
    min-height: 100%; 
    position: fixed; 
    top: 0;
    left: 0;
    overflow: hidden; 
    text-align: center; 
    vertical-align: middle; 
    z-index: 1000;
    font-weight: bold;
}

.ajax-loader div:first-child { 
    min-width: 100%; 
    min-height: 100%; 
    opacity: 0.6; 
    background-color: #000;
    position: fixed;
}

.ajax-loader .img {
    margin-top: 18%;
}

.ajax-loader-small { 
    display: none;
    min-width: 100%; 
    min-height: 100%; 
    position: absolute; 
    top: 0;
    left: 0;
    overflow: hidden; 
    text-align: center; 
    vertical-align: middle; 
    z-index: 1000;
    font-weight: bold;
}

.ajax-loader-small div:first-child { 
    min-width: 100%; 
    min-height: 100%; 
    position: absolute; 
    opacity: 0.6; 
    background-color: #000;
}

.ajax-loader-small img {
    margin-top: 50%;
}

/*
[Contents]

	0- Global
	1- Header
	2- Main Container
	3- Main
	4- Sidebar
	5- Footer
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
.fullwidth {
	margin: 0 auto;
	/*width: 920px;*/
}

.fullwidth-nopad {
    margin: 0 auto;
    /*width: 960px;*/ 
}

.leadimg { 
    width: 100%;
    margin-bottom: 2em;
}

.fillwidth {
    width: 100%;
}
/* Login form
--------------------------------------------------------*/
.login-form {
	background: #FFF;
	height: 220px;
	margin: 0 auto;
	padding: 20px;
	width: 700px;
}

.login-form .title {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.login-form th,
.login-form td {
	padding: 5px;
}

.login-form th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	padding: 3px 5px;
	width: 300px;
}

.login-form select {
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.login-form input[type="checkbox"] {
	border: 1px solid #CCC;
	float: left;
	margin-right: 5px;
}

.login-form label.inline {
	float: left;
	line-height: 13px;
	margin-right: 10px;
}

.login-form button {
	background: #008287;
	border: none;
	color: #FFF;
	height: 26px;
	min-width: 60px;
	padding: 0 10px;
}
/* Fancybox
--------------------------------------------------------*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	background: #F7F7F7;
	position: absolute;
	top: 0;
	left: 0 !important;
	padding: 0;
	z-index: 1101;
	display: none;
	width: 100% !important;
}

#fancybox-content {
	width: 100% !important;
}

#fancybox-content > div {
	width: 100% !important;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/

/* Logo
--------------------------------------------------------*/
h1.logo {
	margin:0px auto;
    font-size: initial;
}

.logo a {
	text-decoration: none;
    padding: 25px 0 25px 25px;
}

.logo img {
	float: left;
}
/* Nav
--------------------------------------------------------*/
.nav {
    position: relative;
    z-index: 999;
	float: right;
	margin: 30px 30px 30px 0;
    max-width: 710px;
}

.nav a {
	text-decoration: none;
    font-size: 85%;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 12px 15px;
    color: #666666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}

.nav ul {
    list-style: none;
}

.nav > ul > li {
	float: left;
	margin-right: 1px;
	position: relative;
}

.nav > ul > li:last-child {
	margin-right: 0px;
}
    .nav > ul > li:last-child > .dropdown {
        left: -13px;
    }
        .nav > ul > li:last-child > .dropdown > .notch.bottom {
            left: 42%;
        }
        
        .nav > ul > li:nth-child(2) > .dropdown > .notch.bottom {
            left: 39%;
        }

.nav > ul > li.red > a {
   color: #e3ae2e;
}

.nav > ul > li.hover > a {
    color: #ffffff;
	background: #e3ae2e; /*rgba(47,65,155,.2) url('/Cms_Data/Sites/EntryJaTe/Files/main-gradient-hover.png');*/
}

.nav > ul > li.active > a {
    color: #ffffff;
	background: #2f419b url('/Cms_Data/Sites/EntryJaTe/Files/main-gradient.png'); /* Old browsers */
}

    .nav > ul > li .dropdown {
        display: none;
        opacity: 0;
        padding-top: 10px;
        position: absolute;
        min-width: 100%;
        top: 0px;
    }
    .nav > ul > li .dropdown > .notch.bottom {
        position: absolute;
        top: 0px;
        left: 48%;
        margin: 0;
        border-top: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #2f419b;
        padding: 0;
        width: 0;
        height: 0;
        /* ie6 height fix */
        font-size: 0;
        line-height: 0;
    }
    .nav .hover .dropdown .submenu {
        background: #2f419b;
    }
    .nav .submenu, .nav .subsubmenu {
        display: block;
        width: 100%;
    }
    .nav .submenu li {
        background-color: #2f419b;
        float: none;
    }
    .nav .submenu a {
        display: block;
        font-size: 80%;
        color: #fff;
        padding: 6px 15px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .nav .submenu .hover > a { 
        background: #e3ae2e;
    }
    .nav .submenu .dropdown {
        display: none;
        opacity: 0;
        position: absolute;
        width: 100%;
        padding-left: 20px;         /* To give the menu hover some contingency */
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .nav .submenu .dropdown ul, .nav .submenu .dropdown ul li {
        overflow: hidden;
    }
        .nav .submenu .dropdown .notch.left {
            position: absolute;
            top: 15px;
            left: auto;
            right: 0px;
            margin: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid #2f419b;
            border-right: 0;
            border-bottom: 10px solid transparent;
            padding: 0;
            width: 0;
            height: 0;
            /* ie6 height fix */
            font-size: 0;
            line-height: 0;
        }
        
        .nav .subsubmenu, .nav .subsubmenu li {
            position: relative;
        }
        .nav .subsubmenu a {
            text-transform: none;
        }
        .nav .subsubmenu .hover a {
            background: #e3ae2e;
        }

.phoneNumber {
    position: fixed;
    right: 30px;
    background: #2f419b;
    padding: 0.1em 0.7em;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.phoneNumber a {
    color: #fff;
}
    
/* Quicklinks
--------------------------------------------------------*/
#header .quicklinks {
	float: right;
}

#header .quicklinks li {
	float: left;
	margin-left: 10px;
}

#header .quicklinks.right {
	font: 12px/1.5 "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#header .quicklinks.right strong {
	font-weight: normal;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0 -2px;
}

#header .quicklinks.right li form button {
	padding-left: 20px;
	border: 0;
	background: url(images/icon.png) no-repeat 0 -21px;
	color: #fff;
	font: 12px/1.5 "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* =2 Main Container
---------------------------------------------------------------------------------------------------------------------*/

/* Slider 
--------------------------------------------------------*/
/*.slider {
    min-height:400px;
    background: url('/Cms_Data/Sites/EntryJaTe/Files/garazskapu-kelet-magyarorszag.jpg') center center no-repeat;
}*/

/* Topbar
--------------------------------------------------------*/
.topbar {
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.topbar .title {
	float: left;
	/*font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
	font-size: 3.15em;
	font-weight: normal;
}

.topbar .back {
	background: url(images/icon-back.png) no-repeat;
	float: left;
	height: 48px;
	margin-right: 15px;
	text-indent: -9999px;
	width: 48px;
}

.topbar .searchbox {
	float: right;
	margin-top: 16px;
}

/* Searchbox
--------------------------------------------------------*/
.searchbox input, .searchbox textarea {
	float: left;
	padding: 6px;
    width: 95%;
    overflow: hidden;
}

.searchbox button {
	border: none;
	display: block;
    font-size: 85%;
    font-weight: normal;
}

.button.i-send:after {
    font: 120% 'icomoon';
    content: "\e7c8";
}

.button.i-search:after {
    font: 120% 'icomoon';
    content: "\e7e7";
}

/* Common form
--------------------------------------------------------*/
.common-form .title {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.common-form .field {
	margin-bottom: 15px;
	overflow: hidden;
}

.common-form label {
	float: left;
	width: 200px;
}

.common-form input[type="text"] {
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	padding: 3px 5px;
	width: 300px;
}

.common-form textarea {
	border: 1px solid #CCC;
    font: inherit;
	float: left;
	margin-right: 10px;
	height: 200px;
	padding: 3px 5px;
	resize: none;
	width: 600px;
}

.common-form .buttons {
	padding-left: 200px;
}

.common-form button {
	background: #008287;
	border: none;
	color: #FFF;
	height: 32px;
	min-width: 90px;
	padding: 0 10px;
}

.button {
    text-decoration: none;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    color:#fff;
    background: rgba(47,65,155,1) url('/Cms_Data/Sites/EntryJaTe/Files/main-gradient.png');
    padding:10px 15px;
    border: 0px none;
}

.button.center {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.button.i-cart:after {
    font: 110% 'icomoon';
    content: "\e636";
}

.button.i-office:after {
    font: 110% 'icomoon';
    content: "\e603";
}

.button.i-home:after {
    font: 110% 'icomoon';
    content: "\e600";
}

.button.i-favicon:after {
    font: 110% 'icomoon';
    content: "\e6b7";
}

.button.i-search:after {
    font: 110% 'icomoon';
    content: "\e67f";
}

.button.i-calc:after {
    font: 110% 'icomoon';
    content: "\e63a";
}

.button.i-pencil:after {
    font: 110% 'icomoon';
    content: "\e605";
}

.button:hover {
    color:#000;
    background: #e3ae2e;/*rgba(255,216,27,1) url('/Cms_Data/Sites/EntryJaTe/Files/button-gradient-hover.png');*/
}

/*  Mini reg form
---------------------------------------------------------------------------------------------------------------------*/
.minireg button {
    position: absolute;
    right: 5px;
} 
.minireg input[type=text] {
    line-height: 19px;
    padding: 8px;
    width: 76%;
}

/* =3 Main
---------------------------------------------------------------------------------------------------------------------*/
#main {
	/*width: 920px;*/
	max-width: 2000px;
    position: relative;
}

main {
    padding: 0 25px;
}

/* Columnised Panels
--------------------------------------------------------*/
/*  2-column  */
.col2 article,
.col2 section,
.col2 ul {
    padding: 1em;
    width: 45%;
    max-width: 45%;
    float: left;
    clear: left;
}

.col2 article:nth-of-type(2n),
.col2 section:nth-of-type(2n),
.col2 ul:nth-of-type(2n) {
    float: right;
    clear: right;
}

.col2 h2 {
    clear: both;
}

/*  3-column */
.col3 article {    
    padding: 10px;
    /*max-width:205px;*/
    width: 28%;
    float: left;
    font-size: .85em;
    margin-right: 2%;
}

.col3.partners article {
    height: 90px;
}

.col3.partners figure {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col3.partners img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    opacity: 0.75;
    filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
	transition: all 0.2s;
    -moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.col3.partners img:hover {
    opacity: 1;
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
}

/*  4-column */
.col4 article {    
    padding: 10px;
    /*max-width:205px;*/
    max-width: 22%;
    float: left;
    font-size: .85em;
    margin-right: 2%;
}


.col4.hover article:hover,
.col5.hover article:hover {
    color:#333;
    background: #fff url('/Cms_Data/Sites/EntryJaTe/Files/lightpaperfibers.png');
    padding:9px;
    border:1px solid #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);    
    -moz-transition: background 0.2s ease-in-out 0s;
	-webkit-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
}

.col4 article:nth-of-type(4) {
    margin-right:0px;
}

.col4 img.moveout {
    margin-right: -15px;
    margin-top: -35px;
}

.darkbg .col4 article {
    color: #eee;
}

/*  5-column */
.col5 article {    
    padding:10px;
    min-width: 16.4%;
    max-width: 16.4%;
    float: left;
    font-size: .85em;
    margin-right: 2%;
}

.col5 article:nth-of-type(5) {
    margin-right: 0px;
}

.col5 img {
    width: 100%;
}
.col5 img.moveout {
    margin-right: -15px;
    margin-top: -60px;
    width: auto;
}

.darkbg .col5 article {
    color: #eee;
}

/* List block (list of articles)
--------------------------------------------------------*/
.block.list .item {
	margin-bottom: 20px;
  	float: left;
    margin-right: 2.5em;
}

.block.list .item:nth-of-type(4n) {
    margin-right: 0em;
}

.block.list .item .title {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

.block.list .item .date {
	color: #666;
}

.block.list .item .comment {
	color: #666;
}

.block.list .item .highlight {
	background: #FFC40D;
}
/* Article block (single article)
--------------------------------------------------------*/
.block.article header {
	margin-bottom: 20px;
}

.block.article header .title {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

.block.article figure img {
    float: none;
    margin: 0;
}

.block.article img:nth-of-type(2n) {
    float: left;
    margin: 10px;
    margin-left: 0;
}

.block.article img:nth-of-type(2n+1) {
    float: right;
    margin: 10px;
    margin-right: 0;
}

.block.article .date {
	color: #666;
}

.block.article footer {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.block.article ul {
    padding-left: 2em; 
    margin-bottom: 1em;
}

/* member-form
--------------------------------------------------------*/
.member-form{
    font-size: 14px;
    line-height: 26px;
}

.member-form .member-form-main{
    float: left;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.member-form .member-form-main a{
	margin-top: 5px;
}

.member-form .member-form-main.single{
	border: 0;
}

.member-form .member-form-main th{
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
    padding: 5px 5px 5px 0;
    width: 100px;
    overflow: hidden;
    vertical-align: top;
}
  
.member-form .member-form-main td{
    padding: 5px 5px 20px;
}
  
.member-form .member-form-main label{
    width: auto;
    float: none;
}

.member-form .member-form-main input[type="text"],
.member-form .member-form-main input[type="password"]{
	border: 1px solid #bababa;
    width: 200px;
	height: 20px;
	line-height: 20px;
	padding: 2px 9px;
}

.member-form .member-form-main select{
	width: 220px;
}

.member-form .member-form-main button{
    background: #0078b1;
	margin-bottom: 10px;
}
  
.member-form .member-form-side{
    float: left;
}
  
.member-form .member-form-side p{
    font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
    padding: 60px 40px 0;
}

.member-form .member-form-side h2{
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.member-form .member-form-side ul{
	margin: 20px 0;
}

.member-form .member-form-side ul li button{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	color: #333;
	text-align: left;
	background-color: #fff !important;
	background-image: url(images/auth.png) !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}

.member-form .member-form-side ul li button:hover{
	color: #0078b1;
}

.member-form .member-form-side ul li .facebook{
	background-position: 0 -90px;
}

.member-form .member-form-side ul li .twitter{
	background-position: 0 -60px;
}

.member-form .member-form-side ul li .google{
	background-position: 0 -30px;
}

.member-form .member-form-side ul li .microsoft{
	background-position: 0 0;
}

.member-form .member-form-side ul li .yahoo{
	background-position: 0 -120px;
}

.member-form .member-form-side ul li .linkedin{
	background-position: 0 -150px;
}

.member-form-hint{
	text-align: center;
	font-size: 18px;
	margin: 40px 0 60px;
}

/* =4 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
}
/* Menu
--------------------------------------------------------*/
/*.block.menu {
	background: #EBEBEB;
	padding: 10px 0;
}

.block.menu a {
	color: #000;
	display: block;
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
}

.block.menu a:hover,
.block.menu a.active {
	background: #0078B1;
	color: #FFF;
}

.block.menu li ul a {
	font-size: 13px;
	padding-left: 20px;
}*/
/* Quicklinks
--------------------------------------------------------*/
/*.block.quicklinks li {
	margin-bottom: 10px;
}

.block.quicklinks a {
	background: #808080;
	color: #FFF;
	display: block;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px;
	text-decoration: none;
}

.block.quicklinks a:hover {
	background: #0078B1;
}

*/

/* ContactSlider
--------------------------------------------------------*/
.contactslider {
    position: fixed;
    z-index: 2000;
    right: 0px;
    top: 33%;
    width: 0;
}

.contactslider ul {
    list-style: none;
}

    .contactslider li {
        position: relative;
  		height: 40px;
        /*right: -240px;*/
    }

    .contactslider li > a{
        position: relative;
        float: right;
        display: inline-block;
        line-height: 45px;
        vertical-align: middle;
        height: 40px;
        background: #2f419b;
        /*color: #0f1d65;*/
        color: #fff;
        margin-bottom: 1px;
        text-align: center;
        padding-left: 10px;
        z-index: 1001;
        white-space: nowrap;
    }
    
    .contactslider li > a:hover {
        background: #e3ae2e;
        color: #fff;
        margin-bottom: 1px;
    }
    
    .contactslider li > a span {
        margin-left: 10px;
        padding-right: 10px;
        font-size: 90%;
        margin-top: -13px;
        vertical-align: middle;
        display: inline-block;
    } 
    
    .contactslider li section {
        position: absolute;
        display: block;
        float: right;
        background: #eee;
        padding: 10px;
        font-size: 90%;
        width: 220px;
        right: -240px;
        z-index: 0;
    }
        
        /*[class^="i-"] {
            font: 110% 'icomoon';
        }*/
        
        a.i-contact:before {
            font: 120% 'icomoon';
            content: "\e7c4";
        }
        
        a.i-contactus:before {
            font: 120% 'icomoon';
            content: "\e7e2";
        }
        
        a.i-shareus:before   {
            font: 120% 'icomoon';
            content: "\e7e0";
        }
        
        a.i-search:before   {
            font: 120% 'icomoon';
            content: "\e7e7";
        }
        
        .social a {
            display: inline-block;
        }
        .social [class^="i-"] {
            font: 300% 'icomoon';
        }
        .social [class^="i-"]:hover {
            color:#e3ae2e;
        }
        .social .i-facebook:before {
            content: "\e8ba";
        }
        .social .i-google:before {
            content: "\e8bd";
        }
        .social .i-pinterest:before {
            content: "\e8bf";
        }
        .social .i-twitter:before {
            content: "\e8b8";
        }
        
        .click-overlay {
            position: absolute;
            z-index: 1000;
            min-width: 100%;
            min-height: 100%;
            background: rgba(0,0,0,0.4);
            opacity: 0;
            cursor: pointer;
        }
        
#openingHours table tr  th { 
    padding-right: 1em; 
    text-align: left; 
}

        
/* =4 Parallax Landing Pages 
    moved to parallax.css
---------------------------------------------------------------------------------------------------------------------*/



/* =5 Footer
---------------------------------------------------------------------------------------------------------------------*/
.footer {
	background: rgba(47,65,155,1); /*#eee url('/Cms_Data/Sites/EntryJaTe/Files/Background-Patterns/concrete_seamless.png');*/
	color: #fff;
	padding: 10px;
	overflow: hidden;
}

.footer a {
	color: #fff;
}

.footer a:hover {
    color: #e3ae2e;
}

.footer ul {
    list-style: none;
}

.footer #quoteemail {
    width: 98%;
    padding-right: 40px;
}

.footer .minireg .button {
    padding: 7px 10px;
    position: absolute;
    bottom: 3px; 
    right: 7px;
}

/*  =6 Responsive
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.block.list .item:nth-of-type(3n) { margin-right: 0; }  
    .block.list .item:nth-of-type(4n) { margin-right: 2.5em; }
}

@media screen and (max-width: 1230px) {
    .col5 article {
        min-width: 19.7%;
        max-width: 19.7%;
        margin-right: 2%;
    }
    .col5 article:nth-of-type(4) {
        margin-right: 0;
    }
    .col5 article:nth-of-type(5) {    
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .col5 article h3 {
        position: relative;
        z-index: 2;
    }
    .col5 article img {
        position: relative;
        z-index: 0;
    }
}
@media screen and (max-width:957px) {
    .quote-tool fieldset.floating #leftwidth { top: 50%; left: 0%; }
    .quote-tool fieldset.floating #rightwidth { top: 35%; right: 31%; }
}
@media screen and (max-width:920px) {
    .col5 article:nth-child(2n+1) { clear: both; }
    .col5 article { min-width: 44%; max-width: 44%; }
}
@media screen and (max-width:840px) {
    .quote-tool fieldset.floating #leftwidth { top: 55%; left: 0%; }
    .quote-tool fieldset.floating #rightwidth { top: 30%; right: 31%; }
}
@media screen and (max-width: 700px) {
    .col2 article:nth-of-type(2n), .col2 section:nth-of-type(2n), .col2 ul:nth-of-type(2n) {
        float: none;
        clear: both;
    }
    .col2 article, .col2 section, .col2 ul {
        padding: 1em;
        width: auto;
        max-width: none;
        float: none;
        clear: both;
    }
}
@media screen and (max-width: 680px) {
    header { text-align: center; }
    .nav { clear: both; float: none; margin: 0px auto; }
    .nav ul li { display: block; width: 100%; }
    .nav ul li a { display: block; }
    .phoneNumber { position: relative; right: 0; }
    h1, .topbar .title { float: none; font-size: 2em; text-align: center; }
    h2 { font-size: 1.5em; text-align: center; }
    h1.floatl { float: none; }
    .minireg span.clear { width: 90%; clear: none; }
    .minireg input { width: 100%; }
    /*.minireg button { top: 0px; right: 0px; } - messes up the button height*/
    .quote-tool fieldset.floating #width { top: 43%; left: 20%; }
    .col3.partners article { height: auto; }
    .col3 article { clear: both; width: 100%; border-bottom: 1px solid #e0e0e0; }
    .col3 article:last-of-type { border-bottom: 0px none; }
    .col3 article img { width: 60%; }
}
@media screen and (max-width: 650px) {
    .col5 article {
        float: none;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .col5 article:nth-of-type(5) {    
        display: block;
    }
}
@media screen and (max-width: 530px) {
    .quote-tool fieldset.floating {
        padding: 1em;
        position: relative;
    }
    .leadimg {
        display: none;
    }
    .quote-tool fieldset.floating input[type="text"], .quote-tool fieldset.floating input[type="number"], .quote-tool fieldset.floating input[type="email"], .quote-tool fieldset.floating #topheight {
        position: static;
        width: auto;
        margin-right: 20px;
    }
}