/*
Theme Name: SDA Import Export
Theme URI: http://chapter-a.nl
Author: Alex Gulen
Author URI: http://chapter-a.nl/
Description: SDA Import Export WordPress theme
Version: 1.0
License: SDA Import Export
License URI: http://chapter-a.nl/
Tags: two-columns, right-sidebar, flexible-width
Text Domain: sdaimport

*/

/* = Reset default browser CSS
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.caclearfix {
	clear:both;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	outline:none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}


/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 20px 20px 0;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignnone {
	margin: 0 0 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.gallery-caption {

}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* = Some basic coloring
-------------------------------------------------------------- */

::-moz-selection
{
	background: #2e5787;
	color: #FFF;
}
::-webkit-selection 
{
	background: #2e5787;
	color: #FFF;
}
::selection
{
	background: #2e5787;
	color: #FFF;
}
a {
	color: #2e5787;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #292929;
	text-decoration: none;
}

/* = Textual
-------------------------------------------------------------- */

body {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #404041;
}

p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

p small {
	font-size: 11px;
	color: #999999;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
}

em,
i {
	font-style: italic;
}

h1 { font-size: 26px; line-height: 32px; font-weight: 700; font-family: 'Exo 2', sans-serif; }
h2 { font-size: 22px; line-height: 26px; font-weight: 700; font-family: 'Exo 2', sans-serif; }
h3 { font-size: 16px; line-height: 20px; font-weight: 700; font-family: 'Exo 2', sans-serif; }
h4 { font-size: 14px; line-height: 18px; font-weight: 700; font-family: 'Exo 2', sans-serif; }

h1 { margin: 0 0 15px 0; color: #273658; text-transform: none; }
h2 { margin: 0 0 15px 0; color: #273658; text-transform: none; }
h3 { margin: 0 0 15px 0; color: #273658; text-transform: none; }
h4 { margin: 0 0 15px 0; color: #273658; text-transform: none; }

a h1,
a h2,
a h3,
a h4,
a h5 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover {
	color: #292929;
}

blockquote {
	font-style: italic;
	width: auto;
	margin: 0;
	padding: 0 40px;
	line-height: 1.45;
	position: relative;
	color: #999999;
}

blockquote cite {
	color: #aaaaaa;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.entry-content ul, .entry-content ol {
	padding: 0;
	margin: 20px 0 9px 15px;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: square;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	line-height: 18px;
}

 
/* = Main scaffolding
-------------------------------------------------------------- */

.ca_mainwrap {
}

.ca_section {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	/*border: 1px solid red;*/
	padding: 0 0 20px 0;
}

.ca_section.portfolio_section {
	max-width: none;
}

.ca_row {
	margin: 0 -15px; /* horizontal margin equals negative padding on .col element */
}

.ca_section.smallgab .ca_row {
	margin: 0 -5px;
}

.ca_trow {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ca_tcol {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	position: relative;
}

.tcol1-2,
.tcol1-2b {
	width: 50%;
}

.tcol1-4 {
	width: 25%;
}

.tcol40 {
	width: 40%;
}

.clear {
    clear: both;
}

[class*="ca_col"] {
	float: left;
	display: block;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ca_section.smallgab [class*="ca_col"] {
	padding: 0 5px;
}

.ca_section:before,
.ca_section:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.ca_section:after {
	clear: both;
}

.ca_section {
	zoom: 1;
}

.ca_col1-5 {
	width: 20%;
}

.ca_col1-6 {
	width: 16.66%;
}

.ca_col4-5 {
	width: 80%;
}

.ca_col1-4 {
	width: 25%;
}

.ca_col3-4 {
	width: 75%;
}

.ca_col1-3 {
	width: 33.33%;
}

.ca_col1-2 {
	width: 50%;
}

.ca_col1-2a {
	width: 60%;
}

.ca_col1-2wc {
	width: 60%;
}

.ca_col8 {
	width: 80%;
}

.ca_col2-3 {
	width: 66.66%;
}

.ca_col3-4 {
	width: 75%;
}

.ca_col1 {
	width: 100%;
}

.ca_concol {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	padding: 20px;
	background-color: #06C;
}


/* = FlexSlider Necessary Styles
-------------------------------------------------------------- */

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* = Basic layout
-------------------------------------------------------------- */

.ca_head {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	background: #FFF;
	background-color: rgba( 255, 255, 255, 0.9 );
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
}

.fixit {
	padding-top: 100px;
}

.fixit .ca_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.ca_head-c {
	max-width: 1200px;
	min-height: 100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.ca_head img.attachment-ca_header_image {
	display: block;
}

.ca_top {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	background: #2e5787;
}

.ca_top-c {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
	position: relative;
	font-size: 12px;
	color: #FFF;
}

#langsel {
	position: absolute;
	top: 25px;
	right: 20px;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
	background: none;
}

#lang_sel_list img.iclflag {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	overflow: hidden;
}

#lang_sel_list li {
	margin-left: 8px !important;
}

.ca_main {
	max-width: 1200px;
	margin: 80px auto 0 auto;
	padding: 20px;
}

.ca_main.ca_submain {
	border: none;
}

.ca_main.ca_home {
	border: none;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#footer {
	width: 100%;
	background-color: #3552ae;
}

#footer p {
	margin-bottom: 0;
	font-size: 12px;
}

#footer_rule {
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	color: #FFF;
	padding: 20px;
	font-size: 12px;
	position: relative;
}

#footer_rule a:hover {
	color: #FFF;
}

#footer_rule h1,
#footer_rule h2,
#footer_rule h3,
#footer_rule h4 {
	color: #FFF;
	border: none;
	padding-bottom: 0;
}

.footer_line {
	float: right;
}

#footer_rule .widget_nav_menu {
	float: left;
}

#footer_rule .widget_nav_menu li {
	display: inline-block;
	margin: 0 20px 0 0;
}

#footer_rule .widget_nav_menu a {
	color: #FFF;
}

#footer_rule .widget_nav_menu a:hover {
	color: #333;
}

#go_up {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	font-size: 40px;
	cursor: pointer;
}

#go_up i {
	margin: 0;
	padding: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	background-color: #3552ae;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 40px;
}


/* = Head
-------------------------------------------------------------- */

#ca_logo {
	display: block;
	width: 137px;
	height: 137px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -68px;
}

#ca_logo img {
	display: block;
}


/* = Site styling
-------------------------------------------------------------- */

body {
	background-color: #FFF;
}

.ca_mainwrap {
	margin: 0 auto;
}

.ca_mainmenu {
	display: block;
	height: 100px;
	width: 100%;
	z-index: 800;
}

.mnu_left {
	float: left;
	margin-top: 25px;
}

.mnu_right {
	float: right;
	margin-top: 25px;
}

.ca_mainmenu ul {
	display: block;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0;
}

.ca_mainmenu ul li {
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 0 20px 0 0;
}

.ca_mainmenu ul li a {
	display: block;
	width: auto;
	color: #273658;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
}

.ca_mainmenu ul li.gray a {
	color: #273658;
	background-color: #e5e5e5;
}

.ca_mainmenu ul li a:hover {
	color: #292929;
	background-color: #e5e5e5;
}

.ca_mainmenu ul li a.mmactive {
	color: #292929;
}

.ca_mainmenu li.current-menu-item > a,
.ca_mainmenu li.current_page_item > a,
.ca_mainmenu li.current-menu-parent > a,
.ca_mainmenu li.current_page_parent >a,
.ca_mainmenu li.current-page-ancestor > a {
	color: #FFF;
	background-color: #2744a3;
}

.ca_mainmenu ul ul {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 999;
	margin: 0;
	background-color: #251d1f;
}

.ca_mainmenu ul ul li {
	float: none;
}

.ca_mainmenu ul ul li a {
	color: #FFF;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

.ca_mainmenu ul ul li a:hover {
	color: #FFF;
	background-color: #2e5787;
}

.ca_mainmenu ul ul li.current-menu-item > a,
.ca_mainmenu ul ul li.current_page_item > a,
.ca_mainmenu ul ul li.current-menu-parent > a {
	color: #2e5787;
}

.ca_mainmenu ul ul li.current-menu-item > a:hover,
.ca_mainmenu ul ul li.current_page_item > a:hover,
.ca_mainmenu ul ul li.current-menu-parent > a:hover {
	color: #2e5787;
}

#ca_mobmenu {
	display: none;
}

.ca_main {
	color: #2d2d2d;
	background-color: #FFF;
}

.site-content {
}

#content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ca_footer_content {
	background-color: #FFF;
	color: #404041;
}


/* = Crumbs
-------------------------------------------------------------- */

.ca_crumbs {
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
	font-size: 11px;
	color: #333;
}

#crumbs {
	display: inline-block;
}




/* = Basic form elements styling
-------------------------------------------------------------- */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
	font-size: 12px;
	color: #4a4a4a;
	border: solid 1px #F0F6F7;
	background-color: #F0F6F7;
	margin: 2px 0 15px 0;
	padding: 8px 2px;
	display: block;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-indent: 5px;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #2e5787;
	-webkit-appearance: none;
}

textarea {
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	border: solid 1px #F0F6F7;
	background-color: #F0F6F7;
	margin: 2px 0 15px 0;
	padding: 5px;
	display: block;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
}

select {
	border: solid 1px #F0F6F7;
	background-color: #F0F6F7;
	border-radius: 0;
	-webkit-border-radius: 0;
	max-width: 100% !important;
}

input[type="submit"],
input[type="button"] {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	border: none;
	margin: 2px 0 15px 0;
	padding: 11px 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #2e5787;
}

input::-webkit-input-placeholder {
	line-height: 16px;
	text-indent: 5px;
}

label {
	cursor: pointer;
}

.wpcf7-form-control-wrap {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap .pt_select_button,
.wpcf7-form-control-wrap .pt_select {
	width: 100%;
}

.wpcf7-form-control-wrap .pt_select_button {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: none;
}

input.wpcf7-form-control {
	margin-bottom: 0;
}

span.wpcf7-list-item {
	margin: 0 15px 0 0;
	display: block;
}

.wpcf7-list-item input[type="checkbox"] {
	margin: 4px 0 0 0;
	vertical-align: top;
}

.wpcf7-list-item-label {
	margin-left: 5px;
}

span.wpcf7-checkbox span.wpcf7-list-item { display: block; }
span.wpcf7-radio span.wpcf7-list-item { display: inline; }

input.wpcf7-submit {
	clear: both;
	margin: 0 0 5px 0;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border: solid 1px #FF0000;
}

.wpcf7 .wpcf7-not-valid .wpcf7-list-item-label {
	color: #FF0000;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	border: none;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 0;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}


/* = Contact form 7 2 colum styling ( put inputs between .ca_cf7_cols class )
-------------------------------------------------------------- */

.ca_cf7_cols {
	margin: 0 0 20px 0;
}

.ca_cf7_cols:after {
	content: '';
	display: block;
	clear: both;
}

.ca_cf7_cols label {
	float: left;
	width: 25%;
	line-height: 28px;
}

.ca_cf7_cols br {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}

.ca_cf7_cols .wpcf7-form-control-wrap {
	float: left;
	width: 75%;
}


/* = Head slider
-------------------------------------------------------------- */

.ca_head_slider {
}

#ca_headbox {
	min-height: 465px;
	position: relative;
	margin: 0 auto;
	z-index: 800;
	overflow: hidden;
}

#ca_headbox img {
	display: block;
}

#ca_headbox:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba( 68, 126, 194, 0.6 );
	z-index: 800;
}

#ca_head_next {
	display: block;
	width: 29px;
	height: 38px;
	background: url(images/arrow_right.png) top left no-repeat;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -19px;
	z-index: 999;
}

#ca_head_prev {
	display: block;
	width: 29px;
	height: 38px;
	background: url(images/arrow_left.png) top left no-repeat;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -19px;
	z-index: 999;
}

.ca_headbox_headers {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
}

.slheaders {
	display: none;
	color: #FFF;
	padding-top: 80px;
}

.slheaders h2 {
	color: #FFF;
	font-size: 44px;
	line-height: 48px;
	text-transform: uppercase;
}

.slheaders h2 small {
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}

.slhintro {
	font-size: 32px;
	line-height: 38px;
	max-width: 650px;
	margin: 0 auto;
}


/* = Slider
-------------------------------------------------------------- */

.ca_topslider {
	position: relative;
	top: -30px;
	background-color: #FFF;
	z-index: 400;
}

ul.slides {
	margin: 0;
	padding: 0;
}

.slides li {
	position: relative;
	margin: 0;
	padding: 0;
}

.slides li img {
	display: block;
}

.ca_topslider ul {
	list-style-type: none;
}

ol.flex-control-nav {
	position: absolute;
	bottom: 10px;
	right: 80px;
	display: block;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

ol.flex-control-nav li {
	display: inline-block;
	margin: 0 5px 0 0;
}

ol.flex-control-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	color: #46b0c7;
	background-color: #46b0c7;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

ol.flex-control-nav li a {
	text-indent: -999em;
	overflow: hidden;
}

ol.flex-control-nav li a.flex-active {
	background-color: #46b0c7;
	color: #46b0c7;
	width: 13px;
	height: 13px;
}

.flex-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 28px;
	height: 44px;
	background: url(images/arrow_right.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.flex-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 28px;
	height: 44px;
	background: url(images/arrow_left.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

ul.flex-direction-nav {
	display: none;
}


/* = Accordion shortcode
-------------------------------------------------------------- */

.ca_accordion {
	margin: 0 0 10px 0;
}

.ca_accordion h3 {
	background-color: #e6e6e6;
	color: #000;
	padding: 0 30px 0 10px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
	overflow: hidden;
}

.ca_accordion_head {
	position: relative;
}

.ca_accordion_head:after {
	content: "+";
	display: block;
	width: 25px;
	height: 25px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ca_accordion_head.ca_active:after {
	content: "-";
	line-height: 20px;
}

.ca_accordion h3 a {
	display: block;
	color: #FFF;
}


.ca_accordion .ca_accordion_tab {
	display: none;
	overflow: hidden;
	padding: 10px;
}

/* = Shortcode Google map
-------------------------------------------------------------- */

#map-canvas {
	width: 100%;
	height: 171px;
	margin: 0;
}

.gmnoprint img {
    max-width: none; 
}

#map-contact_map {
	height: 350px;
}

.ca_section_maps {
	background-color: #CCC;
	height: 265px;
	width: 100%;
}

#map-section_maps {
	height: 265px;
	width: 100%;
}

#map-section_maps img {
	max-width: none;
}


/* = SDA Import Export buttons
-------------------------------------------------------------- */

.ca_button {
	display: inline-block;
	color: #FFF;
	background-color: #2e5787;
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input.ca_button {
	text-transform: uppercase;
}

.ca_button:hover {
	background-color: #404041;
	color: #FFF;
}

span.ca_sbutton a {
	color: #FFF;
	background-color: #2e5787;
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

span.ca_sbutton a:hover {
	background-color: #404041;
}


/* = Page styling
-------------------------------------------------------------- */

.ca_page-head {
	margin: 0 0 20px 0;
}

.ca_page-top {
	background-color: #2e5787;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	height: 200px;
}
.ca_page-img {
	position: relative;
	overflow: hidden;
	background-color: #29ABE2;
}

.ca_page-img img  {
	position: absolute;
	top: 0; 
	left: 0; 
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	width: auto; 
	height: auto; 
}




/* = Post index
-------------------------------------------------------------- */

.ca_section.ca_post_index {
}

.ca_section.postindexsection {
}


/* = Single post - reverse sidebar float to put content first
-------------------------------------------------------------- */

.ca_col2-3.revfloat {
	float: right;
}

.single-post article.post .wp-post-image {
	margin: 0 0 15px 0;
}

.post .wp-post-image,
.ca_recentpost .wp-post-image {
	margin: 0 0 5px 0;
}

.index_post {
	margin: 0 0 30px 0;
}

.index_post-c,
.ca_singlepost,
.ca_recentpost {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index_post-c {
	position: relative;
}

.ca_index_thumb {
	position: relative;
	display: block;
}

.ca_index_thumb img {
	display: block;
}

h2.ca_recent_header {
	text-align: center;
	margin: 20px 0;
}

.ca_recentpost {
	margin-bottom: 20px;
	position: relative;
}

.ca_posts_hover {
	background-color: rgba( 255, 80, 0, 0.7 );
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	text-align: center;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	transition: none;
}

.ca_index_thumb .ca_posts_hover {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ca_posts_hover i {
	text-align: center;
	font-size: 6em;
	width: 100%;
	margin-bottom: 15px;
}

.ca_recentpost .ca_posts_hover i {
	font-size: 3em;
}

.ca_posts_hover span {
	position: absolute;
	top: 30%;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}

.ca_posts_hover:hover {
	color: #FFF;
}

.index_post h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 40px 0;
	font-weight: 400;
}

article.post .entry-header h1 {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 20px 0;
	font-weight: 400;
}

.post .entry-content,
.post .entry-content p {
	/*font-weight: bold;*/
}

.ca_post_date {
	margin: 0 0 10px 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.nav-single {
	text-align: left;
	margin: 40px 0 20px 0;
	padding: 10px 0 0 0;
}

.nav-single .nav-index {
	float: left;
}

.nav-single a {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
	display: inline-block;
	color: #2e5787;
	border: solid 3px #2e5787;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.nav-single .nav-next {
	margin-left: 20px;
	float: right;
}

.nav-single .nav-previous {
	float: right;
}

.nav-single .nav-next a,
.nav-single .nav-previous a {
	text-indent: -999em;
	overflow: hidden;
	width: 30px;
	position: relative;
}

.nav-single .nav-next a:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2e5787;
	text-indent: 0;
	position: absolute;
	top: 10px;
	left: 20px;
}

.nav-single .nav-previous a:before {
	content: '\f104';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2e5787;
	text-indent: 0;
	position: absolute;
	top: 10px;
	left: 20px;
}

.lh_more {
	display: inline-block;
	color: #FFF;
	padding: 2px 15px;
	background-color: #ff5500;
	margin-top: 15px;
}

.lh_more:hover {
	color: #FFF;
	background-color: #292929;
}


/* = Recent posts widget
-------------------------------------------------------------- */

#ca_sidebar .widget_recent_entries li {
	margin: 0 0 10px 0;
	border-bottom: dashed 1px #CCC;
	padding: 0 0 10px 0;
}


/* = Sideblocks widget
-------------------------------------------------------------- */

.ca_sideblockswidget .alignnone {
	margin: 0;
}

.ca_sideblockswidget p {
	margin: 0;
}


/* = Single post
-------------------------------------------------------------- */

.ca_post_date {
	margin: 0 0 20px 0;
}


/* = Widgets
-------------------------------------------------------------- */

h3.widget-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.ca_widgetarea aside {
	background-color: #2e5787;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.ca_widgetarea aside p {
	color: #FFF;
}

.ca_widgetarea aside h3.widget-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #FFF;
}

aside a.mailicon {
	position: absolute;
	color: #FFF;
	top: 20px;
	right: 20px;
	text-indent: -999em;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
}

aside a.mailicon:after {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	content: '\f003';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
}




/* = Recent posts widget
-------------------------------------------------------------- */

.ca_widgetarea li {
	margin: 0 0 10px 0;
	font-size: 700;
	text-align: left;
	padding: 0 20px 20px 0;
	position: relative;
	border-bottom: solid 1px #333;
}

.ca_widgetarea li a {
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
}

.ca_widgetarea li a:hover {
	color: #000;
}

.ca_widgetarea li .post-date {
	display: block;
	color: #FFF;
	font-size: 11px;
}

.single .ca_widgetarea {
	margin-top: 0;
}



/* = Homepage
-------------------------------------------------------------- */

.ca_maincontent {
	padding-top: 20px;
}

.ca_newsblock {
	width: 100%;
	margin: 20px 0 0 0;
	min-height: 250px;
	background-color: #28395e;
	color: #FFF;
}

.ca_newsblock-c {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

.ca_newsblock-c h2 {
	color: #FFF;
}

.ca_contactblock {
	width: 100%;
	margin: 0;
	min-height: 500px;
	background: url(images/back_contact.jpg) center no-repeat;
	background-size: cover;
	color: #FFF;
}

.ca_contactblock-c {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
}

.ca_contactblock-c h2 {
	color: #FFF;
	margin-bottom: 40px;
}

/* = Home news
-------------------------------------------------------------- */

.ca_hpost {
	position: relative;
	min-height: 250px;
}

.ca_hpost h2 {
	font-size: 16px;
	border-bottom: dotted 1px #FFF;
	padding-bottom: 10px;
}

.ca_hpost-d {
	font-size: 12px;
}

.ca_hpost .ca_button {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* = Contact persons
-------------------------------------------------------------- */

.ca_contactperson {
	margin-bottom: 30px;
}

.ca_contactperson img {
	display: block;
	margin: 0 0 20px 0;
}

.ca_contactperson h3 {
	color: #FFF;
	font-size: 18px;
}

.ca_contactperson a {
	color: #FFF;
	font-size: 22px;
}



/* = Contact icons
-------------------------------------------------------------- */

.adres,
.email,
.tel,
.fax {
	position: relative;
	margin-left: 22px;
	margin-right: 30px;
}

.adres:before {
	content: '\f041';
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	position: absolute;
	top: -4px;
	left: -22px;
}

.email:before {
	content: '\f0e0';
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	position: absolute;
	top: -4px;
	left: -25px;
}

.tel:before {
	content: '\f095';
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	position: absolute;
	top: -4px;
	left: -25px;
}

.fax:before {
	content: '\f1ac';
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	position: absolute;
	top: -4px;
	left: -25px;
}

.formcol1 {
	float: left;
	width: 33.33%;
}

.formcol2 {
	float: left;
	width: 66.66%;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formcol2 textarea {
	height: 98px;
}

input.wpcf7-submit {
	float: right;
}


/* = Home contact
-------------------------------------------------------------- */

.home_contact {
}

.home_contact .adres {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 30px;
}

.home_contact .tel {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 30px;
}

.home_contact .fax {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 30px;
}


.home_contact .adres:before {
	top: 0px;
	left: -25px;
}

.home_contact .tel:before {
	top: 0px;
	left: -25px;
}

.home_contact .fax:before {
	top: 0px;
	left: -25px;
}





/* = Searchresults
-------------------------------------------------------------- */

.ca_searchresult h1 {
	font-size: 18px;
}

.ca_searchresult {
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/* = Social icons
-------------------------------------------------------------- */

.ca_fb,
.ca_tw,
.ca_li,
.ca_gp {
	display: inline-block;
	margin: 0 1px 0 0;
	width: 40px;
	height: 40px;
	background-color: #305891;
	line-height: 38px;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
}

.ca_tw {
	background-color: #2ca8d2;
}

.ca_li {
	background-color: #4498c8;
}

.ca_gp {
	background-color: #ce4d39;
}

.ca_fb:before,
.ca_tw:before,
.ca_li:before,
.ca_gp:before {
	display: block;
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	font-size: 1em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-indent: 0;
}

.ca_fb:before {
	content: '\f09a';
}

.ca_tw:before {
	content: '\f099';
}

.ca_li:before {
	content: '\f0e1';
}

.ca_gp:before {
	content: '\f0d5';
}


/* = Stock table
-------------------------------------------------------------- */

.stocktable {
	table-layout: fixed;
	width: 100%;
}

.stocktable th {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
	color: #273658;
}

.stocktable th {
	padding-bottom: 40px;
}

.stocktable td {
	border-top: dotted 2px #CCC;
	padding: 10px 0;
	color: #333;
}

.stocktable tbody tr:nth-child(even) {
	background: #e9ebee;
}

.stocktable tr.aresult {
	background: #c0e984 !important;
}

#stocksearch {
	text-align: center;
	margin-bottom: 50px;
	border-bottom: dotted 2px #CCC;
	padding-bottom: 40px;
}

.swrap {
	display: inline-block;
	width: 70% !important;
	position: relative;
}

.swrap:after {
	content: '\f002';
	display: block;
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2e3f81;
	position: absolute;
	top: 10px;
	right: 20px;
}

#stocksearch input {
	margin: 0 auto;
	-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.4);
	background: #FFF;
	padding: 15px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* = Special products
-------------------------------------------------------------- */

.sda_specialproduct {
	margin: 20px 0 40px 0;
}

.specprod_img {
	width: 260px;
	float: left;
}

.specprod_content {
	margin-left: 280px;
}

.specprod_content ul li {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px;
}

.specprod_content ul li span {
	display: inline-block;
	font-weight: 700;
	width: 200px;
	font-size: 16px;
	color: #2e5787;
}

.prod_check {
	display: inline-block;
}

.specprod_moreinfo {
	background-color: #eaebee;
	padding: 10px 20px;
	border-bottom: solid 2px #CCC;
	margin: 28px 0 20px 0;
}

.specprod_content .ca_section {
	padding-bottom: 0;
	margin-bottom: 0;
}

.specprod_prices {
	text-align: center;
	padding-top: 40px;
}

.specprod_prices del {
	color: #2e5787;
	display: block;
}

.pricefor {
	display: inline-block;
	background-color: #29479f;
	text-align: center;
	color: #FFF;
	padding: 20px 50px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
}


/*
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
=Responsiveness.
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- */

@media (max-width: 980px) {

	.ca_top-c {
		padding-top: 50px;
	}

	#langsel {
		right: inherit;
		left: 5px;
	}

	.specprod_content ul li span {
		display: block;
	}
}

@media (max-width: 800px) {
	.ca_mainmenu ul li {
		margin: 0 5px 0 0;
	}

	.specprod_img {
		float: none;
		width: 100%;
	}

	.specprod_content ul li span {
		display: inline-block;
	}

	.specprod_content {
		margin-left: 0;
	}
}

@media (max-width: 710px) {


	.ca_tcol.tcol1-2b,
	.tcol1-4 {
		display: block;
		width: 100%;
	}

	#ca_headbox {
		min-height: 240px;
	}

	.slheaders {
		display: none;
		color: #FFF;
		padding-top: 35px;
	}

	.slheaders h2 {
		color: #FFF;
		font-size: 28px;
		line-height: 38px;
		text-transform: uppercase;
	}

	.slheaders h2 small {
		display: block;
		font-size: 18px;
		font-weight: 500;
		text-transform: none;
	}

	.slhintro {
		font-size: 18px;
		line-height: 22px;
		max-width: 650px;
		margin: 0 auto;
	}

	#ca_head_next,
	#ca_head_prev {
		display: none;
	}


	/* = Mobile menu
	-------------------------------------------------------------- */

	#ca_mobmenu {
		display: block;
		cursor: pointer;
	}

	#ca_mobmenu {
		display: block;
		width: 50px;
		height: 50px;
		background-color: #25419d;
		position: absolute;
		top: 25px;
		right: 20px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		z-index: 999;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;
	}

	#ca_mobmenu:after {
		content: '\f0c9';
		display: block;
		width: 50px;
		height: 50px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 50px;
		text-align: center;
		font-size: 1em;
		font-weight: lighter;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
	}

	#ca_mobmenu.active:after {
		display: none;
	}

	#ca_mobmenu.active {
		background-color: #262626;
		color: #FFF;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	#ca_mobmenu.active:before {
		content: '\f00d';
		display: block;
		width: 50px;
		height: 50px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 50px;
		text-align: center;
		font-size: 1em;
		font-weight: lighter;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.ca_responsive_site, .ca_mainmenu {
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;
	}

	.ca_responsive_site {
		left: 0;
		overflow-x: hidden;
		position: relative;
	}

	.ca_responsive_push {
		left: -240px;
	}

	.ca_mainmenu {
		display: block;
		background-color: #262626;
		height: 100%;
		position: fixed;
		right: -240px;
		top: 0;
		width: 240px;
		z-index: 1000;
		margin: 0;
		padding: 0;
		border: none;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);

		overflow-y: scroll;
	}

	.mnu_left {
		float: none;
		margin-top: 0;
	}

	.mnu_right {
		float: none;
		margin-top: 0;
	}

	.ca_mobmenu_open {
		right: 0px;
		top: 0;
	}

	.ca_mainmenu ul {
		list-style-type: none;
		margin: 0;
		float: none;
	}

	.ca_mainmenu ul li {
		list-style-type: none;
		display: block;
		width: 100%;
		float: none;
		white-space: normal;
		margin: 0 0 1px 0;
		padding: 0;
		height: auto;
		background-color: #363636;
	}

	.ca_mainmenu ul li a {
		float: none;
		height: auto;
		color: #fff;
		display: block;
		margin: 0 0 1px 0;
		padding: 0;
		text-decoration: none;
		overflow: hidden;
		font-size: 12px;
		line-height: 14px;
		padding: 15px 10px;
		width: 100%;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.ca_mainmenu ul li a:hover {
		color: #FFF;
	}

	.ca_mainmenu li > a {
		font-weight: normal;
	}

	.ca_mainmenu ul ul {
		display: block;
		border: none;
		background: none;
		margin-bottom: 1px;
		position: static;
		left: inherit;
		top: inherit;
	}

	.ca_mainmenu ul ul li {
		border: none;
	}

	.ca_mainmenu ul ul li a {
		color: #eee;
		padding: 8px 5px 8px 45px;
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		line-height: 18px;
		border: none;
	}

	.ca_mainmenu li.current-menu-item > a,
	.ca_mainmenu li.current_page_item > a,
	.ca_mainmenu li.current-menu-parent > a,
	.ca_mainmenu li.current_page_parent > a,
	.ca_mainmenu li.current-page-ancestor > a {
		color: #FFF;
	}

	.ca_mainmenu li.current-menu-item > a:hover,
	.ca_mainmenu li.current_page_item > a:hover,
	.ca_mainmenu li.current-menu-parent > a:hover,
	.ca_mainmenu li.current_page_parent > a:hover,
	.ca_mainmenu li.current-page-ancestor > a:hover {
		color: #FFF;
	}
}

@media (max-width: 660px) {

	.ca_col1-3,
	.ca_col2-3,
	.ca_col1-4,
	.ca_col3-4 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		clear: both;
	}

	.ca_col1-2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.ca_col1-5 {
		width: 50%;
	}

	.ca_hpost {
		min-height: 10px;
	}

	.ca_hpost .ca_button {
		position: inherit;
		bottom: inherit;
		left: inherit;
		margin: 20px 0;
	}
}

@media (max-width: 600px) {

	.stocktable td {
		font-size: 11px;
	}
}

@media (max-width: 540px) {
	
}

@media (max-width: 540px) {

	#ca_logo {
		width: 200px;
	}
}

@media (max-width: 480px) {

	.tcol1-2 {
		display: block;
		width: 100%;
	}
}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}

















